Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @react-navigation/bottom-tabs@6.0.6
 - @react-navigation/core@6.0.2
 - @react-navigation/devtools@6.0.2
 - @react-navigation/drawer@6.1.5
 - @react-navigation/elements@1.1.1
 - flipper-plugin-react-navigation@1.3.5
 - @react-navigation/material-bottom-tabs@6.0.6
 - @react-navigation/material-top-tabs@6.0.3
 - @react-navigation/native-stack@6.2.0
 - @react-navigation/native@6.0.3
 - @react-navigation/stack@6.0.8
  • Loading branch information
satya164 committed Nov 27, 2022
1 parent 602fc1a commit f0520e3
Show file tree
Hide file tree
Showing 22 changed files with 153 additions and 26 deletions.
12 changes: 12 additions & 0 deletions packages/bottom-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.0.5...@react-navigation/bottom-tabs@6.0.6) (2021-09-26)


### Bug Fixes

* export header props for other navigators ([8475481](https://github.com/react-navigation/react-navigation/commit/84754812effd8bee576c5d9836c317889dabe11a)), closes [#9965](https://github.com/react-navigation/react-navigation/issues/9965)
* stop animations on unmount/cleanup ([5fb5f41](https://github.com/react-navigation/react-navigation/commit/5fb5f41eb6cf86ebe2f7777d6c98bda16ce71b5b))





## [6.0.5](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.0.4...@react-navigation/bottom-tabs@6.0.5) (2021-08-17)

**Note:** Version bump only for package @react-navigation/bottom-tabs
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.0.5",
"version": "6.0.6",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -36,12 +36,12 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.1.0",
"@react-navigation/elements": "^1.1.1",
"color": "^3.1.3",
"warn-once": "^0.1.0"
},
"devDependencies": {
"@react-navigation/native": "^6.0.2",
"@react-navigation/native": "^6.0.3",
"@testing-library/react-native": "^7.2.0",
"@types/color": "^3.0.1",
"@types/react": "^17.0.9",
Expand Down
13 changes: 13 additions & 0 deletions packages/core/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.0.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/core@6.0.1...@react-navigation/core@6.0.2) (2021-09-26)


### Bug Fixes

* automatically queue listeners when container isn't ready ([acdde18](https://github.com/react-navigation/react-navigation/commit/acdde18d8938741fd27d8ff8c8249977e0cb03e7))
* change error when using React Navigation 4 API ([a802c9d](https://github.com/react-navigation/react-navigation/commit/a802c9df95b9299dd96fa196b4d56fc865f35a86))
* update the error message for registering navigators ([171d7e1](https://github.com/react-navigation/react-navigation/commit/171d7e1d5beb1f962b15c249dfa746ef7f068835))





## [6.0.1](https://github.com/react-navigation/react-navigation/compare/@react-navigation/core@6.0.0...@react-navigation/core@6.0.1) (2021-08-03)


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": "6.0.1",
"version": "6.0.2",
"keywords": [
"react",
"react-native",
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.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@6.0.1...@react-navigation/devtools@6.0.2) (2021-09-26)

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





## [6.0.1](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@6.0.0...@react-navigation/devtools@6.0.1) (2021-08-03)

**Note:** Version bump only for package @react-navigation/devtools
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.1",
"version": "6.0.2",
"keywords": [
"react",
"react-native",
Expand Down Expand Up @@ -40,7 +40,7 @@
"nanoid": "^3.1.23"
},
"devDependencies": {
"@react-navigation/core": "^6.0.1",
"@react-navigation/core": "^6.0.2",
"@testing-library/react-native": "^7.2.0",
"@types/deep-equal": "^1.0.1",
"@types/react": "^17.0.9",
Expand Down
12 changes: 12 additions & 0 deletions packages/drawer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.5](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.1.4...@react-navigation/drawer@6.1.5) (2021-09-26)


### Bug Fixes

* export header props for other navigators ([8475481](https://github.com/react-navigation/react-navigation/commit/84754812effd8bee576c5d9836c317889dabe11a)), closes [#9965](https://github.com/react-navigation/react-navigation/issues/9965)
* in cases where the drawer type is set to be permanent, do not apply any transformations ([2a88d0d](https://github.com/react-navigation/react-navigation/commit/2a88d0d5ee2f504e8b4f95a11eac77c764844352))





## [6.1.4](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.1.3...@react-navigation/drawer@6.1.4) (2021-08-17)

**Note:** Version bump only for package @react-navigation/drawer
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.1.4",
"version": "6.1.5",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,12 +41,12 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.1.0",
"@react-navigation/elements": "^1.1.1",
"color": "^3.1.3",
"warn-once": "^0.1.0"
},
"devDependencies": {
"@react-navigation/native": "^6.0.2",
"@react-navigation/native": "^6.0.3",
"@testing-library/react-native": "^7.2.0",
"@types/react": "^17.0.9",
"@types/react-native": "~0.64.9",
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.1.1](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.1.0...@react-navigation/elements@1.1.1) (2021-09-26)


### Bug Fixes

* resized view never re-appears on macos. fixes [#9889](https://github.com/react-navigation/react-navigation/issues/9889) ([#9904](https://github.com/react-navigation/react-navigation/issues/9904)) ([0dde476](https://github.com/react-navigation/react-navigation/commit/0dde476906006e84d42d754d06a4681633e9fb4b))





# [1.1.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.0.4...@react-navigation/elements@1.1.0) (2021-08-17)


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.1.0",
"version": "1.1.1",
"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.2",
"@react-navigation/native": "^6.0.3",
"@testing-library/react-native": "^7.2.0",
"@types/react": "^17.0.9",
"@types/react-native": "~0.64.9",
Expand Down
11 changes: 11 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,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/flipper-plugin-react-navigation@1.3.4...flipper-plugin-react-navigation@1.3.5) (2021-09-26)


### Bug Fixes

* flipper error. closes [#9850](https://github.com/react-navigation/react-navigation/issues/9850) ([#9959](https://github.com/react-navigation/react-navigation/issues/9959)) ([f3bb534](https://github.com/react-navigation/react-navigation/commit/f3bb53401804bb93ea83c97752f0644e77db736e))





## [1.3.4](https://github.com/react-navigation/react-navigation/compare/flipper-plugin-react-navigation@1.3.3...flipper-plugin-react-navigation@1.3.4) (2021-08-03)

**Note:** Version bump only for package flipper-plugin-react-navigation
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.4",
"version": "1.3.5",
"main": "dist/bundle.js",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -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.1",
"@react-navigation/core": "^6.0.2",
"@types/react": "^17.0.9",
"@types/react-dom": "^17.0.6",
"antd": "^4.16.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/material-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.0.6](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.0.5...@react-navigation/material-bottom-tabs@6.0.6) (2021-09-26)

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





## [6.0.5](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.0.4...@react-navigation/material-bottom-tabs@6.0.5) (2021-08-17)

**Note:** Version bump only for package @react-navigation/material-bottom-tabs
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.0.5",
"version": "6.0.6",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,10 +41,10 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.1.0"
"@react-navigation/elements": "^1.1.1"
},
"devDependencies": {
"@react-navigation/native": "^6.0.2",
"@react-navigation/native": "^6.0.3",
"@testing-library/react-native": "^7.2.0",
"@types/react": "^17.0.9",
"@types/react-native": "~0.64.9",
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.0.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.0.2...@react-navigation/material-top-tabs@6.0.3) (2021-09-26)

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





## [6.0.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.0.1...@react-navigation/material-top-tabs@6.0.2) (2021-08-07)

**Note:** Version bump only for package @react-navigation/material-top-tabs
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.0.2",
"version": "6.0.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.2",
"@react-navigation/native": "^6.0.3",
"@testing-library/react-native": "^7.2.0",
"@types/react": "^17.0.9",
"@types/react-native": "~0.64.9",
Expand Down
19 changes: 19 additions & 0 deletions packages/native-stack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.2.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.1.0...@react-navigation/native-stack@6.2.0) (2021-09-26)


### Bug Fixes

* export header props for other navigators ([8475481](https://github.com/react-navigation/react-navigation/commit/84754812effd8bee576c5d9836c317889dabe11a)), closes [#9965](https://github.com/react-navigation/react-navigation/issues/9965)
* pass title style to <HeaderTtitle />. fixes [#9885](https://github.com/react-navigation/react-navigation/issues/9885) ([127e030](https://github.com/react-navigation/react-navigation/commit/127e030e03cfec9600cca0327edd159a7bb08896))
* support same styles in centered title in native stack ([77080d8](https://github.com/react-navigation/react-navigation/commit/77080d84f7632e318d061f1cc6a0a520ceaba401))


### Features

* add headerBackButtonMenuEnabled prop ([#9881](https://github.com/react-navigation/react-navigation/issues/9881)) ([c15bcfb](https://github.com/react-navigation/react-navigation/commit/c15bcfba0aeb613220118c876045bd566a675f0f)), closes [/github.com/software-mansion/react-native-screens/discussions/1071#discussioncomment-1227326](https://github.com//github.com/software-mansion/react-native-screens/discussions/1071/issues/discussioncomment-1227326)
* pass more props to header left in native-stack ([ef41211](https://github.com/react-navigation/react-navigation/commit/ef412116b1ac28262e30fdc85ca963221ae5b685))





# [6.1.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.0.6...@react-navigation/native-stack@6.1.0) (2021-08-18)


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

## [6.0.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.0.2...@react-navigation/native@6.0.3) (2021-09-26)


### Bug Fixes

* fix href with useLinkProps. fixes [#9930](https://github.com/react-navigation/react-navigation/issues/9930) ([4ae53e1](https://github.com/react-navigation/react-navigation/commit/4ae53e1705e39aee75041928c07a56ec110bfd05))
* fix navigation when going back and forth in history on web ([#9970](https://github.com/react-navigation/react-navigation/issues/9970)) ([fb84805](https://github.com/react-navigation/react-navigation/commit/fb84805c889bbb7059e7e95592c004aea2a510d6)), closes [#9408](https://github.com/react-navigation/react-navigation/issues/9408) [#9128](https://github.com/react-navigation/react-navigation/issues/9128)
* make useScrollToTop work with react-native-largelist ([#9960](https://github.com/react-navigation/react-navigation/issues/9960)) ([073fd57](https://github.com/react-navigation/react-navigation/commit/073fd57537466a054dc902e915430f69bbe363e1))
* use console.error for linking conflicts instead of throwing ([4b36bcf](https://github.com/react-navigation/react-navigation/commit/4b36bcf346a6196bbc8d5792e8eb4614709161a2))





## [6.0.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.0.1...@react-navigation/native@6.0.2) (2021-08-07)


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.2",
"version": "6.0.3",
"keywords": [
"react-native",
"react-navigation",
Expand Down Expand Up @@ -37,7 +37,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/core": "^6.0.1",
"@react-navigation/core": "^6.0.2",
"escape-string-regexp": "^4.0.0",
"nanoid": "^3.1.23"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/stack/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.8](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.0.7...@react-navigation/stack@6.0.8) (2021-09-26)


### Bug Fixes

* stop animations on unmount/cleanup ([5fb5f41](https://github.com/react-navigation/react-navigation/commit/5fb5f41eb6cf86ebe2f7777d6c98bda16ce71b5b))





## [6.0.7](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.0.6...@react-navigation/stack@6.0.7) (2021-08-17)


Expand Down

0 comments on commit f0520e3

Please sign in to comment.