Skip to content

Commit ce7301a

Browse files
chore(release): version packages (#539)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d1b51c5 commit ce7301a

9 files changed

Lines changed: 27 additions & 19 deletions

File tree

.changeset/fifty-taxes-go.md

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

.changeset/fix-expo-template-install.md

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

packages/expo-template/CHANGELOG.md

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

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- [#540](https://github.com/callstack/react-native-bottom-tabs/pull/540) [`d1b51c5`](https://github.com/callstack/react-native-bottom-tabs/commit/d1b51c5d0d2ca5d05fb9cc2af6fa79ca65c268d2) Thanks [@thiagobrez](https://github.com/thiagobrez)! - Fix Expo template installs by aligning Expo SDK 54 dependency versions.
8+
9+
- Updated dependencies [[`f7c2f7d`](https://github.com/callstack/react-native-bottom-tabs/commit/f7c2f7d9fadc3c5654675bad69d25733cc285782)]:
10+
- @bottom-tabs/react-navigation@1.3.1
11+
- react-native-bottom-tabs@1.3.1
12+
313
## 1.1.1
414

515
### 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": "1.1.1",
4+
"version": "1.1.2",
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": "1.3.0",
21+
"@bottom-tabs/react-navigation": "1.3.1",
2222
"@expo/vector-icons": "^15.0.3",
2323
"@react-navigation/native": "^7.2.2",
2424
"expo": "~54.0.35",
@@ -37,7 +37,7 @@
3737
"react": "19.1.0",
3838
"react-dom": "19.1.0",
3939
"react-native": "0.81.5",
40-
"react-native-bottom-tabs": "1.3.0",
40+
"react-native-bottom-tabs": "1.3.1",
4141
"react-native-gesture-handler": "~2.28.0",
4242
"react-native-reanimated": "~4.3.1",
4343
"react-native-safe-area-context": "~5.6.0",

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

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

3+
## 1.3.1
4+
35
## 1.3.0
46

57
### Minor 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": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Native Bottom Tabs for React Native",
55
"source": "./src/index.tsx",
66
"main": "./lib/module/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+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- [#538](https://github.com/callstack/react-native-bottom-tabs/pull/538) [`f7c2f7d`](https://github.com/callstack/react-native-bottom-tabs/commit/f7c2f7d9fadc3c5654675bad69d25733cc285782) Thanks [@rayabelcode](https://github.com/rayabelcode)! - Fix deprecated object argument on CommonActions.navigate
8+
39
## 1.3.0
410

511
## 1.2.0

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": "1.3.0",
3+
"version": "1.3.1",
44
"description": "React Native Bottom Tabs React Navigation integration",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2966,7 +2966,7 @@ __metadata:
29662966
resolution: "@bottom-tabs/expo-template@workspace:packages/expo-template"
29672967
dependencies:
29682968
"@babel/core": "npm:^7.28.4"
2969-
"@bottom-tabs/react-navigation": "npm:1.3.0"
2969+
"@bottom-tabs/react-navigation": "npm:1.3.1"
29702970
"@expo/vector-icons": "npm:^15.0.3"
29712971
"@react-navigation/native": "npm:^7.2.2"
29722972
"@types/jest": "npm:^29.5.12"
@@ -2990,7 +2990,7 @@ __metadata:
29902990
react: "npm:19.1.0"
29912991
react-dom: "npm:19.1.0"
29922992
react-native: "npm:0.81.5"
2993-
react-native-bottom-tabs: "npm:1.3.0"
2993+
react-native-bottom-tabs: "npm:1.3.1"
29942994
react-native-gesture-handler: "npm:~2.28.0"
29952995
react-native-reanimated: "npm:~4.3.1"
29962996
react-native-safe-area-context: "npm:~5.6.0"
@@ -3023,7 +3023,7 @@ __metadata:
30233023
languageName: unknown
30243024
linkType: soft
30253025

3026-
"@bottom-tabs/react-navigation@npm:*, @bottom-tabs/react-navigation@npm:1.3.0, @bottom-tabs/react-navigation@workspace:packages/react-navigation":
3026+
"@bottom-tabs/react-navigation@npm:*, @bottom-tabs/react-navigation@npm:1.3.1, @bottom-tabs/react-navigation@workspace:packages/react-navigation":
30273027
version: 0.0.0-use.local
30283028
resolution: "@bottom-tabs/react-navigation@workspace:packages/react-navigation"
30293029
dependencies:
@@ -16639,7 +16639,7 @@ __metadata:
1663916639
languageName: unknown
1664016640
linkType: soft
1664116641

16642-
"react-native-bottom-tabs@npm:*, react-native-bottom-tabs@npm:1.3.0, react-native-bottom-tabs@workspace:packages/react-native-bottom-tabs":
16642+
"react-native-bottom-tabs@npm:*, react-native-bottom-tabs@npm:1.3.1, react-native-bottom-tabs@workspace:packages/react-native-bottom-tabs":
1664316643
version: 0.0.0-use.local
1664416644
resolution: "react-native-bottom-tabs@workspace:packages/react-native-bottom-tabs"
1664516645
dependencies:

0 commit comments

Comments
 (0)