Skip to content

Commit aec128e

Browse files
chore(release): version packages (#295)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bed6f04 commit aec128e

File tree

14 files changed

+41
-45
lines changed

14 files changed

+41
-45
lines changed

.changeset/dirty-kids-attack.md

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

.changeset/friendly-items-invent.md

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

.changeset/funny-oranges-applaud.md

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

.changeset/gorgeous-carpets-cheat.md

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

.changeset/purple-beers-laugh.md

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

.changeset/shaggy-fishes-kick.md

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

.changeset/young-experts-exercise.md

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

packages/expo-template/CHANGELOG.md

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

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f915225`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/f915225fd403e5b045691616b490de6b81bbca5a), [`b9c9840`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/b9c9840763b0f734aeb59735452b233564faa937), [`0210046`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/0210046a5551748dba113c7450b929e45b98eb7c), [`54f25bc`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/54f25bce631c640bae8f98a76ae3934629e305f1), [`024e92e`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/024e92e2708eb076079d9eedddb79eeae4c2af9e), [`69e17fc`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/69e17fcdc4a81bfa9f68d11235602bfb6237a2c9), [`ac96b23`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/ac96b2368c2c0cc0ca971b4f5059b20eaa805c33)]:
8+
9+
- @bottom-tabs/react-navigation@0.8.7
10+
311
## 0.0.7
412

513
### 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.7",
4+
"version": "0.0.8",
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.8.6",
21+
"@bottom-tabs/react-navigation": "0.8.7",
2222
"@expo/vector-icons": "^14.0.2",
2323
"@react-navigation/native": "^7.0.14",
2424
"expo": "~52.0.11",
@@ -37,7 +37,7 @@
3737
"react": "18.3.1",
3838
"react-dom": "18.3.1",
3939
"react-native": "0.76.3",
40-
"react-native-bottom-tabs": "0.8.6",
40+
"react-native-bottom-tabs": "0.8.7",
4141
"react-native-gesture-handler": "~2.20.2",
4242
"react-native-reanimated": "~3.16.1",
4343
"react-native-safe-area-context": "4.12.0",

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+
## 0.8.7
4+
5+
### Patch Changes
6+
7+
- [#291](https://github.com/callstackincubator/react-native-bottom-tabs/pull/291) [`f915225`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/f915225fd403e5b045691616b490de6b81bbca5a) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix: properly handle labeled={false} on iOS
8+
9+
- [#302](https://github.com/callstackincubator/react-native-bottom-tabs/pull/302) [`b9c9840`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/b9c9840763b0f734aeb59735452b233564faa937) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: implement freezeOnBlur
10+
11+
- [#292](https://github.com/callstackincubator/react-native-bottom-tabs/pull/292) [`0210046`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/0210046a5551748dba113c7450b929e45b98eb7c) Thanks [@johankasperi](https://github.com/johankasperi)! - chore: bump android material components package
12+
13+
- [#306](https://github.com/callstackincubator/react-native-bottom-tabs/pull/306) [`54f25bc`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/54f25bce631c640bae8f98a76ae3934629e305f1) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: skip measurements when using custom tab bar
14+
15+
- [#300](https://github.com/callstackincubator/react-native-bottom-tabs/pull/300) [`024e92e`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/024e92e2708eb076079d9eedddb79eeae4c2af9e) Thanks [@okwasniewski](https://github.com/okwasniewski)! - fix: prevent header showing on iPad when using a custom one
16+
17+
- [#305](https://github.com/callstackincubator/react-native-bottom-tabs/pull/305) [`69e17fc`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/69e17fcdc4a81bfa9f68d11235602bfb6237a2c9) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: handle automatic darkmode changes on Android
18+
19+
- [#303](https://github.com/callstackincubator/react-native-bottom-tabs/pull/303) [`ac96b23`](https://github.com/callstackincubator/react-native-bottom-tabs/commit/ac96b2368c2c0cc0ca971b4f5059b20eaa805c33) Thanks [@okwasniewski](https://github.com/okwasniewski)! - feat: make more tab pressable on iOS
20+
321
## 0.8.6
422

523
### Patch Changes

0 commit comments

Comments
 (0)