Skip to content

Commit 0cf178b

Browse files
chore(release): version packages (#544)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 05acfaf commit 0cf178b

11 files changed

Lines changed: 41 additions & 31 deletions

File tree

.changeset/android-tab-test-ids.md

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

.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 [[`05acfaf`](https://github.com/callstack/react-native-bottom-tabs/commit/05acfaf90ced17e40e31220b731b9af47143237c), [`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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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+
- [#553](https://github.com/callstack/react-native-bottom-tabs/pull/553) [`05acfaf`](https://github.com/callstack/react-native-bottom-tabs/commit/05acfaf90ced17e40e31220b731b9af47143237c) Thanks [@thiagobrez](https://github.com/thiagobrez)! - Expose Android tab button test IDs to UIAutomator-based E2E tools.
14+
15+
- [#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
16+
317
## 1.3.1
418

519
## 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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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+
9+
### Patch Changes
10+
11+
- [#553](https://github.com/callstack/react-native-bottom-tabs/pull/553) [`05acfaf`](https://github.com/callstack/react-native-bottom-tabs/commit/05acfaf90ced17e40e31220b731b9af47143237c) Thanks [@thiagobrez](https://github.com/thiagobrez)! - Expose Android tab button test IDs to UIAutomator-based E2E tools.
12+
313
## 1.3.1
414

515
### 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",

0 commit comments

Comments
 (0)