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-alpha.22
 - @react-navigation/drawer@7.0.0-alpha.21
 - @react-navigation/elements@2.0.0-alpha.17
 - @react-navigation/material-top-tabs@7.0.0-alpha.19
 - @react-navigation/native-stack@7.0.0-alpha.20
 - @react-navigation/stack@7.0.0-alpha.20
  • Loading branch information
satya164 committed Mar 25, 2024
1 parent ce6d885 commit a41d932
Show file tree
Hide file tree
Showing 13 changed files with 47 additions and 17 deletions.
4 changes: 4 additions & 0 deletions packages/bottom-tabs/CHANGELOG.md
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-alpha.22](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@7.0.0-alpha.21...@react-navigation/bottom-tabs@7.0.0-alpha.22) (2024-03-25)

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

# [7.0.0-alpha.21](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@7.0.0-alpha.20...@react-navigation/bottom-tabs@7.0.0-alpha.21) (2024-03-22)

**Note:** Version bump only for package @react-navigation/bottom-tabs
Expand Down
4 changes: 2 additions & 2 deletions packages/bottom-tabs/package.json
@@ -1,7 +1,7 @@
{
"name": "@react-navigation/bottom-tabs",
"description": "Bottom tab navigator following iOS design guidelines",
"version": "7.0.0-alpha.21",
"version": "7.0.0-alpha.22",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -36,7 +36,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^2.0.0-alpha.16",
"@react-navigation/elements": "^2.0.0-alpha.17",
"color": "^4.2.3"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/drawer/CHANGELOG.md
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-alpha.21](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@7.0.0-alpha.20...@react-navigation/drawer@7.0.0-alpha.21) (2024-03-25)

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

# [7.0.0-alpha.20](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@7.0.0-alpha.19...@react-navigation/drawer@7.0.0-alpha.20) (2024-03-25)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/drawer/package.json
@@ -1,7 +1,7 @@
{
"name": "@react-navigation/drawer",
"description": "Integration for the drawer component from react-native-drawer-layout",
"version": "7.0.0-alpha.20",
"version": "7.0.0-alpha.21",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,7 +41,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^2.0.0-alpha.16",
"@react-navigation/elements": "^2.0.0-alpha.17",
"color": "^4.2.3",
"react-native-drawer-layout": "workspace:^",
"use-latest-callback": "^0.1.9"
Expand Down
6 changes: 6 additions & 0 deletions packages/elements/CHANGELOG.md
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-alpha.17](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@2.0.0-alpha.16...@react-navigation/elements@2.0.0-alpha.17) (2024-03-25)

### Features

