Skip to content

Commit

Permalink
Merge pull request #1833 from embroider-build/release-preview-stable
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona committed Mar 7, 2024
2 parents f3bd128 + 8dd0935 commit 2694ad9
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 12 deletions.
29 changes: 21 additions & 8 deletions .release-plan.json
Expand Up @@ -11,8 +11,8 @@
},
"@embroider/compat": {
"impact": "patch",
"oldVersion": "3.4.4",
"newVersion": "3.4.5",
"oldVersion": "3.4.5",
"newVersion": "3.4.6",
"constraints": [
{
"impact": "patch",
Expand All @@ -23,8 +23,8 @@
},
"@embroider/core": {
"impact": "patch",
"oldVersion": "3.4.4",
"newVersion": "3.4.5",
"oldVersion": "3.4.5",
"newVersion": "3.4.6",
"constraints": [
{
"impact": "patch",
Expand All @@ -38,12 +38,16 @@
},
"@embroider/macros": {
"impact": "minor",
"oldVersion": "1.13.5",
"newVersion": "1.14.0",
"oldVersion": "1.14.0",
"newVersion": "1.15.0",
"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 @@ -61,7 +65,16 @@
"oldVersion": "3.0.3"
},
"@embroider/util": {
"oldVersion": "1.12.1"
"impact": "minor",
"oldVersion": "1.12.1",
"newVersion": "1.13.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./packages/util/package.json"
},
"@embroider/vite": {
"oldVersion": "0.2.0"
Expand All @@ -70,5 +83,5 @@
"oldVersion": "3.2.2"
}
},
"description": "## Release (2024-02-28)\n\n@embroider/compat 3.4.5 (patch)\n@embroider/core 3.4.5 (patch)\n@embroider/macros 1.14.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/macros`\n * [#1815](https://github.com/embroider-build/embroider/pull/1815) Make macro configs static ([@simonihmig](https://github.com/simonihmig))\n\n#### :house: Internal\n* Other\n * [#1824](https://github.com/embroider-build/embroider/pull/1824) update release-plan ([@mansona](https://github.com/mansona))\n* `@embroider/test-scenarios`\n * [#1820](https://github.com/embroider-build/embroider/pull/1820) [stable] Pin ember-data to fix issue in CI ([@simonihmig](https://github.com/simonihmig))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n"
"description": "## Release (2024-03-07)\n\n@embroider/compat 3.4.6 (patch)\n@embroider/core 3.4.6 (patch)\n@embroider/macros 1.15.0 (minor)\n@embroider/util 1.13.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/macros`, `@embroider/util`\n * [#1832](https://github.com/embroider-build/embroider/pull/1832) Update to `ember-cli-babel` v8 ([@bertdeblock](https://github.com/bertdeblock))\n\n#### :bug: Bug Fix\n* `@embroider/macros`\n * [#1838](https://github.com/embroider-build/embroider/pull/1838) make sure @embroider/macros doesn't try to load a babel config ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,24 @@
# Embroider Changelog

## Release (2024-03-07)

@embroider/compat 3.4.6 (patch)
@embroider/core 3.4.6 (patch)
@embroider/macros 1.15.0 (minor)
@embroider/util 1.13.0 (minor)

#### :rocket: Enhancement
* `@embroider/macros`, `@embroider/util`
* [#1832](https://github.com/embroider-build/embroider/pull/1832) Update to `ember-cli-babel` v8 ([@bertdeblock](https://github.com/bertdeblock))

#### :bug: Bug Fix
* `@embroider/macros`
* [#1838](https://github.com/embroider-build/embroider/pull/1838) make sure @embroider/macros doesn't try to load a babel config ([@mansona](https://github.com/mansona))

#### Committers: 2
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
- Chris Manson ([@mansona](https://github.com/mansona))

## Release (2024-02-28)

@embroider/compat 3.4.5 (patch)
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/package.json
@@ -1,6 +1,6 @@
{
"name": "@embroider/compat",
"version": "3.4.5",
"version": "3.4.6",
"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.5",
"version": "3.4.6",
"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.14.0",
"version": "1.15.0",
"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.12.1",
"version": "1.13.0",
"description": "Utilities for app and addon authors.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 2694ad9

Please sign in to comment.