Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @react-navigation/bottom-tabs@6.5.4
 - @react-navigation/drawer@6.5.8
 - @react-navigation/elements@1.3.14
 - @react-navigation/material-bottom-tabs@6.2.12
 - @react-navigation/material-top-tabs@6.5.3
 - @react-navigation/native-stack@6.9.9
 - @react-navigation/native@6.1.3
 - @react-navigation/stack@6.3.12
  • Loading branch information
satya164 committed Jan 31, 2023
1 parent 79d8dc1 commit ef3f737
Show file tree
Hide file tree
Showing 17 changed files with 53 additions and 19 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.4](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.5.3...@react-navigation/bottom-tabs@6.5.4) (2023-01-31)

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

## [6.5.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.5.2...@react-navigation/bottom-tabs@6.5.3) (2023-01-10)

**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.3",
"version": "6.5.4",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -36,7 +36,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.13",
"@react-navigation/elements": "^1.3.14",
"color": "^4.2.3",
"warn-once": "^0.1.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/drawer/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.8](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.5.7...@react-navigation/drawer@6.5.8) (2023-01-31)

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

## [6.5.7](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.5.6...@react-navigation/drawer@6.5.7) (2023-01-10)

**Note:** Version bump only for package @react-navigation/drawer
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.7",
"version": "6.5.8",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,7 +41,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.13",
"@react-navigation/elements": "^1.3.14",
"color": "^4.2.3",
"warn-once": "^0.1.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/elements/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.

## [1.3.14](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.3.13...@react-navigation/elements@1.3.14) (2023-01-31)

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

## [1.3.13](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.3.12...@react-navigation/elements@1.3.13) (2023-01-10)

**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.13",
"version": "1.3.14",
"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.12](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.2.11...@react-navigation/material-bottom-tabs@6.2.12) (2023-01-31)

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

## [6.2.11](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.2.10...@react-navigation/material-bottom-tabs@6.2.11) (2023-01-10)

**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.11",
"version": "6.2.12",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,7 +41,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.13"
"@react-navigation/elements": "^1.3.14"
},
"devDependencies": {
"@react-navigation/native": "workspace:^",
Expand Down
4 changes: 4 additions & 0 deletions packages/material-top-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.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.5.2...@react-navigation/material-top-tabs@6.5.3) (2023-01-31)

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

## [6.5.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.5.1...@react-navigation/material-top-tabs@6.5.2) (2023-01-10)

**Note:** Version bump only for package @react-navigation/material-top-tabs
Expand Down
2 changes: 1 addition & 1 deletion packages/material-top-tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-navigation/material-top-tabs",
"description": "Integration for the animated tab view component from react-native-tab-view",
"version": "6.5.2",
"version": "6.5.3",
"keywords": [
"react-native-component",
"react-component",
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.9](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.9.8...@react-navigation/native-stack@6.9.9) (2023-01-31)

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

## [6.9.8](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.9.7...@react-navigation/native-stack@6.9.8) (2023-01-10)

**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.8",
"version": "6.9.9",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,7 +41,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.13",
"@react-navigation/elements": "^1.3.14",
"warn-once": "^0.1.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/native/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.1.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.1.2...@react-navigation/native@6.1.3) (2023-01-31)

### Bug Fixes

* don't modify browser history on re-render ([79d8dc1](https://github.com/react-navigation/react-navigation/commit/79d8dc107aaadf4923024f8b122c0b55e1079706)) - by @satya164

## [6.1.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.1.1...@react-navigation/native@6.1.2) (2023-01-10)

**Note:** Version bump only for package @react-navigation/native
Expand Down
2 changes: 1 addition & 1 deletion packages/native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-navigation/native",
"description": "React Native integration for React Navigation",
"version": "6.1.2",
"version": "6.1.3",
"keywords": [
"react-native",
"react-navigation",
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.12](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.3.11...@react-navigation/stack@6.3.12) (2023-01-31)

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

## [6.3.11](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.3.10...@react-navigation/stack@6.3.11) (2023-01-10)

**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.11",
"version": "6.3.12",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -40,7 +40,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.13",
"@react-navigation/elements": "^1.3.14",
"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.13
"@react-navigation/elements": ^1.3.14
"@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.13
"@react-navigation/elements": ^1.3.14
"@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.13, @react-navigation/elements@workspace:packages/elements":
"@react-navigation/elements@^1.3.14, @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.13
"@react-navigation/elements": ^1.3.14
"@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.13
"@react-navigation/elements": ^1.3.14
"@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.13
"@react-navigation/elements": ^1.3.14
"@react-navigation/native": "workspace:^"
"@testing-library/react-native": ^11.5.0
"@types/color": ^3.0.1
Expand Down

0 comments on commit ef3f737

Please sign in to comment.