From ca914b69ff39172a7469a8d345af2d2dd411874e Mon Sep 17 00:00:00 2001 From: wltter <153717981+wangluyu-798@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:08:42 +0800 Subject: [PATCH 01/19] =?UTF-8?q?feat:=20add=20@sigma/node-border=E3=80=81?= =?UTF-8?q?@sigma/node-image=E3=80=81@sigma/node-piechart=E3=80=81@sigma/e?= =?UTF-8?q?dge-curve=E3=80=81graphology-generators=E3=80=81graphology-layo?= =?UTF-8?q?ut-forceatlas2=E3=80=81graphology-gexf=E3=80=81graphology?= =?UTF-8?q?=E3=80=81sigma=20(#171)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary by CodeRabbit - **New Features** - Added support for various graph-related libraries and plugins, enhancing the app's capabilities for node and edge visualization, layouts, and data formats. - **Chores** - Updated dependency declarations in `package.json` for clarity and formatting consistency. --------- Co-authored-by: huqinglong Co-authored-by: fengmk2 Co-authored-by: fengmk2 --- package.json | 35 +++++++++++++++++++++++++++++++---- 1 file changed, 31 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f2d1881..5ed2366 100644 --- a/package.json +++ b/package.json @@ -18182,11 +18182,11 @@ "roughjs": { "version": "*" }, - "webcola": { - "version": "*" + "webcola":{ + "version":"*" }, - "cytoscape-cola": { - "version": "*" + "cytoscape-cola":{ + "version":"*" }, "console-browserify": { "version": "*" @@ -18283,6 +18283,33 @@ }, "hash-base": { "version": "*" + }, + "@sigma/node-border":{ + "version": "*" + }, + "@sigma/node-image":{ + "version": "*" + }, + "@sigma/node-piechart":{ + "version": "*" + }, + "@sigma/edge-curve":{ + "version": "*" + }, + "graphology-generators":{ + "version": "*" + }, + "graphology-layout-forceatlas2":{ + "version": "*" + }, + "graphology-gexf":{ + "version": "*" + }, + "graphology":{ + "version": "*" + }, + "sigma":{ + "version": "*" } } } From e8e43ed9f43840bbb2f81eca34445779bbacda00 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 21 Jun 2024 04:09:19 +0000 Subject: [PATCH 02/19] Release 1.86.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip ci] ## [1.86.0](https://github.com/cnpm/unpkg-white-list/compare/v1.85.0...v1.86.0) (2024-06-21) ### Features * add @sigma/node-border、@sigma/node-image、@sigma/node-piechart、@sigma/edge-curve、graphology-generators、graphology-layout-forceatlas2、graphology-gexf、graphology、sigma ([#171](https://github.com/cnpm/unpkg-white-list/issues/171)) ([ca914b6](https://github.com/cnpm/unpkg-white-list/commit/ca914b69ff39172a7469a8d345af2d2dd411874e)) --- CHANGELOG.md | 7 +++++++ package.json | 28 ++++++++++++++-------------- 2 files changed, 21 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 468e026..5888536 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.86.0](https://github.com/cnpm/unpkg-white-list/compare/v1.85.0...v1.86.0) (2024-06-21) + + +### Features + +* add @sigma/node-border、@sigma/node-image、@sigma/node-piechart、@sigma/edge-curve、graphology-generators、graphology-layout-forceatlas2、graphology-gexf、graphology、sigma ([#171](https://github.com/cnpm/unpkg-white-list/issues/171)) ([ca914b6](https://github.com/cnpm/unpkg-white-list/commit/ca914b69ff39172a7469a8d345af2d2dd411874e)) + ## [1.85.0](https://github.com/cnpm/unpkg-white-list/compare/v1.84.0...v1.85.0) (2024-06-20) diff --git a/package.json b/package.json index 5ed2366..957d5bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unpkg-white-list", - "version": "1.85.0", + "version": "1.86.0", "description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题", "main": "index.js", "files": [], @@ -18182,11 +18182,11 @@ "roughjs": { "version": "*" }, - "webcola":{ - "version":"*" + "webcola": { + "version": "*" }, - "cytoscape-cola":{ - "version":"*" + "cytoscape-cola": { + "version": "*" }, "console-browserify": { "version": "*" @@ -18284,31 +18284,31 @@ "hash-base": { "version": "*" }, - "@sigma/node-border":{ + "@sigma/node-border": { "version": "*" }, - "@sigma/node-image":{ + "@sigma/node-image": { "version": "*" }, - "@sigma/node-piechart":{ + "@sigma/node-piechart": { "version": "*" }, - "@sigma/edge-curve":{ + "@sigma/edge-curve": { "version": "*" }, - "graphology-generators":{ + "graphology-generators": { "version": "*" }, - "graphology-layout-forceatlas2":{ + "graphology-layout-forceatlas2": { "version": "*" }, - "graphology-gexf":{ + "graphology-gexf": { "version": "*" }, - "graphology":{ + "graphology": { "version": "*" }, - "sigma":{ + "sigma": { "version": "*" } } From ba14e7071158f175887c7ae341cac77af5fd64da Mon Sep 17 00:00:00 2001 From: hymbz Date: Sat, 22 Jun 2024 14:20:29 +0800 Subject: [PATCH 03/19] feat: add solid-js (#172) ## Summary by CodeRabbit - **Chores** - Added `"solid-js"` dependency for future enhancements and development. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 957d5bc..058dce7 100644 --- a/package.json +++ b/package.json @@ -18310,6 +18310,9 @@ }, "sigma": { "version": "*" + }, + "solid-js": { + "version": "*" } } } From 727ccb3985b9f6fef747d6337e02ddb0c098174c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 22 Jun 2024 06:21:02 +0000 Subject: [PATCH 04/19] Release 1.87.0 [skip ci] ## [1.87.0](https://github.com/cnpm/unpkg-white-list/compare/v1.86.0...v1.87.0) (2024-06-22) ### Features * add solid-js ([#172](https://github.com/cnpm/unpkg-white-list/issues/172)) ([ba14e70](https://github.com/cnpm/unpkg-white-list/commit/ba14e7071158f175887c7ae341cac77af5fd64da)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5888536..bec9517 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.87.0](https://github.com/cnpm/unpkg-white-list/compare/v1.86.0...v1.87.0) (2024-06-22) + + +### Features + +* add solid-js ([#172](https://github.com/cnpm/unpkg-white-list/issues/172)) ([ba14e70](https://github.com/cnpm/unpkg-white-list/commit/ba14e7071158f175887c7ae341cac77af5fd64da)) + ## [1.86.0](https://github.com/cnpm/unpkg-white-list/compare/v1.85.0...v1.86.0) (2024-06-21) diff --git a/package.json b/package.json index 058dce7..962ba1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unpkg-white-list", - "version": "1.86.0", + "version": "1.87.0", "description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题", "main": "index.js", "files": [], From 525ec8ea75fb2b7a926cc9fe2d3be58d1caf168d Mon Sep 17 00:00:00 2001 From: "Q.Ben Zheng" <40693636+Zhengqbbb@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:27:39 +0800 Subject: [PATCH 05/19] feat: add asciinema-player (#173) asciinema-player: - https://github.com/asciinema/asciinema-player - https://docs.asciinema.org/manual/player/quick-start/ ## Summary by CodeRabbit - **New Features** - Integrated support for Asciinema player to enhance multimedia content playback. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 962ba1a..0f365e7 100644 --- a/package.json +++ b/package.json @@ -1907,6 +1907,9 @@ "art-template-loader": { "version": "*" }, + "asciinema-player": { + "version": "*" + }, "asn1.js": { "version": "*" }, From 30479a56301be28be460132471b7b392310bc407 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 25 Jun 2024 08:28:13 +0000 Subject: [PATCH 06/19] Release 1.88.0 [skip ci] ## [1.88.0](https://github.com/cnpm/unpkg-white-list/compare/v1.87.0...v1.88.0) (2024-06-25) ### Features * add asciinema-player ([#173](https://github.com/cnpm/unpkg-white-list/issues/173)) ([525ec8e](https://github.com/cnpm/unpkg-white-list/commit/525ec8ea75fb2b7a926cc9fe2d3be58d1caf168d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bec9517..dc960d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.88.0](https://github.com/cnpm/unpkg-white-list/compare/v1.87.0...v1.88.0) (2024-06-25) + + +### Features + +* add asciinema-player ([#173](https://github.com/cnpm/unpkg-white-list/issues/173)) ([525ec8e](https://github.com/cnpm/unpkg-white-list/commit/525ec8ea75fb2b7a926cc9fe2d3be58d1caf168d)) + ## [1.87.0](https://github.com/cnpm/unpkg-white-list/compare/v1.86.0...v1.87.0) (2024-06-22) diff --git a/package.json b/package.json index 0f365e7..3f8eaa2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unpkg-white-list", - "version": "1.87.0", + "version": "1.88.0", "description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题", "main": "index.js", "files": [], From af6d9cf47c38f604a6de7b27c8f4e0cb7188ab54 Mon Sep 17 00:00:00 2001 From: Xavier <34981520+Xavier9896@users.noreply.github.com> Date: Tue, 25 Jun 2024 18:18:11 +0800 Subject: [PATCH 07/19] feat: add vue-plugin-hiprint and bwip-js (#174) ## Summary by CodeRabbit - **New Features** - Introduced support for printing functionalities with `vue-plugin-hiprint`. - Added barcode generation capabilities using `bwip-js`. --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 3f8eaa2..eaa5708 100644 --- a/package.json +++ b/package.json @@ -18316,6 +18316,12 @@ }, "solid-js": { "version": "*" + }, + "vue-plugin-hiprint": { + "version": "*" + }, + "bwip-js": { + "version": "*" } } } From 357ec465feab98b6a664feedfbc14ed0ccbb860f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 25 Jun 2024 10:18:46 +0000 Subject: [PATCH 08/19] Release 1.89.0 [skip ci] ## [1.89.0](https://github.com/cnpm/unpkg-white-list/compare/v1.88.0...v1.89.0) (2024-06-25) ### Features * add vue-plugin-hiprint and bwip-js ([#174](https://github.com/cnpm/unpkg-white-list/issues/174)) ([af6d9cf](https://github.com/cnpm/unpkg-white-list/commit/af6d9cf47c38f604a6de7b27c8f4e0cb7188ab54)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc960d3..a13e7ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.89.0](https://github.com/cnpm/unpkg-white-list/compare/v1.88.0...v1.89.0) (2024-06-25) + + +### Features + +* add vue-plugin-hiprint and bwip-js ([#174](https://github.com/cnpm/unpkg-white-list/issues/174)) ([af6d9cf](https://github.com/cnpm/unpkg-white-list/commit/af6d9cf47c38f604a6de7b27c8f4e0cb7188ab54)) + ## [1.88.0](https://github.com/cnpm/unpkg-white-list/compare/v1.87.0...v1.88.0) (2024-06-25) diff --git a/package.json b/package.json index eaa5708..b3ad8a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unpkg-white-list", - "version": "1.88.0", + "version": "1.89.0", "description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题", "main": "index.js", "files": [], From dba8b2b1929f38bbd21409a0cbc0e739f4ba7e97 Mon Sep 17 00:00:00 2001 From: Alex Tse Date: Wed, 26 Jun 2024 18:58:36 +0800 Subject: [PATCH 09/19] feat: add flickity (#175) ## Summary by CodeRabbit - **New Features** - Added Flickity library as a new dependency for enhanced carousel functionality. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index b3ad8a7..ee6b5c2 100644 --- a/package.json +++ b/package.json @@ -18322,6 +18322,9 @@ }, "bwip-js": { "version": "*" + }, + "flickity": { + "version": "*" } } } From 91a0743502bfea36ec26f77d256ddf36668237d1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 Jun 2024 10:59:08 +0000 Subject: [PATCH 10/19] Release 1.90.0 [skip ci] ## [1.90.0](https://github.com/cnpm/unpkg-white-list/compare/v1.89.0...v1.90.0) (2024-06-26) ### Features * add flickity ([#175](https://github.com/cnpm/unpkg-white-list/issues/175)) ([dba8b2b](https://github.com/cnpm/unpkg-white-list/commit/dba8b2b1929f38bbd21409a0cbc0e739f4ba7e97)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a13e7ee..14921fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.90.0](https://github.com/cnpm/unpkg-white-list/compare/v1.89.0...v1.90.0) (2024-06-26) + + +### Features + +* add flickity ([#175](https://github.com/cnpm/unpkg-white-list/issues/175)) ([dba8b2b](https://github.com/cnpm/unpkg-white-list/commit/dba8b2b1929f38bbd21409a0cbc0e739f4ba7e97)) + ## [1.89.0](https://github.com/cnpm/unpkg-white-list/compare/v1.88.0...v1.89.0) (2024-06-25) diff --git a/package.json b/package.json index ee6b5c2..57d3e2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unpkg-white-list", - "version": "1.89.0", + "version": "1.90.0", "description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题", "main": "index.js", "files": [], From cdf136f7051c977779f7f7c20cd0e78dd1d59415 Mon Sep 17 00:00:00 2001 From: Zhongxiang Wang Date: Fri, 28 Jun 2024 13:45:42 +0800 Subject: [PATCH 11/19] feat: add echarts-www-landing-animation, echarts-extension-amap, echarts-extension-gmap (#176) ## Summary by CodeRabbit - **New Features** - Introduced new dependencies for enhanced ECharts visualizations and animations, including AMap and GMap extensions, and landing animations. --- package.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/package.json b/package.json index 57d3e2d..b2c5bd4 100644 --- a/package.json +++ b/package.json @@ -4655,6 +4655,12 @@ "echarts": { "version": "*" }, + "echarts-extension-amap": { + "version": "*" + }, + "echarts-extension-gmap": { + "version": "*" + }, "echarts-for-react": { "version": "*" }, @@ -4676,6 +4682,9 @@ "echarts-wordcloud": { "version": "*" }, + "echarts-www-landing-animation": { + "version": "*" + }, "ecmascript6": { "version": "*" }, From a188fd4fa6ac7d1de2a8d88d12b785e497a03368 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 28 Jun 2024 05:46:17 +0000 Subject: [PATCH 12/19] Release 1.91.0 [skip ci] ## [1.91.0](https://github.com/cnpm/unpkg-white-list/compare/v1.90.0...v1.91.0) (2024-06-28) ### Features * add echarts-www-landing-animation, echarts-extension-amap, echarts-extension-gmap ([#176](https://github.com/cnpm/unpkg-white-list/issues/176)) ([cdf136f](https://github.com/cnpm/unpkg-white-list/commit/cdf136f7051c977779f7f7c20cd0e78dd1d59415)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14921fb..19a4934 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.91.0](https://github.com/cnpm/unpkg-white-list/compare/v1.90.0...v1.91.0) (2024-06-28) + + +### Features + +* add echarts-www-landing-animation, echarts-extension-amap, echarts-extension-gmap ([#176](https://github.com/cnpm/unpkg-white-list/issues/176)) ([cdf136f](https://github.com/cnpm/unpkg-white-list/commit/cdf136f7051c977779f7f7c20cd0e78dd1d59415)) + ## [1.90.0](https://github.com/cnpm/unpkg-white-list/compare/v1.89.0...v1.90.0) (2024-06-26) diff --git a/package.json b/package.json index b2c5bd4..c4bcdf3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unpkg-white-list", - "version": "1.90.0", + "version": "1.91.0", "description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题", "main": "index.js", "files": [], From 591058bb07402a533d2f714cf633a670242e0770 Mon Sep 17 00:00:00 2001 From: ljianc Date: Sun, 30 Jun 2024 21:10:57 +0800 Subject: [PATCH 13/19] =?UTF-8?q?feat:=20add=20jspreadsheet-ce=E3=80=81jsu?= =?UTF-8?q?ites=E3=80=81split-grid=E3=80=81papaparse=20(#177)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary by CodeRabbit - **Chores** - Updated dependencies to include `jspreadsheet-ce`, `jsuites`, `split-grid`, and `papaparse` libraries for improved functionality and future enhancements. --- package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/package.json b/package.json index c4bcdf3..1c35718 100644 --- a/package.json +++ b/package.json @@ -230,6 +230,18 @@ "@microfe" ], "allowPackages": { + "jspreadsheet-ce": { + "version": "*" + }, + "jsuites": { + "version": "*" + }, + "split-grid": { + "version": "*" + }, + "papaparse": { + "version": "*" + }, "hexo-theme-redefine": { "version": "*" }, From f2da263e3ce0362aaa16f5fd88a775100ff6b19e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 30 Jun 2024 13:11:31 +0000 Subject: [PATCH 14/19] Release 1.92.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip ci] ## [1.92.0](https://github.com/cnpm/unpkg-white-list/compare/v1.91.0...v1.92.0) (2024-06-30) ### Features * add jspreadsheet-ce、jsuites、split-grid、papaparse ([#177](https://github.com/cnpm/unpkg-white-list/issues/177)) ([591058b](https://github.com/cnpm/unpkg-white-list/commit/591058bb07402a533d2f714cf633a670242e0770)) --- CHANGELOG.md | 7 +++++++ package.json | 5 +---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19a4934..1870d98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.92.0](https://github.com/cnpm/unpkg-white-list/compare/v1.91.0...v1.92.0) (2024-06-30) + + +### Features + +* add jspreadsheet-ce、jsuites、split-grid、papaparse ([#177](https://github.com/cnpm/unpkg-white-list/issues/177)) ([591058b](https://github.com/cnpm/unpkg-white-list/commit/591058bb07402a533d2f714cf633a670242e0770)) + ## [1.91.0](https://github.com/cnpm/unpkg-white-list/compare/v1.90.0...v1.91.0) (2024-06-28) diff --git a/package.json b/package.json index 1c35718..de5bb48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unpkg-white-list", - "version": "1.91.0", + "version": "1.92.0", "description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题", "main": "index.js", "files": [], @@ -10649,9 +10649,6 @@ "panzoom": { "version": "*" }, - "papaparse": { - "version": "*" - }, "parallax-js": { "version": "*" }, From 1e6757b2b679c8691b6700a04a04385ad8306618 Mon Sep 17 00:00:00 2001 From: Wenbx <110102406+W7256@users.noreply.github.com> Date: Tue, 2 Jul 2024 12:03:46 +0800 Subject: [PATCH 15/19] feat: add @wenbux/gkd_subscription (#184) [skip ci] ## Summary by CodeRabbit - **New Features** - Integrated a new subscription management dependency to enhance functionality and support future features. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index de5bb48..3e046b4 100644 --- a/package.json +++ b/package.json @@ -17942,6 +17942,9 @@ "@aisouler/subscription": { "version": "*" }, + "@wenbux/gkd_subscription": { + "version": "*" + }, "vue2-smooth-scroll": { "version": "*" }, From 0ecb072c429ceb477ad153a2d8e09939404fa103 Mon Sep 17 00:00:00 2001 From: mutouxia Date: Tue, 2 Jul 2024 12:04:40 +0800 Subject: [PATCH 16/19] feat: add font-logos, flag-icons and semantic-ui (#178) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 申请添加semantic-ui、flag-icons、font-logos库 ## Summary by CodeRabbit - **New Features** - Added support for `font-logos`, `flag-icons`, and `semantic-ui` to enhance UI elements and iconography. --- package.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/package.json b/package.json index 3e046b4..7a104c0 100644 --- a/package.json +++ b/package.json @@ -18346,6 +18346,15 @@ }, "flickity": { "version": "*" + }, + "font-logos": { + "version": "*" + }, + "flag-icons": { + "version": "*" + }, + "semantic-ui": { + "version": "*" } } } From 10651a623921ad5379f01f3b7fa7968e4b4abff5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 2 Jul 2024 04:05:14 +0000 Subject: [PATCH 17/19] Release 1.93.0 [skip ci] ## [1.93.0](https://github.com/cnpm/unpkg-white-list/compare/v1.92.0...v1.93.0) (2024-07-02) ### Features * add @wenbux/gkd_subscription ([#184](https://github.com/cnpm/unpkg-white-list/issues/184)) ([1e6757b](https://github.com/cnpm/unpkg-white-list/commit/1e6757b2b679c8691b6700a04a04385ad8306618)) * add font-logos, flag-icons and semantic-ui ([#178](https://github.com/cnpm/unpkg-white-list/issues/178)) ([0ecb072](https://github.com/cnpm/unpkg-white-list/commit/0ecb072c429ceb477ad153a2d8e09939404fa103)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1870d98..163beee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.93.0](https://github.com/cnpm/unpkg-white-list/compare/v1.92.0...v1.93.0) (2024-07-02) + + +### Features + +* add @wenbux/gkd_subscription ([#184](https://github.com/cnpm/unpkg-white-list/issues/184)) ([1e6757b](https://github.com/cnpm/unpkg-white-list/commit/1e6757b2b679c8691b6700a04a04385ad8306618)) +* add font-logos, flag-icons and semantic-ui ([#178](https://github.com/cnpm/unpkg-white-list/issues/178)) ([0ecb072](https://github.com/cnpm/unpkg-white-list/commit/0ecb072c429ceb477ad153a2d8e09939404fa103)) + ## [1.92.0](https://github.com/cnpm/unpkg-white-list/compare/v1.91.0...v1.92.0) (2024-06-30) diff --git a/package.json b/package.json index 7a104c0..77774af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unpkg-white-list", - "version": "1.92.0", + "version": "1.93.0", "description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题", "main": "index.js", "files": [], From 0f4d304f72cb0c2d9787effbed92c18e47a46349 Mon Sep 17 00:00:00 2001 From: wen911119 Date: Tue, 2 Jul 2024 18:14:33 +0800 Subject: [PATCH 18/19] feat: change @microfe to @microfe.top (#186) @microfe is not available in npm, so change to @microfe.top The PR I created last time is [here](https://github.com/cnpm/unpkg-white-list/pull/167) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 77774af..0498450 100644 --- a/package.json +++ b/package.json @@ -227,7 +227,7 @@ "@ao-x", "@zxcvbn-ts", "@ruiyun", - "@microfe" + "@microfe.top" ], "allowPackages": { "jspreadsheet-ce": { From 2f4c46be03e74620f706ff7fa98c254476800bde Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 2 Jul 2024 10:15:04 +0000 Subject: [PATCH 19/19] Release 1.94.0 [skip ci] ## [1.94.0](https://github.com/cnpm/unpkg-white-list/compare/v1.93.0...v1.94.0) (2024-07-02) ### Features * change [@microfe](https://github.com/microfe) to [@microfe](https://github.com/microfe).top ([#186](https://github.com/cnpm/unpkg-white-list/issues/186)) ([0f4d304](https://github.com/cnpm/unpkg-white-list/commit/0f4d304f72cb0c2d9787effbed92c18e47a46349)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 163beee..51cc852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.94.0](https://github.com/cnpm/unpkg-white-list/compare/v1.93.0...v1.94.0) (2024-07-02) + + +### Features + +* change [@microfe](https://github.com/microfe) to [@microfe](https://github.com/microfe).top ([#186](https://github.com/cnpm/unpkg-white-list/issues/186)) ([0f4d304](https://github.com/cnpm/unpkg-white-list/commit/0f4d304f72cb0c2d9787effbed92c18e47a46349)) + ## [1.93.0](https://github.com/cnpm/unpkg-white-list/compare/v1.92.0...v1.93.0) (2024-07-02) diff --git a/package.json b/package.json index 0498450..be08452 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unpkg-white-list", - "version": "1.93.0", + "version": "1.94.0", "description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题", "main": "index.js", "files": [],