diff --git a/.changeset/cyan-berries-wear.md b/.changeset/cyan-berries-wear.md deleted file mode 100644 index c2eac51..0000000 --- a/.changeset/cyan-berries-wear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sweetcorn/astro": minor ---- - -Adds proper types for the `dither` prop in Astro’s image APIs. Requires Astro 5.16.6 or higher. diff --git a/.changeset/goofy-trains-joke.md b/.changeset/goofy-trains-joke.md deleted file mode 100644 index f464bdc..0000000 --- a/.changeset/goofy-trains-joke.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@sweetcorn/astro": minor ---- - -Exports a type to help with typing code that interfaces with the `dither` prop: - -```ts -import type { DitheringAlgorithm } from '@sweetcorn/astro'; -``` diff --git a/.changeset/odd-bananas-wait.md b/.changeset/odd-bananas-wait.md deleted file mode 100644 index 2c6ecea..0000000 --- a/.changeset/odd-bananas-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"sweetcorn": patch ---- - -Improves `sweetcorn` compatibility with more Node environments diff --git a/.changeset/tough-owls-own.md b/.changeset/tough-owls-own.md deleted file mode 100644 index 1a88ef0..0000000 --- a/.changeset/tough-owls-own.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"sweetcorn": minor -"@sweetcorn/astro": minor ---- - -Adds 11 new threshold map dithering patterns diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 440aa04..4f7e7b1 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,24 @@ # @sweetcorn/astro +## 0.2.0 + +### Minor Changes + +- [#6](https://github.com/delucis/sweetcorn/pull/6) [`2f25d3e`](https://github.com/delucis/sweetcorn/commit/2f25d3e32676b5907cdb5e2c4454c7bcc7d97b0c) Thanks [@delucis](https://github.com/delucis)! - Adds proper types for the `dither` prop in Astro’s image APIs. Requires Astro 5.16.6 or higher. + +- [#6](https://github.com/delucis/sweetcorn/pull/6) [`2f25d3e`](https://github.com/delucis/sweetcorn/commit/2f25d3e32676b5907cdb5e2c4454c7bcc7d97b0c) Thanks [@delucis](https://github.com/delucis)! - Exports a type to help with typing code that interfaces with the `dither` prop: + + ```ts + import type { DitheringAlgorithm } from "@sweetcorn/astro"; + ``` + +- [`694d952`](https://github.com/delucis/sweetcorn/commit/694d9522dfb9162bf9e70771785405478fbc7375) Thanks [@delucis](https://github.com/delucis)! - Adds 11 new threshold map dithering patterns + +### Patch Changes + +- Updated dependencies [[`935d1fe`](https://github.com/delucis/sweetcorn/commit/935d1fec22e4e48dda033cf9fb5bfad93e2213f9), [`694d952`](https://github.com/delucis/sweetcorn/commit/694d9522dfb9162bf9e70771785405478fbc7375)]: + - sweetcorn@0.2.0 + ## 0.1.0 ### Minor Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 4583cde..0a138ce 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "@sweetcorn/astro", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "description": "A custom Astro image service to generate dithered images using Sweetcorn", "keywords": [ diff --git a/packages/sweetcorn/CHANGELOG.md b/packages/sweetcorn/CHANGELOG.md index 89d14df..ca9c988 100644 --- a/packages/sweetcorn/CHANGELOG.md +++ b/packages/sweetcorn/CHANGELOG.md @@ -1,5 +1,15 @@ # sweetcorn +## 0.2.0 + +### Minor Changes + +- [`694d952`](https://github.com/delucis/sweetcorn/commit/694d9522dfb9162bf9e70771785405478fbc7375) Thanks [@delucis](https://github.com/delucis)! - Adds 11 new threshold map dithering patterns + +### Patch Changes + +- [#4](https://github.com/delucis/sweetcorn/pull/4) [`935d1fe`](https://github.com/delucis/sweetcorn/commit/935d1fec22e4e48dda033cf9fb5bfad93e2213f9) Thanks [@delucis](https://github.com/delucis)! - Improves `sweetcorn` compatibility with more Node environments + ## 0.1.0 ### Minor Changes diff --git a/packages/sweetcorn/package.json b/packages/sweetcorn/package.json index 3fca35a..98fad2e 100644 --- a/packages/sweetcorn/package.json +++ b/packages/sweetcorn/package.json @@ -1,6 +1,6 @@ { "name": "sweetcorn", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "description": "JavaScript image dithering tools for Sharp", "keywords": [