Skip to content

Commit a5cd479

Browse files
committed
chore(release): version packages
1 parent 652fd76 commit a5cd479

7 files changed

Lines changed: 31 additions & 11 deletions

File tree

.changeset/grumpy-laws-mix.md

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

packages/expo-template/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#511](https://github.com/callstack/react-native-bottom-tabs/pull/511) [`652fd76`](https://github.com/callstack/react-native-bottom-tabs/commit/652fd7610bb039fe2837037e5403ac4c24e6e061) Thanks [@thiagobrez](https://github.com/thiagobrez)! - Add missing props from react-navigation to NativeBottomTabNavigator
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`652fd76`](https://github.com/callstack/react-native-bottom-tabs/commit/652fd7610bb039fe2837037e5403ac4c24e6e061)]:
12+
- @bottom-tabs/react-navigation@1.2.0
13+
- react-native-bottom-tabs@1.2.0
14+
315
## 1.0.6
416

517
### 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.0.6",
4+
"version": "1.1.0",
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.1.0",
21+
"@bottom-tabs/react-navigation": "1.2.0",
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.1.0",
40+
"react-native-bottom-tabs": "1.2.0",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-native-bottom-tabs
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#494](https://github.com/callstackincubator/react-native-bottom-tabs/pull/494) [`3572fc2`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/3572fc24dc5777aac8f4f819c247fb51b5fdbb87) Thanks [@ahmedawaad1804](https://github.com/ahmedawaad1804)! - Add `layoutDirection` prop to `TabView` for RTL support.
8+
39
## 1.1.0
410

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

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#511](https://github.com/callstack/react-native-bottom-tabs/pull/511) [`652fd76`](https://github.com/callstack/react-native-bottom-tabs/commit/652fd7610bb039fe2837037e5403ac4c24e6e061) Thanks [@thiagobrez](https://github.com/thiagobrez)! - Add missing props from react-navigation to NativeBottomTabNavigator
8+
9+
- [#494](https://github.com/callstackincubator/react-native-bottom-tabs/pull/494) [`3572fc2`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/3572fc24dc5777aac8f4f819c247fb51b5fdbb87) Thanks [@ahmedawaad1804](https://github.com/ahmedawaad1804)! - Add `layoutDirection` prop to `TabView` for RTL support.
10+
311
## 1.1.0
412

513
### 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.1.0",
3+
"version": "1.2.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)