Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Dec 21, 2023
1 parent 11fec73 commit 118a345
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/hdiff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hdiff",
"version": "0.3.90",
"version": "0.3.91",
"description": "String diffing w/ hiccup output for further processing, e.g. with @thi.ng/hdom, @thi.ng/hiccup. Includes CLI util to generate HTML, with theme support and code folding",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/api": "^8.9.14",
"@thi.ng/diff": "^5.1.47",
"@thi.ng/hiccup": "^5.1.3",
"@thi.ng/hiccup-css": "^2.3.2",
"@thi.ng/hiccup-css": "^2.3.3",
"@thi.ng/strings": "^3.7.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hiccup-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2023-12-19T11:01:47Z
- **Last updated**: 2023-12-21T22:48:14Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
2 changes: 1 addition & 1 deletion packages/hiccup-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hiccup-css",
"version": "2.3.2",
"version": "2.3.3",
"description": "CSS from nested JS data structures",
"type": "module",
"module": "./index.js",
Expand Down
9 changes: 8 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**: 2023-12-19T12:24:50Z
- **Last updated**: 2023-12-21T22:48:14Z
- **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,13 @@ 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.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/meta-css@0.2.0) (2023-12-21)

#### 🚀 Features

- update specs/format, simplify generate, update tests ([394ba09](https://github.com/thi-ng/umbrella/commit/394ba09))
- update specs format, add support for user data ([7e3ec01](https://github.com/thi-ng/umbrella/commit/7e3ec01))

### [0.1.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/meta-css@0.1.1) (2023-12-18)

#### ♻️ Refactoring
Expand Down
4 changes: 2 additions & 2 deletions 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.1.3",
"version": "0.2.0",
"description": "Data-driven CSS framework codegen, transpiler & bundler",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@thi.ng/compose": "^2.1.53",
"@thi.ng/errors": "^2.4.8",
"@thi.ng/file-io": "^1.1.2",
"@thi.ng/hiccup-css": "^2.3.2",
"@thi.ng/hiccup-css": "^2.3.3",
"@thi.ng/logger": "^2.1.1",
"@thi.ng/rstream": "^8.2.17",
"@thi.ng/strings": "^3.7.5",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4486,7 +4486,7 @@ __metadata:
"@thi.ng/api": ^8.9.14
"@thi.ng/diff": ^5.1.47
"@thi.ng/hiccup": ^5.1.3
"@thi.ng/hiccup-css": ^2.3.2
"@thi.ng/hiccup-css": ^2.3.3
"@thi.ng/strings": ^3.7.5
"@types/node": ^20.10.2
esbuild: ^0.19.8
Expand Down Expand Up @@ -4628,7 +4628,7 @@ __metadata:
languageName: unknown
linkType: soft

"@thi.ng/hiccup-css@^2.3.2, @thi.ng/hiccup-css@workspace:^, @thi.ng/hiccup-css@workspace:packages/hiccup-css":
"@thi.ng/hiccup-css@^2.3.3, @thi.ng/hiccup-css@workspace:^, @thi.ng/hiccup-css@workspace:packages/hiccup-css":
version: 0.0.0-use.local
resolution: "@thi.ng/hiccup-css@workspace:packages/hiccup-css"
dependencies:
Expand Down Expand Up @@ -5028,7 +5028,7 @@ __metadata:
"@thi.ng/compose": ^2.1.53
"@thi.ng/errors": ^2.4.8
"@thi.ng/file-io": ^1.1.2
"@thi.ng/hiccup-css": ^2.3.2
"@thi.ng/hiccup-css": ^2.3.3
"@thi.ng/logger": ^2.1.1
"@thi.ng/rstream": ^8.2.17
"@thi.ng/strings": ^3.7.5
Expand Down

0 comments on commit 118a345

Please sign in to comment.