Skip to content

Commit

Permalink
Deploy 0.213.1 to xplat (facebook#38605)
Browse files Browse the repository at this point in the history
Summary:
X-link: facebook/relay#4391

Pull Request resolved: facebook#38605

Changelog: [Internal]

Reviewed By: samwgoldman

Differential Revision: D47744471

fbshipit-source-id: 8e2e2e55610020cc6b85cd73d0221bf23c4b7c3b
  • Loading branch information
SamChou19815 authored and facebook-github-bot committed Jul 25, 2023
1 parent fedad15 commit e64756a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
6 changes: 2 additions & 4 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ packages/react-native/interface.js
packages/react-native/flow/

[options]
experimental.global_find_ref=true
enums=true
conditional_type=true
mapped_type=true
type_guards=true

emoji=true

Expand Down Expand Up @@ -78,4 +76,4 @@ untyped-import
untyped-type-import

[version]
^0.213.0
^0.213.1
6 changes: 2 additions & 4 deletions .flowconfig.android
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ packages/react-native/interface.js
packages/react-native/flow/

[options]
experimental.global_find_ref=true
enums=true
conditional_type=true
mapped_type=true
type_guards=true

emoji=true

Expand Down Expand Up @@ -78,4 +76,4 @@ untyped-import
untyped-type-import

[version]
^0.213.0
^0.213.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"eslint-plugin-react-native": "^4.0.0",
"eslint-plugin-redundant-undefined": "^0.4.0",
"eslint-plugin-relay": "^1.8.3",
"flow-bin": "^0.213.0",
"flow-bin": "^0.213.1",
"hermes-eslint": "0.14.0",
"inquirer": "^7.1.0",
"jest": "^29.2.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4931,10 +4931,10 @@ flatted@^3.1.0:
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561"
integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==

flow-bin@^0.213.0:
version "0.213.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.213.0.tgz#02a85537cce3ea1f61bff77e7995a49a1db2e963"
integrity sha512-adGcPA3jiz3l0MM4zHVxVUgatvYsDowjT7cje7AvY38z/M0HO2YKcGLRp2xeqbigCgaqXEV6V3/1TaRDVjR++A==
flow-bin@^0.213.1:
version "0.213.1"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.213.1.tgz#194a3b17aa19d6fb8319bc5e067b8fdd93cc0449"
integrity sha512-ptyG+RmHbWx9KEElAdxdLOrZ/qKc3m/aIB6VG0ExH7BEuJ2ruK5rdUfzuC329b9QFtbawjpW2jLGeiFHBdmBvQ==

flow-enums-runtime@^0.0.6:
version "0.0.6"
Expand Down

0 comments on commit e64756a

Please sign in to comment.