Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - flipper-plugin-react-navigation@1.3.15
 - @react-navigation/stack@6.3.4
  • Loading branch information
kacperkapusciak authored and satya164 committed Nov 27, 2022
1 parent 1fa3794 commit 10d4d00
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
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.15](https://github.com/react-navigation/react-navigation/compare/flipper-plugin-react-navigation@1.3.14...flipper-plugin-react-navigation@1.3.15) (2022-11-04)

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





## [1.3.14](https://github.com/react-navigation/react-navigation/compare/flipper-plugin-react-navigation@1.3.12...flipper-plugin-react-navigation@1.3.14) (2022-09-16)

**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.14",
"version": "1.3.15",
"main": "dist/bundle.js",
"license": "MIT",
"keywords": [
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.3.4](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.3.3...@react-navigation/stack@6.3.4) (2022-11-04)


### Bug Fixes

* migrate setNativeProps to state ([#10968](https://github.com/react-navigation/react-navigation/issues/10968)) ([37d5440](https://github.com/react-navigation/react-navigation/commit/37d5440d50a5b081910e436d1ba4b30f5797f81d)), closes [#10871](https://github.com/react-navigation/react-navigation/issues/10871)





## [6.3.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.3.2...@react-navigation/stack@6.3.3) (2022-10-27)


Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "6.3.4",
"keywords": [
"react-native-component",
"react-component",
Expand Down

0 comments on commit 10d4d00

Please sign in to comment.