From 5579c48498a6474ab114bd537ecee849a8dd5078 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 6 Jan 2025 20:04:27 +0000 Subject: [PATCH] Version Packages --- .changeset/curly-needles-live.md | 7 ------- .changeset/lemon-queens-sneeze.md | 5 ----- .changeset/metal-paws-try.md | 11 ----------- .changeset/red-clocks-train.md | 7 ------- .changeset/tender-mayflies-love.md | 5 ----- packages/build-utils/CHANGELOG.md | 9 +++++++++ packages/build-utils/package.json | 2 +- packages/cdn/CHANGELOG.md | 15 +++++++++++++++ packages/cdn/package.json | 2 +- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- packages/ember/CHANGELOG.md | 14 ++++++++++++++ packages/ember/package.json | 2 +- packages/solid/CHANGELOG.md | 14 ++++++++++++++ packages/solid/package.json | 2 +- packages/vite-plugin/CHANGELOG.md | 10 ++++++++++ packages/vite-plugin/package.json | 2 +- packages/wc/CHANGELOG.md | 9 +++++++++ packages/wc/package.json | 2 +- packages/webpack/CHANGELOG.md | 10 ++++++++++ packages/webpack/package.json | 2 +- 21 files changed, 95 insertions(+), 43 deletions(-) delete mode 100644 .changeset/curly-needles-live.md delete mode 100644 .changeset/lemon-queens-sneeze.md delete mode 100644 .changeset/metal-paws-try.md delete mode 100644 .changeset/red-clocks-train.md delete mode 100644 .changeset/tender-mayflies-love.md create mode 100644 packages/solid/CHANGELOG.md diff --git a/.changeset/curly-needles-live.md b/.changeset/curly-needles-live.md deleted file mode 100644 index 09cf8916e..000000000 --- a/.changeset/curly-needles-live.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@responsive-image/solid': major ---- - -Add support for Solid - -Adds a new `@responsive-image/solid` package providing the image component with a native [Solid](https://www.solidjs.com/) implementation. diff --git a/.changeset/lemon-queens-sneeze.md b/.changeset/lemon-queens-sneeze.md deleted file mode 100644 index c1698d704..000000000 --- a/.changeset/lemon-queens-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@responsive-image/ember": patch ---- - -Better workaround for lazy loading issue in Firefox diff --git a/.changeset/metal-paws-try.md b/.changeset/metal-paws-try.md deleted file mode 100644 index 1913dbe41..000000000 --- a/.changeset/metal-paws-try.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@responsive-image/build-utils': patch -'@responsive-image/vite-plugin': patch -'@responsive-image/webpack': patch -'@responsive-image/ember': patch -'@responsive-image/core': patch -'@responsive-image/cdn': patch -'@responsive-image/wc': patch ---- - -Cleanup and update package.json meta data diff --git a/.changeset/red-clocks-train.md b/.changeset/red-clocks-train.md deleted file mode 100644 index f29644aeb..000000000 --- a/.changeset/red-clocks-train.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@responsive-image/cdn': minor ---- - -Add aspectRatio option - -Provider functions for image CDNs support an `aspectRatio` parameter to set the aspect ratio of the remote image, allowing the image component to render proper `width` and `height` attributes to prevent layout shift. diff --git a/.changeset/tender-mayflies-love.md b/.changeset/tender-mayflies-love.md deleted file mode 100644 index 7a715abb9..000000000 --- a/.changeset/tender-mayflies-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@responsive-image/ember': patch ---- - -Migrate component to gts format diff --git a/packages/build-utils/CHANGELOG.md b/packages/build-utils/CHANGELOG.md index 069f49b27..9f1969bec 100644 --- a/packages/build-utils/CHANGELOG.md +++ b/packages/build-utils/CHANGELOG.md @@ -1,5 +1,14 @@ # @responsive-image/build-utils +## 1.0.1 + +### Patch Changes + +- [#883](https://github.com/simonihmig/responsive-image/pull/883) [`4c13f20`](https://github.com/simonihmig/responsive-image/commit/4c13f20f912a5308a347695798a8bc0c7c4187a1) Thanks [@simonihmig](https://github.com/simonihmig)! - Cleanup and update package.json meta data + +- Updated dependencies [[`4c13f20`](https://github.com/simonihmig/responsive-image/commit/4c13f20f912a5308a347695798a8bc0c7c4187a1)]: + - @responsive-image/core@1.0.1 + ## 1.0.0 ### Minor Changes diff --git a/packages/build-utils/package.json b/packages/build-utils/package.json index f218372f6..cd12b5230 100644 --- a/packages/build-utils/package.json +++ b/packages/build-utils/package.json @@ -1,6 +1,6 @@ { "name": "@responsive-image/build-utils", - "version": "1.0.0", + "version": "1.0.1", "description": "Internal package for shared build-related code as part of the ResponsiveImage project", "keywords": [ "responsive image", diff --git a/packages/cdn/CHANGELOG.md b/packages/cdn/CHANGELOG.md index 258d354b8..cd9d9015b 100644 --- a/packages/cdn/CHANGELOG.md +++ b/packages/cdn/CHANGELOG.md @@ -1,5 +1,20 @@ # @responsive-image/cdn +## 1.1.0 + +### Minor Changes + +- [#881](https://github.com/simonihmig/responsive-image/pull/881) [`fec0c61`](https://github.com/simonihmig/responsive-image/commit/fec0c61449a2b8568884612731dfb4c68acfbe20) Thanks [@simonihmig](https://github.com/simonihmig)! - Add aspectRatio option + + Provider functions for image CDNs support an `aspectRatio` parameter to set the aspect ratio of the remote image, allowing the image component to render proper `width` and `height` attributes to prevent layout shift. + +### Patch Changes + +- [#883](https://github.com/simonihmig/responsive-image/pull/883) [`4c13f20`](https://github.com/simonihmig/responsive-image/commit/4c13f20f912a5308a347695798a8bc0c7c4187a1) Thanks [@simonihmig](https://github.com/simonihmig)! - Cleanup and update package.json meta data + +- Updated dependencies [[`4c13f20`](https://github.com/simonihmig/responsive-image/commit/4c13f20f912a5308a347695798a8bc0c7c4187a1)]: + - @responsive-image/core@1.0.1 + ## 1.0.0 ### Major Changes diff --git a/packages/cdn/package.json b/packages/cdn/package.json index 183827585..d09c9c700 100644 --- a/packages/cdn/package.json +++ b/packages/cdn/package.json @@ -1,6 +1,6 @@ { "name": "@responsive-image/cdn", - "version": "1.0.0", + "version": "1.1.0", "description": "Support for loading remote images from Image CDNs", "keywords": [ "responsive image", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 77c4e5280..c28732168 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @responsive-image/core +## 1.0.1 + +### Patch Changes + +- [#883](https://github.com/simonihmig/responsive-image/pull/883) [`4c13f20`](https://github.com/simonihmig/responsive-image/commit/4c13f20f912a5308a347695798a8bc0c7c4187a1) Thanks [@simonihmig](https://github.com/simonihmig)! - Cleanup and update package.json meta data + ## 1.0.0 ### Major Changes diff --git a/packages/core/package.json b/packages/core/package.json index a4dd2cbaa..732f5c221 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@responsive-image/core", - "version": "1.0.0", + "version": "1.0.1", "description": "Internal core functions and config for the ResponsiveImage project", "keywords": [ "responsive image", diff --git a/packages/ember/CHANGELOG.md b/packages/ember/CHANGELOG.md index 09697cf6d..b19c9b16a 100644 --- a/packages/ember/CHANGELOG.md +++ b/packages/ember/CHANGELOG.md @@ -1,5 +1,19 @@ # ember-responsive-image +## 1.0.1 + +### Patch Changes + +- [#874](https://github.com/simonihmig/responsive-image/pull/874) [`5359bbe`](https://github.com/simonihmig/responsive-image/commit/5359bbe68daf6f16521f7297848675f77f97319f) Thanks [@simonihmig](https://github.com/simonihmig)! - Better workaround for lazy loading issue in Firefox + +- [#883](https://github.com/simonihmig/responsive-image/pull/883) [`4c13f20`](https://github.com/simonihmig/responsive-image/commit/4c13f20f912a5308a347695798a8bc0c7c4187a1) Thanks [@simonihmig](https://github.com/simonihmig)! - Cleanup and update package.json meta data + +- [#866](https://github.com/simonihmig/responsive-image/pull/866) [`2203965`](https://github.com/simonihmig/responsive-image/commit/220396501332b4235e665072f4d23b4a2102628e) Thanks [@simonihmig](https://github.com/simonihmig)! - Migrate component to gts format + +- Updated dependencies [[`4c13f20`](https://github.com/simonihmig/responsive-image/commit/4c13f20f912a5308a347695798a8bc0c7c4187a1), [`fec0c61`](https://github.com/simonihmig/responsive-image/commit/fec0c61449a2b8568884612731dfb4c68acfbe20)]: + - @responsive-image/core@1.0.1 + - @responsive-image/cdn@1.1.0 + ## 1.0.0 ### Major Changes diff --git a/packages/ember/package.json b/packages/ember/package.json index fdb716c7a..6dd10c3f4 100644 --- a/packages/ember/package.json +++ b/packages/ember/package.json @@ -1,6 +1,6 @@ { "name": "@responsive-image/ember", - "version": "1.0.0", + "version": "1.0.1", "description": "Ember addon to render responsive images, provided as locally processed images or loaded remotely from Image CDNs", "keywords": [ "ember-addon", diff --git a/packages/solid/CHANGELOG.md b/packages/solid/CHANGELOG.md new file mode 100644 index 000000000..d81aa74f8 --- /dev/null +++ b/packages/solid/CHANGELOG.md @@ -0,0 +1,14 @@ +# @responsive-image/solid + +## 1.0.0 + +### Major Changes + +- [#861](https://github.com/simonihmig/responsive-image/pull/861) [`be0d0b8`](https://github.com/simonihmig/responsive-image/commit/be0d0b801d21a92159eabf6faee92b844cc9ed24) Thanks [@simonihmig](https://github.com/simonihmig)! - Add support for Solid + + Adds a new `@responsive-image/solid` package providing the image component with a native [Solid](https://www.solidjs.com/) implementation. + +### Patch Changes + +- Updated dependencies [[`4c13f20`](https://github.com/simonihmig/responsive-image/commit/4c13f20f912a5308a347695798a8bc0c7c4187a1)]: + - @responsive-image/core@1.0.1 diff --git a/packages/solid/package.json b/packages/solid/package.json index 715fe918a..6f48b530a 100644 --- a/packages/solid/package.json +++ b/packages/solid/package.json @@ -1,6 +1,6 @@ { "name": "@responsive-image/solid", - "version": "0.0.0", + "version": "1.0.0", "description": "Solid.js component to render responsive images, provided as locally processed images or loaded remotely from Image CDNs", "keywords": [ "responsive image", diff --git a/packages/vite-plugin/CHANGELOG.md b/packages/vite-plugin/CHANGELOG.md index 5b111285a..5e573e55b 100644 --- a/packages/vite-plugin/CHANGELOG.md +++ b/packages/vite-plugin/CHANGELOG.md @@ -1,5 +1,15 @@ # @responsive-image/vite-plugin +## 1.0.1 + +### Patch Changes + +- [#883](https://github.com/simonihmig/responsive-image/pull/883) [`4c13f20`](https://github.com/simonihmig/responsive-image/commit/4c13f20f912a5308a347695798a8bc0c7c4187a1) Thanks [@simonihmig](https://github.com/simonihmig)! - Cleanup and update package.json meta data + +- Updated dependencies [[`4c13f20`](https://github.com/simonihmig/responsive-image/commit/4c13f20f912a5308a347695798a8bc0c7c4187a1)]: + - @responsive-image/build-utils@1.0.1 + - @responsive-image/core@1.0.1 + ## 1.0.0 ### Minor Changes diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index fbfbcd941..4836888a3 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@responsive-image/vite-plugin", - "version": "1.0.0", + "version": "1.0.1", "description": "Vite plugins to process and resize responsive images", "repository": "https://github.com/simonihmig/responsive-image", "license": "MIT", diff --git a/packages/wc/CHANGELOG.md b/packages/wc/CHANGELOG.md index 6cc229816..22fac37d4 100644 --- a/packages/wc/CHANGELOG.md +++ b/packages/wc/CHANGELOG.md @@ -1,5 +1,14 @@ # @responsive-image/wc +## 1.0.1 + +### Patch Changes + +- [#883](https://github.com/simonihmig/responsive-image/pull/883) [`4c13f20`](https://github.com/simonihmig/responsive-image/commit/4c13f20f912a5308a347695798a8bc0c7c4187a1) Thanks [@simonihmig](https://github.com/simonihmig)! - Cleanup and update package.json meta data + +- Updated dependencies [[`4c13f20`](https://github.com/simonihmig/responsive-image/commit/4c13f20f912a5308a347695798a8bc0c7c4187a1)]: + - @responsive-image/core@1.0.1 + ## 1.0.0 ### Major Changes diff --git a/packages/wc/package.json b/packages/wc/package.json index 6019c8b28..03d5bce96 100644 --- a/packages/wc/package.json +++ b/packages/wc/package.json @@ -1,6 +1,6 @@ { "name": "@responsive-image/wc", - "version": "1.0.0", + "version": "1.0.1", "description": "Web component to render responsive images, provided as locally processed images or loaded remotely from Image CDNs", "keywords": [ "responsive image", diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index dafe59a0e..3f35d8fe2 100644 --- a/packages/webpack/CHANGELOG.md +++ b/packages/webpack/CHANGELOG.md @@ -1,5 +1,15 @@ # @ember-responsive-image/webpack +## 1.0.1 + +### Patch Changes + +- [#883](https://github.com/simonihmig/responsive-image/pull/883) [`4c13f20`](https://github.com/simonihmig/responsive-image/commit/4c13f20f912a5308a347695798a8bc0c7c4187a1) Thanks [@simonihmig](https://github.com/simonihmig)! - Cleanup and update package.json meta data + +- Updated dependencies [[`4c13f20`](https://github.com/simonihmig/responsive-image/commit/4c13f20f912a5308a347695798a8bc0c7c4187a1)]: + - @responsive-image/build-utils@1.0.1 + - @responsive-image/core@1.0.1 + ## 1.0.0 ### Major Changes diff --git a/packages/webpack/package.json b/packages/webpack/package.json index ae612ac39..01c784165 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@responsive-image/webpack", - "version": "1.0.0", + "version": "1.0.1", "description": "Webpack loaders to process and resize responsive images", "keywords": [ "responsive image",