diff --git a/lerna.json b/lerna.json index 798fcc4..dd1c63c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.62.1-alpha.0", + "version": "0.63.0", "packages": [ "packages/*" ], diff --git a/packages/content-format/package.json b/packages/content-format/package.json index b174d10..1c20707 100644 --- a/packages/content-format/package.json +++ b/packages/content-format/package.json @@ -1,6 +1,6 @@ { "name": "@prezly/content-format", - "version": "0.62.1-alpha.0", + "version": "0.63.0", "description": "Prezly Content Format types and utilities", "license": "MIT", "main": "dist/commonjs/index.cjs", diff --git a/packages/email-content-format/package.json b/packages/email-content-format/package.json index 76c7b22..0b9db03 100644 --- a/packages/email-content-format/package.json +++ b/packages/email-content-format/package.json @@ -1,6 +1,6 @@ { "name": "@prezly/email-content-format", - "version": "0.62.1-alpha.0", + "version": "0.63.0", "description": "Prezly Email Content Format types and utilities", "license": "MIT", "main": "dist/commonjs/index.cjs", @@ -47,7 +47,7 @@ "npm": ">=7.0" }, "dependencies": { - "@prezly/content-format": "^0.62.1-alpha.0", + "@prezly/content-format": "^0.63.0", "@prezly/uploads": "^0.2.0", "is-plain-object": "^5.0.0" } diff --git a/packages/note-content-format/package.json b/packages/note-content-format/package.json index d2c5018..ab6ff14 100644 --- a/packages/note-content-format/package.json +++ b/packages/note-content-format/package.json @@ -1,6 +1,6 @@ { "name": "@prezly/note-content-format", - "version": "0.62.1-alpha.0", + "version": "0.63.0", "description": "Prezly Note Content Format types and utilities", "license": "MIT", "main": "dist/commonjs/index.cjs", @@ -47,7 +47,7 @@ "npm": ">=7.0" }, "dependencies": { - "@prezly/content-format": "^0.62.1-alpha.0", + "@prezly/content-format": "^0.63.0", "@prezly/uploads": "^0.2.0", "is-plain-object": "^5.0.0" } diff --git a/packages/story-content-format/package.json b/packages/story-content-format/package.json index d59c4b0..dc675f8 100644 --- a/packages/story-content-format/package.json +++ b/packages/story-content-format/package.json @@ -1,6 +1,6 @@ { "name": "@prezly/story-content-format", - "version": "0.62.1-alpha.0", + "version": "0.63.0", "description": "Prezly Story Content Format types and utilities", "license": "MIT", "main": "dist/commonjs/index.cjs", @@ -47,7 +47,7 @@ "npm": ">=7.0" }, "dependencies": { - "@prezly/content-format": "^0.62.1-alpha.0", + "@prezly/content-format": "^0.63.0", "@prezly/uploads": "^0.2.0", "is-plain-object": "^5.0.0" }