diff --git a/.changeset/breezy-camels-lead.md b/.changeset/breezy-camels-lead.md deleted file mode 100644 index cf1de42d..00000000 --- a/.changeset/breezy-camels-lead.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'react-native-bottom-tabs': major -'@bottom-tabs/expo-template': major -'@bottom-tabs/react-navigation': major ---- - -feat!: drop old architecture diff --git a/.changeset/busy-seals-relax.md b/.changeset/busy-seals-relax.md deleted file mode 100644 index d1c5630c..00000000 --- a/.changeset/busy-seals-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-bottom-tabs': patch ---- - -fix: make sure everything works correctly on macOS diff --git a/.changeset/dirty-mails-search.md b/.changeset/dirty-mails-search.md deleted file mode 100644 index e6fcf805..00000000 --- a/.changeset/dirty-mails-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-native-bottom-tabs": patch ---- - -fix: release and bob config diff --git a/.changeset/nasty-taxes-lay.md b/.changeset/nasty-taxes-lay.md deleted file mode 100644 index 100c3e05..00000000 --- a/.changeset/nasty-taxes-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-bottom-tabs': patch ---- - -fix: include common in files shipped to npm diff --git a/.changeset/olive-rockets-take.md b/.changeset/olive-rockets-take.md deleted file mode 100644 index 4bf34611..00000000 --- a/.changeset/olive-rockets-take.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-bottom-tabs': patch ---- - -feat: support material3 expressive diff --git a/.changeset/shy-masks-accept.md b/.changeset/shy-masks-accept.md deleted file mode 100644 index c03cd18c..00000000 --- a/.changeset/shy-masks-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-bottom-tabs': patch ---- - -fix: show small badge on Android when passing empty space diff --git a/packages/expo-template/CHANGELOG.md b/packages/expo-template/CHANGELOG.md index 7a285c4d..2c3b9885 100644 --- a/packages/expo-template/CHANGELOG.md +++ b/packages/expo-template/CHANGELOG.md @@ -1,5 +1,17 @@ # @bottom-tabs/expo-template +## 1.0.0 + +### Major Changes + +- [#435](https://github.com/callstackincubator/react-native-bottom-tabs/pull/435) [`4b4e781`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/4b4e781cead514784c46599ab09554fad6c41208) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat!: drop old architecture + +### Patch Changes + +- Updated dependencies [[`4b4e781`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/4b4e781cead514784c46599ab09554fad6c41208), [`e308c90`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/e308c9086034d376fe03fe1435cec6e7a9844a45), [`ba70ac2`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/ba70ac2438d1a8818a6ab9c2e5b05c214fed18c4), [`28282f4`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/28282f4e7c171feb7c3cee309a94ebeb9287c413), [`35e88e4`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/35e88e46949b563f4cc42a970d5d8269f9260326), [`be266df`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/be266dfc04ef9981b99223692cb52f816cd5babc)]: + - react-native-bottom-tabs@1.0.0 + - @bottom-tabs/react-navigation@1.0.0 + ## 0.0.20 ### Patch Changes diff --git a/packages/expo-template/package.json b/packages/expo-template/package.json index dd89c339..ab6cf9fc 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.20", + "version": "1.0.0", "scripts": { "start": "expo start", "reset-project": "node ./scripts/reset-project.js", @@ -18,7 +18,7 @@ "preset": "jest-expo" }, "dependencies": { - "@bottom-tabs/react-navigation": "0.12.0", + "@bottom-tabs/react-navigation": "1.0.0", "@expo/vector-icons": "^14.0.2", "@react-navigation/native": "^7.1.17", "expo": "^54.0.1", @@ -37,7 +37,7 @@ "react": "^19.1.0", "react-dom": "18.3.1", "react-native": "0.81.4", - "react-native-bottom-tabs": "0.12.0", + "react-native-bottom-tabs": "1.0.0", "react-native-gesture-handler": "^2.28.0", "react-native-reanimated": "^4.1.0", "react-native-safe-area-context": "^5.6.1", diff --git a/packages/react-native-bottom-tabs/CHANGELOG.md b/packages/react-native-bottom-tabs/CHANGELOG.md index 59c909f4..17c8ed61 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 +## 1.0.0 + +### Major Changes + +- [#435](https://github.com/callstackincubator/react-native-bottom-tabs/pull/435) [`4b4e781`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/4b4e781cead514784c46599ab09554fad6c41208) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat!: drop old architecture + +### Patch Changes + +- [#443](https://github.com/callstackincubator/react-native-bottom-tabs/pull/443) [`e308c90`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/e308c9086034d376fe03fe1435cec6e7a9844a45) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix: make sure everything works correctly on macOS + +- [#442](https://github.com/callstackincubator/react-native-bottom-tabs/pull/442) [`ba70ac2`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/ba70ac2438d1a8818a6ab9c2e5b05c214fed18c4) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix: release and bob config + +- [#441](https://github.com/callstackincubator/react-native-bottom-tabs/pull/441) [`28282f4`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/28282f4e7c171feb7c3cee309a94ebeb9287c413) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix: include common in files shipped to npm + +- [#444](https://github.com/callstackincubator/react-native-bottom-tabs/pull/444) [`35e88e4`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/35e88e46949b563f4cc42a970d5d8269f9260326) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: support material3 expressive + +- [#438](https://github.com/callstackincubator/react-native-bottom-tabs/pull/438) [`be266df`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/be266dfc04ef9981b99223692cb52f816cd5babc) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix: show small badge on Android when passing empty space + ## 0.12.0 ### Minor Changes diff --git a/packages/react-native-bottom-tabs/package.json b/packages/react-native-bottom-tabs/package.json index 8996f708..35e19c91 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.12.0", + "version": "1.0.0", "description": "Native Bottom Tabs for React Native", "source": "./src/index.tsx", "main": "./lib/module/index.js", diff --git a/packages/react-navigation/CHANGELOG.md b/packages/react-navigation/CHANGELOG.md index 3a147279..b13f6263 100644 --- a/packages/react-navigation/CHANGELOG.md +++ b/packages/react-navigation/CHANGELOG.md @@ -1,5 +1,11 @@ # @bottom-tabs/react-navigation +## 1.0.0 + +### Major Changes + +- [#435](https://github.com/callstackincubator/react-native-bottom-tabs/pull/435) [`4b4e781`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/4b4e781cead514784c46599ab09554fad6c41208) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat!: drop old architecture + ## 0.12.0 ## 0.11.2 diff --git a/packages/react-navigation/package.json b/packages/react-navigation/package.json index 923499ef..889cd402 100644 --- a/packages/react-navigation/package.json +++ b/packages/react-navigation/package.json @@ -1,6 +1,6 @@ { "name": "@bottom-tabs/react-navigation", - "version": "0.12.0", + "version": "1.0.0", "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 ac45f588..6f2986d6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2721,7 +2721,7 @@ __metadata: resolution: "@bottom-tabs/expo-template@workspace:packages/expo-template" dependencies: "@babel/core": "npm:^7.28.4" - "@bottom-tabs/react-navigation": "npm:0.12.0" + "@bottom-tabs/react-navigation": "npm:1.0.0" "@expo/vector-icons": "npm:^14.0.2" "@react-navigation/native": "npm:^7.1.17" "@types/jest": "npm:^29.5.12" @@ -2745,7 +2745,7 @@ __metadata: react: "npm:^19.1.0" react-dom: "npm:18.3.1" react-native: "npm:0.81.4" - react-native-bottom-tabs: "npm:0.12.0" + react-native-bottom-tabs: "npm:1.0.0" react-native-gesture-handler: "npm:^2.28.0" react-native-reanimated: "npm:^4.1.0" react-native-safe-area-context: "npm:^5.6.1" @@ -2778,7 +2778,7 @@ __metadata: languageName: unknown linkType: soft -"@bottom-tabs/react-navigation@npm:*, @bottom-tabs/react-navigation@npm:0.12.0, @bottom-tabs/react-navigation@workspace:packages/react-navigation": +"@bottom-tabs/react-navigation@npm:*, @bottom-tabs/react-navigation@npm:1.0.0, @bottom-tabs/react-navigation@workspace:packages/react-navigation": version: 0.0.0-use.local resolution: "@bottom-tabs/react-navigation@workspace:packages/react-navigation" dependencies: @@ -15971,7 +15971,7 @@ __metadata: languageName: unknown linkType: soft -"react-native-bottom-tabs@npm:*, react-native-bottom-tabs@npm:0.12.0, react-native-bottom-tabs@workspace:packages/react-native-bottom-tabs": +"react-native-bottom-tabs@npm:*, react-native-bottom-tabs@npm:1.0.0, 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: