Skip to content

Commit 3806377

Browse files
chore(release): version packages (#326)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7cbf589 commit 3806377

File tree

11 files changed

+33
-29
lines changed

11 files changed

+33
-29
lines changed

.changeset/chilly-chefs-divide.md

-5
This file was deleted.

.changeset/shaky-rules-sing.md

-5
This file was deleted.

.changeset/tricky-waves-tap.md

-5
This file was deleted.

.changeset/twelve-rules-study.md

-5
This file was deleted.

packages/expo-template/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @bottom-tabs/expo-template
22

3+
## 0.0.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5cb4721`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/5cb47214b358cd281153b72528569d34cc5f6d36), [`08cec90`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/08cec90a4da3c19e4112f3505b6a54789cea53c7), [`7cbf589`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/7cbf58934fdc40724aba7a3d88e1425c144bedb0), [`b8cbd28`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/b8cbd28702921036d627a04ad3e766fd0736d27c)]:
8+
9+
- @bottom-tabs/react-navigation@0.9.0
10+
311
## 0.0.10
412

513
### Patch Changes

packages/expo-template/package.json

+3-3
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": "0.0.10",
4+
"version": "0.0.11",
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": "0.8.9",
21+
"@bottom-tabs/react-navigation": "0.9.0",
2222
"@expo/vector-icons": "^14.0.2",
2323
"@react-navigation/native": "^7.0.14",
2424
"expo": "~52.0.11",
@@ -37,7 +37,7 @@
3737
"react": "18.3.1",
3838
"react-dom": "18.3.1",
3939
"react-native": "0.76.3",
40-
"react-native-bottom-tabs": "0.8.9",
40+
"react-native-bottom-tabs": "0.9.0",
4141
"react-native-gesture-handler": "~2.20.2",
4242
"react-native-reanimated": "~3.16.1",
4343
"react-native-safe-area-context": "4.12.0",

packages/react-native-bottom-tabs/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# react-native-bottom-tabs
22

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- [#332](https://github.com/callstackincubator/react-native-bottom-tabs/pull/332) [`b8cbd28`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/b8cbd28702921036d627a04ad3e766fd0736d27c) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat!: remove ignoresTopSafeArea prop, safe area handling is now automatic
8+
9+
### Patch Changes
10+
11+
- [#325](https://github.com/callstackincubator/react-native-bottom-tabs/pull/325) [`5cb4721`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/5cb47214b358cd281153b72528569d34cc5f6d36) Thanks [@okwasniewski](https://github.com/okwasniewski)! - chore: drop support for < RN 0.71 (podspec)
12+
13+
- [#330](https://github.com/callstackincubator/react-native-bottom-tabs/pull/330) [`08cec90`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/08cec90a4da3c19e4112f3505b6a54789cea53c7) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: report tab bar measurements on Android
14+
15+
- [#334](https://github.com/callstackincubator/react-native-bottom-tabs/pull/334) [`7cbf589`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/7cbf58934fdc40724aba7a3d88e1425c144bedb0) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix(android): remove unnecessary override causing issues
16+
317
## 0.8.9
418

519
### Patch Changes

packages/react-native-bottom-tabs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-bottom-tabs",
3-
"version": "0.8.9",
3+
"version": "0.9.0",
44
"description": "Native Bottom Tabs for React Native",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",

packages/react-navigation/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @bottom-tabs/react-navigation
22

3+
## 0.9.0
4+
35
## 0.8.9
46

57
## 0.8.8

packages/react-navigation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bottom-tabs/react-navigation",
3-
"version": "0.8.9",
3+
"version": "0.9.0",
44
"description": "React Native Bottom Tabs React Navigation integration",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,7 @@ __metadata:
16241624
resolution: "@bottom-tabs/expo-template@workspace:packages/expo-template"
16251625
dependencies:
16261626
"@babel/core": "npm:^7.25.2"
1627-
"@bottom-tabs/react-navigation": "npm:0.8.9"
1627+
"@bottom-tabs/react-navigation": "npm:0.9.0"
16281628
"@expo/vector-icons": "npm:^14.0.2"
16291629
"@react-navigation/native": "npm:^7.0.14"
16301630
"@types/jest": "npm:^29.5.12"
@@ -1648,7 +1648,7 @@ __metadata:
16481648
react: "npm:18.3.1"
16491649
react-dom: "npm:18.3.1"
16501650
react-native: "npm:0.76.3"
1651-
react-native-bottom-tabs: "npm:0.8.9"
1651+
react-native-bottom-tabs: "npm:0.9.0"
16521652
react-native-gesture-handler: "npm:~2.20.2"
16531653
react-native-reanimated: "npm:~3.16.1"
16541654
react-native-safe-area-context: "npm:4.12.0"
@@ -1679,7 +1679,7 @@ __metadata:
16791679
languageName: unknown
16801680
linkType: soft
16811681

1682-
"@bottom-tabs/react-navigation@npm:*, @bottom-tabs/react-navigation@npm:0.8.9, @bottom-tabs/react-navigation@workspace:packages/react-navigation":
1682+
"@bottom-tabs/react-navigation@npm:*, @bottom-tabs/react-navigation@npm:0.9.0, @bottom-tabs/react-navigation@workspace:packages/react-navigation":
16831683
version: 0.0.0-use.local
16841684
resolution: "@bottom-tabs/react-navigation@workspace:packages/react-navigation"
16851685
dependencies:
@@ -15647,7 +15647,7 @@ __metadata:
1564715647
languageName: unknown
1564815648
linkType: soft
1564915649

15650-
"react-native-bottom-tabs@npm:*, react-native-bottom-tabs@npm:0.8.9, react-native-bottom-tabs@workspace:packages/react-native-bottom-tabs":
15650+
"react-native-bottom-tabs@npm:*, react-native-bottom-tabs@npm:0.9.0, react-native-bottom-tabs@workspace:packages/react-native-bottom-tabs":
1565115651
version: 0.0.0-use.local
1565215652
resolution: "react-native-bottom-tabs@workspace:packages/react-native-bottom-tabs"
1565315653
dependencies:

0 commit comments

Comments
 (0)