Skip to content

Commit 55d469b

Browse files
chore(release): version packages (#249)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ca9f2fb commit 55d469b

File tree

11 files changed

+24
-37
lines changed

11 files changed

+24
-37
lines changed

.changeset/angry-dryers-marry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/brown-apricots-guess.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cyan-horses-tie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/great-points-peel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mighty-carrots-worry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rare-berries-rush.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/smart-tomatoes-serve.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# react-native-bottom-tabs
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- [`1497aaa`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/1497aaab939256ef5c992e015f75168244f37caf) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat!: add tabBarStyle, remove barTintColor prop
8+
9+
- [`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
10+
11+
### Patch Changes
12+
13+
- [`1497aaa`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/1497aaab939256ef5c992e015f75168244f37caf) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: add component provider field for codegen
14+
15+
- [`1497aaa`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/1497aaab939256ef5c992e015f75168244f37caf) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix(android): build issues ResourceDrawableIdHelper.instance
16+
17+
- [`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
18+
19+
- [`1497aaa`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/1497aaab939256ef5c992e015f75168244f37caf) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: use UIGraphicsImageRenderer
20+
21+
- [`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
22+
323
## 0.7.8
424

525
### Patch Changes

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

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

packages/react-navigation/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @bottom-tabs/react-navigation
22

3+
## 0.8.0
4+
35
## 0.7.8
46

57
### Patch Changes

0 commit comments

Comments
 (0)