Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @react-navigation/bottom-tabs@6.3.0
 - @react-navigation/core@6.2.0
 - @react-navigation/devtools@6.0.6
 - @react-navigation/drawer@6.4.0
 - @react-navigation/elements@1.3.2
 - flipper-plugin-react-navigation@1.3.10
 - @react-navigation/material-bottom-tabs@6.2.0
 - @react-navigation/material-top-tabs@6.2.0
 - @react-navigation/native-stack@6.6.0
 - @react-navigation/native@6.0.9
 - @react-navigation/stack@6.2.0
  • Loading branch information
satya164 committed Apr 1, 2022
1 parent 4e4935a commit c5ef6b5
Show file tree
Hide file tree
Showing 22 changed files with 143 additions and 26 deletions.
11 changes: 11 additions & 0 deletions packages/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.3.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.2.0...@react-navigation/bottom-tabs@6.3.0) (2022-04-01)


### Features

* add an ID prop to navigators ([4e4935a](https://github.com/react-navigation/react-navigation/commit/4e4935ac2584bc1a00209609cc026fa73e12c10a))





# [6.2.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.1.0...@react-navigation/bottom-tabs@6.2.0) (2022-02-02)


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.2.0",
"version": "6.3.0",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -36,12 +36,12 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.1",
"@react-navigation/elements": "^1.3.2",
"color": "^3.1.3",
"warn-once": "^0.1.0"
},
"devDependencies": {
"@react-navigation/native": "^6.0.8",
"@react-navigation/native": "^6.0.9",
"@testing-library/react-native": "^7.2.0",
"@types/color": "^3.0.1",
"@types/react": "^17.0.9",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/core@6.1.1...@react-navigation/core@6.2.0) (2022-04-01)


### Features

* add an ID prop to navigators ([4e4935a](https://github.com/react-navigation/react-navigation/commit/4e4935ac2584bc1a00209609cc026fa73e12c10a))





## [6.1.1](https://github.com/react-navigation/react-navigation/compare/@react-navigation/core@6.1.0...@react-navigation/core@6.1.1) (2022-01-29)


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.1.1",
"version": "6.2.0",
"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.6](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@6.0.5...@react-navigation/devtools@6.0.6) (2022-04-01)

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





## [6.0.5](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@6.0.4...@react-navigation/devtools@6.0.5) (2022-01-29)

**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.5",
"version": "6.0.6",
"keywords": [
"react",
"react-native",
Expand Down Expand Up @@ -41,7 +41,7 @@
"stacktrace-parser": "^0.1.10"
},
"devDependencies": {
"@react-navigation/core": "^6.1.1",
"@react-navigation/core": "^6.2.0",
"@testing-library/react-native": "^7.2.0",
"@types/deep-equal": "^1.0.1",
"@types/react": "^17.0.9",
Expand Down
11 changes: 11 additions & 0 deletions packages/drawer/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.4.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.3.3...@react-navigation/drawer@6.4.0) (2022-04-01)


### Features

* add an ID prop to navigators ([4e4935a](https://github.com/react-navigation/react-navigation/commit/4e4935ac2584bc1a00209609cc026fa73e12c10a))





## [6.3.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.3.2...@react-navigation/drawer@6.3.3) (2022-03-26)


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.3.3",
"version": "6.4.0",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,12 +41,12 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.1",
"@react-navigation/elements": "^1.3.2",
"color": "^3.1.3",
"warn-once": "^0.1.0"
},
"devDependencies": {
"@react-navigation/native": "^6.0.8",
"@react-navigation/native": "^6.0.9",
"@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.3.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.3.1...@react-navigation/elements@1.3.2) (2022-04-01)


### Bug Fixes

* fix type errors when passing animated styles to header ([9058b1c](https://github.com/react-navigation/react-navigation/commit/9058b1c22f4fc1358c72d67150a0e3f37ff802e7))





## [1.3.1](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.3.0...@react-navigation/elements@1.3.1) (2022-02-02)

**Note:** Version bump only for package @react-navigation/elements
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.1",
"version": "1.3.2",
"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.8",
"@react-navigation/native": "^6.0.9",
"@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/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.10](https://github.com/react-navigation/react-navigation/compare/flipper-plugin-react-navigation@1.3.9...flipper-plugin-react-navigation@1.3.10) (2022-04-01)

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





## [1.3.9](https://github.com/react-navigation/react-navigation/compare/flipper-plugin-react-navigation@1.3.8...flipper-plugin-react-navigation@1.3.9) (2022-03-23)


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.9",
"version": "1.3.10",
"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.1.1",
"@react-navigation/core": "^6.2.0",
"@types/react": "^17.0.9",
"@types/react-dom": "^17.0.6",
"@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.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.1.1...@react-navigation/material-bottom-tabs@6.2.0) (2022-04-01)


### Features

* add an ID prop to navigators ([4e4935a](https://github.com/react-navigation/react-navigation/commit/4e4935ac2584bc1a00209609cc026fa73e12c10a))





## [6.1.1](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.1.0...@react-navigation/material-bottom-tabs@6.1.1) (2022-02-02)

**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.1.1",
"version": "6.2.0",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,10 +41,10 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.1"
"@react-navigation/elements": "^1.3.2"
},
"devDependencies": {
"@react-navigation/native": "^6.0.8",
"@react-navigation/native": "^6.0.9",
"@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/material-top-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.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.1.1...@react-navigation/material-top-tabs@6.2.0) (2022-04-01)


### Features

* add an ID prop to navigators ([4e4935a](https://github.com/react-navigation/react-navigation/commit/4e4935ac2584bc1a00209609cc026fa73e12c10a))





## [6.1.1](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.1.0...@react-navigation/material-top-tabs@6.1.1) (2022-02-02)

**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.1.1",
"version": "6.2.0",
"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.8",
"@react-navigation/native": "^6.0.9",
"@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/native-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.6.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.5.2...@react-navigation/native-stack@6.6.0) (2022-04-01)


### Features

* add an ID prop to navigators ([4e4935a](https://github.com/react-navigation/react-navigation/commit/4e4935ac2584bc1a00209609cc026fa73e12c10a))





## [6.5.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.5.1...@react-navigation/native-stack@6.5.2) (2022-03-23)


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.5.2",
"version": "6.6.0",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,11 +41,11 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.1",
"@react-navigation/elements": "^1.3.2",
"warn-once": "^0.1.0"
},
"devDependencies": {
"@react-navigation/native": "^6.0.8",
"@react-navigation/native": "^6.0.9",
"@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/native/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/native@6.0.8...@react-navigation/native@6.0.9) (2022-04-01)

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





## [6.0.8](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.0.7...@react-navigation/native@6.0.8) (2022-02-02)


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.8",
"version": "6.0.9",
"keywords": [
"react-native",
"react-navigation",
Expand Down Expand Up @@ -37,7 +37,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/core": "^6.1.1",
"@react-navigation/core": "^6.2.0",
"escape-string-regexp": "^4.0.0",
"fast-deep-equal": "^3.1.3",
"nanoid": "^3.1.23"
Expand Down
16 changes: 16 additions & 0 deletions packages/stack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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/stack@6.1.1...@react-navigation/stack@6.2.0) (2022-04-01)


### Bug Fixes

* fix type errors when passing animated styles to header ([9058b1c](https://github.com/react-navigation/react-navigation/commit/9058b1c22f4fc1358c72d67150a0e3f37ff802e7))


### Features

* add an ID prop to navigators ([4e4935a](https://github.com/react-navigation/react-navigation/commit/4e4935ac2584bc1a00209609cc026fa73e12c10a))





## [6.1.1](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.1.0...@react-navigation/stack@6.1.1) (2022-02-02)

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

0 comments on commit c5ef6b5

Please sign in to comment.