Skip to content

Commit

Permalink
Revert "chore(release): version packages (#232)"
Browse files Browse the repository at this point in the history
This reverts commit 61400e0.
  • Loading branch information
okwasniewski committed Jan 20, 2025
1 parent 7ab1b07 commit 1497aaa
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 24 deletions.
5 changes: 5 additions & 0 deletions .changeset/angry-dryers-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-native-bottom-tabs': patch
---

feat: add component provider field for codegen
5 changes: 5 additions & 0 deletions .changeset/brown-apricots-guess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-native-bottom-tabs': patch
---

fix(android): build issues ResourceDrawableIdHelper.instance
5 changes: 5 additions & 0 deletions .changeset/cyan-horses-tie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-native-bottom-tabs': patch
---

feat: introduce material you theme for Expo plugin
5 changes: 5 additions & 0 deletions .changeset/great-points-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-native-bottom-tabs': patch
---

feat: use UIGraphicsImageRenderer
5 changes: 5 additions & 0 deletions .changeset/mighty-carrots-worry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-native-bottom-tabs': patch
---

fix(android): tab bar label blinking on select
5 changes: 5 additions & 0 deletions .changeset/rare-berries-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-native-bottom-tabs': minor
---

feat!: add tabBarStyle, remove barTintColor prop
5 changes: 5 additions & 0 deletions .changeset/smart-tomatoes-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-native-bottom-tabs': minor
---

feat: refactor android, change views on the native side, add page animations
20 changes: 0 additions & 20 deletions packages/react-native-bottom-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-bottom-tabs/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 0 additions & 2 deletions packages/react-navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# @bottom-tabs/react-navigation

## 0.8.0

## 0.7.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-navigation/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1497aaa

Please sign in to comment.