Skip to content

Commit e419b96

Browse files
[ci] release (#476)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 558c9dd commit e419b96

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/strange-badgers-exist.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sweet-otters-swim.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/compiler/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @astrojs/compiler
22

3+
## 0.22.0
4+
5+
### Minor Changes
6+
7+
- 558c9dd: Generate a stable scoped class that does _NOT_ factor in local styles. This will allow us to safely do style HMR without needing to update the DOM as well.
8+
- c19cd8c: Update Astro's CSS scoping algorithm to implement zero-specificity scoping, according to [RFC0012](https://github.com/withastro/rfcs/blob/main/proposals/0012-scoped-css-with-preserved-specificity.md).
9+
310
## 0.21.0
411

512
### Minor Changes

packages/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"bugs": "https://github.com/withastro/compiler/issues",
77
"homepage": "https://astro.build",
8-
"version": "0.21.0",
8+
"version": "0.22.0",
99
"scripts": {
1010
"build": "tsc -p ."
1111
},

0 commit comments

Comments
 (0)