From 0ae8975ea5c617bb4759c0d96b7553bf52806227 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 25 Aug 2024 01:08:41 +0000 Subject: [PATCH] [ci] release --- .changeset/rude-cars-mate.md | 9 --------- .changeset/sweet-parents-sparkle.md | 5 ----- packages/astro-classlist/CHANGELOG.md | 6 ++++++ packages/astro-classlist/package.json | 2 +- packages/astro-image-service-ng/CHANGELOG.md | 6 ++++++ packages/astro-image-service-ng/package.json | 2 +- packages/shiki-highlighter/CHANGELOG.md | 12 ++++++++++++ packages/shiki-highlighter/package.json | 2 +- packages/shiki-theme-token/CHANGELOG.md | 6 ++++++ packages/shiki-theme-token/package.json | 2 +- packages/shiki-transformer-autolinks/CHANGELOG.md | 6 ++++++ packages/shiki-transformer-autolinks/package.json | 2 +- packages/shiki-transformer-token/CHANGELOG.md | 6 ++++++ packages/shiki-transformer-token/package.json | 2 +- 14 files changed, 48 insertions(+), 20 deletions(-) delete mode 100644 .changeset/rude-cars-mate.md delete mode 100644 .changeset/sweet-parents-sparkle.md create mode 100644 packages/shiki-highlighter/CHANGELOG.md diff --git a/.changeset/rude-cars-mate.md b/.changeset/rude-cars-mate.md deleted file mode 100644 index 99a881d..0000000 --- a/.changeset/rude-cars-mate.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@jcayzac/astro-classlist": patch -"@jcayzac/astro-image-service-ng": patch -"@jcayzac/shiki-theme-token": patch -"@jcayzac/shiki-transformer-autolinks": patch -"@jcayzac/shiki-transformer-token": patch ---- - -Bumped dependencies. diff --git a/.changeset/sweet-parents-sparkle.md b/.changeset/sweet-parents-sparkle.md deleted file mode 100644 index fa067b0..0000000 --- a/.changeset/sweet-parents-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jcayzac/shiki-highlighter": patch ---- - -Initial release of `@jcayzac/shiki-highlighter`. diff --git a/packages/astro-classlist/CHANGELOG.md b/packages/astro-classlist/CHANGELOG.md index 7441414..000e320 100644 --- a/packages/astro-classlist/CHANGELOG.md +++ b/packages/astro-classlist/CHANGELOG.md @@ -1,5 +1,11 @@ # @jcayzac/astro-classlist +## 0.1.7 + +### Patch Changes + +- [#30](https://github.com/jcayzac/copepod-modules/pull/30) [`62cd787`](https://github.com/jcayzac/copepod-modules/commit/62cd787cc00cadaa126199a6cbe8c6c06907727b) Thanks [@jcayzac](https://github.com/jcayzac)! - Bumped dependencies. + ## 0.1.6 ### Patch Changes diff --git a/packages/astro-classlist/package.json b/packages/astro-classlist/package.json index 3b5a322..bc6ed1a 100644 --- a/packages/astro-classlist/package.json +++ b/packages/astro-classlist/package.json @@ -1,7 +1,7 @@ { "name": "@jcayzac/astro-classlist", "type": "module", - "version": "0.1.6", + "version": "0.1.7", "description": "Helper for Astro components to coerce `class:list` into an array of strings.", "author": "Julien Cayzac", "license": "MIT", diff --git a/packages/astro-image-service-ng/CHANGELOG.md b/packages/astro-image-service-ng/CHANGELOG.md index ec88258..2a91302 100644 --- a/packages/astro-image-service-ng/CHANGELOG.md +++ b/packages/astro-image-service-ng/CHANGELOG.md @@ -1,5 +1,11 @@ # @jcayzac/astro-image-service-ng +## 0.0.2 + +### Patch Changes + +- [#30](https://github.com/jcayzac/copepod-modules/pull/30) [`62cd787`](https://github.com/jcayzac/copepod-modules/commit/62cd787cc00cadaa126199a6cbe8c6c06907727b) Thanks [@jcayzac](https://github.com/jcayzac)! - Bumped dependencies. + ## 0.0.1 ### Patch Changes diff --git a/packages/astro-image-service-ng/package.json b/packages/astro-image-service-ng/package.json index 17daeca..5714616 100644 --- a/packages/astro-image-service-ng/package.json +++ b/packages/astro-image-service-ng/package.json @@ -1,7 +1,7 @@ { "name": "@jcayzac/astro-image-service-ng", "type": "module", - "version": "0.0.1", + "version": "0.0.2", "description": "A drop-in replacement for Astro's default image service, with art direction support.", "author": "Julien Cayzac", "license": "MIT", diff --git a/packages/shiki-highlighter/CHANGELOG.md b/packages/shiki-highlighter/CHANGELOG.md new file mode 100644 index 0000000..58a8bb1 --- /dev/null +++ b/packages/shiki-highlighter/CHANGELOG.md @@ -0,0 +1,12 @@ +# @jcayzac/shiki-highlighter + +## 0.1.1 + +### Patch Changes + +- [#30](https://github.com/jcayzac/copepod-modules/pull/30) [`6c838e2`](https://github.com/jcayzac/copepod-modules/commit/6c838e21ac767f1f22853e4689cc67ba8fcf83bb) Thanks [@jcayzac](https://github.com/jcayzac)! - Initial release of `@jcayzac/shiki-highlighter`. + +- Updated dependencies [[`62cd787`](https://github.com/jcayzac/copepod-modules/commit/62cd787cc00cadaa126199a6cbe8c6c06907727b)]: + - @jcayzac/shiki-theme-token@0.1.7 + - @jcayzac/shiki-transformer-autolinks@0.2.9 + - @jcayzac/shiki-transformer-token@0.1.6 diff --git a/packages/shiki-highlighter/package.json b/packages/shiki-highlighter/package.json index b85fbd0..1e0104d 100644 --- a/packages/shiki-highlighter/package.json +++ b/packages/shiki-highlighter/package.json @@ -1,7 +1,7 @@ { "name": "@jcayzac/shiki-highlighter", "type": "module", - "version": "0.1.0", + "version": "0.1.1", "description": "Shiki highlighter.", "author": "Julien Cayzac", "license": "MIT", diff --git a/packages/shiki-theme-token/CHANGELOG.md b/packages/shiki-theme-token/CHANGELOG.md index 85a9314..029a5bd 100644 --- a/packages/shiki-theme-token/CHANGELOG.md +++ b/packages/shiki-theme-token/CHANGELOG.md @@ -1,5 +1,11 @@ # @jcayzac/shiki-theme-token +## 0.1.7 + +### Patch Changes + +- [#30](https://github.com/jcayzac/copepod-modules/pull/30) [`62cd787`](https://github.com/jcayzac/copepod-modules/commit/62cd787cc00cadaa126199a6cbe8c6c06907727b) Thanks [@jcayzac](https://github.com/jcayzac)! - Bumped dependencies. + ## 0.1.6 ### Patch Changes diff --git a/packages/shiki-theme-token/package.json b/packages/shiki-theme-token/package.json index 26baab6..69db203 100644 --- a/packages/shiki-theme-token/package.json +++ b/packages/shiki-theme-token/package.json @@ -1,7 +1,7 @@ { "name": "@jcayzac/shiki-theme-token", "type": "module", - "version": "0.1.6", + "version": "0.1.7", "description": "Special theme for Shiki. Style grammar tokens directly with CSS.", "author": "Julien Cayzac", "license": "MIT", diff --git a/packages/shiki-transformer-autolinks/CHANGELOG.md b/packages/shiki-transformer-autolinks/CHANGELOG.md index 88ac6fd..5f0e76c 100644 --- a/packages/shiki-transformer-autolinks/CHANGELOG.md +++ b/packages/shiki-transformer-autolinks/CHANGELOG.md @@ -1,5 +1,11 @@ # @jcayzac/shiki-transformer-autolinks +## 0.2.9 + +### Patch Changes + +- [#30](https://github.com/jcayzac/copepod-modules/pull/30) [`62cd787`](https://github.com/jcayzac/copepod-modules/commit/62cd787cc00cadaa126199a6cbe8c6c06907727b) Thanks [@jcayzac](https://github.com/jcayzac)! - Bumped dependencies. + ## 0.2.8 ### Patch Changes diff --git a/packages/shiki-transformer-autolinks/package.json b/packages/shiki-transformer-autolinks/package.json index 3950810..c3aa1bb 100644 --- a/packages/shiki-transformer-autolinks/package.json +++ b/packages/shiki-transformer-autolinks/package.json @@ -1,7 +1,7 @@ { "name": "@jcayzac/shiki-transformer-autolinks", "type": "module", - "version": "0.2.8", + "version": "0.2.9", "description": "A transformer for Shiki that automatically turns URLs into links.", "author": "Julien Cayzac", "license": "MIT", diff --git a/packages/shiki-transformer-token/CHANGELOG.md b/packages/shiki-transformer-token/CHANGELOG.md index 38642ed..4999876 100644 --- a/packages/shiki-transformer-token/CHANGELOG.md +++ b/packages/shiki-transformer-token/CHANGELOG.md @@ -1,5 +1,11 @@ # @jcayzac/shiki-transformer-token +## 0.1.6 + +### Patch Changes + +- [#30](https://github.com/jcayzac/copepod-modules/pull/30) [`62cd787`](https://github.com/jcayzac/copepod-modules/commit/62cd787cc00cadaa126199a6cbe8c6c06907727b) Thanks [@jcayzac](https://github.com/jcayzac)! - Bumped dependencies. + ## 0.1.5 ### Patch Changes diff --git a/packages/shiki-transformer-token/package.json b/packages/shiki-transformer-token/package.json index 778d9b3..205c979 100644 --- a/packages/shiki-transformer-token/package.json +++ b/packages/shiki-transformer-token/package.json @@ -1,7 +1,7 @@ { "name": "@jcayzac/shiki-transformer-token", "type": "module", - "version": "0.1.5", + "version": "0.1.6", "description": "Shiki transformer to enable more semantic styling.", "author": "Julien Cayzac", "license": "MIT",