Skip to content

Commit 18e5911

Browse files
Publish
1 parent 80e72df commit 18e5911

File tree

18 files changed

+64
-52
lines changed

18 files changed

+64
-52
lines changed

packages/column-store/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
- **Last updated**: 2026-03-15T22:06:23Z
3+
- **Last updated**: 2026-03-18T21:46:05Z
44
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
55

66
All notable changes to this project will be documented in this file.

packages/column-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/column-store",
3-
"version": "0.13.1",
3+
"version": "0.13.2",
44
"description": "In-memory column store database with customizable column types, extensible query engine, bitfield indexing for query acceleration, JSON serialization with optional RLE compression",
55
"type": "module",
66
"module": "./index.js",

packages/meta-css/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/meta-css",
3-
"version": "0.19.52",
3+
"version": "0.19.53",
44
"description": "Data-driven CSS framework codegen, transpiler & bundler",
55
"type": "module",
66
"module": "./index.js",
@@ -55,7 +55,7 @@
5555
"@thi.ng/hiccup-css": "^2.7.84",
5656
"@thi.ng/logger": "^3.3.0",
5757
"@thi.ng/memoize": "^4.0.40",
58-
"@thi.ng/rstream": "^9.3.19",
58+
"@thi.ng/rstream": "^9.4.0",
5959
"@thi.ng/strings": "^3.10.0",
6060
"@thi.ng/text-format": "^2.2.56",
6161
"@thi.ng/transducers": "^9.6.29"

packages/rdom-canvas/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/rdom-canvas",
3-
"version": "1.1.14",
3+
"version": "1.1.15",
44
"description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing",
55
"type": "module",
66
"module": "./index.js",
@@ -45,8 +45,8 @@
4545
"@thi.ng/checks": "^3.8.6",
4646
"@thi.ng/hiccup-canvas": "^3.2.14",
4747
"@thi.ng/object-utils": "^1.3.8",
48-
"@thi.ng/rdom": "^1.7.80",
49-
"@thi.ng/rstream": "^9.3.19"
48+
"@thi.ng/rdom": "^1.7.81",
49+
"@thi.ng/rstream": "^9.4.0"
5050
},
5151
"devDependencies": {
5252
"esbuild": "^0.27.2",

packages/rdom-components/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/rdom-components",
3-
"version": "1.0.64",
3+
"version": "1.0.65",
44
"description": "Collection of unstyled, customizable components for @thi.ng/rdom",
55
"type": "module",
66
"module": "./index.js",
@@ -43,8 +43,8 @@
4343
"@thi.ng/api": "^8.12.16",
4444
"@thi.ng/hiccup-html": "^2.7.48",
4545
"@thi.ng/object-utils": "^1.3.8",
46-
"@thi.ng/rdom": "^1.7.80",
47-
"@thi.ng/rstream": "^9.3.19",
46+
"@thi.ng/rdom": "^1.7.81",
47+
"@thi.ng/rstream": "^9.4.0",
4848
"@thi.ng/strings": "^3.10.0",
4949
"@thi.ng/transducers": "^9.6.29"
5050
},

packages/rdom-forms/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
- **Last updated**: 2026-03-07T10:29:02Z
3+
- **Last updated**: 2026-03-18T21:46:05Z
44
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
55

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

14+
## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-forms@1.1.0) (2026-03-18)
15+
16+
#### 🚀 Features
17+
18+
- add support for non-subscription based values ([dc38812](https://github.com/thi-ng/umbrella/commit/dc38812))
19+
1420
### [1.0.2](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-forms@1.0.2) (2025-01-10)
1521

1622
#### 🩹 Bug fixes

packages/rdom-forms/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/rdom-forms",
3-
"version": "1.0.64",
3+
"version": "1.1.0",
44
"description": "Data-driven declarative & extensible HTML form generation",
55
"type": "module",
66
"module": "./index.js",
@@ -44,8 +44,8 @@
4444
"@thi.ng/checks": "^3.8.6",
4545
"@thi.ng/defmulti": "^3.0.93",
4646
"@thi.ng/hiccup-html": "^2.7.48",
47-
"@thi.ng/rdom": "^1.7.80",
48-
"@thi.ng/rstream": "^9.3.19"
47+
"@thi.ng/rdom": "^1.7.81",
48+
"@thi.ng/rstream": "^9.4.0"
4949
},
5050
"devDependencies": {
5151
"esbuild": "^0.27.2",

packages/rdom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/rdom",
3-
"version": "1.7.80",
3+
"version": "1.7.81",
44
"description": "Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and @thi.ng/hiccup compatible",
55
"type": "module",
66
"module": "./index.js",
@@ -47,7 +47,7 @@
4747
"@thi.ng/hiccup": "^5.3.40",
4848
"@thi.ng/paths": "^5.2.35",
4949
"@thi.ng/prefixes": "^2.3.67",
50-
"@thi.ng/rstream": "^9.3.19",
50+
"@thi.ng/rstream": "^9.4.0",
5151
"@thi.ng/strings": "^3.10.0"
5252
},
5353
"devDependencies": {

packages/rstream-csp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/rstream-csp",
3-
"version": "3.1.214",
3+
"version": "3.1.215",
44
"description": "@thi.ng/csp bridge module for @thi.ng/rstream",
55
"type": "module",
66
"module": "./index.js",
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"@thi.ng/csp": "^3.3.18",
44-
"@thi.ng/rstream": "^9.3.19"
44+
"@thi.ng/rstream": "^9.4.0"
4545
},
4646
"devDependencies": {
4747
"esbuild": "^0.27.2",

packages/rstream-dot/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/rstream-dot",
3-
"version": "3.0.168",
3+
"version": "3.0.169",
44
"description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies",
55
"type": "module",
66
"module": "./index.js",
@@ -40,7 +40,7 @@
4040
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
4141
},
4242
"dependencies": {
43-
"@thi.ng/rstream": "^9.3.19",
43+
"@thi.ng/rstream": "^9.4.0",
4444
"@thi.ng/strings": "^3.10.0",
4545
"@thi.ng/transducers": "^9.6.29"
4646
},

0 commit comments

Comments
 (0)