Skip to content

Commit 2552314

Browse files
chore(release): version packages
1 parent ba4d2f9 commit 2552314

10 files changed

Lines changed: 35 additions & 25 deletions

File tree

.changeset/calm-icons-preserve.md

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

.changeset/crazy-trams-swim.md

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

.changeset/fix-compiler-guards-ios26.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.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`758746c`](https://github.com/callstack/react-native-bottom-tabs/commit/758746c8140c4fac3edf2b7cdd2adcf07f1099db), [`a8d871a`](https://github.com/callstack/react-native-bottom-tabs/commit/a8d871a8fd7e10fc54b02912e5f2dbca452a5d80), [`671c97f`](https://github.com/callstack/react-native-bottom-tabs/commit/671c97f5715aa0ca453a39e19428ba0096d82dbf)]:
8+
- react-native-bottom-tabs@1.4.0
9+
- @bottom-tabs/react-navigation@1.4.0
10+
311
## 1.1.2
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": "1.1.2",
4+
"version": "1.1.3",
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.1",
21+
"@bottom-tabs/react-navigation": "1.4.0",
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.1",
40+
"react-native-bottom-tabs": "1.4.0",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# react-native-bottom-tabs
22

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- [#542](https://github.com/callstack/react-native-bottom-tabs/pull/542) [`758746c`](https://github.com/callstack/react-native-bottom-tabs/commit/758746c8140c4fac3edf2b7cdd2adcf07f1099db) Thanks [@thiagobrez](https://github.com/thiagobrez)! - Add an icon rendering mode option for preserving original colors of tab icons.
8+
9+
- [#543](https://github.com/callstack/react-native-bottom-tabs/pull/543) [`a8d871a`](https://github.com/callstack/react-native-bottom-tabs/commit/a8d871a8fd7e10fc54b02912e5f2dbca452a5d80) Thanks [@thiagobrez](https://github.com/thiagobrez)! - Display focused icon when hovering on iOS Liquid Glass
10+
11+
### Patch Changes
12+
13+
- [#546](https://github.com/callstack/react-native-bottom-tabs/pull/546) [`671c97f`](https://github.com/callstack/react-native-bottom-tabs/commit/671c97f5715aa0ca453a39e19428ba0096d82dbf) Thanks [@gabecorso](https://github.com/gabecorso)! - Add `#if compiler(>=6.2)` guards to iOS-26 SwiftUI symbols in BottomAccessoryProvider.swift and NewTabView.swift to fix compilation on Xcode < 26
14+
315
## 1.3.1
416

517
## 1.3.0

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.1",
3+
"version": "1.4.0",
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.4.0
4+
5+
### Minor Changes
6+
7+
- [#542](https://github.com/callstack/react-native-bottom-tabs/pull/542) [`758746c`](https://github.com/callstack/react-native-bottom-tabs/commit/758746c8140c4fac3edf2b7cdd2adcf07f1099db) Thanks [@thiagobrez](https://github.com/thiagobrez)! - Add an icon rendering mode option for preserving original colors of tab icons.
8+
39
## 1.3.1
410

511
### 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": "1.3.1",
3+
"version": "1.4.0",
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.1"
2969+
"@bottom-tabs/react-navigation": "npm:1.4.0"
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.1"
2993+
react-native-bottom-tabs: "npm:1.4.0"
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.1, @bottom-tabs/react-navigation@workspace:packages/react-navigation":
3026+
"@bottom-tabs/react-navigation@npm:*, @bottom-tabs/react-navigation@npm:1.4.0, @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.1, react-native-bottom-tabs@workspace:packages/react-native-bottom-tabs":
16642+
"react-native-bottom-tabs@npm:*, react-native-bottom-tabs@npm:1.4.0, 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)