From 6097cffdf5d360cb94e55685b9cffad362ee17d6 Mon Sep 17 00:00:00 2001 From: yitiaoxianyugan <86393085+yitiaoxianyugan@users.noreply.github.com> Date: Thu, 11 Jul 2024 21:22:47 +0800 Subject: [PATCH 1/3] feat: add @tiptap/extension-image, @tiptap/extension-link and cookie-es (#202) [skip ci] ## Summary by CodeRabbit - **New Features** - Added support for image and link extensions in the text editor. - Integrated new cookie handling capabilities. --------- Co-authored-by: xja Co-authored-by: fengmk2 --- package.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c82d93..5fc295a 100644 --- a/package.json +++ b/package.json @@ -18392,6 +18392,15 @@ "@tiptap/starter-kit": { "version": "*" }, + "@tiptap/extension-image":{ + "version": "*" + }, + "@tiptap/extension-link":{ + "version": "*" + }, + "cookie-es":{ + "version": "*" + }, "vue-flatpickr-component": { "version": "*" }, @@ -18402,4 +18411,4 @@ "version": "*" } } -} +} \ No newline at end of file From dfdf4bc4ac8dfe0f3fb589ebc485d35c57bd2e01 Mon Sep 17 00:00:00 2001 From: Tyllllll <42178979+Tyllllll@users.noreply.github.com> Date: Thu, 11 Jul 2024 21:23:20 +0800 Subject: [PATCH 2/3] feat: add @tyllllll (#201) ## Summary by CodeRabbit - **Dependencies** - Added `@tyllllll/gkd-subscription` to improve subscription management features. --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5fc295a..45b9f78 100644 --- a/package.json +++ b/package.json @@ -230,7 +230,8 @@ "@ruiyun", "@microfe.top", "@gitlab", - "@minecraft" + "@minecraft", + "@tyllllll" ], "allowPackages": { "oml2d-models": { @@ -1094,6 +1095,9 @@ "@tweenjs/tween.js": { "version": "*" }, + "@tyllllll/gkd-subscription": { + "version": "*" + }, "@typography-org/react": { "version": "*" }, From 17c4ce2337a91a260d6ff5f23ec1e5963f4df006 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 Jul 2024 13:23:58 +0000 Subject: [PATCH 3/3] Release 1.100.0 [skip ci] ## [1.100.0](https://github.com/cnpm/unpkg-white-list/compare/v1.99.0...v1.100.0) (2024-07-11) ### Features * add [@tyllllll](https://github.com/tyllllll) ([#201](https://github.com/cnpm/unpkg-white-list/issues/201)) ([dfdf4bc](https://github.com/cnpm/unpkg-white-list/commit/dfdf4bc4ac8dfe0f3fb589ebc485d35c57bd2e01)) * add @tiptap/extension-image, @tiptap/extension-link and cookie-es ([#202](https://github.com/cnpm/unpkg-white-list/issues/202)) ([6097cff](https://github.com/cnpm/unpkg-white-list/commit/6097cffdf5d360cb94e55685b9cffad362ee17d6)) --- CHANGELOG.md | 8 ++++++++ package.json | 10 +++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b16cb0..681822e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.100.0](https://github.com/cnpm/unpkg-white-list/compare/v1.99.0...v1.100.0) (2024-07-11) + + +### Features + +* add [@tyllllll](https://github.com/tyllllll) ([#201](https://github.com/cnpm/unpkg-white-list/issues/201)) ([dfdf4bc](https://github.com/cnpm/unpkg-white-list/commit/dfdf4bc4ac8dfe0f3fb589ebc485d35c57bd2e01)) +* add @tiptap/extension-image, @tiptap/extension-link and cookie-es ([#202](https://github.com/cnpm/unpkg-white-list/issues/202)) ([6097cff](https://github.com/cnpm/unpkg-white-list/commit/6097cffdf5d360cb94e55685b9cffad362ee17d6)) + ## [1.99.0](https://github.com/cnpm/unpkg-white-list/compare/v1.98.0...v1.99.0) (2024-07-09) diff --git a/package.json b/package.json index 45b9f78..4b7165e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unpkg-white-list", - "version": "1.99.0", + "version": "1.100.0", "description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题", "main": "index.js", "files": [], @@ -18396,13 +18396,13 @@ "@tiptap/starter-kit": { "version": "*" }, - "@tiptap/extension-image":{ + "@tiptap/extension-image": { "version": "*" }, - "@tiptap/extension-link":{ + "@tiptap/extension-link": { "version": "*" }, - "cookie-es":{ + "cookie-es": { "version": "*" }, "vue-flatpickr-component": { @@ -18415,4 +18415,4 @@ "version": "*" } } -} \ No newline at end of file +}