diff --git a/.changeset/dirty-kids-attack.md b/.changeset/dirty-kids-attack.md deleted file mode 100644 index df9ff030..00000000 --- a/.changeset/dirty-kids-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-bottom-tabs': patch ---- - -fix: properly handle labeled={false} on iOS diff --git a/.changeset/friendly-items-invent.md b/.changeset/friendly-items-invent.md deleted file mode 100644 index 0696bb8f..00000000 --- a/.changeset/friendly-items-invent.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'react-native-bottom-tabs': patch -'@bottom-tabs/react-navigation': patch ---- - -feat: implement freezeOnBlur diff --git a/.changeset/funny-oranges-applaud.md b/.changeset/funny-oranges-applaud.md deleted file mode 100644 index ab053fc1..00000000 --- a/.changeset/funny-oranges-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-bottom-tabs': patch ---- - -chore: bump android material components package diff --git a/.changeset/gorgeous-carpets-cheat.md b/.changeset/gorgeous-carpets-cheat.md deleted file mode 100644 index baa679fc..00000000 --- a/.changeset/gorgeous-carpets-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-bottom-tabs': patch ---- - -feat: skip measurements when using custom tab bar diff --git a/.changeset/purple-beers-laugh.md b/.changeset/purple-beers-laugh.md deleted file mode 100644 index 43cd13e8..00000000 --- a/.changeset/purple-beers-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-bottom-tabs': patch ---- - -fix: prevent header showing on iPad when using a custom one diff --git a/.changeset/shaggy-fishes-kick.md b/.changeset/shaggy-fishes-kick.md deleted file mode 100644 index 1eb82048..00000000 --- a/.changeset/shaggy-fishes-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-bottom-tabs': patch ---- - -feat: handle automatic darkmode changes on Android diff --git a/.changeset/young-experts-exercise.md b/.changeset/young-experts-exercise.md deleted file mode 100644 index 584fb547..00000000 --- a/.changeset/young-experts-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-bottom-tabs': patch ---- - -feat: make more tab pressable on iOS diff --git a/packages/expo-template/CHANGELOG.md b/packages/expo-template/CHANGELOG.md index 8651ba53..e95432d6 100644 --- a/packages/expo-template/CHANGELOG.md +++ b/packages/expo-template/CHANGELOG.md @@ -1,5 +1,13 @@ # @bottom-tabs/expo-template +## 0.0.8 + +### Patch Changes + +- Updated dependencies [[`f915225`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/f915225fd403e5b045691616b490de6b81bbca5a), [`b9c9840`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/b9c9840763b0f734aeb59735452b233564faa937), [`0210046`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/0210046a5551748dba113c7450b929e45b98eb7c), [`54f25bc`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/54f25bce631c640bae8f98a76ae3934629e305f1), [`024e92e`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/024e92e2708eb076079d9eedddb79eeae4c2af9e), [`69e17fc`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/69e17fcdc4a81bfa9f68d11235602bfb6237a2c9), [`ac96b23`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/ac96b2368c2c0cc0ca971b4f5059b20eaa805c33)]: + - react-native-bottom-tabs@0.8.7 + - @bottom-tabs/react-navigation@0.8.7 + ## 0.0.7 ### Patch Changes diff --git a/packages/expo-template/package.json b/packages/expo-template/package.json index 7ab05b02..518d48f6 100644 --- a/packages/expo-template/package.json +++ b/packages/expo-template/package.json @@ -1,7 +1,7 @@ { "name": "@bottom-tabs/expo-template", "main": "expo-router/entry", - "version": "0.0.7", + "version": "0.0.8", "scripts": { "start": "expo start", "reset-project": "node ./scripts/reset-project.js", @@ -18,7 +18,7 @@ "preset": "jest-expo" }, "dependencies": { - "@bottom-tabs/react-navigation": "0.8.6", + "@bottom-tabs/react-navigation": "0.8.7", "@expo/vector-icons": "^14.0.2", "@react-navigation/native": "^7.0.14", "expo": "~52.0.11", @@ -37,7 +37,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "react-native": "0.76.3", - "react-native-bottom-tabs": "0.8.6", + "react-native-bottom-tabs": "0.8.7", "react-native-gesture-handler": "~2.20.2", "react-native-reanimated": "~3.16.1", "react-native-safe-area-context": "4.12.0", diff --git a/packages/react-native-bottom-tabs/CHANGELOG.md b/packages/react-native-bottom-tabs/CHANGELOG.md index 2c0860d9..62362b52 100644 --- a/packages/react-native-bottom-tabs/CHANGELOG.md +++ b/packages/react-native-bottom-tabs/CHANGELOG.md @@ -1,5 +1,23 @@ # react-native-bottom-tabs +## 0.8.7 + +### Patch Changes + +- [#291](https://github.com/callstackincubator/react-native-bottom-tabs/pull/291) [`f915225`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/f915225fd403e5b045691616b490de6b81bbca5a) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix: properly handle labeled={false} on iOS + +- [#302](https://github.com/callstackincubator/react-native-bottom-tabs/pull/302) [`b9c9840`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/b9c9840763b0f734aeb59735452b233564faa937) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: implement freezeOnBlur + +- [#292](https://github.com/callstackincubator/react-native-bottom-tabs/pull/292) [`0210046`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/0210046a5551748dba113c7450b929e45b98eb7c) Thanks [@johankasperi](https://github.com/johankasperi)! - chore: bump android material components package + +- [#306](https://github.com/callstackincubator/react-native-bottom-tabs/pull/306) [`54f25bc`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/54f25bce631c640bae8f98a76ae3934629e305f1) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: skip measurements when using custom tab bar + +- [#300](https://github.com/callstackincubator/react-native-bottom-tabs/pull/300) [`024e92e`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/024e92e2708eb076079d9eedddb79eeae4c2af9e) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix: prevent header showing on iPad when using a custom one + +- [#305](https://github.com/callstackincubator/react-native-bottom-tabs/pull/305) [`69e17fc`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/69e17fcdc4a81bfa9f68d11235602bfb6237a2c9) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: handle automatic darkmode changes on Android + +- [#303](https://github.com/callstackincubator/react-native-bottom-tabs/pull/303) [`ac96b23`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/ac96b2368c2c0cc0ca971b4f5059b20eaa805c33) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: make more tab pressable on iOS + ## 0.8.6 ### Patch Changes diff --git a/packages/react-native-bottom-tabs/package.json b/packages/react-native-bottom-tabs/package.json index 92a17d59..27fbc1fa 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.6", + "version": "0.8.7", "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 8f710150..d9680d3a 100644 --- a/packages/react-navigation/CHANGELOG.md +++ b/packages/react-navigation/CHANGELOG.md @@ -1,5 +1,11 @@ # @bottom-tabs/react-navigation +## 0.8.7 + +### Patch Changes + +- [#302](https://github.com/callstackincubator/react-native-bottom-tabs/pull/302) [`b9c9840`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/b9c9840763b0f734aeb59735452b233564faa937) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: implement freezeOnBlur + ## 0.8.6 ## 0.8.5 diff --git a/packages/react-navigation/package.json b/packages/react-navigation/package.json index a4dc59c2..6e2f3f65 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.6", + "version": "0.8.7", "description": "React Native Bottom Tabs React Navigation integration", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js", diff --git a/yarn.lock b/yarn.lock index 9e33e681..492f4500 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1860,7 +1860,7 @@ __metadata: resolution: "@bottom-tabs/expo-template@workspace:packages/expo-template" dependencies: "@babel/core": "npm:^7.25.2" - "@bottom-tabs/react-navigation": "npm:0.8.6" + "@bottom-tabs/react-navigation": "npm:0.8.7" "@expo/vector-icons": "npm:^14.0.2" "@react-navigation/native": "npm:^7.0.14" "@types/jest": "npm:^29.5.12" @@ -1884,7 +1884,7 @@ __metadata: react: "npm:18.3.1" react-dom: "npm:18.3.1" react-native: "npm:0.76.3" - react-native-bottom-tabs: "npm:0.8.6" + react-native-bottom-tabs: "npm:0.8.7" react-native-gesture-handler: "npm:~2.20.2" react-native-reanimated: "npm:~3.16.1" react-native-safe-area-context: "npm:4.12.0" @@ -1915,7 +1915,7 @@ __metadata: languageName: unknown linkType: soft -"@bottom-tabs/react-navigation@npm:*, @bottom-tabs/react-navigation@npm:0.8.6, @bottom-tabs/react-navigation@workspace:packages/react-navigation": +"@bottom-tabs/react-navigation@npm:*, @bottom-tabs/react-navigation@npm:0.8.7, @bottom-tabs/react-navigation@workspace:packages/react-navigation": version: 0.0.0-use.local resolution: "@bottom-tabs/react-navigation@workspace:packages/react-navigation" dependencies: @@ -17095,7 +17095,7 @@ __metadata: languageName: unknown linkType: soft -"react-native-bottom-tabs@npm:*, react-native-bottom-tabs@npm:0.8.6, react-native-bottom-tabs@workspace:packages/react-native-bottom-tabs": +"react-native-bottom-tabs@npm:*, react-native-bottom-tabs@npm:0.8.7, react-native-bottom-tabs@workspace:packages/react-native-bottom-tabs": version: 0.0.0-use.local resolution: "react-native-bottom-tabs@workspace:packages/react-native-bottom-tabs" dependencies: