Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 27, 2024
1 parent 89d4a18 commit 0e16671
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 27 deletions.
7 changes: 0 additions & 7 deletions .changeset/curly-needles-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-queens-sneeze.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/red-clocks-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-mayflies-love.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/cdn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @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.

## 1.0.0

### 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",
"version": "1.1.0",
"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
11 changes: 11 additions & 0 deletions packages/ember/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# 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

- [#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 [[`fec0c61`](https://github.com/simonihmig/responsive-image/commit/fec0c61449a2b8568884612731dfb4c68acfbe20)]:
- @responsive-image/cdn@1.1.0

## 1.0.0

### Major 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",
"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"
Expand Down
9 changes: 9 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @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.
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -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",
"license": "MIT",
"author": "Simon Ihmig <[email protected]>",
Expand Down

0 comments on commit 0e16671

Please sign in to comment.