Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @react-navigation/bottom-tabs@6.3.3
 - @react-navigation/core@6.3.0
 - @react-navigation/devtools@6.0.9
 - @react-navigation/drawer@6.4.4
 - @react-navigation/elements@1.3.5
 - flipper-plugin-react-navigation@1.3.13
 - @react-navigation/material-bottom-tabs@6.2.3
 - @react-navigation/material-top-tabs@6.2.3
 - @react-navigation/native-stack@6.8.0
 - @react-navigation/native@6.0.12
 - @react-navigation/routers@6.1.2
 - @react-navigation/stack@6.2.3
  • Loading branch information
satya164 committed Nov 27, 2022
1 parent 42c81b4 commit ccb4572
Show file tree
Hide file tree
Showing 24 changed files with 163 additions and 28 deletions.
8 changes: 8 additions & 0 deletions packages/bottom-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.3.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.3.2...@react-navigation/bottom-tabs@6.3.3) (2022-08-24)

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





## [6.3.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.3.1...@react-navigation/bottom-tabs@6.3.2) (2022-07-05)


Expand Down
6 changes: 3 additions & 3 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.3.2",
"version": "6.3.3",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -36,12 +36,12 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.4",
"@react-navigation/elements": "^1.3.5",
"color": "^4.2.3",
"warn-once": "^0.1.0"
},
"devDependencies": {
"@react-navigation/native": "^6.0.11",
"@react-navigation/native": "^6.0.12",
"@testing-library/react-native": "^7.2.0",
"@types/color": "^3.0.1",
"@types/react": "^17.0.47",
Expand Down
21 changes: 21 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.3.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/core@6.2.2...@react-navigation/core@6.3.0) (2022-08-24)


### Bug Fixes

