From c69de48ab750c6fce827124578f0d15baae389f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 5 Aug 2026 14:37:00 +0000 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 17 +++++++++++++++++ packages/bundler-utils/CHANGELOG.md | 11 +++++++++++ packages/cli/CHANGELOG.md | 11 +++++++++++ packages/core/CHANGELOG.md | 11 +++++++++++ packages/loader/CHANGELOG.md | 11 +++++++++++ packages/runtime/CHANGELOG.md | 10 ++++++++++ packages/vite-plugin/CHANGELOG.md | 10 ++++++++++ 7 files changed, 81 insertions(+) create mode 100644 CHANGELOG.md create mode 100644 packages/bundler-utils/CHANGELOG.md create mode 100644 packages/cli/CHANGELOG.md create mode 100644 packages/core/CHANGELOG.md create mode 100644 packages/loader/CHANGELOG.md create mode 100644 packages/runtime/CHANGELOG.md create mode 100644 packages/vite-plugin/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..93c4c7a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 1.0.0 (2026-08-05) + +### Features + +* **bundler-utils:** add shared bundler machinery ([#5](https://github.com/TrigenSoftware/srcset/issues/5)) ([fd072e6](https://github.com/TrigenSoftware/srcset/commit/fd072e6c76b6aef9e5cbdd5a2ce668e145881c03)) +* **cli:** add command line tool ([#2](https://github.com/TrigenSoftware/srcset/issues/2)) ([cc5c841](https://github.com/TrigenSoftware/srcset/commit/cc5c8413f5207e8aca447871518b11ab75b2a4cc)) +* **core:** add image processing engine ([#1](https://github.com/TrigenSoftware/srcset/issues/1)) ([7ddce44](https://github.com/TrigenSoftware/srcset/commit/7ddce44f981a25f71a473f26b0a7471e957944f4)) +* **core:** disk cache storage for generated variants ([#8](https://github.com/TrigenSoftware/srcset/issues/8)) ([4a1bf7d](https://github.com/TrigenSoftware/srcset/commit/4a1bf7dd8d780f6d15ebbaa3f960041ce8fa021f)) +* **loader:** add webpack and Rspack loader ([#6](https://github.com/TrigenSoftware/srcset/issues/6)) ([79a0a82](https://github.com/TrigenSoftware/srcset/commit/79a0a8215162be9ce134754e5486366c23efd9fd)) +* rules apply first match by default with fallthrough opt-in ([a044cb2](https://github.com/TrigenSoftware/srcset/commit/a044cb24fa181f5da595498fe8b0671444f6e546)) +* **runtime:** add browser runtime helpers ([#4](https://github.com/TrigenSoftware/srcset/issues/4)) ([9366144](https://github.com/TrigenSoftware/srcset/commit/9366144e1ca5f5287c7ffdbf443c71afe751881b)) +* **vite-plugin:** add Vite plugin ([#7](https://github.com/TrigenSoftware/srcset/issues/7)) ([be02c44](https://github.com/TrigenSoftware/srcset/commit/be02c44976c954d1e1511306e5b186b4a4aa1471)) diff --git a/packages/bundler-utils/CHANGELOG.md b/packages/bundler-utils/CHANGELOG.md new file mode 100644 index 0000000..2d31184 --- /dev/null +++ b/packages/bundler-utils/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 1.0.0 (2026-08-05) + +### Features + +* add shared bundler machinery ([#5](https://github.com/TrigenSoftware/srcset/issues/5)) ([fd072e6](https://github.com/TrigenSoftware/srcset/commit/fd072e6c76b6aef9e5cbdd5a2ce668e145881c03)) +* rules apply first match by default with fallthrough opt-in ([a044cb2](https://github.com/TrigenSoftware/srcset/commit/a044cb24fa181f5da595498fe8b0671444f6e546)) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md new file mode 100644 index 0000000..ebd729a --- /dev/null +++ b/packages/cli/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 1.0.0 (2026-08-05) + +### Features + +* add command line tool ([#2](https://github.com/TrigenSoftware/srcset/issues/2)) ([cc5c841](https://github.com/TrigenSoftware/srcset/commit/cc5c8413f5207e8aca447871518b11ab75b2a4cc)) +* rules apply first match by default with fallthrough opt-in ([a044cb2](https://github.com/TrigenSoftware/srcset/commit/a044cb24fa181f5da595498fe8b0671444f6e546)) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md new file mode 100644 index 0000000..17af51e --- /dev/null +++ b/packages/core/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 1.0.0 (2026-08-05) + +### Features + +* add image processing engine ([#1](https://github.com/TrigenSoftware/srcset/issues/1)) ([7ddce44](https://github.com/TrigenSoftware/srcset/commit/7ddce44f981a25f71a473f26b0a7471e957944f4)) +* disk cache storage for generated variants ([#8](https://github.com/TrigenSoftware/srcset/issues/8)) ([4a1bf7d](https://github.com/TrigenSoftware/srcset/commit/4a1bf7dd8d780f6d15ebbaa3f960041ce8fa021f)) diff --git a/packages/loader/CHANGELOG.md b/packages/loader/CHANGELOG.md new file mode 100644 index 0000000..ef038b4 --- /dev/null +++ b/packages/loader/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 1.0.0 (2026-08-05) + +### Features + +* add webpack and Rspack loader ([#6](https://github.com/TrigenSoftware/srcset/issues/6)) ([79a0a82](https://github.com/TrigenSoftware/srcset/commit/79a0a8215162be9ce134754e5486366c23efd9fd)) +* rules apply first match by default with fallthrough opt-in ([a044cb2](https://github.com/TrigenSoftware/srcset/commit/a044cb24fa181f5da595498fe8b0671444f6e546)) diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md new file mode 100644 index 0000000..3b9bff0 --- /dev/null +++ b/packages/runtime/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 1.0.0 (2026-08-05) + +### Features + +* add browser runtime helpers ([#4](https://github.com/TrigenSoftware/srcset/issues/4)) ([9366144](https://github.com/TrigenSoftware/srcset/commit/9366144e1ca5f5287c7ffdbf443c71afe751881b)) diff --git a/packages/vite-plugin/CHANGELOG.md b/packages/vite-plugin/CHANGELOG.md new file mode 100644 index 0000000..c89fada --- /dev/null +++ b/packages/vite-plugin/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 1.0.0 (2026-08-05) + +### Features + +* add Vite plugin ([#7](https://github.com/TrigenSoftware/srcset/issues/7)) ([be02c44](https://github.com/TrigenSoftware/srcset/commit/be02c44976c954d1e1511306e5b186b4a4aa1471))