From 118a3455103b268b315f312b616641022d81296a Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Thu, 21 Dec 2023 23:48:15 +0100 Subject: [PATCH] Publish --- packages/hdiff/package.json | 4 ++-- packages/hiccup-css/CHANGELOG.md | 2 +- packages/hiccup-css/package.json | 2 +- packages/meta-css/CHANGELOG.md | 9 ++++++++- packages/meta-css/package.json | 4 ++-- yarn.lock | 6 +++--- 6 files changed, 17 insertions(+), 10 deletions(-) diff --git a/packages/hdiff/package.json b/packages/hdiff/package.json index 8a08ff100f..b3cd27a1ab 100644 --- a/packages/hdiff/package.json +++ b/packages/hdiff/package.json @@ -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", @@ -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": { diff --git a/packages/hiccup-css/CHANGELOG.md b/packages/hiccup-css/CHANGELOG.md index c9cf92a7c9..80b16033c8 100644 --- a/packages/hiccup-css/CHANGELOG.md +++ b/packages/hiccup-css/CHANGELOG.md @@ -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. diff --git a/packages/hiccup-css/package.json b/packages/hiccup-css/package.json index 988356223e..df70ad56d1 100644 --- a/packages/hiccup-css/package.json +++ b/packages/hiccup-css/package.json @@ -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", diff --git a/packages/meta-css/CHANGELOG.md b/packages/meta-css/CHANGELOG.md index f2ecc0118d..b05749a727 100644 --- a/packages/meta-css/CHANGELOG.md +++ b/packages/meta-css/CHANGELOG.md @@ -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. @@ -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 diff --git a/packages/meta-css/package.json b/packages/meta-css/package.json index 474f63a7aa..0d5743471a 100644 --- a/packages/meta-css/package.json +++ b/packages/meta-css/package.json @@ -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", @@ -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", diff --git a/yarn.lock b/yarn.lock index 7b8a0f82db..647c510a19 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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 @@ -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: @@ -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