Skip to content

Commit

Permalink
Merge pull request #1894 from embroider-build/release-preview-stable
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona committed Apr 30, 2024
2 parents 0c58ef4 + c3a1799 commit 6fa063b
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 37 deletions.
53 changes: 20 additions & 33 deletions .release-plan.json
Expand Up @@ -11,8 +11,8 @@
},
"@embroider/compat": {
"impact": "patch",
"oldVersion": "3.4.7",
"newVersion": "3.4.8",
"oldVersion": "3.4.8",
"newVersion": "3.4.9",
"constraints": [
{
"impact": "patch",
Expand All @@ -23,16 +23,12 @@
},
"@embroider/core": {
"impact": "patch",
"oldVersion": "3.4.7",
"newVersion": "3.4.8",
"oldVersion": "3.4.8",
"newVersion": "3.4.9",
"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"
Expand All @@ -41,13 +37,13 @@
"oldVersion": "3.0.3"
},
"@embroider/macros": {
"impact": "minor",
"oldVersion": "1.15.1",
"newVersion": "1.16.0",
"impact": "patch",
"oldVersion": "1.16.0",
"newVersion": "1.16.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/macros/package.json"
Expand All @@ -62,35 +58,26 @@
"oldVersion": "2.6.0"
},
"@embroider/test-setup": {
"impact": "major",
"oldVersion": "3.0.3",
"newVersion": "4.0.0",
"oldVersion": "4.0.0"
},
"@embroider/util": {
"impact": "patch",
"oldVersion": "1.13.0",
"newVersion": "1.13.1",
"constraints": [
{
"impact": "major",
"reason": "Has peer dependency `workspace:^` on @embroider/webpack"
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/test-setup/package.json"
},
"@embroider/util": {
"oldVersion": "1.13.0"
"pkgJSONPath": "./packages/util/package.json"
},
"@embroider/vite": {
"oldVersion": "0.2.0"
},
"@embroider/webpack": {
"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"
"oldVersion": "4.0.0"
}
},
"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"
"description": "## Release (2024-04-30)\n\n@embroider/compat 3.4.9 (patch)\n@embroider/core 3.4.9 (patch)\n@embroider/macros 1.16.1 (patch)\n@embroider/util 1.13.1 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/macros`, `@embroider/util`\n * [#1891](https://github.com/embroider-build/embroider/pull/1891) Revert \"Update to `ember-cli-babel` v8\" ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,19 @@
# Embroider Changelog

## Release (2024-04-30)

@embroider/compat 3.4.9 (patch)
@embroider/core 3.4.9 (patch)
@embroider/macros 1.16.1 (patch)
@embroider/util 1.13.1 (patch)

#### :bug: Bug Fix
* `@embroider/macros`, `@embroider/util`
* [#1891](https://github.com/embroider-build/embroider/pull/1891) Revert "Update to `ember-cli-babel` v8" ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))

## Release (2024-04-18)

@embroider/compat 3.4.8 (patch)
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/package.json
@@ -1,6 +1,6 @@
{
"name": "@embroider/compat",
"version": "3.4.8",
"version": "3.4.9",
"private": false,
"description": "Backward compatibility layer for the Embroider build system.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@embroider/core",
"version": "3.4.8",
"version": "3.4.9",
"private": false,
"description": "A build system for EmberJS applications.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/macros/package.json
@@ -1,6 +1,6 @@
{
"name": "@embroider/macros",
"version": "1.16.0",
"version": "1.16.1",
"private": false,
"description": "Standardized build-time macros for ember apps.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
@@ -1,6 +1,6 @@
{
"name": "@embroider/util",
"version": "1.13.0",
"version": "1.13.1",
"description": "Utilities for app and addon authors.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 6fa063b

Please sign in to comment.