From 55d469bed2ec73da08924ec4fcfcdb247d9852b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:37:10 +0100 Subject: [PATCH] chore(release): version packages (#249) Co-authored-by: github-actions[bot] --- .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, 24 insertions(+), 37 deletions(-) delete mode 100644 .changeset/angry-dryers-marry.md delete mode 100644 .changeset/brown-apricots-guess.md delete mode 100644 .changeset/cyan-horses-tie.md delete mode 100644 .changeset/great-points-peel.md delete mode 100644 .changeset/mighty-carrots-worry.md delete mode 100644 .changeset/rare-berries-rush.md delete mode 100644 .changeset/smart-tomatoes-serve.md diff --git a/.changeset/angry-dryers-marry.md b/.changeset/angry-dryers-marry.md deleted file mode 100644 index 370b27d..0000000 --- a/.changeset/angry-dryers-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'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 deleted file mode 100644 index 781aee3..0000000 --- a/.changeset/brown-apricots-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'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 deleted file mode 100644 index 5ac5397..0000000 --- a/.changeset/cyan-horses-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'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 deleted file mode 100644 index 785b5d7..0000000 --- a/.changeset/great-points-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-bottom-tabs': patch ---- - -feat: use UIGraphicsImageRenderer diff --git a/.changeset/mighty-carrots-worry.md b/.changeset/mighty-carrots-worry.md deleted file mode 100644 index abd4206..0000000 --- a/.changeset/mighty-carrots-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'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 deleted file mode 100644 index 4ce47a4..0000000 --- a/.changeset/rare-berries-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'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 deleted file mode 100644 index 1d708c4..0000000 --- a/.changeset/smart-tomatoes-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'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 7487a02..05d87bf 100644 --- a/packages/react-native-bottom-tabs/CHANGELOG.md +++ b/packages/react-native-bottom-tabs/CHANGELOG.md @@ -1,5 +1,25 @@ # react-native-bottom-tabs +## 0.8.0 + +### Minor Changes + +- [`1497aaa`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/1497aaab939256ef5c992e015f75168244f37caf) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat!: add tabBarStyle, remove barTintColor prop + +- [`1497aaa`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/1497aaab939256ef5c992e015f75168244f37caf) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: refactor android, change views on the native side, add page animations + +### Patch Changes + +- [`1497aaa`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/1497aaab939256ef5c992e015f75168244f37caf) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: add component provider field for codegen + +- [`1497aaa`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/1497aaab939256ef5c992e015f75168244f37caf) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix(android): build issues ResourceDrawableIdHelper.instance + +- [`1497aaa`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/1497aaab939256ef5c992e015f75168244f37caf) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: introduce material you theme for Expo plugin + +- [`1497aaa`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/1497aaab939256ef5c992e015f75168244f37caf) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: use UIGraphicsImageRenderer + +- [`1497aaa`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/1497aaab939256ef5c992e015f75168244f37caf) 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 617a434..ca7f305 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.8", + "version": "0.8.0", "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 03e8693..63d5d9a 100644 --- a/packages/react-navigation/CHANGELOG.md +++ b/packages/react-navigation/CHANGELOG.md @@ -1,5 +1,7 @@ # @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 6eae415..c944f80 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.8", + "version": "0.8.0", "description": "React Native Bottom Tabs React Navigation integration", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",