Skip to content

Commit

Permalink
Merge pull request #41 from cardstack/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
ef4 authored Sep 4, 2024
2 parents 82b7f6e + b5a7044 commit e59096a
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"solution": {
"glimmer-scoped-css": {
"impact": "major",
"oldVersion": "0.5.0",
"newVersion": "0.6.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
}
],
"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"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## Release (2024-09-04)

glimmer-scoped-css 1.0.0 (major)

#### :boom: Breaking Change
* `failing-test-app`, `glimmer-scoped-css`, `test-app`
* [#38](https://github.com/cardstack/glimmer-scoped-css/pull/38) Change to require explicit scoping ([@backspace](https://github.com/backspace))

#### :house: Internal
* [#40](https://github.com/cardstack/glimmer-scoped-css/pull/40) dropping engines declaration ([@ef4](https://github.com/ef4))
* [#39](https://github.com/cardstack/glimmer-scoped-css/pull/39) Add release-plan ([@ef4](https://github.com/ef4))

#### Committers: 2
- Buck Doyle ([@backspace](https://github.com/backspace))
- Edward Faulkner ([@ef4](https://github.com/ef4))




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.5.0",
"version": "0.6.0",
"description": "The default blueprint for Embroider v2 addons.",
"keywords": [],
"repository": "",
Expand Down

0 comments on commit e59096a

Please sign in to comment.