Skip to content

Commit 1029388

Browse files
Prepare Release using 'release-plan' (#45)
Co-authored-by: backspace <43280+backspace@users.noreply.github.com>
1 parent f1552aa commit 1029388

3 files changed

Lines changed: 18 additions & 7 deletions

File tree

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"solution": {
33
"glimmer-scoped-css": {
4-
"impact": "major",
5-
"oldVersion": "0.6.0",
6-
"newVersion": "0.7.0",
4+
"impact": "minor",
5+
"oldVersion": "0.7.0",
6+
"newVersion": "0.8.0",
77
"constraints": [
88
{
9-
"impact": "major",
10-
"reason": "Appears in changelog section :boom: Breaking Change"
9+
"impact": "minor",
10+
"reason": "Appears in changelog section :rocket: Enhancement"
1111
}
1212
],
1313
"pkgJSONPath": "./glimmer-scoped-css/package.json"
1414
}
1515
},
16-
"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"
16+
"description": "## Release (2025-04-02)\n\nglimmer-scoped-css 0.8.0 (minor)\n\n#### :rocket: Enhancement\n* `glimmer-scoped-css`\n * [#44](https://github.com/cardstack/glimmer-scoped-css/pull/44) Add option to ignore `:global` ([@backspace](https://github.com/backspace))\n\n#### Committers: 1\n- Buck Doyle ([@backspace](https://github.com/backspace))\n"
1717
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Release (2025-04-02)
4+
5+
glimmer-scoped-css 0.8.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `glimmer-scoped-css`
9+
* [#44](https://github.com/cardstack/glimmer-scoped-css/pull/44) Add option to ignore `:global` ([@backspace](https://github.com/backspace))
10+
11+
#### Committers: 1
12+
- Buck Doyle ([@backspace](https://github.com/backspace))
13+
314
## Release (2024-10-25)
415

516
glimmer-scoped-css 0.7.0 (major)

glimmer-scoped-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "glimmer-scoped-css",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "The default blueprint for Embroider v2 addons.",
55
"keywords": [],
66
"repository": "",

0 commit comments

Comments
 (0)