Skip to content

Commit

Permalink
Merge pull request #43 from cardstack/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
ef4 authored Oct 25, 2024
2 parents 8084e6a + ee1782a commit 1c2acea
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion glimmer-scoped-css/package.json
Original file line number Diff line number Diff line change
@@ -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": "",
Expand Down

0 comments on commit 1c2acea

Please sign in to comment.