Skip to content

Commit cf4dc05

Browse files
chore(release): version packages
1 parent 2ebe13b commit cf4dc05

9 files changed

Lines changed: 27 additions & 19 deletions

File tree

.changeset/short-teeth-fix.md

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

.changeset/stable-tab-tint.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+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1c5b385`](https://github.com/callstack/react-native-bottom-tabs/commit/1c5b38565c464e612c3be715bded1f8950efc5d4), [`2ebe13b`](https://github.com/callstack/react-native-bottom-tabs/commit/2ebe13bef3a19b3c4168c741275ff00d96604cd7)]:
8+
- react-native-bottom-tabs@1.2.1
9+
- @bottom-tabs/react-navigation@1.2.1
10+
311
## 1.1.0
412

513
### Minor 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.0",
4+
"version": "1.1.1",
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.2.0",
21+
"@bottom-tabs/react-navigation": "1.2.1",
2222
"@expo/vector-icons": "^14.0.2",
2323
"@react-navigation/native": "^7.2.2",
2424
"expo": "^54.0.1",
@@ -37,7 +37,7 @@
3737
"react": "^19.1.0",
3838
"react-dom": "18.3.1",
3939
"react-native": "0.81.4",
40-
"react-native-bottom-tabs": "1.2.0",
40+
"react-native-bottom-tabs": "1.2.1",
4141
"react-native-gesture-handler": "^2.28.0",
4242
"react-native-reanimated": "^4.1.0",
4343
"react-native-safe-area-context": "^5.6.1",

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

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

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- [#508](https://github.com/callstack/react-native-bottom-tabs/pull/508) [`1c5b385`](https://github.com/callstack/react-native-bottom-tabs/commit/1c5b38565c464e612c3be715bded1f8950efc5d4) Thanks [@oscnord](https://github.com/oscnord)! - Fix tvOS compilation due to unavailable APIs
8+
9+
- [#519](https://github.com/callstack/react-native-bottom-tabs/pull/519) [`2ebe13b`](https://github.com/callstack/react-native-bottom-tabs/commit/2ebe13bef3a19b3c4168c741275ff00d96604cd7) Thanks [@thiagobrez](https://github.com/thiagobrez)! - Keep iOS tab transitions smooth when switching between tabs with and without active tint colors.
10+
311
## 1.2.0
412

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

3+
## 1.2.1
4+
35
## 1.2.0
46

57
### Minor 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": "1.2.0",
3+
"version": "1.2.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
@@ -2721,7 +2721,7 @@ __metadata:
27212721
resolution: "@bottom-tabs/expo-template@workspace:packages/expo-template"
27222722
dependencies:
27232723
"@babel/core": "npm:^7.28.4"
2724-
"@bottom-tabs/react-navigation": "npm:1.2.0"
2724+
"@bottom-tabs/react-navigation": "npm:1.2.1"
27252725
"@expo/vector-icons": "npm:^14.0.2"
27262726
"@react-navigation/native": "npm:^7.2.2"
27272727
"@types/jest": "npm:^29.5.12"
@@ -2745,7 +2745,7 @@ __metadata:
27452745
react: "npm:^19.1.0"
27462746
react-dom: "npm:18.3.1"
27472747
react-native: "npm:0.81.4"
2748-
react-native-bottom-tabs: "npm:1.2.0"
2748+
react-native-bottom-tabs: "npm:1.2.1"
27492749
react-native-gesture-handler: "npm:^2.28.0"
27502750
react-native-reanimated: "npm:^4.1.0"
27512751
react-native-safe-area-context: "npm:^5.6.1"
@@ -2778,7 +2778,7 @@ __metadata:
27782778
languageName: unknown
27792779
linkType: soft
27802780

2781-
"@bottom-tabs/react-navigation@npm:*, @bottom-tabs/react-navigation@npm:1.2.0, @bottom-tabs/react-navigation@workspace:packages/react-navigation":
2781+
"@bottom-tabs/react-navigation@npm:*, @bottom-tabs/react-navigation@npm:1.2.1, @bottom-tabs/react-navigation@workspace:packages/react-navigation":
27822782
version: 0.0.0-use.local
27832783
resolution: "@bottom-tabs/react-navigation@workspace:packages/react-navigation"
27842784
dependencies:
@@ -16107,7 +16107,7 @@ __metadata:
1610716107
languageName: unknown
1610816108
linkType: soft
1610916109

16110-
"react-native-bottom-tabs@npm:*, react-native-bottom-tabs@npm:1.2.0, react-native-bottom-tabs@workspace:packages/react-native-bottom-tabs":
16110+
"react-native-bottom-tabs@npm:*, react-native-bottom-tabs@npm:1.2.1, react-native-bottom-tabs@workspace:packages/react-native-bottom-tabs":
1611116111
version: 0.0.0-use.local
1611216112
resolution: "react-native-bottom-tabs@workspace:packages/react-native-bottom-tabs"
1611316113
dependencies:

0 commit comments

Comments
 (0)