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.20
 - @react-navigation/core@7.0.0-alpha.16
 - @react-navigation/devtools@7.0.0-alpha.17
 - @react-navigation/drawer@7.0.0-alpha.18
 - @react-navigation/elements@2.0.0-alpha.15
 - @react-navigation/material-top-tabs@7.0.0-alpha.17
 - @react-navigation/native-stack@7.0.0-alpha.18
 - @react-navigation/native@7.0.0-alpha.17
 - @react-navigation/stack@7.0.0-alpha.18
  • Loading branch information
satya164 committed Mar 22, 2024
1 parent d090836 commit d2513d7
Show file tree
Hide file tree
Showing 19 changed files with 62 additions and 20 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.20](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@7.0.0-alpha.19...@react-navigation/bottom-tabs@7.0.0-alpha.20) (2024-03-22)

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

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

### Features
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.19",
"version": "7.0.0-alpha.20",
"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.14",
"@react-navigation/elements": "^2.0.0-alpha.15",
"color": "^4.2.3"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
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-alpha.16](https://github.com/react-navigation/react-navigation/compare/@react-navigation/core@7.0.0-alpha.15...@react-navigation/core@7.0.0-alpha.16) (2024-03-22)

### Features

* add a way to automatically generate linking config ([d090836](https://github.com/react-navigation/react-navigation/commit/d090836f34bee659f4ea08176d6840703ef7247f)) - by @satya164
* automatically enable linking if any config is specified ([c91d247](https://github.com/react-navigation/react-navigation/commit/c91d247e62d8b30d8f55abff784df81616e70580)) - by @satya164

# [7.0.0-alpha.15](https://github.com/react-navigation/react-navigation/compare/@react-navigation/core@7.0.0-alpha.14...@react-navigation/core@7.0.0-alpha.15) (2024-03-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@react-navigation/core",
"description": "Core utilities for building navigators",
"version": "7.0.0-alpha.15",
"version": "7.0.0-alpha.16",
"keywords": [
"react",
"react-native",
Expand Down
4 changes: 4 additions & 0 deletions packages/devtools/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.17](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@7.0.0-alpha.16...@react-navigation/devtools@7.0.0-alpha.17) (2024-03-22)

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

# [7.0.0-alpha.16](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@7.0.0-alpha.15...@react-navigation/devtools@7.0.0-alpha.16) (2024-03-20)

**Note:** Version bump only for package @react-navigation/devtools
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/package.json
@@ -1,7 +1,7 @@
{
"name": "@react-navigation/devtools",
"description": "Developer tools for React Navigation",
"version": "7.0.0-alpha.16",
"version": "7.0.0-alpha.17",
"keywords": [
"react",
"react-native",
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.18](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@7.0.0-alpha.17...@react-navigation/drawer@7.0.0-alpha.18) (2024-03-22)

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

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

### 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.17",
"version": "7.0.0-alpha.18",
"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.14",
"@react-navigation/elements": "^2.0.0-alpha.15",
"color": "^4.2.3",
"react-native-drawer-layout": "workspace:^",
"use-latest-callback": "^0.1.9"
Expand Down
4 changes: 4 additions & 0 deletions packages/elements/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.

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

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

# [2.0.0-alpha.14](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@2.0.0-alpha.13...@react-navigation/elements@2.0.0-alpha.14) (2024-03-20)

**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.14",
"version": "2.0.0-alpha.15",
"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.17](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@7.0.0-alpha.16...@react-navigation/material-top-tabs@7.0.0-alpha.17) (2024-03-22)

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

# [7.0.0-alpha.16](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@7.0.0-alpha.15...@react-navigation/material-top-tabs@7.0.0-alpha.16) (2024-03-20)

### Features
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.16",
"version": "7.0.0-alpha.17",
"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.14",
"@react-navigation/elements": "^2.0.0-alpha.15",
"color": "^4.2.3",
"react-native-tab-view": "^4.0.0-alpha.10"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/native-stack/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.18](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@7.0.0-alpha.17...@react-navigation/native-stack@7.0.0-alpha.18) (2024-03-22)

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

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

### Features
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.17",
"version": "7.0.0-alpha.18",
"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.14",
"@react-navigation/elements": "^2.0.0-alpha.15",
"warn-once": "^0.1.1"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/native/CHANGELOG.md
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-alpha.17](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@7.0.0-alpha.16...@react-navigation/native@7.0.0-alpha.17) (2024-03-22)

### Features

* add a way to automatically generate linking config ([d090836](https://github.com/react-navigation/react-navigation/commit/d090836f34bee659f4ea08176d6840703ef7247f)) - by @satya164
* automatically enable linking if any config is specified ([c91d247](https://github.com/react-navigation/react-navigation/commit/c91d247e62d8b30d8f55abff784df81616e70580)) - by @satya164

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

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/native/package.json
@@ -1,7 +1,7 @@
{
"name": "@react-navigation/native",
"description": "React Native integration for React Navigation",
"version": "7.0.0-alpha.16",
"version": "7.0.0-alpha.17",
"keywords": [
"react-native",
"react-navigation",
Expand Down
4 changes: 4 additions & 0 deletions packages/stack/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.18](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@7.0.0-alpha.17...@react-navigation/stack@7.0.0-alpha.18) (2024-03-22)

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

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

### Features
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.17",
"version": "7.0.0-alpha.18",
"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.14",
"@react-navigation/elements": "^2.0.0-alpha.15",
"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.14"
"@react-navigation/elements": "npm:^2.0.0-alpha.15"
"@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.14"
"@react-navigation/elements": "npm:^2.0.0-alpha.15"
"@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.14, @react-navigation/elements@workspace:packages/elements":
"@react-navigation/elements@npm:^2.0.0-alpha.15, @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.14"
"@react-navigation/elements": "npm:^2.0.0-alpha.15"
"@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.14"
"@react-navigation/elements": "npm:^2.0.0-alpha.15"
"@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.14"
"@react-navigation/elements": "npm:^2.0.0-alpha.15"
"@react-navigation/native": "workspace:^"
"@testing-library/react-native": "npm:^12.4.3"
"@types/color": "npm:^3.0.6"
Expand Down

0 comments on commit d2513d7

Please sign in to comment.