Skip to content

Commit 4b6027c

Browse files
chore(release): version packages (#476)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3793cbb commit 4b6027c

File tree

9 files changed

+27
-19
lines changed

9 files changed

+27
-19
lines changed

.changeset/brown-clocks-worry.md

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

.changeset/wild-rings-sell.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.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e419b58`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/e419b58b22abc275afeffd91c2731cf5bbbd80c2), [`438b720`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/438b720b93ac3936e6d727bb51018bca040332cb)]:
8+
- react-native-bottom-tabs@1.0.3
9+
- @bottom-tabs/react-navigation@1.0.3
10+
311
## 1.0.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.0.2",
4+
"version": "1.0.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.0.2",
21+
"@bottom-tabs/react-navigation": "1.0.3",
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.2",
40+
"react-native-bottom-tabs": "1.0.3",
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.0.3
4+
5+
### Patch Changes
6+
7+
- [#446](https://github.com/callstackincubator/react-native-bottom-tabs/pull/446) [`e419b58`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/e419b58b22abc275afeffd91c2731cf5bbbd80c2) Thanks [@johankasperi](https://github.com/johankasperi)! - feat(iOS): [experimental] implement bottom accessory view
8+
9+
- [#474](https://github.com/callstackincubator/react-native-bottom-tabs/pull/474) [`438b720`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/438b720b93ac3936e6d727bb51018bca040332cb) Thanks [@zamplyy](https://github.com/zamplyy)! - fix: low resolution svgs on Android
10+
311
## 1.0.2
412

513
### 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.2",
3+
"version": "1.0.3",
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.0.3
4+
35
## 1.0.2
46

57
## 1.0.1

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.2",
3+
"version": "1.0.3",
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.2"
2724+
"@bottom-tabs/react-navigation": "npm:1.0.3"
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.2"
2748+
react-native-bottom-tabs: "npm:1.0.3"
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.2, @bottom-tabs/react-navigation@workspace:packages/react-navigation":
2781+
"@bottom-tabs/react-navigation@npm:*, @bottom-tabs/react-navigation@npm:1.0.3, @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:
@@ -15971,7 +15971,7 @@ __metadata:
1597115971
languageName: unknown
1597215972
linkType: soft
1597315973

15974-
"react-native-bottom-tabs@npm:*, react-native-bottom-tabs@npm:1.0.2, react-native-bottom-tabs@workspace:packages/react-native-bottom-tabs":
15974+
"react-native-bottom-tabs@npm:*, react-native-bottom-tabs@npm:1.0.3, react-native-bottom-tabs@workspace:packages/react-native-bottom-tabs":
1597515975
version: 0.0.0-use.local
1597615976
resolution: "react-native-bottom-tabs@workspace:packages/react-native-bottom-tabs"
1597715977
dependencies:

0 commit comments

Comments
 (0)