Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
e1himself committed Nov 17, 2021
1 parent 4f46591 commit 54a5e4b
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"publishConfig": {
"access": "public"
},
"version": "0.4.1"
"version": "0.5.0"
}
12 changes: 6 additions & 6 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prezly/playground",
"version": "0.4.1",
"version": "0.5.0",
"private": true,
"scripts": {
"start": "react-app-rewired start",
Expand All @@ -12,11 +12,11 @@
"@prezly/events": "^1.0.2",
"@prezly/linear-partition": "^1.0.0",
"@prezly/progress-promise": "^1.0.0",
"@prezly/slate-commons": "^0.4.1",
"@prezly/slate-editor": "^0.4.1",
"@prezly/slate-hyperscript": "^0.4.1",
"@prezly/slate-lists": "^0.4.1",
"@prezly/slate-types": "^0.4.1",
"@prezly/slate-commons": "^0.5.0",
"@prezly/slate-editor": "^0.5.0",
"@prezly/slate-hyperscript": "^0.5.0",
"@prezly/slate-lists": "^0.5.0",
"@prezly/slate-types": "^0.5.0",
"@prezly/uploadcare": "^1.0.0",
"json-stable-stringify": "^1.0.1",
"lodash": "^4.17.21",
Expand Down
6 changes: 3 additions & 3 deletions packages/slate-commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prezly/slate-commons",
"version": "0.4.1",
"version": "0.5.0",
"description": "Low-level commands, utilities, plugins, types, etc. used throughout Prezly-Slate packages",
"license": "MIT",
"main": "build/index.js",
Expand Down Expand Up @@ -29,11 +29,11 @@
"slate-react": "~0.70.0"
},
"dependencies": {
"@prezly/slate-types": "^0.4.1",
"@prezly/slate-types": "^0.5.0",
"uuid": "^8.3.0"
},
"devDependencies": {
"@prezly/slate-hyperscript": "^0.4.1",
"@prezly/slate-hyperscript": "^0.5.0",
"@types/uuid": "^8.3.0",
"typescript": "^4.4.4"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/slate-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prezly/slate-editor",
"version": "0.4.1",
"version": "0.5.0",
"description": "The Prezly Slate Editor",
"license": "MIT",
"main": "build/index.js",
Expand Down Expand Up @@ -28,10 +28,10 @@
"@prezly/linear-partition": "^1.0.0",
"@prezly/progress-promise": "^1.0.0",
"@prezly/sdk": "^6.0",
"@prezly/slate-commons": "^0.4.1",
"@prezly/slate-hyperscript": "^0.4.1",
"@prezly/slate-lists": "^0.4.1",
"@prezly/slate-types": "^0.4.1",
"@prezly/slate-commons": "^0.5.0",
"@prezly/slate-hyperscript": "^0.5.0",
"@prezly/slate-lists": "^0.5.0",
"@prezly/slate-types": "^0.5.0",
"@prezly/uploadcare": "^1.0.0",
"classnames": "^2.3.1",
"is-hotkey": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/slate-hyperscript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prezly/slate-hyperscript",
"version": "0.4.1",
"version": "0.5.0",
"description": "Hyperscript helpers for creating Slate documents with JSX",
"license": "MIT",
"main": "build/index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/slate-lists/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prezly/slate-lists",
"version": "0.4.1",
"version": "0.5.0",
"description": "The best Slate lists extension out there",
"license": "MIT",
"main": "build/index.js",
Expand Down Expand Up @@ -28,12 +28,12 @@
"slate-react": "~0.70.0"
},
"dependencies": {
"@prezly/slate-commons": "^0.4.1",
"@prezly/slate-types": "^0.4.1",
"@prezly/slate-commons": "^0.5.0",
"@prezly/slate-types": "^0.5.0",
"uuid": "^8.3.0"
},
"devDependencies": {
"@prezly/slate-hyperscript": "^0.4.1",
"@prezly/slate-hyperscript": "^0.5.0",
"@types/uuid": "^8.3.0",
"rimraf": "^3.0.2",
"typescript": "^4.4.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/slate-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prezly/slate-types",
"version": "0.4.1",
"version": "0.5.0",
"description": "TypeScript definitions for Slate document structure used at Prezly",
"license": "MIT",
"main": "build/index.js",
Expand Down

0 comments on commit 54a5e4b

Please sign in to comment.