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.18
 - @react-navigation/core@7.0.0-alpha.14
 - @react-navigation/devtools@7.0.0-alpha.15
 - @react-navigation/drawer@7.0.0-alpha.16
 - @react-navigation/elements@2.0.0-alpha.13
 - @react-navigation/material-top-tabs@7.0.0-alpha.15
 - @react-navigation/native-stack@7.0.0-alpha.16
 - @react-navigation/native@7.0.0-alpha.15
 - react-native-drawer-layout@4.0.0-alpha.8
 - react-native-tab-view@4.0.0-alpha.9
 - @react-navigation/stack@7.0.0-alpha.16
  • Loading branch information
satya164 committed Mar 14, 2024
1 parent 1ef7ed1 commit b1ed6b0
Show file tree
Hide file tree
Showing 23 changed files with 89 additions and 25 deletions.
6 changes: 6 additions & 0 deletions packages/bottom-tabs/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.

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

### Features

* automatically infer types for navigation in options, listeners etc. ([#11883](https://github.com/react-navigation/react-navigation/issues/11883)) ([c54baf1](https://github.com/react-navigation/react-navigation/commit/c54baf14640e567be10cb8a5f68e5cbf0b35f120)) - by @satya164

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

### Features
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-alpha.17",
"version": "7.0.0-alpha.18",
"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.12",
"@react-navigation/elements": "^2.0.0-alpha.13",
"color": "^4.2.3"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/core/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.

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

### Features

* automatically infer types for navigation in options, listeners etc. ([#11883](https://github.com/react-navigation/react-navigation/issues/11883)) ([c54baf1](https://github.com/react-navigation/react-navigation/commit/c54baf14640e567be10cb8a5f68e5cbf0b35f120)) - by @satya164

# [7.0.0-alpha.13](https://github.com/react-navigation/react-navigation/compare/@react-navigation/core@7.0.0-alpha.12...@react-navigation/core@7.0.0-alpha.13) (2024-03-10)

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

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

# [7.0.0-alpha.14](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@7.0.0-alpha.13...@react-navigation/devtools@7.0.0-alpha.14) (2024-03-10)

**Note:** Version bump only for package @react-navigation/devtools
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-navigation/devtools",
"description": "Developer tools for React Navigation",
"version": "7.0.0-alpha.14",
"version": "7.0.0-alpha.15",
"keywords": [
"react",
"react-native",
Expand Down
6 changes: 6 additions & 0 deletions packages/drawer/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.

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

### Features

* automatically infer types for navigation in options, listeners etc. ([#11883](https://github.com/react-navigation/react-navigation/issues/11883)) ([c54baf1](https://github.com/react-navigation/react-navigation/commit/c54baf14640e567be10cb8a5f68e5cbf0b35f120)) - by @satya164

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

### Features
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-alpha.15",
"version": "7.0.0-alpha.16",
"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.12",
"@react-navigation/elements": "^2.0.0-alpha.13",
"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
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-alpha.13](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@2.0.0-alpha.12...@react-navigation/elements@2.0.0-alpha.13) (2024-03-14)

### Bug Fixes

* adjust drawer width according to md3 ([a88b2ea](https://github.com/react-navigation/react-navigation/commit/a88b2ea90f56d8dafbd5e1bae6a42fd9b0c73431)) - by @satya164

# [2.0.0-alpha.12](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@2.0.0-alpha.11...@react-navigation/elements@2.0.0-alpha.12) (2024-03-10)

### 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-alpha.12",
"version": "2.0.0-alpha.13",
"keywords": [
"react-native",
"react-navigation",
Expand Down
6 changes: 6 additions & 0 deletions packages/material-top-tabs/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.

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

### Features

* automatically infer types for navigation in options, listeners etc. ([#11883](https://github.com/react-navigation/react-navigation/issues/11883)) ([c54baf1](https://github.com/react-navigation/react-navigation/commit/c54baf14640e567be10cb8a5f68e5cbf0b35f120)) - by @satya164

# [7.0.0-alpha.14](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@7.0.0-alpha.13...@react-navigation/material-top-tabs@7.0.0-alpha.14) (2024-03-10)

### Features
Expand Down
6 changes: 3 additions & 3 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-alpha.14",
"version": "7.0.0-alpha.15",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,9 +41,9 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^2.0.0-alpha.12",
"@react-navigation/elements": "^2.0.0-alpha.13",
"color": "^4.2.3",
"react-native-tab-view": "^4.0.0-alpha.8"
"react-native-tab-view": "^4.0.0-alpha.9"
},
"devDependencies": {
"@react-navigation/native": "workspace:^",
Expand Down
6 changes: 6 additions & 0 deletions packages/native-stack/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.

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

### Features

* automatically infer types for navigation in options, listeners etc. ([#11883](https://github.com/react-navigation/react-navigation/issues/11883)) ([c54baf1](https://github.com/react-navigation/react-navigation/commit/c54baf14640e567be10cb8a5f68e5cbf0b35f120)) - by @satya164

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

### 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-alpha.15",
"version": "7.0.0-alpha.16",
"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.12",
"@react-navigation/elements": "^2.0.0-alpha.13",
"warn-once": "^0.1.1"
},
"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.

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

### Features

* automatically infer types for navigation in options, listeners etc. ([#11883](https://github.com/react-navigation/react-navigation/issues/11883)) ([c54baf1](https://github.com/react-navigation/react-navigation/commit/c54baf14640e567be10cb8a5f68e5cbf0b35f120)) - by @satya164

# [7.0.0-alpha.14](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@7.0.0-alpha.13...@react-navigation/native@7.0.0-alpha.14) (2024-03-10)

**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": "7.0.0-alpha.14",
"version": "7.0.0-alpha.15",
"keywords": [
"react-native",
"react-navigation",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-native-drawer-layout/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.

# [4.0.0-alpha.8](https://github.com/react-navigation/react-navigation/compare/react-native-drawer-layout@4.0.0-alpha.7...react-native-drawer-layout@4.0.0-alpha.8) (2024-03-14)

### Bug Fixes

* adjust drawer width according to md3 ([a88b2ea](https://github.com/react-navigation/react-navigation/commit/a88b2ea90f56d8dafbd5e1bae6a42fd9b0c73431)) - by @satya164

# [4.0.0-alpha.7](https://github.com/react-navigation/react-navigation/compare/react-native-drawer-layout@4.0.0-alpha.6...react-native-drawer-layout@4.0.0-alpha.7) (2024-03-10)

**Note:** Version bump only for package react-native-drawer-layout
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-drawer-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-drawer-layout",
"description": "Drawer component for React Native",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"keywords": [
"react-native-component",
"react-component",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-native-tab-view/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.

# [4.0.0-alpha.9](https://github.com/react-navigation/react-navigation/compare/react-native-tab-view@4.0.0-alpha.8...react-native-tab-view@4.0.0-alpha.9) (2024-03-14)

### Bug Fixes

* fix tab auto width on chrome & opera on android & linux ([#11440](https://github.com/react-navigation/react-navigation/issues/11440)) ([1ef7ed1](https://github.com/react-navigation/react-navigation/commit/1ef7ed1dcd4c8927109c62bd16ab4c9d55648d6e)), closes [#f00](https://github.com/react-navigation/react-navigation/issues/f00) [#00](https://github.com/react-navigation/react-navigation/issues/00) - by @souzabrs

# [4.0.0-alpha.8](https://github.com/react-navigation/react-navigation/compare/react-native-tab-view@4.0.0-alpha.7...react-native-tab-view@4.0.0-alpha.8) (2024-03-10)

**Note:** Version bump only for package react-native-tab-view
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-tab-view/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-tab-view",
"description": "Tab view component for React Native",
"version": "4.0.0-alpha.8",
"version": "4.0.0-alpha.9",
"keywords": [
"react-native-component",
"react-component",
Expand Down
6 changes: 6 additions & 0 deletions packages/stack/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.

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

### Features

* automatically infer types for navigation in options, listeners etc. ([#11883](https://github.com/react-navigation/react-navigation/issues/11883)) ([c54baf1](https://github.com/react-navigation/react-navigation/commit/c54baf14640e567be10cb8a5f68e5cbf0b35f120)) - by @satya164

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

### Features
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-alpha.15",
"version": "7.0.0-alpha.16",
"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.12",
"@react-navigation/elements": "^2.0.0-alpha.13",
"color": "^4.2.3"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
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.12"
"@react-navigation/elements": "npm:^2.0.0-alpha.13"
"@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.12"
"@react-navigation/elements": "npm:^2.0.0-alpha.13"
"@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.12, @react-navigation/elements@workspace:packages/elements":
"@react-navigation/elements@npm:^2.0.0-alpha.13, @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.12"
"@react-navigation/elements": "npm:^2.0.0-alpha.13"
"@react-navigation/native": "workspace:^"
"@testing-library/react-native": "npm:^12.4.3"
"@types/react": "npm:~18.2.45"
Expand All @@ -4261,7 +4261,7 @@ __metadata:
react-native: "npm:0.73.2"
react-native-builder-bob: "npm:^0.23.2"
react-native-pager-view: "npm:6.2.3"
react-native-tab-view: "npm:^4.0.0-alpha.8"
react-native-tab-view: "npm:^4.0.0-alpha.9"
typescript: "npm:^5.3.3"
peerDependencies:
"@react-navigation/native": "workspace:^"
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.12"
"@react-navigation/elements": "npm:^2.0.0-alpha.13"
"@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.12"
"@react-navigation/elements": "npm:^2.0.0-alpha.13"
"@react-navigation/native": "workspace:^"
"@testing-library/react-native": "npm:^12.4.3"
"@types/color": "npm:^3.0.6"
Expand Down Expand Up @@ -16851,7 +16851,7 @@ __metadata:
languageName: node
linkType: hard

"react-native-tab-view@npm:^4.0.0-alpha.8, react-native-tab-view@workspace:packages/react-native-tab-view":
"react-native-tab-view@npm:^4.0.0-alpha.9, react-native-tab-view@workspace:packages/react-native-tab-view":
version: 0.0.0-use.local
resolution: "react-native-tab-view@workspace:packages/react-native-tab-view"
dependencies:
Expand Down

0 comments on commit b1ed6b0

Please sign in to comment.