From 0077af5ec3a483142d1f61eac37851d41fb44db0 Mon Sep 17 00:00:00 2001 From: liting Date: Fri, 22 Mar 2024 22:28:21 +0800 Subject: [PATCH] chore(release): publish 0.0.1-10 --- CHANGELOG.md | 22 +++++++++++++++++++ .../package.json | 2 +- .../package.json | 2 +- .../tiptap-extension-unique-id/package.json | 2 +- packages/vue-kit/package.json | 8 +++---- pnpm-lock.yaml | 6 ++--- 6 files changed, 32 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dae4ebf..eab39e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/packages/tiptap-extension-block-container/package.json b/packages/tiptap-extension-block-container/package.json index 158a477..d243ed7 100644 --- a/packages/tiptap-extension-block-container/package.json +++ b/packages/tiptap-extension-block-container/package.json @@ -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/", diff --git a/packages/tiptap-extension-code-block-shiki/package.json b/packages/tiptap-extension-code-block-shiki/package.json index 2fef75e..fc49d34 100644 --- a/packages/tiptap-extension-code-block-shiki/package.json +++ b/packages/tiptap-extension-code-block-shiki/package.json @@ -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/", diff --git a/packages/tiptap-extension-unique-id/package.json b/packages/tiptap-extension-unique-id/package.json index 8b6820e..19f9559 100644 --- a/packages/tiptap-extension-unique-id/package.json +++ b/packages/tiptap-extension-unique-id/package.json @@ -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/", diff --git a/packages/vue-kit/package.json b/packages/vue-kit/package.json index c612b18..7144dcd 100644 --- a/packages/vue-kit/package.json +++ b/packages/vue-kit/package.json @@ -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", @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 210ce25..311c098 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -167,13 +167,13 @@ importers: packages/vue-kit: dependencies: '@note-editor/tiptap-extension-block-container': - specifier: 0.0.1-9 + specifier: 0.0.1-10 version: link:../tiptap-extension-block-container '@note-editor/tiptap-extension-code-block-shiki': - specifier: workspace:* + specifier: 0.0.1-10 version: link:../tiptap-extension-code-block-shiki '@note-editor/tiptap-extension-unique-id': - specifier: 0.0.1-9 + specifier: 0.0.1-10 version: link:../tiptap-extension-unique-id '@tiptap/core': specifier: ^2.2.4