Skip to content

Commit 1497aaa

Browse files
committed
Revert "chore(release): version packages (#232)"
This reverts commit 61400e0.
1 parent 7ab1b07 commit 1497aaa

11 files changed

+37
-24
lines changed

.changeset/angry-dryers-marry.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'react-native-bottom-tabs': patch
3+
---
4+
5+
feat: add component provider field for codegen

.changeset/brown-apricots-guess.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'react-native-bottom-tabs': patch
3+
---
4+
5+
fix(android): build issues ResourceDrawableIdHelper.instance

.changeset/cyan-horses-tie.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'react-native-bottom-tabs': patch
3+
---
4+
5+
feat: introduce material you theme for Expo plugin

.changeset/great-points-peel.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'react-native-bottom-tabs': patch
3+
---
4+
5+
feat: use UIGraphicsImageRenderer

.changeset/mighty-carrots-worry.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'react-native-bottom-tabs': patch
3+
---
4+
5+
fix(android): tab bar label blinking on select

.changeset/rare-berries-rush.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'react-native-bottom-tabs': minor
3+
---
4+
5+
feat!: add tabBarStyle, remove barTintColor prop

.changeset/smart-tomatoes-serve.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'react-native-bottom-tabs': minor
3+
---
4+
5+
feat: refactor android, change views on the native side, add page animations

packages/react-native-bottom-tabs/CHANGELOG.md

-20
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,5 @@
11
# react-native-bottom-tabs
22

3-
## 0.8.0
4-
5-
### Minor Changes
6-
7-
- [#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
8-
9-
- [#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
10-
11-
### Patch Changes
12-
13-
- [`cc28fc2`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/cc28fc263be4748b59cdc0d74a9b686a5837859d) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: add component provider field for codegen
14-
15-
- [#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
16-
17-
- [#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
18-
19-
- [`cc28fc2`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/cc28fc263be4748b59cdc0d74a9b686a5837859d) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: use UIGraphicsImageRenderer
20-
21-
- [#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
22-
233
## 0.7.8
244

255
### Patch Changes

packages/react-native-bottom-tabs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-bottom-tabs",
3-
"version": "0.8.0",
3+
"version": "0.7.8",
44
"description": "Native Bottom Tabs for React Native",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",

packages/react-navigation/CHANGELOG.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# @bottom-tabs/react-navigation
22

3-
## 0.8.0
4-
53
## 0.7.8
64

75
### Patch Changes

packages/react-navigation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bottom-tabs/react-navigation",
3-
"version": "0.8.0",
3+
"version": "0.7.8",
44
"description": "React Native Bottom Tabs React Navigation integration",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",

0 commit comments

Comments
 (0)