Skip to content

Commit

Permalink
build: bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Apr 18, 2023
1 parent f87abe1 commit f2ad218
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 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 @@
"vite": "^4.1.4"
},
"dependencies": {
"svelte-lexical": "0.3.0"
"svelte-lexical": "0.3.1"
}
}
2 changes: 1 addition & 1 deletion demos/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"vite": "^4.0.4"
},
"dependencies": {
"svelte-lexical": "0.3.0",
"svelte-lexical": "0.3.1",
"y-websocket": "1.4.5",
"yjs": "13.5.46"
}
Expand Down
2 changes: 1 addition & 1 deletion demos/richtext-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"vite": "^4.0.0"
},
"dependencies": {
"svelte-lexical": "0.3.0"
"svelte-lexical": "0.3.1"
}
}
2 changes: 1 addition & 1 deletion demos/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"type": "module",
"dependencies": {
"svelte-lexical": "^0.3.0",
"svelte-lexical": "0.3.1",
"svelte-preprocess": "^4.10.7"
}
}
1 change: 1 addition & 0 deletions docs/development-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ It uses NPM to build and publish (PNPM is not used due to a bug).
- for demos project, update version number for `svelte-lexical` dependency in `package.json` (find and replace)
- run `pnpm i`
- build all projects
- commit changes
- create a tag in GitHub
- add release notes
- it will automatically trigger GitHub action for creating a package
Expand Down
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.3.0",
"version": "0.3.1",
"type": "module",
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 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 f2ad218

Please sign in to comment.