Skip to content

Commit 61400e0

Browse files
chore(release): version packages (#232)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d9e6590 commit 61400e0

File tree

11 files changed

+24
-37
lines changed

11 files changed

+24
-37
lines changed

.changeset/angry-dryers-marry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/brown-apricots-guess.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cyan-horses-tie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/great-points-peel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mighty-carrots-worry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rare-berries-rush.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/smart-tomatoes-serve.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/react-native-bottom-tabs/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# react-native-bottom-tabs
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- [#239](https://github.com/callstackincubator/react-native-bottom-tabs/pull/239) [`e01445f`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/e01445fefb6eeabf2ca5fd26b694dbf775aee42e) Thanks [@szymonrybczak](https://github.com/szymonrybczak)! - feat!: add tabBarStyle, remove barTintColor prop
8+
9+
- [#236](https://github.com/callstackincubator/react-native-bottom-tabs/pull/236) [`d9e6590`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/d9e6590540837f68667fba5bc38577334e8e333c) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: refactor android, change views on the native side, add page animations
10+
11+
### Patch Changes
12+
13+
- [`cc28fc2`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/cc28fc263be4748b59cdc0d74a9b686a5837859d) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: add component provider field for codegen
14+
15+
- [#245](https://github.com/callstackincubator/react-native-bottom-tabs/pull/245) [`f210909`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/f2109094298d035fbd679b15e9ebd7588675a3fe) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix(android): build issues ResourceDrawableIdHelper.instance
16+
17+
- [#244](https://github.com/callstackincubator/react-native-bottom-tabs/pull/244) [`66cb3f5`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/66cb3f503ad6b9bf5604b040c20fcc766cdceafb) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: introduce material you theme for Expo plugin
18+
19+
- [`cc28fc2`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/cc28fc263be4748b59cdc0d74a9b686a5837859d) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: use UIGraphicsImageRenderer
20+
21+
- [#235](https://github.com/callstackincubator/react-native-bottom-tabs/pull/235) [`640ed84`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/640ed846ddcd6bdc147a00e2de593b5912fa04e4) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix(android): tab bar label blinking on select
22+
323
## 0.7.8
424

525
### Patch Changes

packages/react-native-bottom-tabs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-bottom-tabs",
3-
"version": "0.7.8",
3+
"version": "0.8.0",
44
"description": "Native Bottom Tabs for React Native",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",

packages/react-navigation/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @bottom-tabs/react-navigation
22

3+
## 0.8.0
4+
35
## 0.7.8
46

57
### Patch Changes

packages/react-navigation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bottom-tabs/react-navigation",
3-
"version": "0.7.8",
3+
"version": "0.8.0",
44
"description": "React Native Bottom Tabs React Navigation integration",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",

0 commit comments

Comments
 (0)