diff --git a/.release-plan.json b/.release-plan.json index 5e49660..b80cd81 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": "0.7.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 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 58fbd90..03d04fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,19 @@ # Changelog +## Release (2024-10-25) + +glimmer-scoped-css 0.7.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)). 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)) + ## 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 feb9cb4..189e709 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": "0.7.0", "description": "The default blueprint for Embroider v2 addons.", "keywords": [], "repository": "",