Skip to content

Commit

Permalink
chore(release): publish 0.0.1-10
Browse files Browse the repository at this point in the history
  • Loading branch information
litingyes committed Mar 22, 2024
1 parent 653b1f0 commit 0077af5
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 10 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 0.0.1-10 (2024-03-22)


### 🚀 Features

- **block-container:** reader drag bar ([7ed9c3e](https://github.com/liting-yes/note-editor/commit/7ed9c3e))
- **code-block-shiki:** init ([ac6393f](https://github.com/liting-yes/note-editor/commit/ac6393f))
- **shiki:** support option theme ([86c7258](https://github.com/liting-yes/note-editor/commit/86c7258))
- **unique id:** add blockContainer as default type ([db331a5](https://github.com/liting-yes/note-editor/commit/db331a5))
- **unique id:** support inject node-name ([12bcd5f](https://github.com/liting-yes/note-editor/commit/12bcd5f))
- **vue:** add code block ([0a4a99a](https://github.com/liting-yes/note-editor/commit/0a4a99a))

### 🩹 Fixes

- **block container:** set attrs on dom ([9c34cc7](https://github.com/liting-yes/note-editor/commit/9c34cc7))
- **block container:** handle enter ([25cb01e](https://github.com/liting-yes/note-editor/commit/25cb01e))
- **shiki:** highlighter-generic type ([8089bac](https://github.com/liting-yes/note-editor/commit/8089bac))

### ❤️ Thank You

- liting @liting-yes

## 0.0.1-9 (2024-03-07)

This was a version bump only, there were no code changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/tiptap-extension-block-container/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@note-editor/tiptap-extension-block-container",
"type": "module",
"version": "0.0.1-9",
"version": "0.0.1-10",
"description": "block container extension for tiptap",
"license": "MIT",
"homepage": "https://note-editor.liting.ink/",
Expand Down
2 changes: 1 addition & 1 deletion packages/tiptap-extension-code-block-shiki/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@note-editor/tiptap-extension-code-block-shiki",
"type": "module",
"version": "0.0.1-9",
"version": "0.0.1-10",
"description": "code block extension with shiki for tiptap",
"license": "MIT",
"homepage": "https://note-editor.liting.ink/",
Expand Down
2 changes: 1 addition & 1 deletion packages/tiptap-extension-unique-id/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@note-editor/tiptap-extension-unique-id",
"type": "module",
"version": "0.0.1-9",
"version": "0.0.1-10",
"description": "unique id extension for tiptap",
"license": "MIT",
"homepage": "https://note-editor.liting.ink/",
Expand Down
8 changes: 4 additions & 4 deletions packages/vue-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@note-editor/vue-kit",
"type": "module",
"version": "0.0.1-9",
"version": "0.0.1-10",
"private": false,
"description": "starter kit for tiptap in vue",
"license": "MIT",
Expand Down Expand Up @@ -38,9 +38,9 @@
"vue": "^3"
},
"dependencies": {
"@note-editor/tiptap-extension-block-container": "0.0.1-9",
"@note-editor/tiptap-extension-code-block-shiki": "workspace:*",
"@note-editor/tiptap-extension-unique-id": "0.0.1-9",
"@note-editor/tiptap-extension-block-container": "0.0.1-10",
"@note-editor/tiptap-extension-code-block-shiki": "0.0.1-10",
"@note-editor/tiptap-extension-unique-id": "0.0.1-10",
"@tiptap/core": "^2.2.4",
"@tiptap/extension-blockquote": "^2.2.4",
"@tiptap/extension-bold": "^2.2.4",
Expand Down
6 changes: 3 additions & 3 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 0077af5

Please sign in to comment.