Skip to content

Commit

Permalink
RELEASING: Releasing 2 package(s)
Browse files Browse the repository at this point in the history
Releases:
  react-native-bottom-tabs@0.7.2
  @bottom-tabs/react-navigation@0.7.2

[skip ci]
  • Loading branch information
okwasniewski committed Dec 5, 2024
1 parent d43f39d commit 0c00943
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/hungry-readers-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-pandas-exercise.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/popular-oranges-provide.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/react-native-bottom-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# react-native-bottom-tabs

## 0.7.2

### Patch Changes

- ff71011: fix: measure available space for views on iOS, make sideBarAdaptable work properly
- c31a00f: fix(android): handle tabBarIcon sources in release mode
- d43f39d: feat: macos support

## 0.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-bottom-tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-bottom-tabs",
"version": "0.7.1",
"version": "0.7.2",
"description": "Native Bottom Tabs for React Native",
"source": "./src/index.tsx",
"main": "./lib/commonjs/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/react-navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @bottom-tabs/react-navigation

## 0.7.2

## 0.7.1

## 0.7.0
Expand Down
2 changes: 1 addition & 1 deletion packages/react-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bottom-tabs/react-navigation",
"version": "0.7.1",
"version": "0.7.2",
"description": "React Native Bottom Tabs React Navigation integration",
"source": "./src/index.tsx",
"main": "./lib/commonjs/index.js",
Expand Down

0 comments on commit 0c00943

Please sign in to comment.