* pass href to headerLeft function ([ce6d885](https://github.com/react-navigation/react-navigation/commit/ce6d88559e4a1afeafa84fc839892bb846349d67)) - by @satya164

# [2.0.0-alpha.16](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@2.0.0-alpha.15...@react-navigation/elements@2.0.0-alpha.16) (2024-03-22)

**Note:** Version bump only for package @react-navigation/elements
Expand Down
2 changes: 1 addition & 1 deletion packages/elements/package.json
@@ -1,7 +1,7 @@
{
"name": "@react-navigation/elements",
"description": "UI Components for React Navigation",
"version": "2.0.0-alpha.16",
"version": "2.0.0-alpha.17",
"keywords": [
"react-native",
"react-navigation",
Expand Down
4 changes: 4 additions & 0 deletions packages/material-top-tabs/CHANGELOG.md
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-alpha.19](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@7.0.0-alpha.18...@react-navigation/material-top-tabs@7.0.0-alpha.19) (2024-03-25)

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

# [7.0.0-alpha.18](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@7.0.0-alpha.17...@react-navigation/material-top-tabs@7.0.0-alpha.18) (2024-03-22)

**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
@@ -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-alpha.18",
"version": "7.0.0-alpha.19",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,7 +41,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^2.0.0-alpha.16",
"@react-navigation/elements": "^2.0.0-alpha.17",
"color": "^4.2.3",
"react-native-tab-view": "^4.0.0-alpha.10"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/native-stack/CHANGELOG.md
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.

# [7.0.0-alpha.20](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@7.0.0-alpha.19...@react-navigation/native-stack@7.0.0-alpha.20) (2024-03-25)

### Features

* pass href to headerLeft function ([ce6d885](https://github.com/react-navigation/react-navigation/commit/ce6d88559e4a1afeafa84fc839892bb846349d67)) - by @satya164

# [7.0.0-alpha.19](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@7.0.0-alpha.18...@react-navigation/native-stack@7.0.0-alpha.19) (2024-03-22)

**Note:** Version bump only for package @react-navigation/native-stack
Expand Down
4 changes: 2 additions & 2 deletions packages/native-stack/package.json
@@ -1,7 +1,7 @@
{
"name": "@react-navigation/native-stack",
"description": "Native stack navigator using react-native-screens",
"version": "7.0.0-alpha.19",
"version": "7.0.0-alpha.20",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,7 +41,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^2.0.0-alpha.16",
"@react-navigation/elements": "^2.0.0-alpha.17",
"warn-once": "^0.1.1"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/stack/CHANGELOG.md
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.

# [7.0.0-alpha.20](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@7.0.0-alpha.19...@react-navigation/stack@7.0.0-alpha.20) (2024-03-25)

### Features

* pass href to headerLeft function ([ce6d885](https://github.com/react-navigation/react-navigation/commit/ce6d88559e4a1afeafa84fc839892bb846349d67)) - by @satya164

# [7.0.0-alpha.19](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@7.0.0-alpha.18...@react-navigation/stack@7.0.0-alpha.19) (2024-03-22)

**Note:** Version bump only for package @react-navigation/stack
Expand Down
4 changes: 2 additions & 2 deletions packages/stack/package.json
@@ -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-alpha.19",
"version": "7.0.0-alpha.20",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -40,7 +40,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^2.0.0-alpha.16",
"@react-navigation/elements": "^2.0.0-alpha.17",
"color": "^4.2.3"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Expand Up @@ -4076,7 +4076,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-navigation/bottom-tabs@workspace:packages/bottom-tabs"
dependencies:
"@react-navigation/elements": "npm:^2.0.0-alpha.16"
"@react-navigation/elements": "npm:^2.0.0-alpha.17"
"@react-navigation/native": "workspace:^"
"@testing-library/react-native": "npm:^12.4.3"
"@types/color": "npm:^3.0.6"
Expand Down Expand Up @@ -4146,7 +4146,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-navigation/drawer@workspace:packages/drawer"
dependencies:
"@react-navigation/elements": "npm:^2.0.0-alpha.16"
"@react-navigation/elements": "npm:^2.0.0-alpha.17"
"@react-navigation/native": "workspace:^"
"@testing-library/react-native": "npm:^12.4.3"
"@types/react": "npm:~18.2.45"
Expand All @@ -4173,7 +4173,7 @@ __metadata:
languageName: unknown
linkType: soft

"@react-navigation/elements@npm:^2.0.0-alpha.16, @react-navigation/elements@workspace:packages/elements":
"@react-navigation/elements@npm:^2.0.0-alpha.17, @react-navigation/elements@workspace:packages/elements":
version: 0.0.0-use.local
resolution: "@react-navigation/elements@workspace:packages/elements"
dependencies:
Expand Down Expand Up @@ -4251,7 +4251,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-navigation/material-top-tabs@workspace:packages/material-top-tabs"
dependencies:
"@react-navigation/elements": "npm:^2.0.0-alpha.16"
"@react-navigation/elements": "npm:^2.0.0-alpha.17"
"@react-navigation/native": "workspace:^"
"@testing-library/react-native": "npm:^12.4.3"
"@types/react": "npm:~18.2.45"
Expand All @@ -4275,7 +4275,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-navigation/native-stack@workspace:packages/native-stack"
dependencies:
"@react-navigation/elements": "npm:^2.0.0-alpha.16"
"@react-navigation/elements": "npm:^2.0.0-alpha.17"
"@react-navigation/native": "workspace:^"
"@testing-library/react-native": "npm:^12.4.3"
"@types/react": "npm:~18.2.45"
Expand Down Expand Up @@ -4334,7 +4334,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-navigation/stack@workspace:packages/stack"
dependencies:
"@react-navigation/elements": "npm:^2.0.0-alpha.16"
"@react-navigation/elements": "npm:^2.0.0-alpha.17"
"@react-navigation/native": "workspace:^"
"@testing-library/react-native": "npm:^12.4.3"
"@types/color": "npm:^3.0.6"
Expand Down

0 comments on commit a41d932

Please sign in to comment.