Skip to content

Commit 19299bd

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

3 files changed

Lines changed: 22 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": "minor",
5-
"oldVersion": "0.7.0",
6-
"newVersion": "0.8.0",
4+
"impact": "patch",
5+
"oldVersion": "0.8.0",
6+
"newVersion": "0.8.1",
77
"constraints": [
88
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :bug: Bug Fix"
1111
}
1212
],
1313
"pkgJSONPath": "./glimmer-scoped-css/package.json"
1414
}
1515
},
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"
16+
"description": "## Release (2025-04-28)\n\nglimmer-scoped-css 0.8.1 (patch)\n\n#### :bug: Bug Fix\n* `glimmer-scoped-css`, `test-app`\n * [#49](https://github.com/cardstack/glimmer-scoped-css/pull/49) Fix CSS encoding to handle non-ASCII characters ([@backspace](https://github.com/backspace))\n\n#### :memo: Documentation\n* [#46](https://github.com/cardstack/glimmer-scoped-css/pull/46) prettier 3.5+ now formats <style> in gjs/gts ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Buck Doyle ([@backspace](https://github.com/backspace))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1717
}

CHANGELOG.md

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

3+
## Release (2025-04-28)
4+
5+
glimmer-scoped-css 0.8.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `glimmer-scoped-css`, `test-app`
9+
* [#49](https://github.com/cardstack/glimmer-scoped-css/pull/49) Fix CSS encoding to handle non-ASCII characters ([@backspace](https://github.com/backspace))
10+
11+
#### :memo: Documentation
12+
* [#46](https://github.com/cardstack/glimmer-scoped-css/pull/46) prettier 3.5+ now formats <style> in gjs/gts ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
13+
14+
#### Committers: 2
15+
- Buck Doyle ([@backspace](https://github.com/backspace))
16+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
17+
318
## Release (2025-04-02)
419

520
glimmer-scoped-css 0.8.0 (minor)

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.8.0",
3+
"version": "0.8.1",
44
"description": "The default blueprint for Embroider v2 addons.",
55
"keywords": [],
66
"repository": "",

0 commit comments

Comments
 (0)