Skip to content

Commit 3f2fb0c

Browse files
committed
publish v0.57.0
1 parent 16926cd commit 3f2fb0c

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

.changeset/fiery-emus-agree.md

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

.changeset/rare-cars-prove.md

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @fuzdev/fuz_css
22

3+
## 0.57.0
4+
5+
### Minor Changes
6+
7+
- feat: replace `.compact` with `.sm` and add `.xs-.xl` ([#84](https://github.com/fuzdev/fuz_css/pull/84))
8+
9+
### Patch Changes
10+
11+
- fix: bug with interpreter disallowing class names matching modifiers ([#84](https://github.com/fuzdev/fuz_css/pull/84))
12+
313
## 0.56.0
414

515
### Minor Changes

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuzdev/fuz_css",
3-
"version": "0.56.0",
3+
"version": "0.57.0",
44
"description": "CSS framework and design system for semantic HTML",
55
"tagline": "CSS with more utility",
66
"glyph": "🪴",

src/routes/library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"published": true,
1212
"package_json": {
1313
"name": "@fuzdev/fuz_css",
14-
"version": "0.56.0",
14+
"version": "0.57.0",
1515
"description": "CSS framework and design system for semantic HTML",
1616
"tagline": "CSS with more utility",
1717
"glyph": "🪴",
@@ -145,7 +145,7 @@
145145
},
146146
"source_json": {
147147
"name": "@fuzdev/fuz_css",
148-
"version": "0.56.0",
148+
"version": "0.57.0",
149149
"modules": [
150150
{
151151
"path": "class_variable_index.ts",

0 commit comments

Comments
 (0)