Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @react-navigation/bottom-tabs@6.5.18
 - @react-navigation/drawer@6.6.13
 - @react-navigation/elements@1.3.28
 - @react-navigation/material-bottom-tabs@6.2.26
 - @react-navigation/native-stack@6.9.24
 - @react-navigation/stack@6.3.27
  • Loading branch information
satya164 committed Mar 10, 2024
1 parent 2b72aff commit 55671f1
Show file tree
Hide file tree
Showing 13 changed files with 43 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.18](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.5.17...@react-navigation/bottom-tabs@6.5.18) (2024-03-10)

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

## [6.5.17](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.5.16...@react-navigation/bottom-tabs@6.5.17) (2024-03-09)

**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.17",
"version": "6.5.18",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -36,7 +36,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.27",
"@react-navigation/elements": "^1.3.28",
"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.13](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.6.12...@react-navigation/drawer@6.6.13) (2024-03-10)

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

## [6.6.12](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.6.11...@react-navigation/drawer@6.6.12) (2024-03-09)

**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.12",
"version": "6.6.13",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,7 +41,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.27",
"@react-navigation/elements": "^1.3.28",
"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.28](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.3.27...@react-navigation/elements@1.3.28) (2024-03-10)

### Bug Fixes

* add a workaround for safe area frame not updating on web ([2b72aff](https://github.com/react-navigation/react-navigation/commit/2b72aff2dafe7f867969982ec9a683615132317c)), closes [#8551](https://github.com/react-navigation/react-navigation/issues/8551) [#11398](https://github.com/react-navigation/react-navigation/issues/11398) - by @satya164

## [1.3.27](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.3.26...@react-navigation/elements@1.3.27) (2024-03-09)

**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.27",
"version": "1.3.28",
"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.26](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.2.25...@react-navigation/material-bottom-tabs@6.2.26) (2024-03-10)

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

## [6.2.25](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.2.24...@react-navigation/material-bottom-tabs@6.2.25) (2024-03-09)

**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.25",
"version": "6.2.26",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,7 +41,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.27"
"@react-navigation/elements": "^1.3.28"
},
"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.24](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.9.23...@react-navigation/native-stack@6.9.24) (2024-03-10)

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

## [6.9.23](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.9.22...@react-navigation/native-stack@6.9.23) (2024-03-09)

**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.23",
"version": "6.9.24",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,7 +41,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.27",
"@react-navigation/elements": "^1.3.28",
"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.27](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.3.26...@react-navigation/stack@6.3.27) (2024-03-10)

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

## [6.3.26](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.3.25...@react-navigation/stack@6.3.26) (2024-03-09)

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

0 comments on commit 55671f1

Please sign in to comment.