Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Nov 15, 2024
1 parent 937ed79 commit da057e9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion packages/meta-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-11-15T05:56:59Z
- **Last updated**: 2024-11-15T16:47:21Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -9,6 +9,15 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.

### [0.16.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-11-15)

#### 🩹 Bug fixes

- fix parser to priortize var assignments ([937ed79](https://github.com/thi-ng/umbrella/commit/937ed79))
- order of checks in previous impl didn't allow for
`var2=var(--var1)` style assignments
- update tests

## [0.16.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-11-15)

#### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/meta-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/meta-css",
"version": "0.16.0",
"version": "0.16.1",
"description": "Data-driven CSS framework codegen, transpiler & bundler",
"type": "module",
"module": "./index.js",
Expand Down

0 comments on commit da057e9

Please sign in to comment.