Skip to content

Commit 3b5e190

Browse files
committed
v0.65.0
1 parent e14a7d2 commit 3b5e190

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.64.0",
2+
"version": "0.65.0",
33
"packages": [
44
"packages/*"
55
],

packages/content-format/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prezly/content-format",
3-
"version": "0.64.0",
3+
"version": "0.65.0",
44
"description": "Prezly Content Format types and utilities",
55
"license": "MIT",
66
"main": "dist/commonjs/index.cjs",

packages/email-content-format/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prezly/email-content-format",
3-
"version": "0.64.0",
3+
"version": "0.65.0",
44
"description": "Prezly Email Content Format types and utilities",
55
"license": "MIT",
66
"main": "dist/commonjs/index.cjs",
@@ -47,7 +47,7 @@
4747
"npm": ">=7.0"
4848
},
4949
"dependencies": {
50-
"@prezly/content-format": "^0.64.0",
50+
"@prezly/content-format": "^0.65.0",
5151
"@prezly/uploads": "^0.2.0",
5252
"is-plain-object": "^5.0.0"
5353
}

packages/note-content-format/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prezly/note-content-format",
3-
"version": "0.64.0",
3+
"version": "0.65.0",
44
"description": "Prezly Note Content Format types and utilities",
55
"license": "MIT",
66
"main": "dist/commonjs/index.cjs",
@@ -47,7 +47,7 @@
4747
"npm": ">=7.0"
4848
},
4949
"dependencies": {
50-
"@prezly/content-format": "^0.64.0",
50+
"@prezly/content-format": "^0.65.0",
5151
"@prezly/uploads": "^0.2.0",
5252
"is-plain-object": "^5.0.0"
5353
}

packages/story-content-format/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prezly/story-content-format",
3-
"version": "0.64.0",
3+
"version": "0.65.0",
44
"description": "Prezly Story Content Format types and utilities",
55
"license": "MIT",
66
"main": "dist/commonjs/index.cjs",
@@ -47,7 +47,7 @@
4747
"npm": ">=7.0"
4848
},
4949
"dependencies": {
50-
"@prezly/content-format": "^0.64.0",
50+
"@prezly/content-format": "^0.65.0",
5151
"@prezly/uploads": "^0.2.0",
5252
"is-plain-object": "^5.0.0"
5353
}

0 commit comments

Comments
 (0)