Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @react-navigation/bottom-tabs@6.5.2
 - @react-navigation/drawer@6.5.6
 - @react-navigation/elements@1.3.12
 - @react-navigation/material-bottom-tabs@6.2.10
 - @react-navigation/native-stack@6.9.7
 - @react-navigation/stack@6.3.10
  • Loading branch information
satya164 committed Dec 16, 2022
1 parent 260e35d commit 8f8bf02
Show file tree
Hide file tree
Showing 13 changed files with 45 additions and 17 deletions.
4 changes: 4 additions & 0 deletions packages/bottom-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.5.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.5.1...@react-navigation/bottom-tabs@6.5.2) (2022-12-16)

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

## [6.5.1](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.5.0...@react-navigation/bottom-tabs@6.5.1) (2022-12-12)

**Note:** Version bump only for package @react-navigation/bottom-tabs
Expand Down
4 changes: 2 additions & 2 deletions packages/bottom-tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-navigation/bottom-tabs",
"description": "Bottom tab navigator following iOS design guidelines",
"version": "6.5.1",
"version": "6.5.2",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -36,7 +36,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.11",
"@react-navigation/elements": "^1.3.12",
"color": "^4.2.3",
"warn-once": "^0.1.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/drawer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.5.6](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.5.5...@react-navigation/drawer@6.5.6) (2022-12-16)

### Bug Fixes

* fix drawer toggle race condition ([#11036](https://github.com/react-navigation/react-navigation/issues/11036)) ([388b02f](https://github.com/react-navigation/react-navigation/commit/388b02f2f7cad3e7d25d439a115ea9f506bb7fc0)) - by @ricmatsui

## [6.5.5](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.5.4...@react-navigation/drawer@6.5.5) (2022-12-12)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/drawer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-navigation/drawer",
"description": "Drawer navigator component with animated transitions and gesturess",
"version": "6.5.5",
"version": "6.5.6",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,7 +41,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.11",
"@react-navigation/elements": "^1.3.12",
"color": "^4.2.3",
"warn-once": "^0.1.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/elements/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.12](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.3.11...@react-navigation/elements@1.3.12) (2022-12-16)

### Bug Fixes

* allow complex children in HeaderTitle ([#11100](https://github.com/react-navigation/react-navigation/issues/11100)) ([260e35d](https://github.com/react-navigation/react-navigation/commit/260e35d4a1ef5ad182af35ef7696430ac48b6657)) - by @vonovak

## [1.3.11](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.3.10...@react-navigation/elements@1.3.11) (2022-12-12)

**Note:** Version bump only for package @react-navigation/elements
Expand Down
2 changes: 1 addition & 1 deletion packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-navigation/elements",
"description": "UI Components for React Navigation",
"version": "1.3.11",
"version": "1.3.12",
"keywords": [
"react-native",
"react-navigation",
Expand Down
4 changes: 4 additions & 0 deletions packages/material-bottom-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.2.10](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.2.9...@react-navigation/material-bottom-tabs@6.2.10) (2022-12-16)

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

## [6.2.9](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.2.8...@react-navigation/material-bottom-tabs@6.2.9) (2022-12-12)

**Note:** Version bump only for package @react-navigation/material-bottom-tabs
Expand Down
4 changes: 2 additions & 2 deletions packages/material-bottom-tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-navigation/material-bottom-tabs",
"description": "Integration for bottom navigation component from react-native-paper",
"version": "6.2.9",
"version": "6.2.10",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,7 +41,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.11"
"@react-navigation/elements": "^1.3.12"
},
"devDependencies": {
"@react-navigation/native": "workspace:^",
Expand Down
4 changes: 4 additions & 0 deletions packages/native-stack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.9.7](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.9.6...@react-navigation/native-stack@6.9.7) (2022-12-16)

**Note:** Version bump only for package @react-navigation/native-stack

## [6.9.6](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.9.5...@react-navigation/native-stack@6.9.6) (2022-12-12)

**Note:** Version bump only for package @react-navigation/native-stack
Expand Down
4 changes: 2 additions & 2 deletions packages/native-stack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-navigation/native-stack",
"description": "Native stack navigator using react-native-screens",
"version": "6.9.6",
"version": "6.9.7",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,7 +41,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.11",
"@react-navigation/elements": "^1.3.12",
"warn-once": "^0.1.0"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/stack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.3.10](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.3.9...@react-navigation/stack@6.3.10) (2022-12-16)

**Note:** Version bump only for package @react-navigation/stack

## [6.3.9](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.3.8...@react-navigation/stack@6.3.9) (2022-12-12)

**Note:** Version bump only for package @react-navigation/stack
Expand Down
4 changes: 2 additions & 2 deletions packages/stack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-navigation/stack",
"description": "Stack navigator component for iOS and Android with animated transitions and gestures",
"version": "6.3.9",
"version": "6.3.10",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -40,7 +40,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.11",
"@react-navigation/elements": "^1.3.12",
"color": "^4.2.3",
"warn-once": "^0.1.0"
},
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4735,7 +4735,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-navigation/bottom-tabs@workspace:packages/bottom-tabs"
dependencies:
"@react-navigation/elements": ^1.3.11
"@react-navigation/elements": ^1.3.12
"@react-navigation/native": "workspace:^"
"@testing-library/react-native": ^11.5.0
"@types/color": ^3.0.1
Expand Down Expand Up @@ -4808,7 +4808,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-navigation/drawer@workspace:packages/drawer"
dependencies:
"@react-navigation/elements": ^1.3.11
"@react-navigation/elements": ^1.3.12
"@react-navigation/native": "workspace:^"
"@testing-library/react-native": ^11.5.0
"@types/react": ~18.0.0
Expand All @@ -4835,7 +4835,7 @@ __metadata:
languageName: unknown
linkType: soft

"@react-navigation/elements@^1.3.11, @react-navigation/elements@workspace:packages/elements":
"@react-navigation/elements@^1.3.12, @react-navigation/elements@workspace:packages/elements":
version: 0.0.0-use.local
resolution: "@react-navigation/elements@workspace:packages/elements"
dependencies:
Expand Down Expand Up @@ -4921,7 +4921,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-navigation/material-bottom-tabs@workspace:packages/material-bottom-tabs"
dependencies:
"@react-navigation/elements": ^1.3.11
"@react-navigation/elements": ^1.3.12
"@react-navigation/native": "workspace:^"
"@testing-library/react-native": ^11.5.0
"@types/react": ~18.0.0
Expand Down Expand Up @@ -4975,7 +4975,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-navigation/native-stack@workspace:packages/native-stack"
dependencies:
"@react-navigation/elements": ^1.3.11
"@react-navigation/elements": ^1.3.12
"@react-navigation/native": "workspace:^"
"@testing-library/react-native": ^11.5.0
"@types/react": ~18.0.0
Expand Down Expand Up @@ -5035,7 +5035,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-navigation/stack@workspace:packages/stack"
dependencies:
"@react-navigation/elements": ^1.3.11
"@react-navigation/elements": ^1.3.12
"@react-navigation/native": "workspace:^"
"@testing-library/react-native": ^11.5.0
"@types/color": ^3.0.1
Expand Down

0 comments on commit 8f8bf02

Please sign in to comment.