Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 authored and github-actions[bot] committed Sep 24, 2024
1 parent 30f4293 commit 2fb6695
Show file tree
Hide file tree
Showing 8 changed files with 88 additions and 15 deletions.
71 changes: 62 additions & 9 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
{
"solution": {
"@embroider/addon-dev": {
"oldVersion": "5.0.0"
"impact": "minor",
"oldVersion": "5.0.0",
"newVersion": "5.1.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./packages/addon-dev/package.json"
},
"@embroider/addon-shim": {
"oldVersion": "1.8.9"
Expand All @@ -10,16 +19,29 @@
"oldVersion": "3.1.1"
},
"@embroider/compat": {
"oldVersion": "3.6.1"
"impact": "patch",
"oldVersion": "3.6.1",
"newVersion": "3.6.2",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/macros"
}
],
"pkgJSONPath": "./packages/compat/package.json"
},
"@embroider/core": {
"impact": "patch",
"oldVersion": "3.4.15",
"newVersion": "3.4.16",
"oldVersion": "3.4.16",
"newVersion": "3.4.17",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
},
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/macros"
}
],
"pkgJSONPath": "./packages/core/package.json"
Expand All @@ -28,7 +50,16 @@
"oldVersion": "3.0.3"
},
"@embroider/macros": {
"oldVersion": "1.16.6"
"impact": "patch",
"oldVersion": "1.16.6",
"newVersion": "1.16.7",
"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 +68,20 @@
"oldVersion": "2.1.8"
},
"@embroider/shared-internals": {
"oldVersion": "2.6.3"
"impact": "minor",
"oldVersion": "2.6.3",
"newVersion": "2.7.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/shared-internals/package.json"
},
"@embroider/test-setup": {
"oldVersion": "4.0.0"
Expand All @@ -49,8 +93,17 @@
"oldVersion": "0.2.0"
},
"@embroider/webpack": {
"oldVersion": "4.0.5"
"impact": "patch",
"oldVersion": "4.0.5",
"newVersion": "4.0.6",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
}
],
"pkgJSONPath": "./packages/webpack/package.json"
}
},
"description": "## Release (2024-09-20)\n\n@embroider/core 3.4.16 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/core`, `@embroider/test-scenarios`\n * [#2088](https://github.com/embroider-build/embroider/pull/2088) Implement ember's component-template-resolving deprecation ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
"description": "## Release (2024-09-24)\n\n@embroider/addon-dev 5.1.0 (minor)\n@embroider/compat 3.6.2 (patch)\n@embroider/core 3.4.17 (patch)\n@embroider/macros 1.16.7 (patch)\n@embroider/shared-internals 2.7.0 (minor)\n@embroider/webpack 4.0.6 (patch)\n\n#### :rocket: Enhancement\n* `@embroider/addon-dev`, `@embroider/shared-internals`, `@embroider/test-scenarios`\n * [#2121](https://github.com/embroider-build/embroider/pull/2121) backport #1855 addon-dev: incremental updates to output ([@patricklx](https://github.com/patricklx))\n\n#### :bug: Bug Fix\n* `@embroider/shared-internals`, `@embroider/test-scenarios`\n * [#2122](https://github.com/embroider-build/embroider/pull/2122) speedup windows ci on stable ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Embroider Changelog

## Release (2024-09-24)

@embroider/addon-dev 5.1.0 (minor)
@embroider/compat 3.6.2 (patch)
@embroider/core 3.4.17 (patch)
@embroider/macros 1.16.7 (patch)
@embroider/shared-internals 2.7.0 (minor)
@embroider/webpack 4.0.6 (patch)

#### :rocket: Enhancement
* `@embroider/addon-dev`, `@embroider/shared-internals`, `@embroider/test-scenarios`
* [#2121](https://github.com/embroider-build/embroider/pull/2121) backport #1855 addon-dev: incremental updates to output ([@patricklx](https://github.com/patricklx))

#### :bug: Bug Fix
* `@embroider/shared-internals`, `@embroider/test-scenarios`
* [#2122](https://github.com/embroider-build/embroider/pull/2122) speedup windows ci on stable ([@patricklx](https://github.com/patricklx))

#### Committers: 1
- Patrick Pircher ([@patricklx](https://github.com/patricklx))

## Release (2024-09-20)

@embroider/core 3.4.16 (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": "5.0.0",
"version": "5.1.0",
"description": "Utilities for addon authors",
"repository": {
"type": "git",
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.1",
"version": "3.6.2",
"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.16",
"version": "3.4.17",
"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.6",
"version": "1.16.7",
"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.6.3",
"version": "2.7.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.5",
"version": "4.0.6",
"private": false,
"description": "Builds EmberJS apps with Webpack",
"repository": {
Expand Down

0 comments on commit 2fb6695

Please sign in to comment.