Skip to content

Commit

Permalink
Revert "chore(release): version packages (#260)"
Browse files Browse the repository at this point in the history
This reverts commit f7027a3.
  • Loading branch information
okwasniewski committed Jan 26, 2025
1 parent f7027a3 commit d9c4312
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 23 deletions.
5 changes: 5 additions & 0 deletions .changeset/metal-bobcats-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-native-bottom-tabs': patch
---

fix: properly set background color on Android
5 changes: 5 additions & 0 deletions .changeset/two-socks-tie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-native-bottom-tabs': patch
---

fix: iOS crash on old architecture when setting font style
8 changes: 0 additions & 8 deletions packages/expo-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# @bottom-tabs/expo-template

## 0.0.3

### Patch Changes

- Updated dependencies [[`b6fa003`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/b6fa0037245e44bc0048763065b4a3e46e6d1535), [`b6fa003`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/b6fa0037245e44bc0048763065b4a3e46e6d1535)]:
- [email protected]
- @bottom-tabs/react-navigation@0.8.2

## 0.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/expo-template/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bottom-tabs/expo-template",
"main": "expo-router/entry",
"version": "0.0.3",
"version": "0.0.2",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
Expand All @@ -14,7 +14,7 @@
"preset": "jest-expo"
},
"dependencies": {
"@bottom-tabs/react-navigation": "0.8.2",
"@bottom-tabs/react-navigation": "0.8.1",
"@expo/vector-icons": "^14.0.2",
"@react-navigation/native": "^7.0.14",
"expo": "~52.0.11",
Expand All @@ -33,7 +33,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.3",
"react-native-bottom-tabs": "0.8.2",
"react-native-bottom-tabs": "0.8.1",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
Expand Down
8 changes: 0 additions & 8 deletions packages/react-native-bottom-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# react-native-bottom-tabs

## 0.8.2

### Patch Changes

- [`b6fa003`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/b6fa0037245e44bc0048763065b4a3e46e6d1535) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix: properly set background color on Android

- [`b6fa003`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/b6fa0037245e44bc0048763065b4a3e46e6d1535) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix: iOS crash on old architecture when setting font style

## 0.8.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.8.2",
"version": "0.8.1",
"description": "Native Bottom Tabs for React Native",
"source": "./src/index.tsx",
"main": "./lib/commonjs/index.js",
Expand Down
2 changes: 0 additions & 2 deletions packages/react-navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# @bottom-tabs/react-navigation

## 0.8.2

## 0.8.1

## 0.8.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.8.2",
"version": "0.8.1",
"description": "React Native Bottom Tabs React Navigation integration",
"source": "./src/index.tsx",
"main": "./lib/commonjs/index.js",
Expand Down

0 comments on commit d9c4312

Please sign in to comment.