From cbf1326719018239bcafa70f9f4ecb2fd0c299c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 9 Dec 2024 21:17:16 +0000 Subject: [PATCH] Version Packages (beta) --- .changeset/pre.json | 5 +++++ packages/build-utils/CHANGELOG.md | 7 +++++++ packages/build-utils/package.json | 2 +- packages/cdn/CHANGELOG.md | 21 +++++++++++++++++++++ packages/cdn/package.json | 2 +- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- packages/ember/CHANGELOG.md | 20 ++++++++++++++++++++ packages/ember/package.json | 2 +- packages/vite-plugin/CHANGELOG.md | 8 ++++++++ packages/vite-plugin/package.json | 2 +- packages/wc/CHANGELOG.md | 7 +++++++ packages/wc/package.json | 2 +- packages/webpack/CHANGELOG.md | 8 ++++++++ packages/webpack/package.json | 2 +- 15 files changed, 89 insertions(+), 7 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index e281a109b..9a0d1c5ec 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -31,12 +31,17 @@ "cyan-walls-grin", "eleven-pans-poke", "fluffy-jeans-breathe", + "giant-lobsters-type", "great-llamas-buy", + "late-olives-change", "long-falcons-sing", "lucky-llamas-mix", "mean-pots-glow", "moody-fireants-remain", "nasty-bobcats-visit", + "red-yaks-occur", + "six-dragons-check", + "stupid-horses-ring", "sweet-days-itch", "tasty-ads-guess", "three-singers-taste", diff --git a/packages/build-utils/CHANGELOG.md b/packages/build-utils/CHANGELOG.md index c1ae19efc..57d62599c 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.3 + +### Patch Changes + +- Updated dependencies [[`7cef8c6`](https://github.com/simonihmig/responsive-image/commit/7cef8c6a743c9ce6fa3879378705437cff11a22c)]: + - @responsive-image/core@1.0.0-beta.3 + ## 1.0.0-beta.2 ### Patch Changes diff --git a/packages/build-utils/package.json b/packages/build-utils/package.json index c6ea9a4b6..79bef2b22 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.2", + "version": "1.0.0-beta.3", "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 7e83a8227..5a38fa085 100644 --- a/packages/cdn/CHANGELOG.md +++ b/packages/cdn/CHANGELOG.md @@ -1,5 +1,26 @@ # @responsive-image/cdn +## 1.0.0-beta.4 + +### Major Changes + +- [#782](https://github.com/simonihmig/responsive-image/pull/782) [`1f3b3d9`](https://github.com/simonihmig/responsive-image/commit/1f3b3d9f952047b5bd3e8a9b67598b50a8ea1a64) Thanks [@simonihmig](https://github.com/simonihmig)! - Drop jpg, png as default image cdn formats + +- [#783](https://github.com/simonihmig/responsive-image/pull/783) [`fe2fe11`](https://github.com/simonihmig/responsive-image/commit/fe2fe11727685a6726034b00dc0cd108d1d54e3f) Thanks [@simonihmig](https://github.com/simonihmig)! - Rename image CDN functions, dropping -provider suffix + +### Minor Changes + +- [#773](https://github.com/simonihmig/responsive-image/pull/773) [`b09549c`](https://github.com/simonihmig/responsive-image/commit/b09549cac9796bac0033ad5ff8e5f05e616989f3) Thanks [@simonihmig](https://github.com/simonihmig)! - Add support for Netlify image CDN + +### Patch Changes + +- [#771](https://github.com/simonihmig/responsive-image/pull/771) [`b5dacfe`](https://github.com/simonihmig/responsive-image/commit/b5dacfebb10224f60bc763105c0a212c313f67b9) Thanks [@simonihmig](https://github.com/simonihmig)! - Remove FastBoot related workarounds in `imgix` image CDN provider + + Instead of working around a [known issue](https://github.com/ember-fastboot/ember-cli-fastboot/issues/816) in the actual runtime code, users need to add a FastBoot config to expose needed globals like `URL` or `URLSearchParams`, as documented in the [Ember guide](https://responsive-image.dev/frameworks/ember#fastboot). + +- Updated dependencies [[`7cef8c6`](https://github.com/simonihmig/responsive-image/commit/7cef8c6a743c9ce6fa3879378705437cff11a22c)]: + - @responsive-image/core@1.0.0-beta.3 + ## 1.0.0-beta.3 ### Major Changes diff --git a/packages/cdn/package.json b/packages/cdn/package.json index 180f866f4..d45108be4 100644 --- a/packages/cdn/package.json +++ b/packages/cdn/package.json @@ -1,6 +1,6 @@ { "name": "@responsive-image/cdn", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "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 55280f6e2..30353c0bb 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @responsive-image/core +## 1.0.0-beta.3 + +### Patch Changes + +- [#794](https://github.com/simonihmig/responsive-image/pull/794) [`7cef8c6`](https://github.com/simonihmig/responsive-image/commit/7cef8c6a743c9ce6fa3879378705437cff11a22c) Thanks [@simonihmig](https://github.com/simonihmig)! - Add resolveImage utility + ## 1.0.0-beta.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 3f2a6da59..de51fab9b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@responsive-image/core", - "version": "1.0.0-beta.2", + "version": "1.0.0-beta.3", "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 1589753d1..497cef970 100644 --- a/packages/ember/CHANGELOG.md +++ b/packages/ember/CHANGELOG.md @@ -1,5 +1,25 @@ # ember-responsive-image +## 1.0.0-beta.5 + +### Major Changes + +- [#771](https://github.com/simonihmig/responsive-image/pull/771) [`b5dacfe`](https://github.com/simonihmig/responsive-image/commit/b5dacfebb10224f60bc763105c0a212c313f67b9) Thanks [@simonihmig](https://github.com/simonihmig)! - Remove FastBoot related workarounds in `imgix` image CDN provider + + Instead of working around a [known issue](https://github.com/ember-fastboot/ember-cli-fastboot/issues/816) in the actual runtime code, users need to add a FastBoot config to expose needed globals like `URL` or `URLSearchParams`, as documented in the [Ember guide](https://responsive-image.dev/frameworks/ember#fastboot). + +- [#783](https://github.com/simonihmig/responsive-image/pull/783) [`fe2fe11`](https://github.com/simonihmig/responsive-image/commit/fe2fe11727685a6726034b00dc0cd108d1d54e3f) Thanks [@simonihmig](https://github.com/simonihmig)! - Rename image CDN functions, dropping -provider suffix + +### Minor Changes + +- [#773](https://github.com/simonihmig/responsive-image/pull/773) [`b09549c`](https://github.com/simonihmig/responsive-image/commit/b09549cac9796bac0033ad5ff8e5f05e616989f3) Thanks [@simonihmig](https://github.com/simonihmig)! - Add support for Netlify image CDN + +### Patch Changes + +- Updated dependencies [[`1f3b3d9`](https://github.com/simonihmig/responsive-image/commit/1f3b3d9f952047b5bd3e8a9b67598b50a8ea1a64), [`b5dacfe`](https://github.com/simonihmig/responsive-image/commit/b5dacfebb10224f60bc763105c0a212c313f67b9), [`b09549c`](https://github.com/simonihmig/responsive-image/commit/b09549cac9796bac0033ad5ff8e5f05e616989f3), [`7cef8c6`](https://github.com/simonihmig/responsive-image/commit/7cef8c6a743c9ce6fa3879378705437cff11a22c), [`fe2fe11`](https://github.com/simonihmig/responsive-image/commit/fe2fe11727685a6726034b00dc0cd108d1d54e3f)]: + - @responsive-image/cdn@1.0.0-beta.4 + - @responsive-image/core@1.0.0-beta.3 + ## 1.0.0-beta.4 ### Major Changes diff --git a/packages/ember/package.json b/packages/ember/package.json index 1b723e4e0..c0acdc71d 100644 --- a/packages/ember/package.json +++ b/packages/ember/package.json @@ -1,6 +1,6 @@ { "name": "@responsive-image/ember", - "version": "1.0.0-beta.4", + "version": "1.0.0-beta.5", "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 7dec8f90d..a2dca91fb 100644 --- a/packages/vite-plugin/CHANGELOG.md +++ b/packages/vite-plugin/CHANGELOG.md @@ -1,5 +1,13 @@ # @responsive-image/vite-plugin +## 1.0.0-beta.4 + +### Patch Changes + +- Updated dependencies [[`7cef8c6`](https://github.com/simonihmig/responsive-image/commit/7cef8c6a743c9ce6fa3879378705437cff11a22c)]: + - @responsive-image/core@1.0.0-beta.3 + - @responsive-image/build-utils@1.0.0-beta.3 + ## 1.0.0-beta.3 ### Patch Changes diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index cab82c070..05a59cbc6 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.3", + "version": "1.0.0-beta.4", "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 index 76856b952..cf50dfdaa 100644 --- a/packages/wc/CHANGELOG.md +++ b/packages/wc/CHANGELOG.md @@ -1,5 +1,12 @@ # @responsive-image/wc +## 1.0.0-beta.2 + +### Patch Changes + +- Updated dependencies [[`7cef8c6`](https://github.com/simonihmig/responsive-image/commit/7cef8c6a743c9ce6fa3879378705437cff11a22c)]: + - @responsive-image/core@1.0.0-beta.3 + ## 1.0.0-beta.1 ### Major Changes diff --git a/packages/wc/package.json b/packages/wc/package.json index dcd58055a..746382029 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.1", + "version": "1.0.0-beta.2", "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 98de383c6..668fa47a2 100644 --- a/packages/webpack/CHANGELOG.md +++ b/packages/webpack/CHANGELOG.md @@ -1,5 +1,13 @@ # @ember-responsive-image/webpack +## 1.0.0-beta.6 + +### Patch Changes + +- Updated dependencies [[`7cef8c6`](https://github.com/simonihmig/responsive-image/commit/7cef8c6a743c9ce6fa3879378705437cff11a22c)]: + - @responsive-image/core@1.0.0-beta.3 + - @responsive-image/build-utils@1.0.0-beta.3 + ## 1.0.0-beta.5 ### Patch Changes diff --git a/packages/webpack/package.json b/packages/webpack/package.json index f3e51dd32..58056437e 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@responsive-image/webpack", - "version": "1.0.0-beta.5", + "version": "1.0.0-beta.6", "description": "Webpack loaders that process and resize images for use with the ResponsiveImage project", "repository": "https://github.com/simonihmig/responsive-image", "license": "MIT",