Skip to content

Commit 97e4d5e

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

File tree

10 files changed

+35
-25
lines changed

10 files changed

+35
-25
lines changed

.changeset/calm-singers-scream.md

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

.changeset/cold-mice-fold.md

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

.changeset/tricky-cats-battle.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.0.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ddfeefb`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/ddfeefb43e958bcc085b2b82f560576144d46a92), [`fc8b828`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/fc8b8289ac1a219714ef1f7affe3d1828947d46a), [`b2be24d`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/b2be24d0b4b4e103dab1d92aefb4574bfe6a65e6)]:
8+
- react-native-bottom-tabs@1.1.0
9+
- @bottom-tabs/react-navigation@1.1.0
10+
311
## 1.0.5
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.0.5",
4+
"version": "1.0.6",
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.0.5",
21+
"@bottom-tabs/react-navigation": "1.1.0",
2222
"@expo/vector-icons": "^14.0.2",
2323
"@react-navigation/native": "^7.1.17",
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.0.5",
40+
"react-native-bottom-tabs": "1.1.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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# react-native-bottom-tabs
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#485](https://github.com/callstackincubator/react-native-bottom-tabs/pull/485) [`ddfeefb`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/ddfeefb43e958bcc085b2b82f560576144d46a92) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix: properly pop to top to resolve freezing issues
8+
9+
### Patch Changes
10+
11+
- [#486](https://github.com/callstackincubator/react-native-bottom-tabs/pull/486) [`fc8b828`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/fc8b8289ac1a219714ef1f7affe3d1828947d46a) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix: macos bottom accessory view compilation
12+
13+
- [#488](https://github.com/callstackincubator/react-native-bottom-tabs/pull/488) [`b2be24d`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/b2be24d0b4b4e103dab1d92aefb4574bfe6a65e6) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix(expo): use dynamic require for config-plugins ESM/CJS interop
14+
315
## 1.0.5
416

517
### Patch 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.0.5",
3+
"version": "1.1.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.1.0
4+
5+
### Minor Changes
6+
7+
- [#485](https://github.com/callstackincubator/react-native-bottom-tabs/pull/485) [`ddfeefb`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/ddfeefb43e958bcc085b2b82f560576144d46a92) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix: properly pop to top to resolve freezing issues
8+
39
## 1.0.5
410

511
## 1.0.4

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.0.5",
3+
"version": "1.1.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
@@ -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.0.5"
2724+
"@bottom-tabs/react-navigation": "npm:1.1.0"
27252725
"@expo/vector-icons": "npm:^14.0.2"
27262726
"@react-navigation/native": "npm:^7.1.17"
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.0.5"
2748+
react-native-bottom-tabs: "npm:1.1.0"
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.0.5, @bottom-tabs/react-navigation@workspace:packages/react-navigation":
2781+
"@bottom-tabs/react-navigation@npm:*, @bottom-tabs/react-navigation@npm:1.1.0, @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:
@@ -15985,7 +15985,7 @@ __metadata:
1598515985
languageName: unknown
1598615986
linkType: soft
1598715987

15988-
"react-native-bottom-tabs@npm:*, react-native-bottom-tabs@npm:1.0.5, react-native-bottom-tabs@workspace:packages/react-native-bottom-tabs":
15988+
"react-native-bottom-tabs@npm:*, react-native-bottom-tabs@npm:1.1.0, react-native-bottom-tabs@workspace:packages/react-native-bottom-tabs":
1598915989
version: 0.0.0-use.local
1599015990
resolution: "react-native-bottom-tabs@workspace:packages/react-native-bottom-tabs"
1599115991
dependencies:

0 commit comments

Comments
 (0)