Skip to content

Commit

Permalink
v0.1.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmielnik committed Jan 18, 2021
1 parent 3e79601 commit 3386a42
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.1.0-alpha.2"
"version": "0.1.0-alpha.3"
}
2 changes: 1 addition & 1 deletion packages/slate-renderer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/slate-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prezly/slate-renderer",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"description": "Render Slate documents used at Prezly",
"license": "MIT",
"main": "build/index.js",
Expand All @@ -22,7 +22,7 @@
"react-dom": ">=16.0.0"
},
"dependencies": {
"@prezly/slate-types": "^0.1.0-alpha.2"
"@prezly/slate-types": "^0.1.0-alpha.3"
},
"devDependencies": {
"@types/react": "^17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/slate-types/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"description": "TypeScript definitions for Slate document structure at Prezly",
"license": "MIT",
"main": "build/index.js",
Expand Down

0 comments on commit 3386a42

Please sign in to comment.