From 1497aaab939256ef5c992e015f75168244f37caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Kwas=CC=81niewski?= Date: Mon, 20 Jan 2025 11:32:12 +0100 Subject: [PATCH] Revert "chore(release): version packages (#232)" This reverts commit 61400e01f6971cbb19c61af8c6c01d4080a88f27. --- .changeset/angry-dryers-marry.md | 5 +++++ .changeset/brown-apricots-guess.md | 5 +++++ .changeset/cyan-horses-tie.md | 5 +++++ .changeset/great-points-peel.md | 5 +++++ .changeset/mighty-carrots-worry.md | 5 +++++ .changeset/rare-berries-rush.md | 5 +++++ .changeset/smart-tomatoes-serve.md | 5 +++++ .../react-native-bottom-tabs/CHANGELOG.md | 20 ------------------- .../react-native-bottom-tabs/package.json | 2 +- packages/react-navigation/CHANGELOG.md | 2 -- packages/react-navigation/package.json | 2 +- 11 files changed, 37 insertions(+), 24 deletions(-) create mode 100644 .changeset/angry-dryers-marry.md create mode 100644 .changeset/brown-apricots-guess.md create mode 100644 .changeset/cyan-horses-tie.md create mode 100644 .changeset/great-points-peel.md create mode 100644 .changeset/mighty-carrots-worry.md create mode 100644 .changeset/rare-berries-rush.md create mode 100644 .changeset/smart-tomatoes-serve.md diff --git a/.changeset/angry-dryers-marry.md b/.changeset/angry-dryers-marry.md new file mode 100644 index 0000000..370b27d --- /dev/null +++ b/.changeset/angry-dryers-marry.md @@ -0,0 +1,5 @@ +--- +'react-native-bottom-tabs': patch +--- + +feat: add component provider field for codegen diff --git a/.changeset/brown-apricots-guess.md b/.changeset/brown-apricots-guess.md new file mode 100644 index 0000000..781aee3 --- /dev/null +++ b/.changeset/brown-apricots-guess.md @@ -0,0 +1,5 @@ +--- +'react-native-bottom-tabs': patch +--- + +fix(android): build issues ResourceDrawableIdHelper.instance diff --git a/.changeset/cyan-horses-tie.md b/.changeset/cyan-horses-tie.md new file mode 100644 index 0000000..5ac5397 --- /dev/null +++ b/.changeset/cyan-horses-tie.md @@ -0,0 +1,5 @@ +--- +'react-native-bottom-tabs': patch +--- + +feat: introduce material you theme for Expo plugin diff --git a/.changeset/great-points-peel.md b/.changeset/great-points-peel.md new file mode 100644 index 0000000..785b5d7 --- /dev/null +++ b/.changeset/great-points-peel.md @@ -0,0 +1,5 @@ +--- +'react-native-bottom-tabs': patch +--- + +feat: use UIGraphicsImageRenderer diff --git a/.changeset/mighty-carrots-worry.md b/.changeset/mighty-carrots-worry.md new file mode 100644 index 0000000..abd4206 --- /dev/null +++ b/.changeset/mighty-carrots-worry.md @@ -0,0 +1,5 @@ +--- +'react-native-bottom-tabs': patch +--- + +fix(android): tab bar label blinking on select diff --git a/.changeset/rare-berries-rush.md b/.changeset/rare-berries-rush.md new file mode 100644 index 0000000..4ce47a4 --- /dev/null +++ b/.changeset/rare-berries-rush.md @@ -0,0 +1,5 @@ +--- +'react-native-bottom-tabs': minor +--- + +feat!: add tabBarStyle, remove barTintColor prop diff --git a/.changeset/smart-tomatoes-serve.md b/.changeset/smart-tomatoes-serve.md new file mode 100644 index 0000000..1d708c4 --- /dev/null +++ b/.changeset/smart-tomatoes-serve.md @@ -0,0 +1,5 @@ +--- +'react-native-bottom-tabs': minor +--- + +feat: refactor android, change views on the native side, add page animations diff --git a/packages/react-native-bottom-tabs/CHANGELOG.md b/packages/react-native-bottom-tabs/CHANGELOG.md index c38f114..7487a02 100644 --- a/packages/react-native-bottom-tabs/CHANGELOG.md +++ b/packages/react-native-bottom-tabs/CHANGELOG.md @@ -1,25 +1,5 @@ # react-native-bottom-tabs -## 0.8.0 - -### Minor Changes - -- [#239](https://github.com/callstackincubator/react-native-bottom-tabs/pull/239) [`e01445f`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/e01445fefb6eeabf2ca5fd26b694dbf775aee42e) Thanks [@szymonrybczak](https://github.com/szymonrybczak)! - feat!: add tabBarStyle, remove barTintColor prop - -- [#236](https://github.com/callstackincubator/react-native-bottom-tabs/pull/236) [`d9e6590`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/d9e6590540837f68667fba5bc38577334e8e333c) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: refactor android, change views on the native side, add page animations - -### Patch Changes - -- [`cc28fc2`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/cc28fc263be4748b59cdc0d74a9b686a5837859d) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: add component provider field for codegen - -- [#245](https://github.com/callstackincubator/react-native-bottom-tabs/pull/245) [`f210909`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/f2109094298d035fbd679b15e9ebd7588675a3fe) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix(android): build issues ResourceDrawableIdHelper.instance - -- [#244](https://github.com/callstackincubator/react-native-bottom-tabs/pull/244) [`66cb3f5`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/66cb3f503ad6b9bf5604b040c20fcc766cdceafb) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: introduce material you theme for Expo plugin - -- [`cc28fc2`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/cc28fc263be4748b59cdc0d74a9b686a5837859d) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: use UIGraphicsImageRenderer - -- [#235](https://github.com/callstackincubator/react-native-bottom-tabs/pull/235) [`640ed84`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/640ed846ddcd6bdc147a00e2de593b5912fa04e4) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix(android): tab bar label blinking on select - ## 0.7.8 ### Patch Changes diff --git a/packages/react-native-bottom-tabs/package.json b/packages/react-native-bottom-tabs/package.json index ca7f305..617a434 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.7.8", "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 63d5d9a..03e8693 100644 --- a/packages/react-navigation/CHANGELOG.md +++ b/packages/react-navigation/CHANGELOG.md @@ -1,7 +1,5 @@ # @bottom-tabs/react-navigation -## 0.8.0 - ## 0.7.8 ### Patch Changes diff --git a/packages/react-navigation/package.json b/packages/react-navigation/package.json index c944f80..6eae415 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.7.8", "description": "React Native Bottom Tabs React Navigation integration", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",