Skip to content

Commit

Permalink
build: bump up version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Jan 17, 2023
1 parent 1ed2887 commit 6389db3
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion demos/plaintext-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@rollup/plugin-replace": "^4.0.0",
"sirv-cli": "^2.0.0",
"svelte": "^3.0.0",
"svelte-lexical": "0.1.4"
"svelte-lexical": "0.1.5"
}
}
2 changes: 1 addition & 1 deletion demos/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"vite": "^4.0.3"
},
"dependencies": {
"svelte-lexical": "^0.1.4"
"svelte-lexical": "0.1.5"
}
}
2 changes: 1 addition & 1 deletion demos/richtext-editor-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@rollup/plugin-replace": "^4.0.0",
"sirv-cli": "^2.0.0",
"svelte": "^3.0.0",
"svelte-lexical": "0.1.4"
"svelte-lexical": "0.1.5"
}
}
2 changes: 1 addition & 1 deletion demos/richtext-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"svelte": "^3.0.0"
},
"dependencies": {
"svelte-lexical": "0.1.4"
"svelte-lexical": "0.1.5"
}
}
2 changes: 1 addition & 1 deletion demos/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"type": "module",
"dependencies": {
"svelte-lexical": "0.1.4",
"svelte-lexical": "0.1.5",
"svelte-preprocess": "^4.10.7"
}
}
2 changes: 1 addition & 1 deletion packages/svelte-lexical/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte-lexical",
"description": "Rich Text editor for Svelte based on lexical",
"version": "0.1.4",
"version": "0.1.5",
"type": "module",
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit 6389db3

Please sign in to comment.