Skip to content

Commit

Permalink
v0.66.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kudlajz committed Aug 1, 2024
1 parent 9c1db0a commit 809836a
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.65.1",
"version": "0.66.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.65.1",
"version": "0.66.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.65.1",
"version": "0.66.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.65.1",
"@prezly/content-format": "^0.66.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.65.1",
"version": "0.66.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.65.1",
"@prezly/content-format": "^0.66.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.65.1",
"version": "0.66.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.65.1",
"@prezly/content-format": "^0.66.0",
"@prezly/uploads": "^0.2.0",
"is-plain-object": "^5.0.0"
}
Expand Down

0 comments on commit 809836a

Please sign in to comment.