Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace committed May 2, 2023
1 parent da4b58d commit 15acc17
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@



## v0.1.2 (2023-05-02)

#### :house: Internal
* [#10](https://github.com/cardstack/glimmer-scoped-css/pull/10) Update lockfile ([@backspace](https://github.com/backspace))

#### Committers: 1
- Buck Doyle ([@backspace](https://github.com/backspace))


## v0.1.1 (2023-05-02)

#### :memo: Documentation
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.1.1",
"version": "0.1.2",
"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.1.1",
"version": "0.1.2",
"private": true,
"repository": {
"type": "git",
Expand Down
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.1.1",
"version": "0.1.2",
"private": true,
"description": "Test app for glimmer-scoped-css addon",
"repository": "",
Expand Down Expand Up @@ -84,7 +84,7 @@
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-qunit": "^7.3.4",
"glimmer-scoped-css": "^0.1.1",
"glimmer-scoped-css": "^0.1.2",
"loader.js": "^4.7.0",
"prettier": "^2.8.3",
"qunit": "^2.19.3",
Expand Down

0 comments on commit 15acc17

Please sign in to comment.