Skip to content

Commit

Permalink
v0.61.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dalibortosic00 committed Oct 19, 2023
1 parent eccd64f commit 6733e6f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.19.0",
"version": "0.61.3",
"version": "0.61.4",
"npmClient": "yarn",
"useWorkspaces": true
}
6 changes: 3 additions & 3 deletions packages/slate-history/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slate-history",
"description": "An operation-based history implementation for Slate editors.",
"version": "0.93.0",
"version": "0.61.4",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
Expand All @@ -19,8 +19,8 @@
"devDependencies": {
"@babel/runtime": "^7.23.2",
"lodash": "^4.17.21",
"slate": "^0.94.0",
"slate-hyperscript": "^0.81.3",
"slate": "^0.61.4",
"slate-hyperscript": "^0.61.4",
"source-map-loader": "^4.0.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/slate-hyperscript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slate-hyperscript",
"description": "A hyperscript helper for creating Slate documents.",
"version": "0.81.3",
"version": "0.61.4",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
Expand All @@ -18,7 +18,7 @@
},
"devDependencies": {
"@babel/runtime": "^7.23.2",
"slate": "^0.94.0",
"slate": "^0.61.4",
"source-map-loader": "^4.0.1"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/slate-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slate-react",
"description": "Tools for building completely customizable richtext editors with React.",
"version": "0.99.0",
"version": "0.61.4",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"slate": "^0.94.0",
"slate-hyperscript": "^0.81.3",
"slate": "^0.61.4",
"slate-hyperscript": "^0.61.4",
"source-map-loader": "^4.0.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/slate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slate",
"description": "A completely customizable framework for building rich text editors.",
"version": "0.94.1",
"version": "0.61.4",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
Expand All @@ -21,7 +21,7 @@
"devDependencies": {
"@babel/runtime": "^7.23.2",
"lodash": "^4.17.21",
"slate-hyperscript": "^0.81.3",
"slate-hyperscript": "^0.61.4",
"source-map-loader": "^4.0.1"
},
"keywords": [
Expand Down

0 comments on commit 6733e6f

Please sign in to comment.