diff --git a/.changeset/curly-snails-crash.md b/.changeset/curly-snails-crash.md deleted file mode 100644 index e6768577..00000000 --- a/.changeset/curly-snails-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-bottom-tabs': patch ---- - -fix: make translucent prop work properly with default apperance diff --git a/.changeset/itchy-papayas-move.md b/.changeset/itchy-papayas-move.md deleted file mode 100644 index 0bb32d4a..00000000 --- a/.changeset/itchy-papayas-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-native-bottom-tabs": patch ---- - -fix: compile on visionOS diff --git a/packages/react-native-bottom-tabs/CHANGELOG.md b/packages/react-native-bottom-tabs/CHANGELOG.md index c81b8941..a11ae932 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.7.5 + +### Patch Changes + +- [#191](https://github.com/okwasniewski/react-native-bottom-tabs/pull/191) [`f681e5e`](https://github.com/okwasniewski/react-native-bottom-tabs/commit/f681e5e81a9ff89c7cdb8e98b89efd9d6bcae6a9) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix: make translucent prop work properly with default apperance + +- [#189](https://github.com/okwasniewski/react-native-bottom-tabs/pull/189) [`041eebc`](https://github.com/okwasniewski/react-native-bottom-tabs/commit/041eebc458ac953971fc398ecd8c758d43710e0f) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix: compile on visionOS + ## 0.7.4 ### Patch Changes diff --git a/packages/react-native-bottom-tabs/package.json b/packages/react-native-bottom-tabs/package.json index 8946a5ea..5040874a 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.7.4", + "version": "0.7.5", "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 0b72ec20..6235563d 100644 --- a/packages/react-navigation/CHANGELOG.md +++ b/packages/react-navigation/CHANGELOG.md @@ -1,5 +1,7 @@ # @bottom-tabs/react-navigation +## 0.7.5 + ## 0.7.4 ### Patch Changes diff --git a/packages/react-navigation/package.json b/packages/react-navigation/package.json index abf8e608..05b6a871 100644 --- a/packages/react-navigation/package.json +++ b/packages/react-navigation/package.json @@ -1,6 +1,6 @@ { "name": "@bottom-tabs/react-navigation", - "version": "0.7.4", + "version": "0.7.5", "description": "React Native Bottom Tabs React Navigation integration", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",