From 731a97cc5ebf21080557b523f9a1a50ff7c2f03e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jan 2022 00:04:46 +0000 Subject: [PATCH] [ci] release (#45) Co-authored-by: github-actions[bot] --- .changeset/gentle-zebras-happen.md | 10 --------- packages/code-highlighter/CHANGELOG.md | 18 ++++++----------- packages/code-highlighter/package.json | 2 +- packages/external-links/CHANGELOG.md | 14 ++++++------- packages/external-links/package.json | 2 +- packages/image-optimiser/CHANGELOG.md | 14 ++++++------- packages/image-optimiser/package.json | 2 +- packages/tinycss/CHANGELOG.md | 6 ++++++ packages/tinycss/package.json | 2 +- packages/tinyhtml/CHANGELOG.md | 16 +++++++-------- packages/tinyhtml/package.json | 2 +- packages/tinysvg/CHANGELOG.md | 28 ++++++++------------------ packages/tinysvg/package.json | 2 +- 13 files changed, 46 insertions(+), 72 deletions(-) delete mode 100644 .changeset/gentle-zebras-happen.md diff --git a/.changeset/gentle-zebras-happen.md b/.changeset/gentle-zebras-happen.md deleted file mode 100644 index d4dfa07..0000000 --- a/.changeset/gentle-zebras-happen.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@sardine/eleventy-plugin-code-highlighter': minor -'@sardine/eleventy-plugin-external-links': minor -'@sardine/eleventy-plugin-image-optimiser': minor -'@sardine/eleventy-plugin-tinycss': minor -'@sardine/eleventy-plugin-tinyhtml': minor -'@sardine/eleventy-plugin-tinysvg': minor ---- - -chore: Update module export diff --git a/packages/code-highlighter/CHANGELOG.md b/packages/code-highlighter/CHANGELOG.md index 903757f..32391b4 100644 --- a/packages/code-highlighter/CHANGELOG.md +++ b/packages/code-highlighter/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.2.0 + +### Minor Changes + +- [#44](https://github.com/sardinedev/eleventy-plugins/pull/44) [`bd8722d`](https://github.com/sardinedev/eleventy-plugins/commit/bd8722d36b49f8686dd3d17aea82e489f5d853a5) Thanks [@Marabyte](https://github.com/Marabyte)! - chore: Update module export + All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. @@ -7,26 +13,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @sardine/eleventy-plugin-code-highlighter - - - - ## [1.1.4](https://github.com/sardinedev/eleventy-plugins/compare/@sardine/eleventy-plugin-code-highlighter@1.1.3...@sardine/eleventy-plugin-code-highlighter@1.1.4) (2021-07-04) **Note:** Version bump only for package @sardine/eleventy-plugin-code-highlighter - - - - ## [1.1.3](https://github.com/sardinedev/eleventy-plugins/compare/@sardine/eleventy-plugin-code-highlighter@1.1.2...@sardine/eleventy-plugin-code-highlighter@1.1.3) (2021-07-04) **Note:** Version bump only for package @sardine/eleventy-plugin-code-highlighter - - - - ## [1.1.2](https://github.com/sardinedev/eleventy-plugins/compare/@sardine/eleventy-plugin-code-highlighter@1.1.1...@sardine/eleventy-plugin-code-highlighter@1.1.2) (2021-06-24) **Note:** Version bump only for package @sardine/eleventy-plugin-code-highlighter diff --git a/packages/code-highlighter/package.json b/packages/code-highlighter/package.json index 38a598a..1e744a0 100644 --- a/packages/code-highlighter/package.json +++ b/packages/code-highlighter/package.json @@ -1,6 +1,6 @@ { "name": "@sardine/eleventy-plugin-code-highlighter", - "version": "1.1.5", + "version": "1.2.0", "description": "An eleventy plugin to higlight code blocks", "keywords": [ "11ty", diff --git a/packages/external-links/CHANGELOG.md b/packages/external-links/CHANGELOG.md index 1f3aeae..7b6d5c1 100644 --- a/packages/external-links/CHANGELOG.md +++ b/packages/external-links/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.4.0 + +### Minor Changes + +- [#44](https://github.com/sardinedev/eleventy-plugins/pull/44) [`bd8722d`](https://github.com/sardinedev/eleventy-plugins/commit/bd8722d36b49f8686dd3d17aea82e489f5d853a5) Thanks [@Marabyte](https://github.com/Marabyte)! - chore: Update module export + All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. @@ -7,18 +13,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @sardine/eleventy-plugin-external-links - - - - ## [1.3.2](https://github.com/sardinedev/eleventy-plugins/compare/@sardine/eleventy-plugin-external-links@1.3.1...@sardine/eleventy-plugin-external-links@1.3.2) (2021-04-08) **Note:** Version bump only for package @sardine/eleventy-plugin-external-links - - - - ## [1.3.1](https://github.com/sardinedev/eleventy-plugins/compare/@sardine/eleventy-plugin-external-links@1.3.0...@sardine/eleventy-plugin-external-links@1.3.1) (2021-03-09) **Note:** Version bump only for package @sardine/eleventy-plugin-external-links diff --git a/packages/external-links/package.json b/packages/external-links/package.json index fa9e8ee..f6bbc54 100644 --- a/packages/external-links/package.json +++ b/packages/external-links/package.json @@ -1,6 +1,6 @@ { "name": "@sardine/eleventy-plugin-external-links", - "version": "1.3.3", + "version": "1.4.0", "description": "An eleventy plugin to enforce safe external links", "keywords": [ "11ty", diff --git a/packages/image-optimiser/CHANGELOG.md b/packages/image-optimiser/CHANGELOG.md index 60df693..9736518 100644 --- a/packages/image-optimiser/CHANGELOG.md +++ b/packages/image-optimiser/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.2.0 + +### Minor Changes + +- [#44](https://github.com/sardinedev/eleventy-plugins/pull/44) [`bd8722d`](https://github.com/sardinedev/eleventy-plugins/commit/bd8722d36b49f8686dd3d17aea82e489f5d853a5) Thanks [@Marabyte](https://github.com/Marabyte)! - chore: Update module export + All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. @@ -7,18 +13,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @sardine/eleventy-plugin-image-optimiser - - - - ## [1.1.4](https://github.com/sardinedev/eleventy-plugins/compare/@sardine/eleventy-plugin-image-optimiser@1.1.3...@sardine/eleventy-plugin-image-optimiser@1.1.4) (2021-10-26) **Note:** Version bump only for package @sardine/eleventy-plugin-image-optimiser - - - - ## [1.1.3](https://github.com/sardinedev/eleventy-plugins/compare/@sardine/eleventy-plugin-image-optimiser@1.1.2...@sardine/eleventy-plugin-image-optimiser@1.1.3) (2021-07-04) ### Bug Fixes diff --git a/packages/image-optimiser/package.json b/packages/image-optimiser/package.json index fc97c15..dd4747e 100644 --- a/packages/image-optimiser/package.json +++ b/packages/image-optimiser/package.json @@ -1,6 +1,6 @@ { "name": "@sardine/eleventy-plugin-image-optimiser", - "version": "1.1.5", + "version": "1.2.0", "description": "An eleventy plugin to optimise images", "keywords": [ "11ty", diff --git a/packages/tinycss/CHANGELOG.md b/packages/tinycss/CHANGELOG.md index 274f711..727da9b 100644 --- a/packages/tinycss/CHANGELOG.md +++ b/packages/tinycss/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.6.0 + +### Minor Changes + +- [#44](https://github.com/sardinedev/eleventy-plugins/pull/44) [`bd8722d`](https://github.com/sardinedev/eleventy-plugins/commit/bd8722d36b49f8686dd3d17aea82e489f5d853a5) Thanks [@Marabyte](https://github.com/Marabyte)! - chore: Update module export + All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. diff --git a/packages/tinycss/package.json b/packages/tinycss/package.json index bfdfa26..8223e49 100644 --- a/packages/tinycss/package.json +++ b/packages/tinycss/package.json @@ -1,6 +1,6 @@ { "name": "@sardine/eleventy-plugin-tinycss", - "version": "1.5.2", + "version": "1.6.0", "description": "A plugin for 11ty to minify and optimise CSS", "keywords": [ "11ty", diff --git a/packages/tinyhtml/CHANGELOG.md b/packages/tinyhtml/CHANGELOG.md index 1fc0ee0..d59cb81 100644 --- a/packages/tinyhtml/CHANGELOG.md +++ b/packages/tinyhtml/CHANGELOG.md @@ -1,22 +1,22 @@ # Change Log +## 0.2.0 + +### Minor Changes + +- [#44](https://github.com/sardinedev/eleventy-plugins/pull/44) [`bd8722d`](https://github.com/sardinedev/eleventy-plugins/commit/bd8722d36b49f8686dd3d17aea82e489f5d853a5) Thanks [@Marabyte](https://github.com/Marabyte)! - chore: Update module export + All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [0.1.1](https://github.com/sardinedev/eleventy-plugins/compare/@sardine/eleventy-plugin-tinyhtml@0.1.0...@sardine/eleventy-plugin-tinyhtml@0.1.1) (2021-06-20) - ### Bug Fixes -* missing tests ([b58f69e](https://github.com/sardinedev/eleventy-plugins/commit/b58f69edeafb2f37073df3dd9a30d2a59fff03d7)) - - - - +- missing tests ([b58f69e](https://github.com/sardinedev/eleventy-plugins/commit/b58f69edeafb2f37073df3dd9a30d2a59fff03d7)) # 0.1.0 (2021-04-08) - ### Features -* add tinyHTML ([b5444ea](https://github.com/sardinedev/eleventy-plugins/commit/b5444ea4374ddac9496e4200798ab811c8a465fa)) +- add tinyHTML ([b5444ea](https://github.com/sardinedev/eleventy-plugins/commit/b5444ea4374ddac9496e4200798ab811c8a465fa)) diff --git a/packages/tinyhtml/package.json b/packages/tinyhtml/package.json index 38967ec..cb68933 100644 --- a/packages/tinyhtml/package.json +++ b/packages/tinyhtml/package.json @@ -1,6 +1,6 @@ { "name": "@sardine/eleventy-plugin-tinyhtml", - "version": "0.1.1", + "version": "0.2.0", "description": "A plugin for 11ty to minify and optimise HTML", "keywords": [ "11ty", diff --git a/packages/tinysvg/CHANGELOG.md b/packages/tinysvg/CHANGELOG.md index 5f1d3a9..c3da6b3 100644 --- a/packages/tinysvg/CHANGELOG.md +++ b/packages/tinysvg/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.2.0 + +### Minor Changes + +- [#44](https://github.com/sardinedev/eleventy-plugins/pull/44) [`bd8722d`](https://github.com/sardinedev/eleventy-plugins/commit/bd8722d36b49f8686dd3d17aea82e489f5d853a5) Thanks [@Marabyte](https://github.com/Marabyte)! - chore: Update module export + All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. @@ -7,39 +13,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @sardine/eleventy-plugin-tinysvg - - - - ## [1.1.2](https://github.com/sardinedev/eleventy-plugins/compare/@sardine/eleventy-plugin-tinysvg@1.1.1...@sardine/eleventy-plugin-tinysvg@1.1.2) (2021-10-26) **Note:** Version bump only for package @sardine/eleventy-plugin-tinysvg - - - - ## [1.1.1](https://github.com/sardinedev/eleventy-plugins/compare/@sardine/eleventy-plugin-tinysvg@1.1.0...@sardine/eleventy-plugin-tinysvg@1.1.1) (2021-06-20) - ### Bug Fixes -* missing tests ([b58f69e](https://github.com/sardinedev/eleventy-plugins/commit/b58f69edeafb2f37073df3dd9a30d2a59fff03d7)) - - - - +- missing tests ([b58f69e](https://github.com/sardinedev/eleventy-plugins/commit/b58f69edeafb2f37073df3dd9a30d2a59fff03d7)) # 1.1.0 (2021-04-10) - ### Features -* TinySVG release ([1d50d9c](https://github.com/sardinedev/eleventy-plugins/commit/1d50d9cbe1fe8f10a882f0a4421c9b77d1b9f1e5)) - - - - +- TinySVG release ([1d50d9c](https://github.com/sardinedev/eleventy-plugins/commit/1d50d9cbe1fe8f10a882f0a4421c9b77d1b9f1e5)) ## 0.0.1 (2021-03-16) diff --git a/packages/tinysvg/package.json b/packages/tinysvg/package.json index 93ee88a..2ca78a7 100644 --- a/packages/tinysvg/package.json +++ b/packages/tinysvg/package.json @@ -1,6 +1,6 @@ { "name": "@sardine/eleventy-plugin-tinysvg", - "version": "1.1.3", + "version": "1.2.0", "description": "An eleventy plugin to minify and optimise SVG", "keywords": [ "11ty",