Skip to content

Commit b6fa003

Browse files
committed
Revert "chore(release): version packages (#259)"
This reverts commit 383dacf.
1 parent 383dacf commit b6fa003

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

.changeset/metal-bobcats-juggle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'react-native-bottom-tabs': patch
3+
---
4+
5+
fix: properly set background color on Android

.changeset/two-socks-tie.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'react-native-bottom-tabs': patch
3+
---
4+
5+
fix: iOS crash on old architecture when setting font style

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# react-native-bottom-tabs
22

3-
## 0.8.2
4-
5-
### Patch Changes
6-
7-
- [#258](https://github.com/callstackincubator/react-native-bottom-tabs/pull/258) [`70e1955`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/70e19559e14b4c78896afba021df636fb7b4880d) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix: properly set background color on Android
8-
9-
- [#258](https://github.com/callstackincubator/react-native-bottom-tabs/pull/258) [`70e1955`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/70e19559e14b4c78896afba021df636fb7b4880d) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix: iOS crash on old architecture when setting font style
10-
113
## 0.8.1
124

135
### 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.2",
3+
"version": "0.8.1",
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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# @bottom-tabs/react-navigation
22

3-
## 0.8.2
4-
53
## 0.8.1
64

75
## 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.2",
3+
"version": "0.8.1",
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)