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 May 23, 2024
1 parent c461edb commit c39c39b
Show file tree
Hide file tree
Showing 9 changed files with 80 additions and 6 deletions.
12 changes: 10 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@
"@responsive-image/cloudinary": "0.0.0",
"@responsive-image/ember": "0.0.0",
"@responsive-image/imgix": "0.0.0",
"@responsive-image/webpack": "0.0.0"
"@responsive-image/webpack": "0.0.0",
"@responsive-image/cdn": "1.0.0-beta.0",
"@responsive-image/core": "1.0.0-beta.0",
"test-app": "0.0.0"
},
"changesets": ["sixty-fans-turn", "slimy-coats-lie", "thick-eagles-collect"]
"changesets": [
"brave-bobcats-kneel",
"bright-ligers-tell",
"cyan-clocks-speak",
"tidy-toys-hide"
]
}
19 changes: 19 additions & 0 deletions packages/cdn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# @responsive-image/cdn

## 1.0.0-beta.1

### Major Changes

- [#586](https://github.com/simonihmig/responsive-image/pull/586) [`84abd80`](https://github.com/simonihmig/responsive-image/commit/84abd808faa6a869207396dd1a64caa695155677) Thanks [@simonihmig](https://github.com/simonihmig)! - Rename all packages to be under a new @responsive-image scope

### Minor Changes

- [#585](https://github.com/simonihmig/responsive-image/pull/585) [`ab0e08b`](https://github.com/simonihmig/responsive-image/commit/ab0e08ba9731a5c58fe37d160cd01ad6138096cf) Thanks [@simonihmig](https://github.com/simonihmig)! - Move CDN providers to a single dedicated cdn package.

Ember helpers are now exposed from the main `@responsive-image/ember` package again, wrapping the function from the new `@responsive-image/cdn` package.
The previous dedicated addons `@ember-responsive-image/cloudinary` and `@ember-responsive-image/imgix` have been removed again.

### Patch Changes

- Updated dependencies [[`84abd80`](https://github.com/simonihmig/responsive-image/commit/84abd808faa6a869207396dd1a64caa695155677)]:
- @responsive-image/core@1.0.0-beta.1
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.0",
"version": "1.0.0-beta.1",
"description": "Support for image CDNs",
"repository": "https://github.com/simonihmig/responsive-image",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @responsive-image/core

## 1.0.0-beta.1

### Major Changes

- [#586](https://github.com/simonihmig/responsive-image/pull/586) [`84abd80`](https://github.com/simonihmig/responsive-image/commit/84abd808faa6a869207396dd1a64caa695155677) Thanks [@simonihmig](https://github.com/simonihmig)! - Rename all packages to be under a new @responsive-image scope
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.0",
"version": "1.0.0-beta.1",
"description": "Internal core functions and config for the responsive-image suite",
"repository": "https://github.com/simonihmig/responsive-image",
"license": "MIT",
Expand Down
25 changes: 25 additions & 0 deletions packages/ember/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# ember-responsive-image

## 5.0.0-beta.2

### Major Changes

- [#586](https://github.com/simonihmig/responsive-image/pull/586) [`84abd80`](https://github.com/simonihmig/responsive-image/commit/84abd808faa6a869207396dd1a64caa695155677) Thanks [@simonihmig](https://github.com/simonihmig)! - Rename all packages to be under a new @responsive-image scope

- [#598](https://github.com/simonihmig/responsive-image/pull/598) [`025ccef`](https://github.com/simonihmig/responsive-image/commit/025ccef1c8a0580a1426126fade5cb7b25aa1859) Thanks [@simonihmig](https://github.com/simonihmig)! - Refactored BlurHash implementation to be ESM based

- [#579](https://github.com/simonihmig/responsive-image/pull/579) [`5a69e21`](https://github.com/simonihmig/responsive-image/commit/5a69e21cca4716332ec41aa7cf9ae143eddd9d1c) Thanks [@simonihmig](https://github.com/simonihmig)! - Drop service class

The `responsive-image` service has been dropped and replaced with a simple static module from the new `core` package.

### Minor Changes

- [#585](https://github.com/simonihmig/responsive-image/pull/585) [`ab0e08b`](https://github.com/simonihmig/responsive-image/commit/ab0e08ba9731a5c58fe37d160cd01ad6138096cf) Thanks [@simonihmig](https://github.com/simonihmig)! - Move CDN providers to a single dedicated cdn package.

Ember helpers are now exposed from the main `@responsive-image/ember` package again, wrapping the function from the new `@responsive-image/cdn` package.
The previous dedicated addons `@ember-responsive-image/cloudinary` and `@ember-responsive-image/imgix` have been removed again.

### Patch Changes

- Updated dependencies [[`84abd80`](https://github.com/simonihmig/responsive-image/commit/84abd808faa6a869207396dd1a64caa695155677), [`ab0e08b`](https://github.com/simonihmig/responsive-image/commit/ab0e08ba9731a5c58fe37d160cd01ad6138096cf)]:
- @responsive-image/core@1.0.0-beta.1
- @responsive-image/cdn@1.0.0-beta.1

## 5.0.0-beta.1

### Patch 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": "5.0.0-beta.1",
"version": "5.0.0-beta.2",
"description": "Automatically generate resized images at build-time, optimized for the responsive web, and using components to render them easily as <picture> elements.",
"keywords": [
"ember-addon"
Expand Down
15 changes: 15 additions & 0 deletions packages/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @ember-responsive-image/webpack

## 1.0.0-beta.1

### Major Changes

- [#586](https://github.com/simonihmig/responsive-image/pull/586) [`84abd80`](https://github.com/simonihmig/responsive-image/commit/84abd808faa6a869207396dd1a64caa695155677) Thanks [@simonihmig](https://github.com/simonihmig)! - Rename all packages to be under a new @responsive-image scope

### Minor Changes

- [#598](https://github.com/simonihmig/responsive-image/pull/598) [`025ccef`](https://github.com/simonihmig/responsive-image/commit/025ccef1c8a0580a1426126fade5cb7b25aa1859) Thanks [@simonihmig](https://github.com/simonihmig)! - Refactored BlurHash implementation to be ESM based

### Patch Changes

- Updated dependencies [[`84abd80`](https://github.com/simonihmig/responsive-image/commit/84abd808faa6a869207396dd1a64caa695155677)]:
- @responsive-image/core@1.0.0-beta.1

## 1.0.0-beta.0

### 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.0",
"version": "1.0.0-beta.1",
"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 c39c39b

Please sign in to comment.