Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @react-navigation/bottom-tabs@6.5.13
 - @react-navigation/drawer@6.6.8
 - @react-navigation/elements@1.3.23
 - @react-navigation/material-bottom-tabs@6.2.21
 - @react-navigation/material-top-tabs@6.6.7
 - @react-navigation/native-stack@6.9.19
 - @react-navigation/native@6.1.11
 - @react-navigation/stack@6.3.22
  • Loading branch information
osdnk committed Feb 24, 2024
1 parent 7e5df55 commit 131a025
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.13](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.5.12...@react-navigation/bottom-tabs@6.5.13) (2024-02-24)

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

## [6.5.12](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.5.11...@react-navigation/bottom-tabs@6.5.12) (2024-02-08)

**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.12",
"version": "6.5.13",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -36,7 +36,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.22",
"@react-navigation/elements": "^1.3.23",
"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.6.8](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.6.7...@react-navigation/drawer@6.6.8) (2024-02-24)

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

## [6.6.7](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.6.6...@react-navigation/drawer@6.6.7) (2024-02-08)

**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.6.7",
"version": "6.6.8",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,7 +41,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.22",
"@react-navigation/elements": "^1.3.23",
"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.23](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.3.22...@react-navigation/elements@1.3.23) (2024-02-24)

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

## [1.3.22](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.3.21...@react-navigation/elements@1.3.22) (2024-02-08)

**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.22",
"version": "1.3.23",
"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.21](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.2.20...@react-navigation/material-bottom-tabs@6.2.21) (2024-02-24)

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

## [6.2.20](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.2.19...@react-navigation/material-bottom-tabs@6.2.20) (2024-02-08)

**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.20",
"version": "6.2.21",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,7 +41,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.22"
"@react-navigation/elements": "^1.3.23"
},
"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.6.7](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.6.6...@react-navigation/material-top-tabs@6.6.7) (2024-02-24)

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

## [6.6.6](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.6.5...@react-navigation/material-top-tabs@6.6.6) (2024-02-08)

**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.6.6",
"version": "6.6.7",
"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.19](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.9.18...@react-navigation/native-stack@6.9.19) (2024-02-24)

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

## [6.9.18](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.9.17...@react-navigation/native-stack@6.9.18) (2024-02-08)

**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.18",
"version": "6.9.19",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,7 +41,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.22",
"@react-navigation/elements": "^1.3.23",
"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.11](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.1.10...@react-navigation/native@6.1.11) (2024-02-24)

### Bug Fixes

* browser navigating out after using back feature and going home ([#11833](https://github.com/react-navigation/react-navigation/issues/11833)) ([7e5df55](https://github.com/react-navigation/react-navigation/commit/7e5df557182b080fb29faeae78634f7c2f1bcb10)), closes [#11832](https://github.com/react-navigation/react-navigation/issues/11832) - by @SlickDomique

## [6.1.10](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.1.9...@react-navigation/native@6.1.10) (2024-02-08)

**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.10",
"version": "6.1.11",
"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.22](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.3.21...@react-navigation/stack@6.3.22) (2024-02-24)

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

## [6.3.21](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.3.20...@react-navigation/stack@6.3.21) (2024-02-08)

### Bug Fixes
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.21",
"version": "6.3.22",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -40,7 +40,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.22",
"@react-navigation/elements": "^1.3.23",
"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 @@ -5530,7 +5530,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-navigation/bottom-tabs@workspace:packages/bottom-tabs"
dependencies:
"@react-navigation/elements": ^1.3.22
"@react-navigation/elements": ^1.3.23
"@react-navigation/native": "workspace:^"
"@testing-library/react-native": ^11.5.0
"@types/color": ^3.0.1
Expand Down Expand Up @@ -5603,7 +5603,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-navigation/drawer@workspace:packages/drawer"
dependencies:
"@react-navigation/elements": ^1.3.22
"@react-navigation/elements": ^1.3.23
"@react-navigation/native": "workspace:^"
"@testing-library/react-native": ^11.5.0
"@types/react": ~18.0.27
Expand All @@ -5630,7 +5630,7 @@ __metadata:
languageName: unknown
linkType: soft

"@react-navigation/elements@^1.3.22, @react-navigation/elements@workspace:packages/elements":
"@react-navigation/elements@^1.3.23, @react-navigation/elements@workspace:packages/elements":
version: 0.0.0-use.local
resolution: "@react-navigation/elements@workspace:packages/elements"
dependencies:
Expand Down Expand Up @@ -5714,7 +5714,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.22
"@react-navigation/elements": ^1.3.23
"@react-navigation/native": "workspace:^"
"@testing-library/react-native": ^11.5.0
"@types/react": ~18.0.27
Expand Down Expand Up @@ -5768,7 +5768,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-navigation/native-stack@workspace:packages/native-stack"
dependencies:
"@react-navigation/elements": ^1.3.22
"@react-navigation/elements": ^1.3.23
"@react-navigation/native": "workspace:^"
"@testing-library/react-native": ^11.5.0
"@types/react": ~18.0.27
Expand Down Expand Up @@ -5828,7 +5828,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-navigation/stack@workspace:packages/stack"
dependencies:
"@react-navigation/elements": ^1.3.22
"@react-navigation/elements": ^1.3.23
"@react-navigation/native": "workspace:^"
"@testing-library/react-native": ^11.5.0
"@types/color": ^3.0.1
Expand Down

0 comments on commit 131a025

Please sign in to comment.