Skip to content

Commit 144316a

Browse files
chore(release): version packages (#377)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 44dd50d commit 144316a

File tree

12 files changed

+39
-35
lines changed

12 files changed

+39
-35
lines changed

.changeset/bright-windows-sip.md

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

.changeset/fancy-papayas-battle.md

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

.changeset/khaki-maps-lay.md

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

.changeset/public-foxes-cheer.md

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

.changeset/ready-paths-train.md

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

packages/expo-template/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @bottom-tabs/expo-template
22

3+
## 0.0.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`44dd50d`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/44dd50d3467a8a6bbec78ba9ff11bdd1cf0b55d1), [`51c281d`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/51c281d0447c1388ff24417692c1f8c2d5861730), [`e9b06e7`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/e9b06e784314ca8f71376c0a247c6cba83ec1597), [`993b1aa`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/993b1aa53a6661a927856f1d3a6d808a846f0c1e), [`89b6a5b`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/89b6a5b67b3acde71aa8e44d24b2dfe296ded8bf)]:
8+
9+
- @bottom-tabs/react-navigation@0.10.0
10+
311
## 0.0.13
412

513
### Patch Changes

packages/expo-template/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bottom-tabs/expo-template",
33
"main": "expo-router/entry",
4-
"version": "0.0.13",
4+
"version": "0.0.14",
55
"scripts": {
66
"start": "expo start",
77
"reset-project": "node ./scripts/reset-project.js",
@@ -18,7 +18,7 @@
1818
"preset": "jest-expo"
1919
},
2020
"dependencies": {
21-
"@bottom-tabs/react-navigation": "0.9.2",
21+
"@bottom-tabs/react-navigation": "0.10.0",
2222
"@expo/vector-icons": "^14.0.2",
2323
"@react-navigation/native": "^7.0.14",
2424
"expo": "~52.0.11",
@@ -37,7 +37,7 @@
3737
"react": "18.3.1",
3838
"react-dom": "18.3.1",
3939
"react-native": "0.76.3",
40-
"react-native-bottom-tabs": "0.9.2",
40+
"react-native-bottom-tabs": "0.10.0",
4141
"react-native-gesture-handler": "~2.20.2",
4242
"react-native-reanimated": "~3.16.1",
4343
"react-native-safe-area-context": "4.12.0",

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

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

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- [#378](https://github.com/callstackincubator/react-native-bottom-tabs/pull/378) [`e9b06e7`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/e9b06e784314ca8f71376c0a247c6cba83ec1597) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix: adjust the behavior of empty string for badge prop
8+
9+
- [#390](https://github.com/callstackincubator/react-native-bottom-tabs/pull/390) [`993b1aa`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/993b1aa53a6661a927856f1d3a6d808a846f0c1e) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: add ios tab roles
10+
11+
### Patch Changes
12+
13+
- [#393](https://github.com/callstackincubator/react-native-bottom-tabs/pull/393) [`44dd50d`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/44dd50d3467a8a6bbec78ba9ff11bdd1cf0b55d1) Thanks [@joarkosberg](https://github.com/joarkosberg)! - fix: apply typeface and size individually in android text appearance.
14+
15+
- [#379](https://github.com/callstackincubator/react-native-bottom-tabs/pull/379) [`51c281d`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/51c281d0447c1388ff24417692c1f8c2d5861730) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix: adjust default font size on iOS
16+
17+
- [#367](https://github.com/callstackincubator/react-native-bottom-tabs/pull/367) [`89b6a5b`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/89b6a5b67b3acde71aa8e44d24b2dfe296ded8bf) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: implement iOS 26 minimizeBehavior feature
18+
319
## 0.9.2
420

521
### 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.9.2",
3+
"version": "0.10.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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @bottom-tabs/react-navigation
22

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- [#390](https://github.com/callstackincubator/react-native-bottom-tabs/pull/390) [`993b1aa`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/993b1aa53a6661a927856f1d3a6d808a846f0c1e) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: add ios tab roles
8+
39
## 0.9.2
410

511
## 0.9.1

0 commit comments

Comments
 (0)