Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - flipper-plugin-react-navigation@1.3.9
 - @react-navigation/native-stack@6.5.1
  • Loading branch information
satya164 committed Mar 23, 2022
1 parent c367986 commit 986c325
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
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.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)


### Bug Fixes

* flipper navigation plugin event table rows selection highlight not working and black theme text not showing ([#10004](https://github.com/react-navigation/react-navigation/issues/10004)) ([94ab791](https://github.com/react-navigation/react-navigation/commit/94ab791cae5061455f036cd3f6bc7fa63167e7c7)), closes [#10003](https://github.com/react-navigation/react-navigation/issues/10003) [#10000](https://github.com/react-navigation/react-navigation/issues/10000)





## [1.3.8](https://github.com/react-navigation/react-navigation/compare/flipper-plugin-react-navigation@1.3.7...flipper-plugin-react-navigation@1.3.8) (2022-01-29)

**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.8",
"version": "1.3.9",
"main": "dist/bundle.js",
"license": "MIT",
"keywords": [
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.5.1](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.5.0...@react-navigation/native-stack@6.5.1) (2022-03-23)


### Bug Fixes

* take screen count to dismiss from native side for native stack ([#10377](https://github.com/react-navigation/react-navigation/issues/10377)) ([27225a2](https://github.com/react-navigation/react-navigation/commit/27225a2d97c774c8c61f3d75c47690e5f212bb34))





# [6.5.0](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.4.1...@react-navigation/native-stack@6.5.0) (2022-02-06)


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

0 comments on commit 986c325

Please sign in to comment.