Skip to content

Commit cb6e515

Browse files
authored
Merge branch 'main' into tab-accessory-view
2 parents 764153c + 2e9394c commit cb6e515

File tree

14 files changed

+62
-42
lines changed

14 files changed

+62
-42
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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @bottom-tabs/expo-template
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`171cb6f`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/171cb6f7f11217e6e7293893aab298bb92012393)]:
8+
9+
- @bottom-tabs/react-navigation@1.0.1
10+
11+
## 1.0.0
12+
13+
### Major Changes
14+
15+
- [#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
16+
17+
### Patch Changes
18+
19+
- 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)]:
20+
21+
- @bottom-tabs/react-navigation@1.0.0
22+
323
## 0.0.20
424

525
### 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.1",
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.1",
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.1",
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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# react-native-bottom-tabs
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#452](https://github.com/callstackincubator/react-native-bottom-tabs/pull/452) [`171cb6f`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/171cb6f7f11217e6e7293893aab298bb92012393) Thanks [@baveku](https://github.com/baveku)! - fix expo plugin path
8+
9+
## 1.0.0
10+
11+
### Major Changes
12+
13+
- [#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
14+
15+
### Patch Changes
16+
17+
- [#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
18+
19+
- [#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
20+
21+
- [#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
22+
23+
- [#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
24+
25+
- [#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
26+
327
## 0.12.0
428

529
### Minor Changes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = require('./lib/commonjs/expo');
1+
module.exports = require('./lib/module/expo');

0 commit comments

Comments
 (0)