Skip to content

Commit

Permalink
Merge pull request #2145 from embroider-build/release-preview-stable
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
simonihmig authored Oct 9, 2024
2 parents 5028893 + 5546ea0 commit 6a6d374
Show file tree
Hide file tree
Showing 9 changed files with 106 additions and 16 deletions.
83 changes: 74 additions & 9 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,81 @@
{
"solution": {
"@embroider/addon-dev": {
"oldVersion": "6.0.0"
"impact": "patch",
"oldVersion": "6.0.0",
"newVersion": "6.0.1",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/addon-dev/package.json"
},
"@embroider/addon-shim": {
"oldVersion": "1.8.9"
},
"@embroider/babel-loader-9": {
"oldVersion": "3.1.1"
},
"@embroider/broccoli-side-watch": {
"impact": "major",
"oldVersion": "0.1.0",
"newVersion": "1.0.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./packages/broccoli-side-watch/package.json"
},
"@embroider/compat": {
"impact": "patch",
"oldVersion": "3.6.2",
"newVersion": "3.6.3",
"oldVersion": "3.6.3",
"newVersion": "3.6.4",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"reason": "Has dependency `workspace:*` on @embroider/macros"
}
],
"pkgJSONPath": "./packages/compat/package.json"
},
"@embroider/core": {
"oldVersion": "3.4.17"
"impact": "patch",
"oldVersion": "3.4.17",
"newVersion": "3.4.18",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
},
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/macros"
}
],
"pkgJSONPath": "./packages/core/package.json"
},
"@embroider/hbs-loader": {
"oldVersion": "3.0.3"
},
"@embroider/macros": {
"oldVersion": "1.16.7"
"impact": "patch",
"oldVersion": "1.16.7",
"newVersion": "1.16.8",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
}
],
"pkgJSONPath": "./packages/macros/package.json"
},
"@embroider/reverse-exports": {
"oldVersion": "0.1.0"
Expand All @@ -37,7 +84,16 @@
"oldVersion": "2.1.8"
},
"@embroider/shared-internals": {
"oldVersion": "2.7.0"
"impact": "minor",
"oldVersion": "2.7.0",
"newVersion": "2.8.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./packages/shared-internals/package.json"
},
"@embroider/test-setup": {
"oldVersion": "4.0.0"
Expand All @@ -49,8 +105,17 @@
"oldVersion": "0.2.1"
},
"@embroider/webpack": {
"oldVersion": "4.0.6"
"impact": "patch",
"oldVersion": "4.0.6",
"newVersion": "4.0.7",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
}
],
"pkgJSONPath": "./packages/webpack/package.json"
}
},
"description": "## Release (2024-10-08)\n\n@embroider/compat 3.6.3 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/compat`, `@embroider/test-scenarios`\n * [#2133](https:/embroider-build/embroider/pull/2133) fix typescript support for codemod and add option for renaming elements ([@void-mAlex](https:/void-mAlex))\n * [#2120](https:/embroider-build/embroider/pull/2120) fix gts in v1 addons ([@patricklx](https:/patricklx))\n\n#### :house: Internal\n* `@embroider/test-scenarios`\n * [#2142](https:/embroider-build/embroider/pull/2142) fixing test suite for ember >= 6 ([@ef4](https:/ef4))\n\n#### Committers: 3\n- Alex ([@void-mAlex](https:/void-mAlex))\n- Edward Faulkner ([@ef4](https:/ef4))\n- Patrick Pircher ([@patricklx](https:/patricklx))\n"
"description": "## Release (2024-10-09)\n\n@embroider/addon-dev 6.0.1 (patch)\n@embroider/broccoli-side-watch 1.0.0 (major)\n@embroider/compat 3.6.4 (patch)\n@embroider/core 3.4.18 (patch)\n@embroider/macros 1.16.8 (patch)\n@embroider/shared-internals 2.8.0 (minor)\n@embroider/webpack 4.0.7 (patch)\n\n#### :boom: Breaking Change\n* `@embroider/broccoli-side-watch`\n * [#2146](https:/embroider-build/embroider/pull/2146) Fix broccoli-side-watch so release-plan will release as 1.0.0 ([@simonihmig](https:/simonihmig))\n\n#### :rocket: Enhancement\n* `@embroider/broccoli-side-watch`, `@embroider/shared-internals`\n * [#2141](https:/embroider-build/embroider/pull/2141) Add better broccoli-side-watch package ([@simonihmig](https:/simonihmig))\n\n#### :bug: Bug Fix\n* `@embroider/addon-dev`, `@embroider/test-scenarios`\n * [#2136](https:/embroider-build/embroider/pull/2136) Enforce correct plugin order in addon-dev ([@simonihmig](https:/simonihmig))\n\n#### Committers: 1\n- Simon Ihmig ([@simonihmig](https:/simonihmig))\n"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Embroider Changelog

## Release (2024-10-09)

@embroider/addon-dev 6.0.1 (patch)
@embroider/broccoli-side-watch 1.0.0 (major)
@embroider/compat 3.6.4 (patch)
@embroider/core 3.4.18 (patch)
@embroider/macros 1.16.8 (patch)
@embroider/shared-internals 2.8.0 (minor)
@embroider/webpack 4.0.7 (patch)

#### :boom: Breaking Change
* `@embroider/broccoli-side-watch`
* [#2146](https:/embroider-build/embroider/pull/2146) Fix broccoli-side-watch so release-plan will release as 1.0.0 ([@simonihmig](https:/simonihmig))

#### :rocket: Enhancement
* `@embroider/broccoli-side-watch`, `@embroider/shared-internals`
* [#2141](https:/embroider-build/embroider/pull/2141) Add better broccoli-side-watch package ([@simonihmig](https:/simonihmig))

#### :bug: Bug Fix
* `@embroider/addon-dev`, `@embroider/test-scenarios`
* [#2136](https:/embroider-build/embroider/pull/2136) Enforce correct plugin order in addon-dev ([@simonihmig](https:/simonihmig))

#### Committers: 1
- Simon Ihmig ([@simonihmig](https:/simonihmig))

## Release (2024-10-08)

@embroider/compat 3.6.3 (patch)
Expand Down
2 changes: 1 addition & 1 deletion packages/addon-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/addon-dev",
"version": "6.0.0",
"version": "6.0.1",
"description": "Utilities for addon authors",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/broccoli-side-watch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/broccoli-side-watch",
"version": "0.1.0",
"version": "1.0.0",
"description": "Watch changes in other folders to rebuild Ember app",
"keywords": [
"ember"
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/compat",
"version": "3.6.3",
"version": "3.6.4",
"private": false,
"description": "Backward compatibility layer for the Embroider build system.",
"repository": {
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": "@embroider/core",
"version": "3.4.17",
"version": "3.4.18",
"private": false,
"description": "A build system for EmberJS applications.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/macros/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/macros",
"version": "1.16.7",
"version": "1.16.8",
"private": false,
"description": "Standardized build-time macros for ember apps.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-internals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/shared-internals",
"version": "2.7.0",
"version": "2.8.0",
"private": false,
"description": "Utilities shared among the other embroider packages",
"repository": {
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": "@embroider/webpack",
"version": "4.0.6",
"version": "4.0.7",
"private": false,
"description": "Builds EmberJS apps with Webpack",
"repository": {
Expand Down

0 comments on commit 6a6d374

Please sign in to comment.