diff --git a/.changeset/metal-bobcats-juggle.md b/.changeset/metal-bobcats-juggle.md deleted file mode 100644 index e5fe3d6c..00000000 --- a/.changeset/metal-bobcats-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-bottom-tabs': patch ---- - -fix: properly set background color on Android diff --git a/.changeset/two-socks-tie.md b/.changeset/two-socks-tie.md deleted file mode 100644 index 62fa89f1..00000000 --- a/.changeset/two-socks-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-bottom-tabs': patch ---- - -fix: iOS crash on old architecture when setting font style diff --git a/packages/react-native-bottom-tabs/CHANGELOG.md b/packages/react-native-bottom-tabs/CHANGELOG.md index 211aa479..8013d858 100644 --- a/packages/react-native-bottom-tabs/CHANGELOG.md +++ b/packages/react-native-bottom-tabs/CHANGELOG.md @@ -1,5 +1,13 @@ # react-native-bottom-tabs +## 0.8.2 + +### Patch Changes + +- [#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 + +- [#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 + ## 0.8.1 ### Patch Changes diff --git a/packages/react-native-bottom-tabs/package.json b/packages/react-native-bottom-tabs/package.json index 7ea8a5ab..462c76f1 100644 --- a/packages/react-native-bottom-tabs/package.json +++ b/packages/react-native-bottom-tabs/package.json @@ -1,6 +1,6 @@ { "name": "react-native-bottom-tabs", - "version": "0.8.1", + "version": "0.8.2", "description": "Native Bottom Tabs for React Native", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js", diff --git a/packages/react-navigation/CHANGELOG.md b/packages/react-navigation/CHANGELOG.md index 99da15a8..5ad7605c 100644 --- a/packages/react-navigation/CHANGELOG.md +++ b/packages/react-navigation/CHANGELOG.md @@ -1,5 +1,7 @@ # @bottom-tabs/react-navigation +## 0.8.2 + ## 0.8.1 ## 0.8.0 diff --git a/packages/react-navigation/package.json b/packages/react-navigation/package.json index 47a56bf6..9cc315dc 100644 --- a/packages/react-navigation/package.json +++ b/packages/react-navigation/package.json @@ -1,6 +1,6 @@ { "name": "@bottom-tabs/react-navigation", - "version": "0.8.1", + "version": "0.8.2", "description": "React Native Bottom Tabs React Navigation integration", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",