Skip to content

Commit

Permalink
Update version for Recoil 0.7.4 release (#1873)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #1873

Update version for Recoil 0.7.4 release

Reviewed By: mondaychen

Differential Revision: D37295253

fbshipit-source-id: 6ea2c5afbb5adce56120f4d907fcc49d06a0d4e7
  • Loading branch information
drarmstr authored and facebook-github-bot committed Jun 21, 2022
1 parent 8eecfa6 commit a68094c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/recoil-sync/package-for-release.json
Expand Up @@ -11,7 +11,7 @@
"license": "MIT",
"dependencies": {
"transit-js": "^0.8.874",
"@recoiljs/refine": "0.1.0"
"@recoiljs/refine": "^0.1.0"
},
"peerDependencies": {
"recoil": ">=0.7.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/recoil/package-for-release.json
@@ -1,6 +1,6 @@
{
"name": "recoil",
"version": "0.7.3",
"version": "0.7.4",
"description": "Recoil - A state management library for React",
"main": "cjs/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit a68094c

Please sign in to comment.