Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @react-navigation/example@6.0.5
 - @react-navigation/bottom-tabs@6.5.8
 - @react-navigation/core@6.4.9
 - @react-navigation/devtools@6.0.19
 - @react-navigation/drawer@6.6.3
 - @react-navigation/elements@1.3.18
 - flipper-plugin-react-navigation@1.3.24
 - @react-navigation/material-bottom-tabs@6.2.16
 - @react-navigation/material-top-tabs@6.6.3
 - @react-navigation/native-stack@6.9.13
 - @react-navigation/native@6.1.7
 - react-native-tab-view@3.4.2
 - @react-navigation/routers@6.1.9
 - @react-navigation/stack@6.3.17
  • Loading branch information
kacperkapusciak committed Jun 22, 2023
1 parent 596c633 commit cf836cb
Show file tree
Hide file tree
Showing 29 changed files with 86 additions and 28 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.5](https://github.com/react-navigation/react-navigation/compare/@react-navigation/example@6.0.4...@react-navigation/example@6.0.5) (2023-06-22)

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

## [6.0.4](https://github.com/react-navigation/react-navigation/compare/@react-navigation/example@6.0.3...@react-navigation/example@6.0.4) (2023-02-26)

**Note:** Version bump only for package @react-navigation/example
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "6.0.5",
"private": true,
"scripts": {
"start": "NODE_OPTIONS=--openssl-legacy-provider expo start",
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.8](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.5.7...@react-navigation/bottom-tabs@6.5.8) (2023-06-22)

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

## [6.5.7](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.5.6...@react-navigation/bottom-tabs@6.5.7) (2023-02-26)

### Bug Fixes
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.7",
"version": "6.5.8",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -36,7 +36,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.17",
"@react-navigation/elements": "^1.3.18",
"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.9](https://github.com/react-navigation/react-navigation/compare/@react-navigation/core@6.4.8...@react-navigation/core@6.4.9) (2023-06-22)

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

## [6.4.8](https://github.com/react-navigation/react-navigation/compare/@react-navigation/core@6.4.7...@react-navigation/core@6.4.8) (2023-02-26)

### 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.8",
"version": "6.4.9",
"keywords": [
"react",
"react-native",
Expand Down Expand Up @@ -35,7 +35,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/routers": "^6.1.8",
"@react-navigation/routers": "^6.1.9",
"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.19](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@6.0.18...@react-navigation/devtools@6.0.19) (2023-06-22)

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

## [6.0.18](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@6.0.17...@react-navigation/devtools@6.0.18) (2023-02-26)

### Bug Fixes
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.18",
"version": "6.0.19",
"keywords": [
"react",
"react-native",
Expand Down
4 changes: 4 additions & 0 deletions packages/drawer/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.6.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.6.2...@react-navigation/drawer@6.6.3) (2023-06-22)

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

## [6.6.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.6.1...@react-navigation/drawer@6.6.2) (2023-02-26)

### 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.6.2",
"version": "6.6.3",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,7 +41,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.17",
"@react-navigation/elements": "^1.3.18",
"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.18](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.3.17...@react-navigation/elements@1.3.18) (2023-06-22)

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

## [1.3.17](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.3.16...@react-navigation/elements@1.3.17) (2023-02-26)

### Bug Fixes
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.17",
"version": "1.3.18",
"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.24](https://github.com/react-navigation/react-navigation/compare/flipper-plugin-react-navigation@1.3.23...flipper-plugin-react-navigation@1.3.24) (2023-06-22)

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

## [1.3.23](https://github.com/react-navigation/react-navigation/compare/flipper-plugin-react-navigation@1.3.22...flipper-plugin-react-navigation@1.3.23) (2023-02-26)

**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.23",
"version": "1.3.24",
"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.16](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.2.15...@react-navigation/material-bottom-tabs@6.2.16) (2023-06-22)

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

## [6.2.15](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.2.14...@react-navigation/material-bottom-tabs@6.2.15) (2023-02-26)

### Bug Fixes
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.15",
"version": "6.2.16",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,7 +41,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.17"
"@react-navigation/elements": "^1.3.18"
},
"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.6.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.6.2...@react-navigation/material-top-tabs@6.6.3) (2023-06-22)

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

## [6.6.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.6.1...@react-navigation/material-top-tabs@6.6.2) (2023-02-26)

### Bug Fixes
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.6.2",
"version": "6.6.3",
"keywords": [
"react-native-component",
"react-component",
Expand Down
6 changes: 6 additions & 0 deletions packages/native-stack/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.9.13](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.9.12...@react-navigation/native-stack@6.9.13) (2023-06-22)

### Bug Fixes

* fix headerBackTitleVisible in native-stack ([#11423](https://github.com/react-navigation/react-navigation/issues/11423)) ([596c633](https://github.com/react-navigation/react-navigation/commit/596c633f78d8f0aef2b7df7c4ec308cbe4b26fe5)) - by @kacperkapusciak

## [6.9.12](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.9.11...@react-navigation/native-stack@6.9.12) (2023-02-26)

### Bug Fixes
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.12",
"version": "6.9.13",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -41,7 +41,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.17",
"@react-navigation/elements": "^1.3.18",
"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.7](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.1.6...@react-navigation/native@6.1.7) (2023-06-22)

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

## [6.1.6](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.1.5...@react-navigation/native@6.1.6) (2023-02-26)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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.6",
"version": "6.1.7",
"keywords": [
"react-native",
"react-navigation",
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.4.2](https://github.com/react-navigation/react-navigation/compare/react-native-tab-view@3.4.1...react-native-tab-view@3.4.2) (2023-06-22)

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

## [3.4.1](https://github.com/react-navigation/react-navigation/compare/react-native-tab-view@3.4.0...react-native-tab-view@3.4.1) (2023-02-26)

### Bug Fixes
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.4.1",
"version": "3.4.2",
"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.9](https://github.com/react-navigation/react-navigation/compare/@react-navigation/routers@6.1.8...@react-navigation/routers@6.1.9) (2023-06-22)

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

## [6.1.8](https://github.com/react-navigation/react-navigation/compare/@react-navigation/routers@6.1.7...@react-navigation/routers@6.1.8) (2023-02-26)

### Bug Fixes
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.8",
"version": "6.1.9",
"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.17](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.3.16...@react-navigation/stack@6.3.17) (2023-06-22)

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

## [6.3.16](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.3.15...@react-navigation/stack@6.3.16) (2023-02-26)

### Bug Fixes
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.16",
"version": "6.3.17",
"keywords": [
"react-native-component",
"react-component",
Expand Down Expand Up @@ -40,7 +40,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/elements": "^1.3.17",
"@react-navigation/elements": "^1.3.18",
"color": "^4.2.3",
"warn-once": "^0.1.0"
},
Expand Down

0 comments on commit cf836cb

Please sign in to comment.