Skip to content

Commit 0c00943

Browse files
committed
RELEASING: Releasing 2 package(s)
Releases: react-native-bottom-tabs@0.7.2 @bottom-tabs/react-navigation@0.7.2 [skip ci]
1 parent d43f39d commit 0c00943

File tree

7 files changed

+12
-18
lines changed

7 files changed

+12
-18
lines changed

.changeset/hungry-readers-remember.md

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

.changeset/orange-pandas-exercise.md

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

.changeset/popular-oranges-provide.md

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

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

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

3+
## 0.7.2
4+
5+
### Patch Changes
6+
7+
- ff71011: fix: measure available space for views on iOS, make sideBarAdaptable work properly
8+
- c31a00f: fix(android): handle tabBarIcon sources in release mode
9+
- d43f39d: feat: macos support
10+
311
## 0.7.1
412

513
### 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.1",
3+
"version": "0.7.2",
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.2
4+
35
## 0.7.1
46

57
## 0.7.0

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