Skip to content

Commit

Permalink
Merge pull request #1883 from embroider-build/release-preview-stable
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
ef4 committed Apr 18, 2024
2 parents 2636437 + 6d07eab commit db12218
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 21 deletions.
72 changes: 56 additions & 16 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
{
"solution": {
"@embroider/addon-dev": {
"impact": "patch",
"oldVersion": "4.3.0",
"newVersion": "4.3.1",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/addon-dev/package.json"
"oldVersion": "4.3.1"
},
"@embroider/addon-shim": {
"oldVersion": "1.8.7"
Expand All @@ -19,16 +10,47 @@
"oldVersion": "3.1.1"
},
"@embroider/compat": {
"oldVersion": "3.4.7"
"impact": "patch",
"oldVersion": "3.4.7",
"newVersion": "3.4.8",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/macros"
}
],
"pkgJSONPath": "./packages/compat/package.json"
},
"@embroider/core": {
"oldVersion": "3.4.7"
"impact": "patch",
"oldVersion": "3.4.7",
"newVersion": "3.4.8",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/macros"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/core/package.json"
},
"@embroider/hbs-loader": {
"oldVersion": "3.0.3"
},
"@embroider/macros": {
"oldVersion": "1.15.1"
"impact": "minor",
"oldVersion": "1.15.1",
"newVersion": "1.16.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./packages/macros/package.json"
},
"@embroider/reverse-exports": {
"oldVersion": "0.1.0"
Expand All @@ -40,7 +62,16 @@
"oldVersion": "2.6.0"
},
"@embroider/test-setup": {
"oldVersion": "3.0.3"
"impact": "major",
"oldVersion": "3.0.3",
"newVersion": "4.0.0",
"constraints": [
{
"impact": "major",
"reason": "Has peer dependency `workspace:^` on @embroider/webpack"
}
],
"pkgJSONPath": "./packages/test-setup/package.json"
},
"@embroider/util": {
"oldVersion": "1.13.0"
Expand All @@ -49,8 +80,17 @@
"oldVersion": "0.2.0"
},
"@embroider/webpack": {
"oldVersion": "3.2.3"
"impact": "major",
"oldVersion": "3.2.3",
"newVersion": "4.0.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
}
],
"pkgJSONPath": "./packages/webpack/package.json"
}
},
"description": "## Release (2024-04-10)\n\n@embroider/addon-dev 4.3.1 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/addon-dev`, `@embroider/test-scenarios`\n * [#1874](https://github.com/embroider-build/embroider/pull/1874) with namespace in publicAssets don't include path ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2024-04-18)\n\n@embroider/compat 3.4.8 (patch)\n@embroider/core 3.4.8 (patch)\n@embroider/macros 1.16.0 (minor)\n@embroider/test-setup 4.0.0 (major)\n@embroider/webpack 4.0.0 (major)\n\n#### :boom: Breaking Change\n* `@embroider/webpack`\n * [#1868](https://github.com/embroider-build/embroider/pull/1868) Adjusting `@embroider/webpack` to use `@babel/preset-env` to avoid critical security audit ([@lupestro](https://github.com/lupestro))\n\n#### :rocket: Enhancement\n* `@embroider/macros`, `@embroider/test-fixtures`\n * [#1858](https://github.com/embroider-build/embroider/pull/1858) Add support for `{{unless}}` to the `macroCondition` macro ([@Windvis](https://github.com/Windvis))\n\n#### :bug: Bug Fix\n* `@embroider/core`, `@embroider/test-scenarios`\n * [#1885](https://github.com/embroider-build/embroider/pull/1885) Fix pre support in portable babel launcher ([@ef4](https://github.com/ef4))\n\n#### Committers: 3\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- Ralph Mack ([@lupestro](https://github.com/lupestro))\n- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))\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-04-18)

@embroider/compat 3.4.8 (patch)
@embroider/core 3.4.8 (patch)
@embroider/macros 1.16.0 (minor)
@embroider/test-setup 4.0.0 (major)
@embroider/webpack 4.0.0 (major)

#### :boom: Breaking Change
* `@embroider/webpack`
* [#1868](https://github.com/embroider-build/embroider/pull/1868) Adjusting `@embroider/webpack` to use `@babel/preset-env` to avoid critical security audit ([@lupestro](https://github.com/lupestro))

#### :rocket: Enhancement
* `@embroider/macros`, `@embroider/test-fixtures`
* [#1858](https://github.com/embroider-build/embroider/pull/1858) Add support for `{{unless}}` to the `macroCondition` macro ([@Windvis](https://github.com/Windvis))

#### :bug: Bug Fix
* `@embroider/core`, `@embroider/test-scenarios`
* [#1885](https://github.com/embroider-build/embroider/pull/1885) Fix pre support in portable babel launcher ([@ef4](https://github.com/ef4))

#### Committers: 3
- Edward Faulkner ([@ef4](https://github.com/ef4))
- Ralph Mack ([@lupestro](https://github.com/lupestro))
- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))

## Release (2024-04-10)

@embroider/addon-dev 4.3.1 (patch)
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.4.7",
"version": "3.4.8",
"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.7",
"version": "3.4.8",
"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.15.1",
"version": "1.16.0",
"private": false,
"description": "Standardized build-time macros for ember apps.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/test-setup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/test-setup",
"version": "3.0.3",
"version": "4.0.0",
"repository": {
"type": "git",
"url": "https://github.com/embroider-build/embroider.git",
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": "3.2.3",
"version": "4.0.0",
"private": false,
"description": "Builds EmberJS apps with Webpack",
"repository": {
Expand Down

0 comments on commit db12218

Please sign in to comment.