diff --git a/.changeset/two-lobsters-exercise.md b/.changeset/two-lobsters-exercise.md deleted file mode 100644 index b6c9802e..00000000 --- a/.changeset/two-lobsters-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-bottom-tabs': patch ---- - -fix crash when change tab bar label during runtime diff --git a/packages/react-native-bottom-tabs/CHANGELOG.md b/packages/react-native-bottom-tabs/CHANGELOG.md index 05d87bf8..211aa479 100644 --- a/packages/react-native-bottom-tabs/CHANGELOG.md +++ b/packages/react-native-bottom-tabs/CHANGELOG.md @@ -1,5 +1,11 @@ # react-native-bottom-tabs +## 0.8.1 + +### Patch Changes + +- [#250](https://github.com/callstackincubator/react-native-bottom-tabs/pull/250) [`88d8531`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/88d85315357c7a89ee2ec1c27e7c3e3fb8992877) Thanks [@owinter86](https://github.com/owinter86)! - fix crash when change tab bar label during runtime + ## 0.8.0 ### Minor Changes diff --git a/packages/react-native-bottom-tabs/package.json b/packages/react-native-bottom-tabs/package.json index ca7f3057..7ea8a5ab 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.0", + "version": "0.8.1", "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 63d5d9a3..99da15a8 100644 --- a/packages/react-navigation/CHANGELOG.md +++ b/packages/react-navigation/CHANGELOG.md @@ -1,5 +1,7 @@ # @bottom-tabs/react-navigation +## 0.8.1 + ## 0.8.0 ## 0.7.8 diff --git a/packages/react-navigation/package.json b/packages/react-navigation/package.json index c944f80f..47a56bf6 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.0", + "version": "0.8.1", "description": "React Native Bottom Tabs React Navigation integration", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",