Skip to content

Commit 3166176

Browse files
committed
RELEASING: Releasing 2 package(s)
Releases: @bottom-tabs/react-navigation@0.6.1 react-native-bottom-tabs@0.6.1 [skip ci]
1 parent 2503e16 commit 3166176

File tree

8 files changed

+21
-22
lines changed

8 files changed

+21
-22
lines changed

.changeset/bright-pianos-invite.md

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

.changeset/brown-colts-dance.md

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

.changeset/honest-grapes-sparkle.md

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

.changeset/perfect-onions-reply.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# react-native-bottom-tabs
2+
3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- 2503e16: change hapticFeedbackEnabled to false by default
8+
- 51c523b: feat: add useBottomTabBarHeight() hook

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.6.0",
3+
"version": "0.6.1",
44
"description": "Native Bottom Tabs for React Native",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# @bottom-tabs/react-navigation
2+
3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- 153f5f7: fix: remove `tabBarIcon` from experimental API
8+
- af0c62a: feat: migrate to React Navigation v7
9+
- Updated dependencies [2503e16]
10+
- Updated dependencies [51c523b]
11+
- react-native-bottom-tabs@0.6.1

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