Skip to content

Commit f7027a3

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

File tree

8 files changed

+23
-15
lines changed

8 files changed

+23
-15
lines changed

.changeset/metal-bobcats-juggle.md

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

.changeset/two-socks-tie.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+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b6fa003`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/b6fa0037245e44bc0048763065b4a3e46e6d1535), [`b6fa003`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/b6fa0037245e44bc0048763065b4a3e46e6d1535)]:
8+
- react-native-bottom-tabs@0.8.2
9+
- @bottom-tabs/react-navigation@0.8.2
10+
311
## 0.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": "0.0.2",
4+
"version": "0.0.3",
55
"scripts": {
66
"start": "expo start",
77
"reset-project": "node ./scripts/reset-project.js",
@@ -14,7 +14,7 @@
1414
"preset": "jest-expo"
1515
},
1616
"dependencies": {
17-
"@bottom-tabs/react-navigation": "0.8.1",
17+
"@bottom-tabs/react-navigation": "0.8.2",
1818
"@expo/vector-icons": "^14.0.2",
1919
"@react-navigation/native": "^7.0.14",
2020
"expo": "~52.0.11",
@@ -33,7 +33,7 @@
3333
"react": "18.3.1",
3434
"react-dom": "18.3.1",
3535
"react-native": "0.76.3",
36-
"react-native-bottom-tabs": "0.8.1",
36+
"react-native-bottom-tabs": "0.8.2",
3737
"react-native-gesture-handler": "~2.20.2",
3838
"react-native-reanimated": "~3.16.1",
3939
"react-native-safe-area-context": "4.12.0",

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+
## 0.8.2
4+
5+
### Patch Changes
6+
7+
- [`b6fa003`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/b6fa0037245e44bc0048763065b4a3e46e6d1535) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix: properly set background color on Android
8+
9+
- [`b6fa003`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/b6fa0037245e44bc0048763065b4a3e46e6d1535) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix: iOS crash on old architecture when setting font style
10+
311
## 0.8.1
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": "0.8.1",
3+
"version": "0.8.2",
44
"description": "Native Bottom Tabs for React Native",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/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+
## 0.8.2
4+
35
## 0.8.1
46

57
## 0.8.0

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": "0.8.1",
3+
"version": "0.8.2",
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)