From 2084fb859ffa7c8ce2de859dba777a1227ff05c2 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Mon, 2 Aug 2021 00:53:11 +0200 Subject: [PATCH] chore: publish - @react-navigation/bottom-tabs@6.0.0 - @react-navigation/core@6.0.0 - @react-navigation/devtools@6.0.0 - @react-navigation/drawer@6.0.0 - @react-navigation/elements@1.0.0 - flipper-plugin-react-navigation@1.3.3 - @react-navigation/material-bottom-tabs@6.0.0 - @react-navigation/material-top-tabs@6.0.0 - @react-navigation/native-stack@6.0.0 - @react-navigation/native@6.0.0 - @react-navigation/routers@6.0.0 - @react-navigation/stack@6.0.0 --- packages/bottom-tabs/CHANGELOG.md | 11 +++++++++++ packages/bottom-tabs/package.json | 6 +++--- packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/package.json | 4 ++-- packages/devtools/CHANGELOG.md | 8 ++++++++ packages/devtools/package.json | 4 ++-- packages/drawer/CHANGELOG.md | 11 +++++++++++ packages/drawer/package.json | 6 +++--- packages/elements/CHANGELOG.md | 17 +++++++++++++++++ packages/elements/package.json | 4 ++-- .../CHANGELOG.md | 8 ++++++++ .../package.json | 4 ++-- packages/material-bottom-tabs/CHANGELOG.md | 8 ++++++++ packages/material-bottom-tabs/package.json | 6 +++--- packages/material-top-tabs/CHANGELOG.md | 12 ++++++++++++ packages/material-top-tabs/package.json | 4 ++-- packages/native-stack/CHANGELOG.md | 18 ++++++++++++++++++ packages/native-stack/package.json | 6 +++--- packages/native/CHANGELOG.md | 11 +++++++++++ packages/native/package.json | 4 ++-- packages/routers/CHANGELOG.md | 11 +++++++++++ packages/routers/package.json | 2 +- packages/stack/CHANGELOG.md | 17 +++++++++++++++++ packages/stack/package.json | 6 +++--- 24 files changed, 171 insertions(+), 28 deletions(-) diff --git a/packages/bottom-tabs/CHANGELOG.md b/packages/bottom-tabs/CHANGELOG.md index 209b0329..4a01da0d 100644 --- a/packages/bottom-tabs/CHANGELOG.md +++ b/packages/bottom-tabs/CHANGELOG.md @@ -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.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.0.0-next.22...@react-navigation/bottom-tabs@6.0.0) (2021-08-01) + + +### Bug Fixes + +* remove tabBarAdapative option ([5f4e124](https://github.com/react-navigation/react-navigation/commit/5f4e12403265d22a2e4d03f11a11746b01184116)) + + + + + # [6.0.0-next.22](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.0.0-next.21...@react-navigation/bottom-tabs@6.0.0-next.22) (2021-07-16) **Note:** Version bump only for package @react-navigation/bottom-tabs diff --git a/packages/bottom-tabs/package.json b/packages/bottom-tabs/package.json index 291b0441..469f208c 100644 --- a/packages/bottom-tabs/package.json +++ b/packages/bottom-tabs/package.json @@ -1,7 +1,7 @@ { "name": "@react-navigation/bottom-tabs", "description": "Bottom tab navigator following iOS design guidelines", - "version": "6.0.0-next.22", + "version": "6.0.0", "keywords": [ "react-native-component", "react-component", @@ -36,12 +36,12 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/elements": "^1.0.0-next.21", + "@react-navigation/elements": "^1.0.0", "color": "^3.1.3", "warn-once": "^0.1.0" }, "devDependencies": { - "@react-navigation/native": "^6.0.0-next.17", + "@react-navigation/native": "^6.0.0", "@testing-library/react-native": "^7.2.0", "@types/color": "^3.0.1", "@types/react": "^17.0.9", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 54f8e805..d6437417 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/core@6.0.0-next.17...@react-navigation/core@6.0.0) (2021-08-01) + + +### Bug Fixes + +* clear options set from a screen when it unmounts. closes [#9756](https://github.com/react-navigation/react-navigation/issues/9756) ([d2d7f8d](https://github.com/react-navigation/react-navigation/commit/d2d7f8d95e84e8d45b6807f59afcf4d0e64c3828)) + + + + + # [6.0.0-next.17](https://github.com/react-navigation/react-navigation/compare/@react-navigation/core@6.0.0-next.16...@react-navigation/core@6.0.0-next.17) (2021-07-16) diff --git a/packages/core/package.json b/packages/core/package.json index 0df8da2a..ed974ef7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@react-navigation/core", "description": "Core utilities for building navigators", - "version": "6.0.0-next.17", + "version": "6.0.0", "keywords": [ "react", "react-native", @@ -35,7 +35,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/routers": "^6.0.0-next.6", + "@react-navigation/routers": "^6.0.0", "escape-string-regexp": "^4.0.0", "nanoid": "^3.1.23", "query-string": "^7.0.0", diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index 38a02887..e237659e 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -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.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@6.0.0-next.19...@react-navigation/devtools@6.0.0) (2021-08-01) + +**Note:** Version bump only for package @react-navigation/devtools + + + + + # [6.0.0-next.19](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@6.0.0-next.18...@react-navigation/devtools@6.0.0-next.19) (2021-07-19) diff --git a/packages/devtools/package.json b/packages/devtools/package.json index d944537d..b72f1be3 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,7 +1,7 @@ { "name": "@react-navigation/devtools", "description": "Developer tools for React Navigation", - "version": "6.0.0-next.19", + "version": "6.0.0", "keywords": [ "react", "react-native", @@ -40,7 +40,7 @@ "nanoid": "^3.1.23" }, "devDependencies": { - "@react-navigation/core": "^6.0.0-next.17", + "@react-navigation/core": "^6.0.0", "@testing-library/react-native": "^7.2.0", "@types/deep-equal": "^1.0.1", "@types/react": "^17.0.9", diff --git a/packages/drawer/CHANGELOG.md b/packages/drawer/CHANGELOG.md index 218cca24..f98ef246 100644 --- a/packages/drawer/CHANGELOG.md +++ b/packages/drawer/CHANGELOG.md @@ -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.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.0.0-next.21...@react-navigation/drawer@6.0.0) (2021-08-01) + + +### Bug Fixes + +* add deprecation warning for openByDefault ([9506ad1](https://github.com/react-navigation/react-navigation/commit/9506ad1f001b3ed295a36c6744ed17459fa193e4)) + + + + + # [6.0.0-next.21](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.0.0-next.20...@react-navigation/drawer@6.0.0-next.21) (2021-07-16) **Note:** Version bump only for package @react-navigation/drawer diff --git a/packages/drawer/package.json b/packages/drawer/package.json index e08319a9..cb02a951 100644 --- a/packages/drawer/package.json +++ b/packages/drawer/package.json @@ -1,7 +1,7 @@ { "name": "@react-navigation/drawer", "description": "Drawer navigator component with animated transitions and gesturess", - "version": "6.0.0-next.21", + "version": "6.0.0", "keywords": [ "react-native-component", "react-component", @@ -41,12 +41,12 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/elements": "^1.0.0-next.21", + "@react-navigation/elements": "^1.0.0", "color": "^3.1.3", "warn-once": "^0.1.0" }, "devDependencies": { - "@react-navigation/native": "^6.0.0-next.17", + "@react-navigation/native": "^6.0.0", "@testing-library/react-native": "^7.2.0", "@types/react": "^17.0.9", "@types/react-native": "~0.64.9", diff --git a/packages/elements/CHANGELOG.md b/packages/elements/CHANGELOG.md index b15a54cf..9aaa7ab5 100644 --- a/packages/elements/CHANGELOG.md +++ b/packages/elements/CHANGELOG.md @@ -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. +# [1.0.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.0.0-next.21...@react-navigation/elements@1.0.0) (2021-08-01) + + +### Bug Fixes + +* match native iOS header height in stack ([51b636d](https://github.com/react-navigation/react-navigation/commit/51b636d7268fc05a8a9aca9e6aad0161674f238e)) + + +### Features + +* basic web implementation for native stack ([de84458](https://github.com/react-navigation/react-navigation/commit/de8445896021da4865089ba44e95afffbcee0919)) +* expose header height in native-stack ([#9774](https://github.com/react-navigation/react-navigation/issues/9774)) ([20abccd](https://github.com/react-navigation/react-navigation/commit/20abccda0d5074f61b2beb555b881a2087d27bb0)) + + + + + # [1.0.0-next.21](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.0.0-next.20...@react-navigation/elements@1.0.0-next.21) (2021-07-16) **Note:** Version bump only for package @react-navigation/elements diff --git a/packages/elements/package.json b/packages/elements/package.json index e9687a0e..90b313a7 100644 --- a/packages/elements/package.json +++ b/packages/elements/package.json @@ -1,7 +1,7 @@ { "name": "@react-navigation/elements", "description": "UI Components for React Navigation", - "version": "1.0.0-next.21", + "version": "1.0.0", "keywords": [ "react-native", "react-navigation", @@ -38,7 +38,7 @@ }, "devDependencies": { "@react-native-masked-view/masked-view": "^0.2.4", - "@react-navigation/native": "^6.0.0-next.17", + "@react-navigation/native": "^6.0.0", "@testing-library/react-native": "^7.2.0", "@types/react": "^17.0.9", "@types/react-native": "~0.64.9", diff --git a/packages/flipper-plugin-react-navigation/CHANGELOG.md b/packages/flipper-plugin-react-navigation/CHANGELOG.md index ebb7c1d1..9db22b0c 100644 --- a/packages/flipper-plugin-react-navigation/CHANGELOG.md +++ b/packages/flipper-plugin-react-navigation/CHANGELOG.md @@ -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.3](https://github.com/react-navigation/react-navigation/compare/flipper-plugin-react-navigation@1.3.2...flipper-plugin-react-navigation@1.3.3) (2021-08-01) + +**Note:** Version bump only for package flipper-plugin-react-navigation + + + + + ## [1.3.2](https://github.com/react-navigation/react-navigation/compare/flipper-plugin-react-navigation@1.3.1...flipper-plugin-react-navigation@1.3.2) (2021-07-16) **Note:** Version bump only for package flipper-plugin-react-navigation diff --git a/packages/flipper-plugin-react-navigation/package.json b/packages/flipper-plugin-react-navigation/package.json index 1ff79764..9897059d 100644 --- a/packages/flipper-plugin-react-navigation/package.json +++ b/packages/flipper-plugin-react-navigation/package.json @@ -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.2", + "version": "1.3.3", "main": "dist/bundle.js", "license": "MIT", "keywords": [ @@ -34,7 +34,7 @@ "@ant-design/icons": "^4.6.2", "@babel/preset-react": "^7.12.13", "@babel/preset-typescript": "^7.13.0", - "@react-navigation/core": "^6.0.0-next.17", + "@react-navigation/core": "^6.0.0", "@types/react": "^17.0.9", "@types/react-dom": "^17.0.6", "antd": "^4.16.1", diff --git a/packages/material-bottom-tabs/CHANGELOG.md b/packages/material-bottom-tabs/CHANGELOG.md index cbf06548..53721055 100644 --- a/packages/material-bottom-tabs/CHANGELOG.md +++ b/packages/material-bottom-tabs/CHANGELOG.md @@ -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.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.0.0-next.18...@react-navigation/material-bottom-tabs@6.0.0) (2021-08-01) + +**Note:** Version bump only for package @react-navigation/material-bottom-tabs + + + + + # [6.0.0-next.18](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.0.0-next.17...@react-navigation/material-bottom-tabs@6.0.0-next.18) (2021-07-16) **Note:** Version bump only for package @react-navigation/material-bottom-tabs diff --git a/packages/material-bottom-tabs/package.json b/packages/material-bottom-tabs/package.json index 89b0bb48..dad0dcf5 100644 --- a/packages/material-bottom-tabs/package.json +++ b/packages/material-bottom-tabs/package.json @@ -1,7 +1,7 @@ { "name": "@react-navigation/material-bottom-tabs", "description": "Integration for bottom navigation component from react-native-paper", - "version": "6.0.0-next.18", + "version": "6.0.0", "keywords": [ "react-native-component", "react-component", @@ -41,10 +41,10 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/elements": "^1.0.0-next.21" + "@react-navigation/elements": "^1.0.0" }, "devDependencies": { - "@react-navigation/native": "^6.0.0-next.17", + "@react-navigation/native": "^6.0.0", "@testing-library/react-native": "^7.2.0", "@types/react": "^17.0.9", "@types/react-native": "~0.64.9", diff --git a/packages/material-top-tabs/CHANGELOG.md b/packages/material-top-tabs/CHANGELOG.md index 7b8c7735..753810d2 100644 --- a/packages/material-top-tabs/CHANGELOG.md +++ b/packages/material-top-tabs/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.0.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.0.0-next.18...@react-navigation/material-top-tabs@6.0.0) (2021-08-01) + + +### Features + +* add tabBarBadge and tabBarIndicator options for material top tabs ([fdb3ede](https://github.com/react-navigation/react-navigation/commit/fdb3ede3e0eb1e43c4be30c810663880e2f5467c)) +* move some props to screenOptions in material top tabs ([5bfc396](https://github.com/react-navigation/react-navigation/commit/5bfc39668bb5dce8bd872e5ff87f4b3fd683cf62)) + + + + + # [6.0.0-next.18](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.0.0-next.17...@react-navigation/material-top-tabs@6.0.0-next.18) (2021-07-16) **Note:** Version bump only for package @react-navigation/material-top-tabs diff --git a/packages/material-top-tabs/package.json b/packages/material-top-tabs/package.json index 51477e80..cc248733 100644 --- a/packages/material-top-tabs/package.json +++ b/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": "6.0.0-next.18", + "version": "6.0.0", "keywords": [ "react-native-component", "react-component", @@ -45,7 +45,7 @@ "warn-once": "^0.1.0" }, "devDependencies": { - "@react-navigation/native": "^6.0.0-next.17", + "@react-navigation/native": "^6.0.0", "@testing-library/react-native": "^7.2.0", "@types/react": "^17.0.9", "@types/react-native": "~0.64.9", diff --git a/packages/native-stack/CHANGELOG.md b/packages/native-stack/CHANGELOG.md index 550957cd..428aa029 100644 --- a/packages/native-stack/CHANGELOG.md +++ b/packages/native-stack/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.0.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.0.0-next.11...@react-navigation/native-stack@6.0.0) (2021-08-01) + + +### Bug Fixes + +* show error when beforeRemove is used to prevent action in naive stack ([6d518a4](https://github.com/react-navigation/react-navigation/commit/6d518a46b89496f4a3bfd2da24245fe344f97290)) + + +### Features + +* add custom header option to native-stack ([1a39632](https://github.com/react-navigation/react-navigation/commit/1a3963265648e6f0672a2f49f3d647f9acfa6597)) +* basic web implementation for native stack ([de84458](https://github.com/react-navigation/react-navigation/commit/de8445896021da4865089ba44e95afffbcee0919)) +* expose header height in native-stack ([#9774](https://github.com/react-navigation/react-navigation/issues/9774)) ([20abccd](https://github.com/react-navigation/react-navigation/commit/20abccda0d5074f61b2beb555b881a2087d27bb0)) + + + + + # [6.0.0-next.11](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.0.0-next.10...@react-navigation/native-stack@6.0.0-next.11) (2021-07-16) **Note:** Version bump only for package @react-navigation/native-stack diff --git a/packages/native-stack/package.json b/packages/native-stack/package.json index 5e6ce25d..a5c5e38f 100644 --- a/packages/native-stack/package.json +++ b/packages/native-stack/package.json @@ -1,7 +1,7 @@ { "name": "@react-navigation/native-stack", "description": "Native stack navigator using react-native-screens", - "version": "6.0.0-next.11", + "version": "6.0.0", "keywords": [ "react-native-component", "react-component", @@ -41,11 +41,11 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/elements": "^1.0.0-next.21", + "@react-navigation/elements": "^1.0.0", "warn-once": "^0.1.0" }, "devDependencies": { - "@react-navigation/native": "^6.0.0-next.17", + "@react-navigation/native": "^6.0.0", "@testing-library/react-native": "^7.2.0", "@types/react": "^17.0.9", "@types/react-native": "~0.64.9", diff --git a/packages/native/CHANGELOG.md b/packages/native/CHANGELOG.md index 96fbea79..32ed4a04 100644 --- a/packages/native/CHANGELOG.md +++ b/packages/native/CHANGELOG.md @@ -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.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.0.0-next.17...@react-navigation/native@6.0.0) (2021-08-01) + + +### Features + +* add a way to filter out deep links from being handled ([c322b05](https://github.com/react-navigation/react-navigation/commit/c322b0501c6a9941a033471aed9e5b486b3ace7e)) + + + + + # [6.0.0-next.17](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.0.0-next.16...@react-navigation/native@6.0.0-next.17) (2021-07-16) **Note:** Version bump only for package @react-navigation/native diff --git a/packages/native/package.json b/packages/native/package.json index 8808d584..e1a50549 100644 --- a/packages/native/package.json +++ b/packages/native/package.json @@ -1,7 +1,7 @@ { "name": "@react-navigation/native", "description": "React Native integration for React Navigation", - "version": "6.0.0-next.17", + "version": "6.0.0", "keywords": [ "react-native", "react-navigation", @@ -37,7 +37,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/core": "^6.0.0-next.17", + "@react-navigation/core": "^6.0.0", "escape-string-regexp": "^4.0.0", "nanoid": "^3.1.23" }, diff --git a/packages/routers/CHANGELOG.md b/packages/routers/CHANGELOG.md index 4a6aa349..e34cf6cb 100644 --- a/packages/routers/CHANGELOG.md +++ b/packages/routers/CHANGELOG.md @@ -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.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/routers@6.0.0-next.6...@react-navigation/routers@6.0.0) (2021-08-01) + + +### Bug Fixes + +* don't merge initial params when merge !== true ([54b215b](https://github.com/react-navigation/react-navigation/commit/54b215b9d3192d11c4c28bd469dd217d90d6c5c5)) + + + + + # [6.0.0-next.6](https://github.com/react-navigation/react-navigation/compare/@react-navigation/routers@6.0.0-next.4...@react-navigation/routers@6.0.0-next.6) (2021-07-01) **Note:** Version bump only for package @react-navigation/routers diff --git a/packages/routers/package.json b/packages/routers/package.json index 8a026e6d..24e26b0d 100644 --- a/packages/routers/package.json +++ b/packages/routers/package.json @@ -1,7 +1,7 @@ { "name": "@react-navigation/routers", "description": "Routers to help build custom navigators", - "version": "6.0.0-next.6", + "version": "6.0.0", "keywords": [ "react", "react-native", diff --git a/packages/stack/CHANGELOG.md b/packages/stack/CHANGELOG.md index b1aee945..fb282f74 100644 --- a/packages/stack/CHANGELOG.md +++ b/packages/stack/CHANGELOG.md @@ -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.0.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.0.0-next.29...@react-navigation/stack@6.0.0) (2021-08-01) + + +### Bug Fixes + +* match native iOS header height in stack ([51b636d](https://github.com/react-navigation/react-navigation/commit/51b636d7268fc05a8a9aca9e6aad0161674f238e)) +* remove dep on react-native-iphonex-helper ([8a95fb5](https://github.com/react-navigation/react-navigation/commit/8a95fb588bd1f8a72fc4ef4e847f06e103ed55fe)) + + +### Features + +* expose header height in native-stack ([#9774](https://github.com/react-navigation/react-navigation/issues/9774)) ([20abccd](https://github.com/react-navigation/react-navigation/commit/20abccda0d5074f61b2beb555b881a2087d27bb0)) + + + + + # [6.0.0-next.29](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.0.0-next.28...@react-navigation/stack@6.0.0-next.29) (2021-07-16) **Note:** Version bump only for package @react-navigation/stack diff --git a/packages/stack/package.json b/packages/stack/package.json index cf082562..94f83a4b 100644 --- a/packages/stack/package.json +++ b/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": "6.0.0-next.29", + "version": "6.0.0", "keywords": [ "react-native-component", "react-component", @@ -40,12 +40,12 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/elements": "^1.0.0-next.21", + "@react-navigation/elements": "^1.0.0", "color": "^3.1.3", "warn-once": "^0.1.0" }, "devDependencies": { - "@react-navigation/native": "^6.0.0-next.17", + "@react-navigation/native": "^6.0.0", "@testing-library/react-native": "^7.2.0", "@types/color": "^3.0.1", "@types/react": "^17.0.9",