Skip to content

Commit 74d0a63

Browse files
chore(release): version packages (#252)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 88d8531 commit 74d0a63

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

.changeset/two-lobsters-exercise.md

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

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

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

3+
## 0.8.1
4+
5+
### Patch Changes
6+
7+
- [#250](https://github.com/callstackincubator/react-native-bottom-tabs/pull/250) [`88d8531`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/88d85315357c7a89ee2ec1c27e7c3e3fb8992877) Thanks [@owinter86](https://github.com/owinter86)! - fix crash when change tab bar label during runtime
8+
39
## 0.8.0
410

511
### Minor 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.8.0",
3+
"version": "0.8.1",
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.1
4+
35
## 0.8.0
46

57
## 0.7.8

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.8.0",
3+
"version": "0.8.1",
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)