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 Sep 15, 2024
1 parent 914f815 commit 434eda6
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"ember-test-app": "0.0.0",
"ember-vite": "0.0.0",
"ember-webpack": "0.0.0",
"@responsive-image/vite-plugin": "1.0.0-beta.0"
"@responsive-image/vite-plugin": "1.0.0-beta.0",
"docs": "0.0.0"
},
"changesets": [
"brave-bobcats-kneel",
Expand All @@ -22,6 +23,7 @@
"cyan-teachers-glow",
"cyan-walls-grin",
"mean-pots-glow",
"tasty-ads-guess",
"tidy-toys-hide",
"two-trains-tease",
"violet-vans-peel",
Expand Down
6 changes: 6 additions & 0 deletions packages/vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @responsive-image/vite-plugin

## 1.0.0-beta.2

### Patch Changes

- [#633](https://github.com/simonihmig/responsive-image/pull/633) [`353cfab`](https://github.com/simonihmig/responsive-image/commit/353cfab5b10933f213fc4d895231b6d44fcb2d7c) Thanks [@simonihmig](https://github.com/simonihmig)! - Fix LQIP color bug causing invalid hex values

## 1.0.0-beta.1

### 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.1",
"version": "1.0.0-beta.2",
"description": "Vite plugins that process and resize images for use with the responsive-image suite.",
"repository": "https://github.com/simonihmig/responsive-image",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ember-responsive-image/webpack

## 1.0.0-beta.4

### Patch Changes

- [#633](https://github.com/simonihmig/responsive-image/pull/633) [`353cfab`](https://github.com/simonihmig/responsive-image/commit/353cfab5b10933f213fc4d895231b6d44fcb2d7c) Thanks [@simonihmig](https://github.com/simonihmig)! - Fix LQIP color bug causing invalid hex values

## 1.0.0-beta.3

### Major 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.3",
"version": "1.0.0-beta.4",
"description": "Wepack image loaders, that process and resize images for use with the responsive-image suite.",
"repository": "https://github.com/simonihmig/responsive-image",
"license": "MIT",
Expand Down

0 comments on commit 434eda6

Please sign in to comment.