Skip to content

Commit

Permalink
chore(release): version packages (#196)
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 Dec 18, 2024
1 parent f970908 commit 2bf9e80
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .changeset/purple-baboons-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-ants-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-terms-compete.md

This file was deleted.

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

## 0.7.7

### Patch Changes

- [#207](https://github.com/okwasniewski/react-native-bottom-tabs/pull/207) [`c9f13ad`](https://github.com/okwasniewski/react-native-bottom-tabs/commit/c9f13ad01aa147341ac74acce00b7ae8e1db5402) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: add freezeOnBlur

- [#195](https://github.com/okwasniewski/react-native-bottom-tabs/pull/195) [`2526db9`](https://github.com/okwasniewski/react-native-bottom-tabs/commit/2526db97b768981dbbd8c7c66a61335230a9f1df) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix: update tint colors after updating items

- [#197](https://github.com/okwasniewski/react-native-bottom-tabs/pull/197) [`1a7b392`](https://github.com/okwasniewski/react-native-bottom-tabs/commit/1a7b392b9ad6db16c6055d8f0032a549f7f675f3) Thanks [@okwasniewski](https://github.com/okwasniewski)! - chore: refactor android event dispatching

## 0.7.6

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

## 0.7.7

### Patch Changes

- [#207](https://github.com/okwasniewski/react-native-bottom-tabs/pull/207) [`c9f13ad`](https://github.com/okwasniewski/react-native-bottom-tabs/commit/c9f13ad01aa147341ac74acce00b7ae8e1db5402) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: add freezeOnBlur

## 0.7.6

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

0 comments on commit 2bf9e80

Please sign in to comment.