diff --git a/CHANGELOG.md b/CHANGELOG.md index cf3d0e3..7059f46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ + +## v0.2.0 (2023-06-06) + +#### :rocket: Enhancement +* [#15](https://github.com/cardstack/glimmer-scoped-css/pull/15) Update with released Embroider versions ([@backspace](https://github.com/backspace)) + +#### :bug: Bug Fix +* [#17](https://github.com/cardstack/glimmer-scoped-css/pull/17) Add resourcePath to fix source map bug ([@backspace](https://github.com/backspace)) +* [#12](https://github.com/cardstack/glimmer-scoped-css/pull/12) Fix bug with incorrectly-encoded CSS ([@backspace](https://github.com/backspace)) + +#### :memo: Documentation +* [#14](https://github.com/cardstack/glimmer-scoped-css/pull/14) Add documentation on resolving no-missing-require ([@backspace](https://github.com/backspace)) + +#### Committers: 1 +- Buck Doyle ([@backspace](https://github.com/backspace)) + + ## v0.1.2 (2023-05-02) #### :house: Internal diff --git a/glimmer-scoped-css/package.json b/glimmer-scoped-css/package.json index 50d9d81..694130c 100644 --- a/glimmer-scoped-css/package.json +++ b/glimmer-scoped-css/package.json @@ -1,6 +1,6 @@ { "name": "glimmer-scoped-css", - "version": "0.1.2", + "version": "0.2.0", "description": "The default blueprint for Embroider v2 addons.", "keywords": [], "repository": "", diff --git a/package.json b/package.json index a2c9daa..853a77c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "glimmer-scoped-css", - "version": "0.1.2", + "version": "0.2.0", "private": true, "repository": { "type": "git", diff --git a/test-app/package.json b/test-app/package.json index 7e27a27..518d4eb 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -1,6 +1,6 @@ { "name": "test-app", - "version": "0.1.2", + "version": "0.2.0", "private": true, "description": "Test app for glimmer-scoped-css addon", "repository": "", @@ -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.2", + "glimmer-scoped-css": "^0.2.0", "loader.js": "^4.7.0", "prettier": "^2.8.3", "qunit": "^2.19.3",