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

Commit

Permalink
v0.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed May 30, 2021
1 parent 2d4c2f7 commit 2b69c20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.14.4"
"version": "0.14.5"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@effect-ts-app/core",
"version": "0.14.4",
"version": "0.14.5",
"main": "./index.js",
"license": "MIT",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/infra/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@effect-ts-app/infra",
"version": "0.14.4",
"version": "0.14.5",
"main": "./index.js",
"license": "MIT",
"dependencies": {
"@effect-ts-app/core": "^0.14.4",
"@effect-ts-app/core": "^0.14.5",
"@effect-ts/morphic": "^0.36.0",
"proper-lockfile": "^4.1.2",
"query-string": "^7.0.0",
Expand Down

0 comments on commit 2b69c20

Please sign in to comment.