Skip to content

Commit

Permalink
Bump version for 0.7.7 release (#2190)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #2190

Reviewed By: grantlouisherman

Differential Revision: D43710795

Pulled By: mondaychen

fbshipit-source-id: b3ccdf008f93fb25828dd31f0e5fb63ae5bbaef6
  • Loading branch information
mondaychen authored and facebook-github-bot committed Mar 2, 2023
1 parent 8645186 commit ae9aada
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG-recoil.md
Expand Up @@ -3,6 +3,8 @@
## UPCOMING
**_Add new changes here as they land_**

## 0.7.7 (2023-03-01)

- Fix potential unhandled promise rejection in `useRecoilCallback()` (#2075)
- Add OSS support for GateKeeper feature toggling via `RecoilEnv.RECOIL_GKS_ENABLED` (#2078)
- Fix resolving suspense of async selectors used with SSR (#2073, #1960)
Expand Down
2 changes: 1 addition & 1 deletion packages/recoil/package-for-release.json
@@ -1,6 +1,6 @@
{
"name": "recoil",
"version": "0.7.6",
"version": "0.7.7",
"description": "Recoil - A state management library for React",
"main": "cjs/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit ae9aada

Please sign in to comment.