Skip to content

Commit 177c87d

Browse files
committed
Release 0.4.0
1 parent 85b16f4 commit 177c87d

5 files changed

Lines changed: 32 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@
55

66

77

8+
## v0.4.0 (2023-08-15)
9+
10+
#### :rocket: Enhancement
11+
* [#22](https://github.com/cardstack/glimmer-scoped-css/pull/22) Add support for unscoped attribute ([@backspace](https://github.com/backspace))
12+
* [#21](https://github.com/cardstack/glimmer-scoped-css/pull/21) Change scoping to per-template ([@backspace](https://github.com/backspace))
13+
14+
#### :bug: Bug Fix
15+
* [#21](https://github.com/cardstack/glimmer-scoped-css/pull/21) Change scoping to per-template ([@backspace](https://github.com/backspace))
16+
17+
#### Committers: 1
18+
- Buck Doyle ([@backspace](https://github.com/backspace))
19+
20+
821
## v0.3.2 (2023-06-19)
922

1023
#### :rocket: Enhancement

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

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.3.2",
3+
"version": "0.4.0",
44
"private": true,
55
"repository": {
66
"type": "git",

pnpm-lock.yaml

Lines changed: 15 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-app",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"private": true,
55
"description": "Test app for glimmer-scoped-css addon",
66
"repository": "",
@@ -86,7 +86,7 @@
8686
"eslint-plugin-n": "^15.7.0",
8787
"eslint-plugin-prettier": "^4.2.1",
8888
"eslint-plugin-qunit": "^7.3.4",
89-
"glimmer-scoped-css": "^0.3.2",
89+
"glimmer-scoped-css": "^0.4.0",
9090
"loader.js": "^4.7.0",
9191
"prettier": "^2.8.7",
9292
"prettier-plugin-ember-template-tag": "^1.0.2",

0 commit comments

Comments
 (0)