Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cyan-berries-wear.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/goofy-trains-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-bananas-wait.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tough-owls-own.md

This file was deleted.

19 changes: 19 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
10 changes: 10 additions & 0 deletions packages/sweetcorn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/sweetcorn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sweetcorn",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"description": "JavaScript image dithering tools for Sharp",
"keywords": [
Expand Down