Skip to content

Commit bc19ee7

Browse files
committed
chore: publish
- @react-navigation/bottom-tabs@6.0.5 - @react-navigation/drawer@6.1.4 - @react-navigation/elements@1.1.0 - @react-navigation/material-bottom-tabs@6.0.5 - @react-navigation/native-stack@6.0.6 - @react-navigation/stack@6.0.7
1 parent 651d8e5 commit bc19ee7

File tree

12 files changed

+68
-11
lines changed

12 files changed

+68
-11
lines changed

packages/bottom-tabs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.0.5](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.0.4...@react-navigation/bottom-tabs@6.0.5) (2021-08-17)
7+
8+
**Note:** Version bump only for package @react-navigation/bottom-tabs
9+
10+
11+
12+
13+
614
## [6.0.4](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.0.3...@react-navigation/bottom-tabs@6.0.4) (2021-08-11)
715

816

packages/bottom-tabs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-navigation/bottom-tabs",
33
"description": "Bottom tab navigator following iOS design guidelines",
4-
"version": "6.0.4",
4+
"version": "6.0.5",
55
"keywords": [
66
"react-native-component",
77
"react-component",
@@ -36,7 +36,7 @@
3636
"clean": "del lib"
3737
},
3838
"dependencies": {
39-
"@react-navigation/elements": "^1.0.4",
39+
"@react-navigation/elements": "^1.1.0",
4040
"color": "^3.1.3",
4141
"warn-once": "^0.1.0"
4242
},

packages/drawer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.1.4](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.1.3...@react-navigation/drawer@6.1.4) (2021-08-17)
7+
8+
**Note:** Version bump only for package @react-navigation/drawer
9+
10+
11+
12+
13+
614
## [6.1.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.1.2...@react-navigation/drawer@6.1.3) (2021-08-11)
715

816

packages/drawer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-navigation/drawer",
33
"description": "Drawer navigator component with animated transitions and gesturess",
4-
"version": "6.1.3",
4+
"version": "6.1.4",
55
"keywords": [
66
"react-native-component",
77
"react-component",
@@ -41,7 +41,7 @@
4141
"clean": "del lib"
4242
},
4343
"dependencies": {
44-
"@react-navigation/elements": "^1.0.4",
44+
"@react-navigation/elements": "^1.1.0",
4545
"color": "^3.1.3",
4646
"warn-once": "^0.1.0"
4747
},

packages/elements/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.0.4...@react-navigation/elements@1.1.0) (2021-08-17)
7+
8+
9+
### Features
10+
11+
* **elements:** add style to SafeAreaProviderCompat props ([#9793](https://github.com/react-navigation/react-navigation/issues/9793)) ([f73aa55](https://github.com/react-navigation/react-navigation/commit/f73aa55fb2b7e7ca65d5f66269a43281f7ce0680))
12+
13+
14+
15+
16+
617
## [1.0.4](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.0.3...@react-navigation/elements@1.0.4) (2021-08-11)
718

819

packages/elements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-navigation/elements",
33
"description": "UI Components for React Navigation",
4-
"version": "1.0.4",
4+
"version": "1.1.0",
55
"keywords": [
66
"react-native",
77
"react-navigation",

packages/material-bottom-tabs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.0.5](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.0.4...@react-navigation/material-bottom-tabs@6.0.5) (2021-08-17)
7+
8+
**Note:** Version bump only for package @react-navigation/material-bottom-tabs
9+
10+
11+
12+
13+
614
## [6.0.4](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.0.3...@react-navigation/material-bottom-tabs@6.0.4) (2021-08-11)
715

816
**Note:** Version bump only for package @react-navigation/material-bottom-tabs

packages/material-bottom-tabs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-navigation/material-bottom-tabs",
33
"description": "Integration for bottom navigation component from react-native-paper",
4-
"version": "6.0.4",
4+
"version": "6.0.5",
55
"keywords": [
66
"react-native-component",
77
"react-component",
@@ -41,7 +41,7 @@
4141
"clean": "del lib"
4242
},
4343
"dependencies": {
44-
"@react-navigation/elements": "^1.0.4"
44+
"@react-navigation/elements": "^1.1.0"
4545
},
4646
"devDependencies": {
4747
"@react-navigation/native": "^6.0.2",

packages/native-stack/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.0.6](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.0.5...@react-navigation/native-stack@6.0.6) (2021-08-17)
7+
8+
**Note:** Version bump only for package @react-navigation/native-stack
9+
10+
11+
12+
13+
614
## [6.0.5](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.0.4...@react-navigation/native-stack@6.0.5) (2021-08-11)
715

816

packages/native-stack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-navigation/native-stack",
33
"description": "Native stack navigator using react-native-screens",
4-
"version": "6.0.5",
4+
"version": "6.0.6",
55
"keywords": [
66
"react-native-component",
77
"react-component",
@@ -41,7 +41,7 @@
4141
"clean": "del lib"
4242
},
4343
"dependencies": {
44-
"@react-navigation/elements": "^1.0.4",
44+
"@react-navigation/elements": "^1.1.0",
4545
"warn-once": "^0.1.0"
4646
},
4747
"devDependencies": {

0 commit comments

Comments
 (0)