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 838ab95 commit 415b0af
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 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.

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

This file was deleted.

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

## 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 415b0af

Please sign in to comment.