Skip to content

Commit

Permalink
Version Packages (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 17, 2024
1 parent 21a90fe commit dad94d9
Show file tree
Hide file tree
Showing 17 changed files with 127 additions and 9 deletions.
14 changes: 13 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,36 @@
"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",
"long-falcons-sing",
"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"
]
}
10 changes: 10 additions & 0 deletions apps/wc-lit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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), [`8588cc6`](https://github.com/simonihmig/responsive-image/commit/8588cc6f8ed200c49353f7bd3652dd70e11aa9e2), [`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
2 changes: 1 addition & 1 deletion apps/wc-lit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wc-lit",
"private": true,
"version": "0.0.0",
"version": "0.0.1-beta.0",
"type": "module",
"scripts": {
"start": "vite",
Expand Down
7 changes: 7 additions & 0 deletions packages/build-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/build-utils/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
13 changes: 13 additions & 0 deletions packages/cdn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/cdn/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
22 changes: 22 additions & 0 deletions packages/ember/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ember/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
12 changes: 12 additions & 0 deletions packages/vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
24 changes: 24 additions & 0 deletions packages/wc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# @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

- [#764](https://github.com/simonihmig/responsive-image/pull/764) [`8588cc6`](https://github.com/simonihmig/responsive-image/commit/8588cc6f8ed200c49353f7bd3652dd70e11aa9e2) Thanks [@simonihmig](https://github.com/simonihmig)! - Redispatch events, expose `complete` property

- [#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
2 changes: 1 addition & 1 deletion packages/wc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"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",
Expand Down
12 changes: 12 additions & 0 deletions packages/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit dad94d9

Please sign in to comment.