Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @react-navigation/bottom-tabs@7.0.0-rc.29
 - @react-navigation/drawer@7.0.0-rc.28
 - @react-navigation/elements@2.0.0-rc.22
 - @react-navigation/material-top-tabs@7.0.0-rc.23
 - @react-navigation/native-stack@7.0.0-rc.25
 - @react-navigation/stack@7.0.0-rc.24
  • Loading branch information
satya164 committed Aug 9, 2024
1 parent f6a3ef7 commit bad1f6a
Show file tree
Hide file tree
Showing 13 changed files with 46 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.

# [7.0.0-rc.29](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@7.0.0-rc.28...@react-navigation/bottom-tabs@7.0.0-rc.29) (2024-08-09)

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

# [7.0.0-rc.28](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@7.0.0-rc.27...@react-navigation/bottom-tabs@7.0.0-rc.28) (2024-08-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": "7.0.0-rc.28",
"version": "7.0.0-rc.29",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -47,7 +47,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^2.0.0-rc.21",
"@react-navigation/elements": "^2.0.0-rc.22",
"color": "^4.2.3"
},
"devDependencies": {
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.

# [7.0.0-rc.28](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@7.0.0-rc.27...@react-navigation/drawer@7.0.0-rc.28) (2024-08-09)

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

# [7.0.0-rc.27](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@7.0.0-rc.26...@react-navigation/drawer@7.0.0-rc.27) (2024-08-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": "Integration for the drawer component from react-native-drawer-layout",
"version": "7.0.0-rc.27",
"version": "7.0.0-rc.28",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -52,7 +52,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^2.0.0-rc.21",
"@react-navigation/elements": "^2.0.0-rc.22",
"color": "^4.2.3",
"react-native-drawer-layout": "workspace:^",
"use-latest-callback": "^0.2.1"
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.

# [2.0.0-rc.22](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@2.0.0-rc.21...@react-navigation/elements@2.0.0-rc.22) (2024-08-09)

### Bug Fixes

* fix alignment for center aligned title ([6e22370](https://github.com/react-navigation/react-navigation/commit/6e223705b8d8cf98b2e6e7fd8119571bffb11c61)) - by @satya164

# [2.0.0-rc.21](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@2.0.0-rc.20...@react-navigation/elements@2.0.0-rc.21) (2024-08-08)

### Bug Fixes
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": "2.0.0-rc.21",
"version": "2.0.0-rc.22",
"keywords": [
"react-native",
"react-navigation",
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.

# [7.0.0-rc.23](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@7.0.0-rc.22...@react-navigation/material-top-tabs@7.0.0-rc.23) (2024-08-09)

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

# [7.0.0-rc.22](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@7.0.0-rc.21...@react-navigation/material-top-tabs@7.0.0-rc.22) (2024-08-08)

**Note:** Version bump only for package @react-navigation/material-top-tabs
Expand Down
4 changes: 2 additions & 2 deletions 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": "7.0.0-rc.22",
"version": "7.0.0-rc.23",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -52,7 +52,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^2.0.0-rc.21",
"@react-navigation/elements": "^2.0.0-rc.22",
"color": "^4.2.3",
"react-native-tab-view": "^4.0.0-rc.9"
},
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.

# [7.0.0-rc.25](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@7.0.0-rc.24...@react-navigation/native-stack@7.0.0-rc.25) (2024-08-09)

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

# [7.0.0-rc.24](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@7.0.0-rc.23...@react-navigation/native-stack@7.0.0-rc.24) (2024-08-08)

### Bug Fixes
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": "7.0.0-rc.24",
"version": "7.0.0-rc.25",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -52,7 +52,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^2.0.0-rc.21",
"@react-navigation/elements": "^2.0.0-rc.22",
"warn-once": "^0.1.1"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/stack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0-rc.24](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@7.0.0-rc.23...@react-navigation/stack@7.0.0-rc.24) (2024-08-09)

### Bug Fixes

* fix alignment for center aligned title ([6e22370](https://github.com/react-navigation/react-navigation/commit/6e223705b8d8cf98b2e6e7fd8119571bffb11c61)) - by @satya164
* tweak UIKit header animation ([f6a3ef7](https://github.com/react-navigation/react-navigation/commit/f6a3ef7d7a9014b7008361b07dda73e5e1f24f01)) - by @satya164

# [7.0.0-rc.23](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@7.0.0-rc.22...@react-navigation/stack@7.0.0-rc.23) (2024-08-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": "7.0.0-rc.23",
"version": "7.0.0-rc.24",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -51,7 +51,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^2.0.0-rc.21",
"@react-navigation/elements": "^2.0.0-rc.22",
"color": "^4.2.3"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4183,7 +4183,7 @@ __metadata:
resolution: "@react-navigation/bottom-tabs@workspace:packages/bottom-tabs"
dependencies:
"@jest/globals": "npm:^29.7.0"
"@react-navigation/elements": "npm:^2.0.0-rc.21"
"@react-navigation/elements": "npm:^2.0.0-rc.22"
"@react-navigation/native": "workspace:^"
"@testing-library/react-native": "npm:^12.4.3"
"@types/color": "npm:^3.0.6"
Expand Down Expand Up @@ -4256,7 +4256,7 @@ __metadata:
resolution: "@react-navigation/drawer@workspace:packages/drawer"
dependencies:
"@jest/globals": "npm:^29.7.0"
"@react-navigation/elements": "npm:^2.0.0-rc.21"
"@react-navigation/elements": "npm:^2.0.0-rc.22"
"@react-navigation/native": "workspace:^"
"@testing-library/react-native": "npm:^12.4.3"
"@types/react": "npm:~18.2.79"
Expand All @@ -4283,7 +4283,7 @@ __metadata:
languageName: unknown
linkType: soft

"@react-navigation/elements@npm:^2.0.0-rc.21, @react-navigation/elements@workspace:packages/elements":
"@react-navigation/elements@npm:^2.0.0-rc.22, @react-navigation/elements@workspace:packages/elements":
version: 0.0.0-use.local
resolution: "@react-navigation/elements@workspace:packages/elements"
dependencies:
Expand Down Expand Up @@ -4368,7 +4368,7 @@ __metadata:
resolution: "@react-navigation/material-top-tabs@workspace:packages/material-top-tabs"
dependencies:
"@jest/globals": "npm:^29.7.0"
"@react-navigation/elements": "npm:^2.0.0-rc.21"
"@react-navigation/elements": "npm:^2.0.0-rc.22"
"@react-navigation/native": "workspace:^"
"@testing-library/react-native": "npm:^12.4.3"
"@types/react": "npm:~18.2.79"
Expand All @@ -4393,7 +4393,7 @@ __metadata:
resolution: "@react-navigation/native-stack@workspace:packages/native-stack"
dependencies:
"@jest/globals": "npm:^29.7.0"
"@react-navigation/elements": "npm:^2.0.0-rc.21"
"@react-navigation/elements": "npm:^2.0.0-rc.22"
"@react-navigation/native": "workspace:^"
"@testing-library/react-native": "npm:^12.4.3"
"@types/react": "npm:~18.2.79"
Expand Down Expand Up @@ -4455,7 +4455,7 @@ __metadata:
resolution: "@react-navigation/stack@workspace:packages/stack"
dependencies:
"@jest/globals": "npm:^29.7.0"
"@react-navigation/elements": "npm:^2.0.0-rc.21"
"@react-navigation/elements": "npm:^2.0.0-rc.22"
"@react-navigation/native": "workspace:^"
"@testing-library/react-native": "npm:^12.4.3"
"@types/color": "npm:^3.0.6"
Expand Down

0 comments on commit bad1f6a

Please sign in to comment.