Skip to content

Commit

Permalink
v0.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
e1himself committed Aug 10, 2023
1 parent b6b125a commit 21d4bed
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.61.0",
"version": "0.62.0",
"packages": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/content-format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prezly/content-format",
"version": "0.61.0",
"version": "0.62.0",
"description": "Prezly Content Format types and utilities",
"license": "MIT",
"main": "dist/commonjs/index.cjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/email-content-format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prezly/email-content-format",
"version": "0.61.0",
"version": "0.62.0",
"description": "Prezly Email Content Format types and utilities",
"license": "MIT",
"main": "dist/commonjs/index.cjs",
Expand Down Expand Up @@ -47,7 +47,7 @@
"npm": ">=7.0"
},
"dependencies": {
"@prezly/content-format": "^0.61.0",
"@prezly/content-format": "^0.62.0",
"@prezly/uploads": "^0.2.0",
"is-plain-object": "^5.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/note-content-format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prezly/note-content-format",
"version": "0.61.0",
"version": "0.62.0",
"description": "Prezly Note Content Format types and utilities",
"license": "MIT",
"main": "dist/commonjs/index.cjs",
Expand Down Expand Up @@ -47,7 +47,7 @@
"npm": ">=7.0"
},
"dependencies": {
"@prezly/content-format": "^0.61.0",
"@prezly/content-format": "^0.62.0",
"@prezly/uploads": "^0.2.0",
"is-plain-object": "^5.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/story-content-format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prezly/story-content-format",
"version": "0.61.0",
"version": "0.62.0",
"description": "Prezly Story Content Format types and utilities",
"license": "MIT",
"main": "dist/commonjs/index.cjs",
Expand Down Expand Up @@ -47,7 +47,7 @@
"npm": ">=7.0"
},
"dependencies": {
"@prezly/content-format": "^0.61.0",
"@prezly/content-format": "^0.62.0",
"@prezly/uploads": "^0.2.0",
"is-plain-object": "^5.0.0"
}
Expand Down

0 comments on commit 21d4bed

Please sign in to comment.