Skip to content

Commit

Permalink
chore(release): version packages (#249)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 20, 2025
1 parent ca9f2fb commit 55d469b
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-dryers-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brown-apricots-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-horses-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-points-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-carrots-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-berries-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-tomatoes-serve.md

This file was deleted.

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

## 0.8.0

### Minor Changes

- [`1497aaa`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/1497aaab939256ef5c992e015f75168244f37caf) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat!: add tabBarStyle, remove barTintColor prop

- [`1497aaa`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/1497aaab939256ef5c992e015f75168244f37caf) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: refactor android, change views on the native side, add page animations

### Patch Changes

- [`1497aaa`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/1497aaab939256ef5c992e015f75168244f37caf) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: add component provider field for codegen

- [`1497aaa`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/1497aaab939256ef5c992e015f75168244f37caf) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix(android): build issues ResourceDrawableIdHelper.instance

- [`1497aaa`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/1497aaab939256ef5c992e015f75168244f37caf) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: introduce material you theme for Expo plugin

- [`1497aaa`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/1497aaab939256ef5c992e015f75168244f37caf) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: use UIGraphicsImageRenderer

- [`1497aaa`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/1497aaab939256ef5c992e015f75168244f37caf) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix(android): tab bar label blinking on select

## 0.7.8

### 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.8",
"version": "0.8.0",
"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.8.0

## 0.7.8

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

0 comments on commit 55d469b

Please sign in to comment.