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.17
 - @react-navigation/core@7.0.0-alpha.13
 - @react-navigation/devtools@7.0.0-alpha.14
 - @react-navigation/drawer@7.0.0-alpha.15
 - @react-navigation/elements@2.0.0-alpha.12
 - @react-navigation/material-top-tabs@7.0.0-alpha.14
 - @react-navigation/native-stack@7.0.0-alpha.15
 - @react-navigation/native@7.0.0-alpha.14
 - react-native-drawer-layout@4.0.0-alpha.7
 - react-native-tab-view@4.0.0-alpha.8
 - @react-navigation/stack@7.0.0-alpha.15
  • Loading branch information
satya164 committed Mar 10, 2024
1 parent 99d0385 commit d0b5489
Show file tree
Hide file tree
Showing 23 changed files with 87 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.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

* add a type for options arguments ([8e719e0](https://github.com/react-navigation/react-navigation/commit/8e719e0faefbd1eed9f7122a3d8e2c617d5f8254)) - by @satya164

# [7.0.0-alpha.16](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@7.0.0-alpha.15...@react-navigation/bottom-tabs@7.0.0-alpha.16) (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": "7.0.0-alpha.16",
"version": "7.0.0-alpha.17",
"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.11",
"@react-navigation/elements": "^2.0.0-alpha.12",
"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.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

* deep freeze state to avoid issues due to mutation ([2a5721b](https://github.com/react-navigation/react-navigation/commit/2a5721b3a3560b76192d3aa46a4ea3be9a50db7d)) - by @satya164

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

### Bug Fixes
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.12",
"version": "7.0.0-alpha.13",
"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.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

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

**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.13",
"version": "7.0.0-alpha.14",
"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.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

* add a type for options arguments ([8e719e0](https://github.com/react-navigation/react-navigation/commit/8e719e0faefbd1eed9f7122a3d8e2c617d5f8254)) - by @satya164

# [7.0.0-alpha.14](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@7.0.0-alpha.13...@react-navigation/drawer@7.0.0-alpha.14) (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": "Integration for the drawer component from react-native-drawer-layout",
"version": "7.0.0-alpha.14",
"version": "7.0.0-alpha.15",
"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.11",
"@react-navigation/elements": "^2.0.0-alpha.12",
"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.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

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

# [2.0.0-alpha.11](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@2.0.0-alpha.10...@react-navigation/elements@2.0.0-alpha.11) (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": "2.0.0-alpha.11",
"version": "2.0.0-alpha.12",
"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.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

* add a type for options arguments ([8e719e0](https://github.com/react-navigation/react-navigation/commit/8e719e0faefbd1eed9f7122a3d8e2c617d5f8254)) - by @satya164

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

**Note:** Version bump only for package @react-navigation/material-top-tabs
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.13",
"version": "7.0.0-alpha.14",
"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.11",
"@react-navigation/elements": "^2.0.0-alpha.12",
"color": "^4.2.3",
"react-native-tab-view": "^4.0.0-alpha.7"
"react-native-tab-view": "^4.0.0-alpha.8"
},
"devDependencies": {
"@react-navigation/native": "workspace:^",
Expand Down
10 changes: 10 additions & 0 deletions packages/native-stack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
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-stack@7.0.0-alpha.14...@react-navigation/native-stack@7.0.0-alpha.15) (2024-03-10)

### Bug Fixes

* support custom fontFamily configurations in headerTitleStyle ([#11880](https://github.com/react-navigation/react-navigation/issues/11880)) ([1e9e838](https://github.com/react-navigation/react-navigation/commit/1e9e8385f2677a363d2e7416f5c3acda0c43d517)), closes [#11429](https://github.com/react-navigation/react-navigation/issues/11429) - by @Kasendwa

### Features

* add a type for options arguments ([8e719e0](https://github.com/react-navigation/react-navigation/commit/8e719e0faefbd1eed9f7122a3d8e2c617d5f8254)) - by @satya164

# [7.0.0-alpha.14](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@7.0.0-alpha.13...@react-navigation/native-stack@7.0.0-alpha.14) (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": "7.0.0-alpha.14",
"version": "7.0.0-alpha.15",
"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.11",
"@react-navigation/elements": "^2.0.0-alpha.12",
"warn-once": "^0.1.1"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/native/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.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

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

**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.13",
"version": "7.0.0-alpha.14",
"keywords": [
"react-native",
"react-navigation",
Expand Down
4 changes: 4 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,10 @@
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.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

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

### Bug Fixes
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.6",
"version": "4.0.0-alpha.7",
"keywords": [
"react-native-component",
"react-component",
Expand Down
4 changes: 4 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,10 @@
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-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

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

### Bug Fixes
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.7",
"version": "4.0.0-alpha.8",
"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.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

* add a type for options arguments ([8e719e0](https://github.com/react-navigation/react-navigation/commit/8e719e0faefbd1eed9f7122a3d8e2c617d5f8254)) - by @satya164

# [7.0.0-alpha.14](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@7.0.0-alpha.13...@react-navigation/stack@7.0.0-alpha.14) (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": "7.0.0-alpha.14",
"version": "7.0.0-alpha.15",
"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.11",
"@react-navigation/elements": "^2.0.0-alpha.12",
"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.11"
"@react-navigation/elements": "npm:^2.0.0-alpha.12"
"@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.11"
"@react-navigation/elements": "npm:^2.0.0-alpha.12"
"@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.11, @react-navigation/elements@workspace:packages/elements":
"@react-navigation/elements@npm:^2.0.0-alpha.12, @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.11"
"@react-navigation/elements": "npm:^2.0.0-alpha.12"
"@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.7"
react-native-tab-view: "npm:^4.0.0-alpha.8"
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.11"
"@react-navigation/elements": "npm:^2.0.0-alpha.12"
"@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.11"
"@react-navigation/elements": "npm:^2.0.0-alpha.12"
"@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.7, react-native-tab-view@workspace:packages/react-native-tab-view":
"react-native-tab-view@npm:^4.0.0-alpha.8, 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 d0b5489

Please sign in to comment.