Skip to content

Commit b104293

Browse files
chore(release): version packages (#437)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bf7ddff commit b104293

File tree

13 files changed

+45
-41
lines changed

13 files changed

+45
-41
lines changed

.changeset/breezy-camels-lead.md

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

.changeset/busy-seals-relax.md

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

.changeset/dirty-mails-search.md

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

.changeset/nasty-taxes-lay.md

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

.changeset/olive-rockets-take.md

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

.changeset/shy-masks-accept.md

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

packages/expo-template/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @bottom-tabs/expo-template
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#435](https://github.com/callstackincubator/react-native-bottom-tabs/pull/435) [`4b4e781`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/4b4e781cead514784c46599ab09554fad6c41208) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat!: drop old architecture
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`4b4e781`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/4b4e781cead514784c46599ab09554fad6c41208), [`e308c90`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/e308c9086034d376fe03fe1435cec6e7a9844a45), [`ba70ac2`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/ba70ac2438d1a8818a6ab9c2e5b05c214fed18c4), [`28282f4`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/28282f4e7c171feb7c3cee309a94ebeb9287c413), [`35e88e4`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/35e88e46949b563f4cc42a970d5d8269f9260326), [`be266df`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/be266dfc04ef9981b99223692cb52f816cd5babc)]:
12+
13+
- @bottom-tabs/react-navigation@1.0.0
14+
315
## 0.0.20
416

517
### Patch Changes

packages/expo-template/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bottom-tabs/expo-template",
33
"main": "expo-router/entry",
4-
"version": "0.0.20",
4+
"version": "1.0.0",
55
"scripts": {
66
"start": "expo start",
77
"reset-project": "node ./scripts/reset-project.js",
@@ -18,7 +18,7 @@
1818
"preset": "jest-expo"
1919
},
2020
"dependencies": {
21-
"@bottom-tabs/react-navigation": "0.12.0",
21+
"@bottom-tabs/react-navigation": "1.0.0",
2222
"@expo/vector-icons": "^14.0.2",
2323
"@react-navigation/native": "^7.1.17",
2424
"expo": "^54.0.1",
@@ -37,7 +37,7 @@
3737
"react": "^19.1.0",
3838
"react-dom": "18.3.1",
3939
"react-native": "0.81.4",
40-
"react-native-bottom-tabs": "0.12.0",
40+
"react-native-bottom-tabs": "1.0.0",
4141
"react-native-gesture-handler": "^2.28.0",
4242
"react-native-reanimated": "^4.1.0",
4343
"react-native-safe-area-context": "^5.6.1",

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

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

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#435](https://github.com/callstackincubator/react-native-bottom-tabs/pull/435) [`4b4e781`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/4b4e781cead514784c46599ab09554fad6c41208) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat!: drop old architecture
8+
9+
### Patch Changes
10+
11+
- [#443](https://github.com/callstackincubator/react-native-bottom-tabs/pull/443) [`e308c90`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/e308c9086034d376fe03fe1435cec6e7a9844a45) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix: make sure everything works correctly on macOS
12+
13+
- [#442](https://github.com/callstackincubator/react-native-bottom-tabs/pull/442) [`ba70ac2`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/ba70ac2438d1a8818a6ab9c2e5b05c214fed18c4) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix: release and bob config
14+
15+
- [#441](https://github.com/callstackincubator/react-native-bottom-tabs/pull/441) [`28282f4`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/28282f4e7c171feb7c3cee309a94ebeb9287c413) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix: include common in files shipped to npm
16+
17+
- [#444](https://github.com/callstackincubator/react-native-bottom-tabs/pull/444) [`35e88e4`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/35e88e46949b563f4cc42a970d5d8269f9260326) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: support material3 expressive
18+
19+
- [#438](https://github.com/callstackincubator/react-native-bottom-tabs/pull/438) [`be266df`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/be266dfc04ef9981b99223692cb52f816cd5babc) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix: show small badge on Android when passing empty space
20+
321
## 0.12.0
422

523
### Minor 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.12.0",
3+
"version": "1.0.0",
44
"description": "Native Bottom Tabs for React Native",
55
"source": "./src/index.tsx",
66
"main": "./lib/module/index.js",

0 commit comments

Comments
 (0)