Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @react-navigation/[email protected]
 - @react-navigation/[email protected]
 - @react-navigation/[email protected]
 - @react-navigation/[email protected]
 - @react-navigation/[email protected]
 - @react-navigation/[email protected]
 - [email protected]
 - @react-navigation/[email protected]
 - @react-navigation/[email protected]
 - @react-navigation/[email protected]
 - @react-navigation/[email protected]
 - [email protected]
 - @react-navigation/[email protected]
 - @react-navigation/[email protected]
  • Loading branch information
satya164 committed Dec 12, 2022
1 parent cec6db3 commit 2b22d3e
Show file tree
Hide file tree
Showing 29 changed files with 92 additions and 34 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.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2022-12-12)

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

## [6.0.1](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2022-12-07)

**Note:** Version bump only for package @react-navigation/example
Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "6.0.2",
"private": true,
"scripts": {
"start": "NODE_OPTIONS=--openssl-legacy-provider expo start",
Expand Down Expand Up @@ -38,7 +38,7 @@
"react-native-reanimated": "~2.9.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-tab-view": "^3.3.3",
"react-native-tab-view": "^3.3.4",
"react-native-vector-icons": "^9.1.0",
"react-native-web": "~0.18.7"
},
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.1](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2022-12-12)

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

# [6.5.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2022-12-07)

### Features
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.0",
"version": "6.5.1",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -36,7 +36,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.10",
"@react-navigation/elements": "^1.3.11",
"color": "^4.2.3",
"warn-once": "^0.1.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/core/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.4.5](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2022-12-12)

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

## [6.4.4](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2022-12-07)

### Bug Fixes
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.4.4",
"version": "6.4.5",
"keywords": [
"react",
"react-native",
Expand Down Expand Up @@ -35,7 +35,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/routers": "^6.1.5",
"@react-navigation/routers": "^6.1.6",
"escape-string-regexp": "^4.0.0",
"nanoid": "^3.1.23",
"query-string": "^7.1.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/devtools/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.15](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2022-12-12)

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

## [6.0.14](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2022-12-07)

**Note:** Version bump only for package @react-navigation/devtools
Expand Down
2 changes: 1 addition & 1 deletion 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.14",
"version": "6.0.15",
"keywords": [
"react",
"react-native",
Expand Down
6 changes: 6 additions & 0 deletions packages/drawer/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.5.5](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2022-12-12)

### Bug Fixes

* fix overlay not receiving clicks on web ([6e120f6](https://github.com/react-navigation/react-navigation/commit/6e120f6f1ab5fb2f697e2b8734692eadc21e7411)) - by @satya164

## [6.5.4](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2022-12-07)

### Bug Fixes
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.5.4",
"version": "6.5.5",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,7 +41,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.10",
"@react-navigation/elements": "^1.3.11",
"color": "^4.2.3",
"warn-once": "^0.1.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/elements/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.

## [1.3.11](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2022-12-12)

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

## [1.3.10](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2022-12-07)

**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.10",
"version": "1.3.11",
"keywords": [
"react-native",
"react-navigation",
Expand Down
4 changes: 4 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,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.20](https://github.com/react-navigation/react-navigation/compare/flipper-plugin-react-navigation@[email protected]) (2022-12-12)

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

## [1.3.19](https://github.com/react-navigation/react-navigation/compare/flipper-plugin-react-navigation@[email protected]) (2022-12-07)

**Note:** Version bump only for package flipper-plugin-react-navigation
Expand Down
2 changes: 1 addition & 1 deletion 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.19",
"version": "1.3.20",
"main": "dist/bundle.js",
"license": "MIT",
"keywords": [
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.9](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2022-12-12)

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

## [6.2.8](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2022-12-07)

**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.8",
"version": "6.2.9",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,7 +41,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.10"
"@react-navigation/elements": "^1.3.11"
},
"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.5.1](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2022-12-12)

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

# [6.5.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2022-12-07)

### Features
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.5.0",
"version": "6.5.1",
"keywords": [
"react-native-component",
"react-component",
Expand Down
4 changes: 4 additions & 0 deletions packages/native-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.9.6](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2022-12-12)

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

## [6.9.5](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2022-12-07)

**Note:** Version bump only for package @react-navigation/native-stack
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.5",
"version": "6.9.6",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,7 +41,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.10",
"@react-navigation/elements": "^1.3.11",
"warn-once": "^0.1.0"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/native/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.1.1](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2022-12-12)

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

# [6.1.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2022-12-07)

### Bug Fixes
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.1.0",
"version": "6.1.1",
"keywords": [
"react-native",
"react-navigation",
Expand Down Expand Up @@ -37,7 +37,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/core": "^6.4.4",
"@react-navigation/core": "^6.4.5",
"escape-string-regexp": "^4.0.0",
"fast-deep-equal": "^3.1.3",
"nanoid": "^3.1.23"
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.3.4](https://github.com/react-navigation/react-navigation/compare/[email protected]@3.3.4) (2022-12-12)

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

## [3.3.3](https://github.com/react-navigation/react-navigation/compare/[email protected]@3.3.3) (2022-12-07)

**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.3.3",
"version": "3.3.4",
"keywords": [
"react-native-component",
"react-component",
Expand Down
4 changes: 4 additions & 0 deletions packages/routers/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.1.6](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2022-12-12)

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

## [6.1.5](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2022-11-29)

**Note:** Version bump only for package @react-navigation/routers
Expand Down
2 changes: 1 addition & 1 deletion packages/routers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-navigation/routers",
"description": "Routers to help build custom navigators",
"version": "6.1.5",
"version": "6.1.6",
"keywords": [
"react",
"react-native",
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.9](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2022-12-12)

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

## [6.3.8](https://github.com/react-navigation/react-navigation/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2022-12-07)

**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.8",
"version": "6.3.9",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -40,7 +40,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.10",
"@react-navigation/elements": "^1.3.11",
"color": "^4.2.3",
"warn-once": "^0.1.0"
},
Expand Down
Loading

0 comments on commit 2b22d3e

Please sign in to comment.