Skip to content

Commit a8aa4aa

Browse files
chore(release): version packages (#313)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 14ea049 commit a8aa4aa

File tree

10 files changed

+29
-24
lines changed

10 files changed

+29
-24
lines changed

.changeset/lucky-dots-cheat.md

-5
This file was deleted.

.changeset/ninety-garlics-bow.md

-5
This file was deleted.

.changeset/strange-turkeys-exist.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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3d0ac88`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/3d0ac88582dd59c56782d840587054b099fcb8d1), [`14ea049`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/14ea049e2e1061bc5a5577155f0010438af46720), [`99776e5`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/99776e527a640914aa6a702aeb8d8ebce8af8f32)]:
8+
9+
- @bottom-tabs/react-navigation@0.8.8
10+
311
## 0.0.8
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.8",
4+
"version": "0.0.9",
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.7",
21+
"@bottom-tabs/react-navigation": "0.8.8",
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.7",
40+
"react-native-bottom-tabs": "0.8.8",
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

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

3+
## 0.8.8
4+
5+
### Patch Changes
6+
7+
- [#311](https://github.com/callstackincubator/react-native-bottom-tabs/pull/311) [`3d0ac88`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/3d0ac88582dd59c56782d840587054b099fcb8d1) Thanks [@johankasperi](https://github.com/johankasperi)! - fix: propery destroy image loader on Android
8+
9+
- [#316](https://github.com/callstackincubator/react-native-bottom-tabs/pull/316) [`14ea049`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/14ea049e2e1061bc5a5577155f0010438af46720) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix: appearance issues with dark mode switches on Android
10+
11+
- [#312](https://github.com/callstackincubator/react-native-bottom-tabs/pull/312) [`99776e5`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/99776e527a640914aa6a702aeb8d8ebce8af8f32) Thanks [@mtshv](https://github.com/mtshv)! - fix: add tvOS 16.0 availability check for toolbar API
12+
313
## 0.8.7
414

515
### 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.7",
3+
"version": "0.8.8",
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.8.8
4+
35
## 0.8.7
46

57
### Patch Changes

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.7",
3+
"version": "0.8.8",
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
@@ -1860,7 +1860,7 @@ __metadata:
18601860
resolution: "@bottom-tabs/expo-template@workspace:packages/expo-template"
18611861
dependencies:
18621862
"@babel/core": "npm:^7.25.2"
1863-
"@bottom-tabs/react-navigation": "npm:0.8.7"
1863+
"@bottom-tabs/react-navigation": "npm:0.8.8"
18641864
"@expo/vector-icons": "npm:^14.0.2"
18651865
"@react-navigation/native": "npm:^7.0.14"
18661866
"@types/jest": "npm:^29.5.12"
@@ -1884,7 +1884,7 @@ __metadata:
18841884
react: "npm:18.3.1"
18851885
react-dom: "npm:18.3.1"
18861886
react-native: "npm:0.76.3"
1887-
react-native-bottom-tabs: "npm:0.8.7"
1887+
react-native-bottom-tabs: "npm:0.8.8"
18881888
react-native-gesture-handler: "npm:~2.20.2"
18891889
react-native-reanimated: "npm:~3.16.1"
18901890
react-native-safe-area-context: "npm:4.12.0"
@@ -1915,7 +1915,7 @@ __metadata:
19151915
languageName: unknown
19161916
linkType: soft
19171917

1918-
"@bottom-tabs/react-navigation@npm:*, @bottom-tabs/react-navigation@npm:0.8.7, @bottom-tabs/react-navigation@workspace:packages/react-navigation":
1918+
"@bottom-tabs/react-navigation@npm:*, @bottom-tabs/react-navigation@npm:0.8.8, @bottom-tabs/react-navigation@workspace:packages/react-navigation":
19191919
version: 0.0.0-use.local
19201920
resolution: "@bottom-tabs/react-navigation@workspace:packages/react-navigation"
19211921
dependencies:
@@ -17095,7 +17095,7 @@ __metadata:
1709517095
languageName: unknown
1709617096
linkType: soft
1709717097

17098-
"react-native-bottom-tabs@npm:*, react-native-bottom-tabs@npm:0.8.7, react-native-bottom-tabs@workspace:packages/react-native-bottom-tabs":
17098+
"react-native-bottom-tabs@npm:*, react-native-bottom-tabs@npm:0.8.8, react-native-bottom-tabs@workspace:packages/react-native-bottom-tabs":
1709917099
version: 0.0.0-use.local
1710017100
resolution: "react-native-bottom-tabs@workspace:packages/react-native-bottom-tabs"
1710117101
dependencies:

0 commit comments

Comments
 (0)