Skip to content

Commit

Permalink
Merge pull request #2248 from embroider-build/release-preview-stable
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Feb 8, 2025
2 parents 6f9676e + b9299c0 commit 60d07d6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
23 changes: 7 additions & 16 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,19 @@
"oldVersion": "1.0.1"
},
"@embroider/compat": {
"impact": "minor",
"oldVersion": "3.7.1",
"newVersion": "3.8.0",
"impact": "patch",
"oldVersion": "3.8.0",
"newVersion": "3.8.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
}
],
"pkgJSONPath": "./packages/compat/package.json"
},
"@embroider/core": {
"impact": "minor",
"oldVersion": "3.4.20",
"newVersion": "3.5.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./packages/core/package.json"
"oldVersion": "3.5.0"
},
"@embroider/hbs-loader": {
"oldVersion": "3.0.3"
Expand Down Expand Up @@ -64,5 +55,5 @@
"oldVersion": "4.0.9"
}
},
"description": "## Release (2025-01-07)\n\n@embroider/compat 3.8.0 (minor)\n@embroider/core 3.5.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/compat`, `@embroider/core`, `@embroider/test-scenarios`\n * [#2210](https://github.com/embroider-build/embroider/pull/2210) Deprecate staticHelpers, staticModifiers, and staticComponents in favour of staticInvokables ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2025-02-08)\n\n@embroider/compat 3.8.1 (patch)\n\n#### :memo: Documentation\n* `@embroider/compat`\n * [#2244](https://github.com/embroider-build/embroider/pull/2244) add a simple deprecation for staticAddonTrees and staticAddonTestSupportTrees ([@mansona](https://github.com/mansona))\n * [#2245](https://github.com/embroider-build/embroider/pull/2245) add a simple deprecation for staticEmberSource: false ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Embroider Changelog

## Release (2025-02-08)

@embroider/compat 3.8.1 (patch)

#### :memo: Documentation
* `@embroider/compat`
* [#2244](https://github.com/embroider-build/embroider/pull/2244) add a simple deprecation for staticAddonTrees and staticAddonTestSupportTrees ([@mansona](https://github.com/mansona))
* [#2245](https://github.com/embroider-build/embroider/pull/2245) add a simple deprecation for staticEmberSource: false ([@mansona](https://github.com/mansona))

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

## Release (2025-01-07)

@embroider/compat 3.8.0 (minor)
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.8.0",
"version": "3.8.1",
"private": false,
"description": "Backward compatibility layer for the Embroider build system.",
"repository": {
Expand Down

0 comments on commit 60d07d6

Please sign in to comment.