From c7299dcda673273864371ba7a7c0e5fda706e48e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 17 Nov 2024 13:14:44 +0000 Subject: [PATCH] Version Packages (beta) --- .changeset/pre.json | 13 ++++++++++++- apps/wc-lit/CHANGELOG.md | 10 ++++++++++ apps/wc-lit/package.json | 2 +- packages/build-utils/CHANGELOG.md | 7 +++++++ packages/build-utils/package.json | 2 +- packages/cdn/CHANGELOG.md | 13 +++++++++++++ packages/cdn/package.json | 2 +- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- packages/ember/CHANGELOG.md | 22 ++++++++++++++++++++++ packages/ember/package.json | 2 +- packages/vite-plugin/CHANGELOG.md | 12 ++++++++++++ packages/vite-plugin/package.json | 2 +- packages/wc/CHANGELOG.md | 22 ++++++++++++++++++++++ packages/wc/package.json | 2 +- packages/webpack/CHANGELOG.md | 12 ++++++++++++ packages/webpack/package.json | 2 +- 17 files changed, 124 insertions(+), 9 deletions(-) create mode 100644 apps/wc-lit/CHANGELOG.md create mode 100644 packages/wc/CHANGELOG.md diff --git a/.changeset/pre.json b/.changeset/pre.json index 19b6a5bc2..1952ba061 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -14,24 +14,35 @@ "ember-webpack": "0.0.0", "@responsive-image/vite-plugin": "1.0.0-beta.0", "docs": "0.0.0", - "@responsive-image/build-utils": "1.0.0-beta.0" + "@responsive-image/build-utils": "1.0.0-beta.0", + "wc-lit": "0.0.0", + "@responsive-image/wc": "1.0.0-beta.0" }, "changesets": [ "brave-bobcats-kneel", + "brave-forks-cry", + "breezy-bats-attend", "bright-ligers-tell", + "brown-kids-wash", "calm-eels-wash", + "cuddly-knives-sell", "cyan-clocks-speak", "cyan-teachers-glow", "cyan-walls-grin", "eleven-pans-poke", "fluffy-jeans-breathe", "great-llamas-buy", + "lucky-llamas-mix", "mean-pots-glow", + "moody-fireants-remain", "nasty-bobcats-visit", + "sweet-days-itch", "tasty-ads-guess", + "three-singers-taste", "tidy-toys-hide", "two-trains-tease", "violet-vans-peel", + "weak-beds-act", "wet-wolves-relax" ] } diff --git a/apps/wc-lit/CHANGELOG.md b/apps/wc-lit/CHANGELOG.md new file mode 100644 index 000000000..1362aa6c7 --- /dev/null +++ b/apps/wc-lit/CHANGELOG.md @@ -0,0 +1,10 @@ +# wc-lit + +## 0.0.1-beta.0 + +### Patch Changes + +- Updated dependencies [[`fee0cb5`](https://github.com/simonihmig/responsive-image/commit/fee0cb5a6deb05556f556f1a5f25549fa9e05598), [`da0f40c`](https://github.com/simonihmig/responsive-image/commit/da0f40cfd1cfeca1b4005d6359a40b01c4f66b7d), [`486695e`](https://github.com/simonihmig/responsive-image/commit/486695e083446f6a9c7deda5c086fbb641cee967), [`92f957f`](https://github.com/simonihmig/responsive-image/commit/92f957fcc18fa9485a3f9591b77ca61ff3dd48dc), [`05815c0`](https://github.com/simonihmig/responsive-image/commit/05815c0095c2d3f00d7dcc2028a7a224dad5e349), [`55c502c`](https://github.com/simonihmig/responsive-image/commit/55c502c7da6e0fe86e0ffb2c5ec2f3d39e82679d)]: + - @responsive-image/wc@1.0.0-beta.1 + - @responsive-image/core@1.0.0-beta.2 + - @responsive-image/cdn@1.0.0-beta.3 diff --git a/apps/wc-lit/package.json b/apps/wc-lit/package.json index 372e91a72..32470ce2a 100644 --- a/apps/wc-lit/package.json +++ b/apps/wc-lit/package.json @@ -1,7 +1,7 @@ { "name": "wc-lit", "private": true, - "version": "0.0.0", + "version": "0.0.1-beta.0", "type": "module", "scripts": { "start": "vite", diff --git a/packages/build-utils/CHANGELOG.md b/packages/build-utils/CHANGELOG.md index 0f138301e..c1ae19efc 100644 --- a/packages/build-utils/CHANGELOG.md +++ b/packages/build-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # @responsive-image/build-utils +## 1.0.0-beta.2 + +### Patch Changes + +- Updated dependencies [[`92f957f`](https://github.com/simonihmig/responsive-image/commit/92f957fcc18fa9485a3f9591b77ca61ff3dd48dc)]: + - @responsive-image/core@1.0.0-beta.2 + ## 1.0.0-beta.1 ### Minor Changes diff --git a/packages/build-utils/package.json b/packages/build-utils/package.json index a289fa036..ee4ec8a5e 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-beta.1", + "version": "1.0.0-beta.2", "description": "Internal package for shared build-related code as part of the ResponsiveImage project", "repository": "https://github.com/simonihmig/responsive-image", "license": "MIT", diff --git a/packages/cdn/CHANGELOG.md b/packages/cdn/CHANGELOG.md index 879d1ef0f..7e83a8227 100644 --- a/packages/cdn/CHANGELOG.md +++ b/packages/cdn/CHANGELOG.md @@ -1,5 +1,18 @@ # @responsive-image/cdn +## 1.0.0-beta.3 + +### Major Changes + +- [#737](https://github.com/simonihmig/responsive-image/pull/737) [`55c502c`](https://github.com/simonihmig/responsive-image/commit/55c502c7da6e0fe86e0ffb2c5ec2f3d39e82679d) Thanks [@simonihmig](https://github.com/simonihmig)! - Refactor the way to set config + + The `ember` package does not read from `config/addons.js` anymore. Instead an explicit runtime call to `setConfig()` is needed, same as for the `wc` package. The `cdn` package reads its config from the `cdn` namespace. + +### Patch Changes + +- Updated dependencies [[`92f957f`](https://github.com/simonihmig/responsive-image/commit/92f957fcc18fa9485a3f9591b77ca61ff3dd48dc)]: + - @responsive-image/core@1.0.0-beta.2 + ## 1.0.0-beta.2 ### Major Changes diff --git a/packages/cdn/package.json b/packages/cdn/package.json index d347353a6..3909ad800 100644 --- a/packages/cdn/package.json +++ b/packages/cdn/package.json @@ -1,6 +1,6 @@ { "name": "@responsive-image/cdn", - "version": "1.0.0-beta.2", + "version": "1.0.0-beta.3", "description": "Support for loading remote images from Image CDNs as part of the ResponsiveImage project", "repository": "https://github.com/simonihmig/responsive-image", "license": "MIT", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b94c46168..55280f6e2 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @responsive-image/core +## 1.0.0-beta.2 + +### Patch Changes + +- [#726](https://github.com/simonihmig/responsive-image/pull/726) [`92f957f`](https://github.com/simonihmig/responsive-image/commit/92f957fcc18fa9485a3f9591b77ca61ff3dd48dc) Thanks [@simonihmig](https://github.com/simonihmig)! - Extract BlurHash utils onto core + ## 1.0.0-beta.1 ### Major Changes diff --git a/packages/core/package.json b/packages/core/package.json index 5616d02d5..f18c45694 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@responsive-image/core", - "version": "1.0.0-beta.1", + "version": "1.0.0-beta.2", "description": "Internal core functions and config for the ResponsiveImage project", "repository": "https://github.com/simonihmig/responsive-image", "license": "MIT", diff --git a/packages/ember/CHANGELOG.md b/packages/ember/CHANGELOG.md index 95547abde..1589753d1 100644 --- a/packages/ember/CHANGELOG.md +++ b/packages/ember/CHANGELOG.md @@ -1,5 +1,27 @@ # ember-responsive-image +## 1.0.0-beta.4 + +### Major Changes + +- [#752](https://github.com/simonihmig/responsive-image/pull/752) [`9f6c96e`](https://github.com/simonihmig/responsive-image/commit/9f6c96eb4b63b6ce97fdb218befa3e9e064c564a) Thanks [@simonihmig](https://github.com/simonihmig)! - Drop support for Ember < 4.12 + +- [#737](https://github.com/simonihmig/responsive-image/pull/737) [`55c502c`](https://github.com/simonihmig/responsive-image/commit/55c502c7da6e0fe86e0ffb2c5ec2f3d39e82679d) Thanks [@simonihmig](https://github.com/simonihmig)! - Refactor the way to set config + + The `ember` package does not read from `config/addons.js` anymore. Instead an explicit runtime call to `setConfig()` is needed, same as for the `wc` package. The `cdn` package reads its config from the `cdn` namespace. + +### Patch Changes + +- [#744](https://github.com/simonihmig/responsive-image/pull/744) [`b370ed6`](https://github.com/simonihmig/responsive-image/commit/b370ed63f81d4d37a63f0b1f8117992d49aada6f) Thanks [@simonihmig](https://github.com/simonihmig)! - Refactor BlurHash usage in Ember + + Use dynamic import of local blurhash module instead of public asset, to let the bundler produce more robust output (e.g. custom publicPath) + +- [#726](https://github.com/simonihmig/responsive-image/pull/726) [`92f957f`](https://github.com/simonihmig/responsive-image/commit/92f957fcc18fa9485a3f9591b77ca61ff3dd48dc) Thanks [@simonihmig](https://github.com/simonihmig)! - Extract BlurHash utils onto core + +- Updated dependencies [[`92f957f`](https://github.com/simonihmig/responsive-image/commit/92f957fcc18fa9485a3f9591b77ca61ff3dd48dc), [`55c502c`](https://github.com/simonihmig/responsive-image/commit/55c502c7da6e0fe86e0ffb2c5ec2f3d39e82679d)]: + - @responsive-image/core@1.0.0-beta.2 + - @responsive-image/cdn@1.0.0-beta.3 + ## 1.0.0-beta.3 ### Minor Changes diff --git a/packages/ember/package.json b/packages/ember/package.json index 2f7e2c706..9fdb0c267 100644 --- a/packages/ember/package.json +++ b/packages/ember/package.json @@ -1,6 +1,6 @@ { "name": "@responsive-image/ember", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "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/vite-plugin/CHANGELOG.md b/packages/vite-plugin/CHANGELOG.md index 248b71cae..7dec8f90d 100644 --- a/packages/vite-plugin/CHANGELOG.md +++ b/packages/vite-plugin/CHANGELOG.md @@ -1,5 +1,17 @@ # @responsive-image/vite-plugin +## 1.0.0-beta.3 + +### Patch Changes + +- [#681](https://github.com/simonihmig/responsive-image/pull/681) [`4b08662`](https://github.com/simonihmig/responsive-image/commit/4b086620f9d1347fc26d21c6ca076775046bd547) Thanks [@simonihmig](https://github.com/simonihmig)! - Support `aspect` ratio parameter correctly + + When `aspect` is given (via import query params), the height of the image is adjusted to match when resizing, and the image component will correctly render with the new aspect ratio, rather than that of the original image. + +- Updated dependencies [[`92f957f`](https://github.com/simonihmig/responsive-image/commit/92f957fcc18fa9485a3f9591b77ca61ff3dd48dc)]: + - @responsive-image/core@1.0.0-beta.2 + - @responsive-image/build-utils@1.0.0-beta.2 + ## 1.0.0-beta.2 ### Minor Changes diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index 7055532b1..2ed30ebea 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-beta.2", + "version": "1.0.0-beta.3", "description": "Vite plugins that process and resize images for use with the ResponsiveImage project", "repository": "https://github.com/simonihmig/responsive-image", "license": "MIT", diff --git a/packages/wc/CHANGELOG.md b/packages/wc/CHANGELOG.md new file mode 100644 index 000000000..ea80cf17f --- /dev/null +++ b/packages/wc/CHANGELOG.md @@ -0,0 +1,22 @@ +# @responsive-image/wc + +## 1.0.0-beta.1 + +### Major Changes + +- [#715](https://github.com/simonihmig/responsive-image/pull/715) [`fee0cb5`](https://github.com/simonihmig/responsive-image/commit/fee0cb5a6deb05556f556f1a5f25549fa9e05598) Thanks [@simonihmig](https://github.com/simonihmig)! - Introduce new `@responsive-image/wc` package for Lit-based web component support + + This package exposes a browser native [Web Component](https://developer.mozilla.org/en-US/docs/Web/API/Web_components#specifications). It is implemented using the [Lit](https://lit.dev/) library, but it can be used with any other [framework supporting web components](https://custom-elements-everywhere.com/), or none at all. + +### Minor Changes + +- [#726](https://github.com/simonihmig/responsive-image/pull/726) [`da0f40c`](https://github.com/simonihmig/responsive-image/commit/da0f40cfd1cfeca1b4005d6359a40b01c4f66b7d) Thanks [@simonihmig](https://github.com/simonihmig)! - Add BlurHash support to web component + +- [#762](https://github.com/simonihmig/responsive-image/pull/762) [`486695e`](https://github.com/simonihmig/responsive-image/commit/486695e083446f6a9c7deda5c086fbb641cee967) Thanks [@simonihmig](https://github.com/simonihmig)! - Support styling with :part(img) + +- [#763](https://github.com/simonihmig/responsive-image/pull/763) [`05815c0`](https://github.com/simonihmig/responsive-image/commit/05815c0095c2d3f00d7dcc2028a7a224dad5e349) Thanks [@simonihmig](https://github.com/simonihmig)! - Support customizing HTML image attributes in `@responsive-image/wc` + +### Patch Changes + +- Updated dependencies [[`92f957f`](https://github.com/simonihmig/responsive-image/commit/92f957fcc18fa9485a3f9591b77ca61ff3dd48dc)]: + - @responsive-image/core@1.0.0-beta.2 diff --git a/packages/wc/package.json b/packages/wc/package.json index b88eeb6fc..10607bc6f 100644 --- a/packages/wc/package.json +++ b/packages/wc/package.json @@ -3,7 +3,7 @@ "description": "Webcomponent to render responsive images, provided as locally processed images or loaded remotely from Image CDNs", "license": "MIT", "author": "Simon Ihmig ", - "version": "1.0.0-beta.0", + "version": "1.0.0-beta.1", "repository": "https://github.com/simonihmig/responsive-image", "type": "module", "main": "dist/src/index.js", diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index 40fdd8cb2..98de383c6 100644 --- a/packages/webpack/CHANGELOG.md +++ b/packages/webpack/CHANGELOG.md @@ -1,5 +1,17 @@ # @ember-responsive-image/webpack +## 1.0.0-beta.5 + +### Patch Changes + +- [#681](https://github.com/simonihmig/responsive-image/pull/681) [`4b08662`](https://github.com/simonihmig/responsive-image/commit/4b086620f9d1347fc26d21c6ca076775046bd547) Thanks [@simonihmig](https://github.com/simonihmig)! - Support `aspect` ratio parameter correctly + + When `aspect` is given (via import query params), the height of the image is adjusted to match when resizing, and the image component will correctly render with the new aspect ratio, rather than that of the original image. + +- Updated dependencies [[`92f957f`](https://github.com/simonihmig/responsive-image/commit/92f957fcc18fa9485a3f9591b77ca61ff3dd48dc)]: + - @responsive-image/core@1.0.0-beta.2 + - @responsive-image/build-utils@1.0.0-beta.2 + ## 1.0.0-beta.4 ### Minor Changes diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 5d9021c8f..e94cbc5f3 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@responsive-image/webpack", - "version": "1.0.0-beta.4", + "version": "1.0.0-beta.5", "description": "Webpack loaders that process and resize images for use with the ResponsiveImage project", "repository": "https://github.com/simonihmig/responsive-image", "license": "MIT",