Skip to content

Commit 2bf9e80

Browse files
chore(release): version packages (#196)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f970908 commit 2bf9e80

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

.changeset/purple-baboons-rhyme.md

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

.changeset/rude-ants-heal.md

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

.changeset/smooth-terms-compete.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.7
4+
5+
### Patch Changes
6+
7+
- [#207](https://github.com/okwasniewski/react-native-bottom-tabs/pull/207) [`c9f13ad`](https://github.com/okwasniewski/react-native-bottom-tabs/commit/c9f13ad01aa147341ac74acce00b7ae8e1db5402) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: add freezeOnBlur
8+
9+
- [#195](https://github.com/okwasniewski/react-native-bottom-tabs/pull/195) [`2526db9`](https://github.com/okwasniewski/react-native-bottom-tabs/commit/2526db97b768981dbbd8c7c66a61335230a9f1df) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix: update tint colors after updating items
10+
11+
- [#197](https://github.com/okwasniewski/react-native-bottom-tabs/pull/197) [`1a7b392`](https://github.com/okwasniewski/react-native-bottom-tabs/commit/1a7b392b9ad6db16c6055d8f0032a549f7f675f3) Thanks [@okwasniewski](https://github.com/okwasniewski)! - chore: refactor android event dispatching
12+
313
## 0.7.6
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.6",
3+
"version": "0.7.7",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @bottom-tabs/react-navigation
22

3+
## 0.7.7
4+
5+
### Patch Changes
6+
7+
- [#207](https://github.com/okwasniewski/react-native-bottom-tabs/pull/207) [`c9f13ad`](https://github.com/okwasniewski/react-native-bottom-tabs/commit/c9f13ad01aa147341ac74acce00b7ae8e1db5402) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: add freezeOnBlur
8+
39
## 0.7.6
410

511
### 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.6",
3+
"version": "0.7.7",
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)