Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace committed Jun 12, 2023
1 parent 06878d4 commit c6613aa
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@




## v0.3.0 (2023-06-12)

#### :rocket: Enhancement
* [#18](https://github.com/cardstack/glimmer-scoped-css/pull/18) Split generic and webpack-specific parts ([@ef4](https://github.com/ef4))

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


## v0.2.0 (2023-06-06)

#### :rocket: Enhancement
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.2.0",
"version": "0.3.0",
"description": "The default blueprint for Embroider v2 addons.",
"keywords": [],
"repository": "",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glimmer-scoped-css",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"description": "Test app for glimmer-scoped-css addon",
"repository": "",
Expand Down Expand Up @@ -85,7 +85,7 @@
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-qunit": "^7.3.4",
"glimmer-scoped-css": "^0.2.0",
"glimmer-scoped-css": "^0.3.0",
"loader.js": "^4.7.0",
"prettier": "^2.8.7",
"qunit": "^2.19.4",
Expand Down

0 comments on commit c6613aa

Please sign in to comment.