Skip to content

Commit 3686b3f

Browse files
chore(release): version packages
1 parent e83e0f2 commit 3686b3f

File tree

7 files changed

+14
-17
lines changed

7 files changed

+14
-17
lines changed

.changeset/angry-dryers-marry.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.

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

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

3+
## 0.7.9
4+
5+
### Patch Changes
6+
7+
- [`cc28fc2`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/cc28fc263be4748b59cdc0d74a9b686a5837859d) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: add component provider field for codegen
8+
9+
- [`cc28fc2`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/cc28fc263be4748b59cdc0d74a9b686a5837859d) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: use UIGraphicsImageRenderer
10+
11+
- [#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
12+
313
## 0.7.8
414

515
### 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.7.9",
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.7.9
4+
35
## 0.7.8
46

57
### Patch Changes

packages/react-navigation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bottom-tabs/react-navigation",
3-
"version": "0.7.8",
3+
"version": "0.7.9",
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)