Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @react-navigation/example@6.0.6
 - @react-navigation/bottom-tabs@6.5.9
 - @react-navigation/drawer@6.6.4
 - @react-navigation/elements@1.3.19
 - @react-navigation/material-bottom-tabs@6.2.17
 - @react-navigation/material-top-tabs@6.6.4
 - @react-navigation/native-stack@6.9.14
 - @react-navigation/native@6.1.8
 - react-native-tab-view@3.4.3
 - @react-navigation/stack@6.3.18
  • Loading branch information
satya164 committed Sep 25, 2023
1 parent 5284b5a commit 46954ce
Show file tree
Hide file tree
Showing 21 changed files with 75 additions and 21 deletions.
4 changes: 4 additions & 0 deletions example/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.

## [6.0.6](https://github.com/react-navigation/react-navigation/compare/@react-navigation/example@6.0.5...@react-navigation/example@6.0.6) (2023-09-25)

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

## [6.0.5](https://github.com/react-navigation/react-navigation/compare/@react-navigation/example@6.0.4...@react-navigation/example@6.0.5) (2023-06-22)

**Note:** Version bump only for package @react-navigation/example
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-navigation/example",
"description": "Demo app to showcase various functionality of React Navigation",
"version": "6.0.5",
"version": "6.0.6",
"private": true,
"scripts": {
"start": "NODE_OPTIONS=--openssl-legacy-provider expo start",
Expand Down
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.

## [6.5.9](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.5.8...@react-navigation/bottom-tabs@6.5.9) (2023-09-25)

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

## [6.5.8](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.5.7...@react-navigation/bottom-tabs@6.5.8) (2023-06-22)

**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": "6.5.8",
"version": "6.5.9",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -36,7 +36,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.18",
"@react-navigation/elements": "^1.3.19",
"color": "^4.2.3",
"warn-once": "^0.1.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/drawer/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.

## [6.6.4](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.6.3...@react-navigation/drawer@6.6.4) (2023-09-25)

### Bug Fixes

* don't use BackHandler on web for drawer ([be517a0](https://github.com/react-navigation/react-navigation/commit/be517a03b5e3ddeb4254af97904ef5250a714254)) - by @satya164
* prevent back handler usage on web ([#11458](https://github.com/react-navigation/react-navigation/issues/11458)) ([e5f753f](https://github.com/react-navigation/react-navigation/commit/e5f753f19e1c05251b56b98b645152024318b441)) - by @EvanBacon

## [6.6.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.6.2...@react-navigation/drawer@6.6.3) (2023-06-22)

**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": "Drawer navigator component with animated transitions and gesturess",
"version": "6.6.3",
"version": "6.6.4",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,7 +41,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.18",
"@react-navigation/elements": "^1.3.19",
"color": "^4.2.3",
"warn-once": "^0.1.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/elements/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.

## [1.3.19](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.3.18...@react-navigation/elements@1.3.19) (2023-09-25)

### Bug Fixes

* add default value to labelVisible in HeaderBackBox ([#11308](https://github.com/react-navigation/react-navigation/issues/11308)) ([5284b5a](https://github.com/react-navigation/react-navigation/commit/5284b5a9c7284b17c5901f74fab06277c83c289e)) - by @gkasdorf
* make back button ripple visible ([#11386](https://github.com/react-navigation/react-navigation/issues/11386)) ([c6fa588](https://github.com/react-navigation/react-navigation/commit/c6fa58851dc387550cd43f15396d915ff6e5dbdf)), closes [#9794](https://github.com/react-navigation/react-navigation/issues/9794) - by @vonovak

## [1.3.18](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.3.17...@react-navigation/elements@1.3.18) (2023-06-22)

**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": "1.3.18",
"version": "1.3.19",
"keywords": [
"react-native",
"react-navigation",
Expand Down
4 changes: 4 additions & 0 deletions packages/material-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.

## [6.2.17](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.2.16...@react-navigation/material-bottom-tabs@6.2.17) (2023-09-25)

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

## [6.2.16](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.2.15...@react-navigation/material-bottom-tabs@6.2.16) (2023-06-22)

**Note:** Version bump only for package @react-navigation/material-bottom-tabs
Expand Down
4 changes: 2 additions & 2 deletions packages/material-bottom-tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-navigation/material-bottom-tabs",
"description": "Integration for bottom navigation component from react-native-paper",
"version": "6.2.16",
"version": "6.2.17",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,7 +41,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.18"
"@react-navigation/elements": "^1.3.19"
},
"devDependencies": {
"@react-navigation/native": "workspace:^",
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.

## [6.6.4](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.6.3...@react-navigation/material-top-tabs@6.6.4) (2023-09-25)

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

## [6.6.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.6.2...@react-navigation/material-top-tabs@6.6.3) (2023-06-22)

**Note:** Version bump only for package @react-navigation/material-top-tabs
Expand Down
2 changes: 1 addition & 1 deletion 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": "6.6.3",
"version": "6.6.4",
"keywords": [
"react-native-component",
"react-component",
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.

## [6.9.14](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.9.13...@react-navigation/native-stack@6.9.14) (2023-09-25)

### Bug Fixes

* buggy behaviour of search bar / large title on Fabric with native stack v6 ([#11502](https://github.com/react-navigation/react-navigation/issues/11502)) ([cbdcbfb](https://github.com/react-navigation/react-navigation/commit/cbdcbfbf670c30aabc92c6271b8a1de135a54a56)) - by @kkafar

## [6.9.13](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.9.12...@react-navigation/native-stack@6.9.13) (2023-06-22)

### 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": "6.9.13",
"version": "6.9.14",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,7 +41,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.18",
"@react-navigation/elements": "^1.3.19",
"warn-once": "^0.1.0"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/native/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.

## [6.1.8](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.1.7...@react-navigation/native@6.1.8) (2023-09-25)

### Bug Fixes

* don't use .web extensions ([f8241db](https://github.com/react-navigation/react-navigation/commit/f8241dba4997bde1d082a1ed8475498130818133)) - by @satya164
* incorrect url parsing (isssue: [#10924](https://github.com/react-navigation/react-navigation/issues/10924)) ([#11528](https://github.com/react-navigation/react-navigation/issues/11528)) ([0b74a0c](https://github.com/react-navigation/react-navigation/commit/0b74a0ce0828749853d59cf34c89ba52d8f5ef74)) - by @retyui
* prevent back handler usage on web ([#11458](https://github.com/react-navigation/react-navigation/issues/11458)) ([e5f753f](https://github.com/react-navigation/react-navigation/commit/e5f753f19e1c05251b56b98b645152024318b441)) - by @EvanBacon
* properly import useBackButton on web ([9e37c5d](https://github.com/react-navigation/react-navigation/commit/9e37c5d02da4b5ddab3f64331e59d0cfc01a2cf2)) - by @kacperkapusciak
* replace series function used to queue async callbacks ([#11485](https://github.com/react-navigation/react-navigation/issues/11485)) ([2ec6f21](https://github.com/react-navigation/react-navigation/commit/2ec6f2193d38611a71cf5fccb9280b5c33d0849d)) - by @karlsander

## [6.1.7](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.1.6...@react-navigation/native@6.1.7) (2023-06-22)

**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": "6.1.7",
"version": "6.1.8",
"keywords": [
"react-native",
"react-navigation",
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.

## [3.4.3](https://github.com/react-navigation/react-navigation/compare/react-native-tab-view@3.4.2...react-native-tab-view@3.4.3) (2023-09-25)

**Note:** Version bump only for package react-native-tab-view

## [3.4.2](https://github.com/react-navigation/react-navigation/compare/react-native-tab-view@3.4.1...react-native-tab-view@3.4.2) (2023-06-22)

**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": "3.4.2",
"version": "3.4.3",
"private": true,
"keywords": [
"react-native-component",
Expand Down
4 changes: 4 additions & 0 deletions packages/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.

## [6.3.18](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.3.17...@react-navigation/stack@6.3.18) (2023-09-25)

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

## [6.3.17](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.3.16...@react-navigation/stack@6.3.17) (2023-06-22)

**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": "6.3.17",
"version": "6.3.18",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -40,7 +40,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.18",
"@react-navigation/elements": "^1.3.19",
"color": "^4.2.3",
"warn-once": "^0.1.0"
},
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5530,7 +5530,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-navigation/bottom-tabs@workspace:packages/bottom-tabs"
dependencies:
"@react-navigation/elements": ^1.3.18
"@react-navigation/elements": ^1.3.19
"@react-navigation/native": "workspace:^"
"@testing-library/react-native": ^11.5.0
"@types/color": ^3.0.1
Expand Down Expand Up @@ -5603,7 +5603,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-navigation/drawer@workspace:packages/drawer"
dependencies:
"@react-navigation/elements": ^1.3.18
"@react-navigation/elements": ^1.3.19
"@react-navigation/native": "workspace:^"
"@testing-library/react-native": ^11.5.0
"@types/react": ~18.0.27
Expand All @@ -5630,7 +5630,7 @@ __metadata:
languageName: unknown
linkType: soft

"@react-navigation/elements@^1.3.18, @react-navigation/elements@workspace:packages/elements":
"@react-navigation/elements@^1.3.19, @react-navigation/elements@workspace:packages/elements":
version: 0.0.0-use.local
resolution: "@react-navigation/elements@workspace:packages/elements"
dependencies:
Expand Down Expand Up @@ -5714,7 +5714,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-navigation/material-bottom-tabs@workspace:packages/material-bottom-tabs"
dependencies:
"@react-navigation/elements": ^1.3.18
"@react-navigation/elements": ^1.3.19
"@react-navigation/native": "workspace:^"
"@testing-library/react-native": ^11.5.0
"@types/react": ~18.0.27
Expand Down Expand Up @@ -5768,7 +5768,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-navigation/native-stack@workspace:packages/native-stack"
dependencies:
"@react-navigation/elements": ^1.3.18
"@react-navigation/elements": ^1.3.19
"@react-navigation/native": "workspace:^"
"@testing-library/react-native": ^11.5.0
"@types/react": ~18.0.27
Expand Down Expand Up @@ -5828,7 +5828,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@react-navigation/stack@workspace:packages/stack"
dependencies:
"@react-navigation/elements": ^1.3.18
"@react-navigation/elements": ^1.3.19
"@react-navigation/native": "workspace:^"
"@testing-library/react-native": ^11.5.0
"@types/color": ^3.0.1
Expand Down

0 comments on commit 46954ce

Please sign in to comment.