* add missing parentheses typo in useFocusEffect error message ([#10688](https://github.com/react-navigation/react-navigation/issues/10688)) ([9203045](https://github.com/react-navigation/react-navigation/commit/9203045b9c3cd39973b6085e5dfef17d7524f22e))
* handle path with empty string properly for linking ([#10708](https://github.com/react-navigation/react-navigation/issues/10708)) ([e8c374e](https://github.com/react-navigation/react-navigation/commit/e8c374e0643a1521566c654e0052b53f2fd0667a))
* potential prototype pollution attacks ([#10455](https://github.com/react-navigation/react-navigation/issues/10455)) ([10e5d2b](https://github.com/react-navigation/react-navigation/commit/10e5d2bbc0b19af7e87ee96e4c402ed6d9d54d79))
* prevent Object properties to be used as parsing functions ([#10570](https://github.com/react-navigation/react-navigation/issues/10570)) ([7fbd3e5](https://github.com/react-navigation/react-navigation/commit/7fbd3e5025ecf6f5d20b05c0ac2d583d772435ab))
* strongly type the `component` prop on `RouteConfigComponent` ([#10519](https://github.com/react-navigation/react-navigation/issues/10519)) ([55da7c9](https://github.com/react-navigation/react-navigation/commit/55da7c9b72076c98a65eb4b1b338e990a2f5a21c))
* wrong setParams type if route does not have params ([#10512](https://github.com/react-navigation/react-navigation/issues/10512)) ([8ed42cd](https://github.com/react-navigation/react-navigation/commit/8ed42cdfe886e0b004319eea7c92d6081bdf289d))


### Features

* implement usePreventRemove hook ([#10682](https://github.com/react-navigation/react-navigation/issues/10682)) ([7411516](https://github.com/react-navigation/react-navigation/commit/741151654752e0e55affbc8e04dd4876eaedd760))





## [6.2.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/core@6.2.1...@react-navigation/core@6.2.2) (2022-07-05)


Expand Down
4 changes: 2 additions & 2 deletions 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": "6.2.2",
"version": "6.3.0",
"keywords": [
"react",
"react-native",
Expand Down Expand Up @@ -35,7 +35,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/routers": "^6.1.1",
"@react-navigation/routers": "^6.1.2",
"escape-string-regexp": "^4.0.0",
"nanoid": "^3.1.23",
"query-string": "^7.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.9](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@6.0.8...@react-navigation/devtools@6.0.9) (2022-08-24)

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





## [6.0.8](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@6.0.7...@react-navigation/devtools@6.0.8) (2022-07-05)


Expand Down
4 changes: 2 additions & 2 deletions 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": "6.0.8",
"version": "6.0.9",
"keywords": [
"react",
"react-native",
Expand Down Expand Up @@ -41,7 +41,7 @@
"stacktrace-parser": "^0.1.10"
},
"devDependencies": {
"@react-navigation/core": "^6.2.2",
"@react-navigation/core": "^6.3.0",
"@testing-library/react-native": "^7.2.0",
"@types/deep-equal": "^1.0.1",
"@types/react": "^17.0.47",
Expand Down
13 changes: 13 additions & 0 deletions packages/drawer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.4.4](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.4.3...@react-navigation/drawer@6.4.4) (2022-08-24)


### Bug Fixes

* add helpful error when using legacy implementation with Reanimated v3 ([#10693](https://github.com/react-navigation/react-navigation/issues/10693)) ([d19987b](https://github.com/react-navigation/react-navigation/commit/d19987b0574975df434aa54e0f1c1fba62e7aaa3))
* fix isRTL check in drawer ([2d2f4e3](https://github.com/react-navigation/react-navigation/commit/2d2f4e3a53a08b02866780e880338bf347092ff2))
* replace deprecated I18nManager.isRTL with 18nManager.getConstants().isRTL ([#10547](https://github.com/react-navigation/react-navigation/issues/10547)) ([50b88d4](https://github.com/react-navigation/react-navigation/commit/50b88d40496a04f613073c63119b21a104ec9bc2))





## [6.4.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.4.2...@react-navigation/drawer@6.4.3) (2022-07-05)


Expand Down
6 changes: 3 additions & 3 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.4.3",
"version": "6.4.4",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,12 +41,12 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.4",
"@react-navigation/elements": "^1.3.5",
"color": "^4.2.3",
"warn-once": "^0.1.0"
},
"devDependencies": {
"@react-navigation/native": "^6.0.11",
"@react-navigation/native": "^6.0.12",
"@testing-library/react-native": "^7.2.0",
"@types/react": "^17.0.47",
"@types/react-native": "~0.68.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/elements/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.5](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.3.4...@react-navigation/elements@1.3.5) (2022-08-24)


### Bug Fixes

* replace deprecated I18nManager.isRTL with 18nManager.getConstants().isRTL ([#10547](https://github.com/react-navigation/react-navigation/issues/10547)) ([50b88d4](https://github.com/react-navigation/react-navigation/commit/50b88d40496a04f613073c63119b21a104ec9bc2))





## [1.3.4](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.3.3...@react-navigation/elements@1.3.4) (2022-07-05)


Expand Down
4 changes: 2 additions & 2 deletions 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.4",
"version": "1.3.5",
"keywords": [
"react-native",
"react-navigation",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@react-native-masked-view/masked-view": "^0.2.4",
"@react-navigation/native": "^6.0.11",
"@react-navigation/native": "^6.0.12",
"@testing-library/react-native": "^7.2.0",
"@types/react": "^17.0.47",
"@types/react-native": "~0.68.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/flipper-plugin-react-navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.13](https://github.com/react-navigation/react-navigation/compare/flipper-plugin-react-navigation@1.3.12...flipper-plugin-react-navigation@1.3.13) (2022-08-24)

**Note:** Version bump only for package flipper-plugin-react-navigation





## [1.3.12](https://github.com/react-navigation/react-navigation/compare/flipper-plugin-react-navigation@1.3.11...flipper-plugin-react-navigation@1.3.12) (2022-07-05)


Expand Down
4 changes: 2 additions & 2 deletions packages/flipper-plugin-react-navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-react-navigation",
"description": "Developer tools for React Navigation",
"version": "1.3.12",
"version": "1.3.13",
"main": "dist/bundle.js",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -37,7 +37,7 @@
"@ant-design/icons": "^4.6.2",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.13.0",
"@react-navigation/core": "^6.2.2",
"@react-navigation/core": "^6.3.0",
"@types/react": "^17.0.47",
"@types/react-dom": "^17.0.11",
"@types/react-virtualized-auto-sizer": "^1.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/material-bottom-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.2.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.2.2...@react-navigation/material-bottom-tabs@6.2.3) (2022-08-24)


### Bug Fixes

* use custom theme from paper if configured ([f8feedf](https://github.com/react-navigation/react-navigation/commit/f8feedf8e7cb9363e48fb921304f4cad89f53962))





## [6.2.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.2.1...@react-navigation/material-bottom-tabs@6.2.2) (2022-07-05)


Expand Down
6 changes: 3 additions & 3 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.2",
"version": "6.2.3",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,10 +41,10 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.4"
"@react-navigation/elements": "^1.3.5"
},
"devDependencies": {
"@react-navigation/native": "^6.0.11",
"@react-navigation/native": "^6.0.12",
"@testing-library/react-native": "^7.2.0",
"@types/react": "^17.0.47",
"@types/react-native": "~0.68.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/material-top-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.2.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.2.2...@react-navigation/material-top-tabs@6.2.3) (2022-08-24)

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





## [6.2.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.2.1...@react-navigation/material-top-tabs@6.2.2) (2022-07-05)


Expand Down
4 changes: 2 additions & 2 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": "6.2.2",
"version": "6.2.3",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -45,7 +45,7 @@
"warn-once": "^0.1.0"
},
"devDependencies": {
"@react-navigation/native": "^6.0.11",
"@react-navigation/native": "^6.0.12",
"@testing-library/react-native": "^7.2.0",
"@types/react": "^17.0.47",
"@types/react-native": "~0.68.1",
Expand Down
17 changes: 17 additions & 0 deletions packages/native-stack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.8.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.7.0...@react-navigation/native-stack@6.8.0) (2022-08-24)


### Bug Fixes

* improve when back button is shown in nested native stacks ([#10761](https://github.com/react-navigation/react-navigation/issues/10761)) ([05dab7d](https://github.com/react-navigation/react-navigation/commit/05dab7d6f146ba076a00cb4ed1bbc1070224e9ab))
* replace deprecated I18nManager.isRTL with 18nManager.getConstants().isRTL ([#10547](https://github.com/react-navigation/react-navigation/issues/10547)) ([50b88d4](https://github.com/react-navigation/react-navigation/commit/50b88d40496a04f613073c63119b21a104ec9bc2))


### Features

* implement usePreventRemove hook ([#10682](https://github.com/react-navigation/react-navigation/issues/10682)) ([7411516](https://github.com/react-navigation/react-navigation/commit/741151654752e0e55affbc8e04dd4876eaedd760))





# [6.7.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.6.2...@react-navigation/native-stack@6.7.0) (2022-07-05)


Expand Down
6 changes: 3 additions & 3 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.7.0",
"version": "6.8.0",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,11 +41,11 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.4",
"@react-navigation/elements": "^1.3.5",
"warn-once": "^0.1.0"
},
"devDependencies": {
"@react-navigation/native": "^6.0.11",
"@react-navigation/native": "^6.0.12",
"@testing-library/react-native": "^7.2.0",
"@types/react": "^17.0.47",
"@types/react-native": "~0.68.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.12](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.0.11...@react-navigation/native@6.0.12) (2022-08-24)


### Bug Fixes

* handle path with empty string properly for linking ([#10708](https://github.com/react-navigation/react-navigation/issues/10708)) ([e8c374e](https://github.com/react-navigation/react-navigation/commit/e8c374e0643a1521566c654e0052b53f2fd0667a))





## [6.0.11](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.0.10...@react-navigation/native@6.0.11) (2022-07-05)


Expand Down
4 changes: 2 additions & 2 deletions 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.0.11",
"version": "6.0.12",
"keywords": [
"react-native",
"react-navigation",
Expand Down Expand Up @@ -37,7 +37,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/core": "^6.2.2",
"@react-navigation/core": "^6.3.0",
"escape-string-regexp": "^4.0.0",
"fast-deep-equal": "^3.1.3",
"nanoid": "^3.1.23"
Expand Down

0 comments on commit ccb4572

Please sign in to comment.