From a10f98905ea327969750d83da695fe4104ddfcab Mon Sep 17 00:00:00 2001 From: ef4 <319282+ef4@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:13:44 +0000 Subject: [PATCH 1/3] Prepare Release using 'release-plan' --- .release-plan.json | 6 +++--- CHANGELOG.md | 11 +++++++++++ glimmer-scoped-css/package.json | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 5e49660..927b79b 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "glimmer-scoped-css": { "impact": "major", - "oldVersion": "0.5.0", - "newVersion": "0.6.0", + "oldVersion": "0.6.0", + "newVersion": "1.0.0", "constraints": [ { "impact": "major", @@ -13,5 +13,5 @@ "pkgJSONPath": "./glimmer-scoped-css/package.json" } }, - "description": "## Release (2024-09-04)\n\nglimmer-scoped-css 0.6.0 (major)\n\n#### :boom: Breaking Change\n* `failing-test-app`, `glimmer-scoped-css`, `test-app`\n * [#38](https://github.com/cardstack/glimmer-scoped-css/pull/38) Change to require explicit scoping ([@backspace](https://github.com/backspace))\n\n#### :house: Internal\n* [#40](https://github.com/cardstack/glimmer-scoped-css/pull/40) dropping engines declaration ([@ef4](https://github.com/ef4))\n* [#39](https://github.com/cardstack/glimmer-scoped-css/pull/39) Add release-plan ([@ef4](https://github.com/ef4))\n\n#### Committers: 2\n- Buck Doyle ([@backspace](https://github.com/backspace))\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n" + "description": "## Release (2024-10-25)\n\nglimmer-scoped-css 1.0.0 (major)\n\n#### :boom: Breaking Change\n* `failing-test-app`, `glimmer-scoped-css`, `test-app`\n * [#42](https://github.com/cardstack/glimmer-scoped-css/pull/42) Rollup plugin: support app usage ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 58fbd90..968ca03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2024-10-25) + +glimmer-scoped-css 1.0.0 (major) + +#### :boom: Breaking Change +* `failing-test-app`, `glimmer-scoped-css`, `test-app` + * [#42](https://github.com/cardstack/glimmer-scoped-css/pull/42) Rollup plugin: support app usage ([@ef4](https://github.com/ef4)) + +#### Committers: 1 +- Edward Faulkner ([@ef4](https://github.com/ef4)) + ## Release (2024-09-04) glimmer-scoped-css 1.0.0 (major) diff --git a/glimmer-scoped-css/package.json b/glimmer-scoped-css/package.json index feb9cb4..145a8a3 100644 --- a/glimmer-scoped-css/package.json +++ b/glimmer-scoped-css/package.json @@ -1,6 +1,6 @@ { "name": "glimmer-scoped-css", - "version": "0.6.0", + "version": "1.0.0", "description": "The default blueprint for Embroider v2 addons.", "keywords": [], "repository": "", From e575bca7796d0c2f41fede67ad71114793a2507a Mon Sep 17 00:00:00 2001 From: Edward Faulkner Date: Fri, 25 Oct 2024 11:18:11 -0400 Subject: [PATCH 2/3] extending the changelog entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 968ca03..70c6f16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ glimmer-scoped-css 1.0.0 (major) #### :boom: Breaking Change * `failing-test-app`, `glimmer-scoped-css`, `test-app` - * [#42](https://github.com/cardstack/glimmer-scoped-css/pull/42) Rollup plugin: support app usage ([@ef4](https://github.com/ef4)) + * [#42](https://github.com/cardstack/glimmer-scoped-css/pull/42) Rollup plugin: support app usage ([@ef4](https://github.com/ef4)). This is breaking because we no longer automatically emit separate CSS files. To maintain the old behavior in a v2 addon build, you will need to upgrade @embroider/addon-dev to get an updated `keepAssets()` that will automatically capture the CSS emitted from glimmer-scoped-css. #### Committers: 1 - Edward Faulkner ([@ef4](https://github.com/ef4)) From ee1782aef3163863c1df2bd7b3492933a42fa427 Mon Sep 17 00:00:00 2001 From: Edward Faulkner Date: Fri, 25 Oct 2024 11:28:20 -0400 Subject: [PATCH 3/3] release as 0.7.0 not 1.0.0 --- .release-plan.json | 4 ++-- CHANGELOG.md | 4 ++-- glimmer-scoped-css/package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 927b79b..b80cd81 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -3,7 +3,7 @@ "glimmer-scoped-css": { "impact": "major", "oldVersion": "0.6.0", - "newVersion": "1.0.0", + "newVersion": "0.7.0", "constraints": [ { "impact": "major", @@ -13,5 +13,5 @@ "pkgJSONPath": "./glimmer-scoped-css/package.json" } }, - "description": "## Release (2024-10-25)\n\nglimmer-scoped-css 1.0.0 (major)\n\n#### :boom: Breaking Change\n* `failing-test-app`, `glimmer-scoped-css`, `test-app`\n * [#42](https://github.com/cardstack/glimmer-scoped-css/pull/42) Rollup plugin: support app usage ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n" + "description": "## Release (2024-10-25)\n\nglimmer-scoped-css 0.7.0 (major)\n\n#### :boom: Breaking Change\n* `failing-test-app`, `glimmer-scoped-css`, `test-app`\n * [#42](https://github.com/cardstack/glimmer-scoped-css/pull/42) Rollup plugin: support app usage ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 70c6f16..03d04fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Release (2024-10-25) -glimmer-scoped-css 1.0.0 (major) +glimmer-scoped-css 0.7.0 (major) #### :boom: Breaking Change * `failing-test-app`, `glimmer-scoped-css`, `test-app` @@ -13,7 +13,7 @@ glimmer-scoped-css 1.0.0 (major) ## Release (2024-09-04) -glimmer-scoped-css 1.0.0 (major) +glimmer-scoped-css 0.6.0 (major) #### :boom: Breaking Change * `failing-test-app`, `glimmer-scoped-css`, `test-app` diff --git a/glimmer-scoped-css/package.json b/glimmer-scoped-css/package.json index 145a8a3..189e709 100644 --- a/glimmer-scoped-css/package.json +++ b/glimmer-scoped-css/package.json @@ -1,6 +1,6 @@ { "name": "glimmer-scoped-css", - "version": "1.0.0", + "version": "0.7.0", "description": "The default blueprint for Embroider v2 addons.", "keywords": [], "repository": "",