Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

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

Update versions for `0.1.0` release of `recoil-sync` and `recoiljs/refine`.

Update dates in changelog.

Reviewed By: mondaychen

Differential Revision: D37285561

fbshipit-source-id: c4adfe5084db5466f9da234867c2d41471c66c30
  • Loading branch information
drarmstr authored and facebook-github-bot committed Jun 20, 2022
1 parent ff58dd4 commit 8eecfa6
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG-recoil-relay.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
## UPCOMING
**_Add new changes here as they land_**

## 0.1.0 (2022-06)
## 0.1.0 (2022-06-2)

Initial open source release
2 changes: 1 addition & 1 deletion CHANGELOG-recoil-sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
## UPCOMING
**_Add new changes here as they land_**

## 0.1.0 (2022-06)
## 0.1.0 (2022-06-21)

Initial open source release
4 changes: 3 additions & 1 deletion CHANGELOG-recoil.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
## UPCOMING
**_Add new changes here as they land_**

- Cleanup memory leak when using atoms with selector defaults. (#1821, #1840, #1844)
## 0.7.4 (2022-06-21)

- Fix missing flow types (#1857)
- Cleanup memory leak when using atoms with selector defaults. (#1821, #1840, #1844)

## 0.7.3 (2022-06-01)

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG-refine.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

# Version numbers based on host Recoil Sync package

## 0.1.0 (2022-06)
## 0.1.0 (2022-06-21)

Initial open source release
4 changes: 2 additions & 2 deletions packages/recoil-sync/package-for-release.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recoil-sync",
"version": "0.1.0-alpha.1",
"version": "0.1.0",
"description": "recoil-sync provides an add-on library to help synchronize Recoil state with external systems",
"main": "cjs/index.js",
"module": "es/index.js",
Expand All @@ -11,7 +11,7 @@
"license": "MIT",
"dependencies": {
"transit-js": "^0.8.874",
"@recoiljs/refine": "0.1.0-alpha.1"
"@recoiljs/refine": "0.1.0"
},
"peerDependencies": {
"recoil": ">=0.7.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/refine/package-for-release.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.1.0-alpha.1",
"version": "0.1.0",
"description": "A type-refinement / validator combinator library for mixed / unknown values in Flow or TypeScript",
"main": "cjs/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 8eecfa6

Please sign in to comment.