Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Apr 26, 2024
1 parent fa1ecca commit 0bec558
Show file tree
Hide file tree
Showing 23 changed files with 66 additions and 47 deletions.
4 changes: 2 additions & 2 deletions packages/axidraw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/axidraw",
"version": "1.1.78",
"version": "1.1.79",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/api": "^8.11.1",
"@thi.ng/checks": "^3.6.3",
"@thi.ng/compose": "^3.0.3",
"@thi.ng/date": "^2.7.16",
"@thi.ng/date": "^2.7.17",
"@thi.ng/errors": "^2.5.6",
"@thi.ng/logger": "^3.0.11",
"@thi.ng/math": "^5.10.12",
Expand Down
9 changes: 8 additions & 1 deletion packages/csp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-04-25T19:44:55Z
- **Last updated**: 2024-04-26T13:32:20Z
- **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.

## [3.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/csp@3.1.0) (2024-04-26)

#### 🚀 Features

- add opt. generics for PubSub.subscribe()/unsubscribe() ([b4e9d20](https://github.com/thi-ng/umbrella/commit/b4e9d20))
- add into() to feed (async) iterables into a channel ([c7c1f6d](https://github.com/thi-ng/umbrella/commit/c7c1f6d))

# [3.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/csp@3.0.0) (2024-04-25)

#### 🛑 Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion packages/csp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/csp",
"version": "3.0.0",
"version": "3.1.0",
"description": "Primitives & operators for Communicating Sequential Processes based on async/await and async iterables",
"type": "module",
"module": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/date/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-04-23T07:02:17Z
- **Last updated**: 2024-04-26T13:32:20Z
- **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/date/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/date",
"version": "2.7.16",
"version": "2.7.17",
"description": "Datetime types, relative dates, math, iterators, composable formatters, locales",
"type": "module",
"module": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/geom-axidraw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-axidraw",
"version": "0.5.90",
"version": "0.5.91",
"description": "Conversion and preparation of thi.ng/geom shapes & shape groups to/from AxiDraw pen plotter draw commands",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@thi.ng/api": "^8.11.1",
"@thi.ng/arrays": "^2.9.5",
"@thi.ng/axidraw": "^1.1.78",
"@thi.ng/axidraw": "^1.1.79",
"@thi.ng/compare": "^2.3.4",
"@thi.ng/defmulti": "^3.0.38",
"@thi.ng/geom": "^6.1.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/hiccup-html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-04-23T07:02:18Z
- **Last updated**: 2024-04-26T13:32:20Z
- **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-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hiccup-html",
"version": "2.6.1",
"version": "2.6.2",
"description": "100+ type-checked HTML5 element functions for @thi.ng/hiccup related infrastructure",
"type": "module",
"module": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/imago/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/imago",
"version": "0.7.5",
"version": "0.7.6",
"description": "JSON & API-based declarative and extensible image processing trees/pipelines",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@thi.ng/associative": "^6.3.59",
"@thi.ng/blurhash": "^0.1.23",
"@thi.ng/checks": "^3.6.3",
"@thi.ng/date": "^2.7.16",
"@thi.ng/date": "^2.7.17",
"@thi.ng/defmulti": "^3.0.38",
"@thi.ng/errors": "^2.5.6",
"@thi.ng/file-io": "^2.1.1",
Expand Down
8 changes: 7 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-04-23T07:02:18Z
- **Last updated**: 2024-04-26T13:32:20Z
- **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,12 @@ 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.12.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/meta-css@0.12.0) (2024-04-26)

#### 🚀 Features

- add color-scheme, light-dark() and appearance rules/tpls ([5f90a48](https://github.com/thi-ng/umbrella/commit/5f90a48))

### [0.11.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/meta-css@0.11.1) (2024-04-20)

#### ♻️ Refactoring
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.11.3",
"version": "0.12.0",
"description": "Data-driven CSS framework codegen, transpiler & bundler",
"type": "module",
"module": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/rdom-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rdom-canvas",
"version": "0.5.86",
"version": "0.5.87",
"description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@thi.ng/canvas": "^0.2.18",
"@thi.ng/checks": "^3.6.3",
"@thi.ng/hiccup-canvas": "^2.5.38",
"@thi.ng/rdom": "^1.3.2",
"@thi.ng/rdom": "^1.3.3",
"@thi.ng/rstream": "^8.4.3"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/rdom-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rdom-components",
"version": "0.6.79",
"version": "0.6.80",
"description": "Collection of unstyled, customizable components for @thi.ng/rdom",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,8 +38,8 @@
"dependencies": {
"@thi.ng/api": "^8.11.1",
"@thi.ng/associative": "^6.3.59",
"@thi.ng/hiccup-html": "^2.6.1",
"@thi.ng/rdom": "^1.3.2",
"@thi.ng/hiccup-html": "^2.6.2",
"@thi.ng/rdom": "^1.3.3",
"@thi.ng/rstream": "^8.4.3",
"@thi.ng/strings": "^3.7.32",
"@thi.ng/transducers": "^9.0.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/rdom-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rdom-forms",
"version": "0.3.7",
"version": "0.3.8",
"description": "Data-driven declarative & extensible HTML form generation",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,8 +39,8 @@
"@thi.ng/api": "^8.11.1",
"@thi.ng/checks": "^3.6.3",
"@thi.ng/defmulti": "^3.0.38",
"@thi.ng/hiccup-html": "^2.6.1",
"@thi.ng/rdom": "^1.3.2",
"@thi.ng/hiccup-html": "^2.6.2",
"@thi.ng/rdom": "^1.3.3",
"@thi.ng/rstream": "^8.4.3"
},
"devDependencies": {
Expand Down
8 changes: 7 additions & 1 deletion packages/rdom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-04-25T19:44:55Z
- **Last updated**: 2024-04-26T13:32:20Z
- **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,12 @@ 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.

### [1.3.3](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom@1.3.3) (2024-04-26)

#### 🩹 Bug fixes

- update $compile() async-iterable attrib handling ([f977556](https://github.com/thi-ng/umbrella/commit/f977556))

## [1.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom@1.3.0) (2024-04-20)

#### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/rdom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rdom",
"version": "1.3.2",
"version": "1.3.3",
"description": "Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and @thi.ng/hiccup compatible",
"type": "module",
"module": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/rstream-csp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream-csp",
"version": "3.1.122",
"version": "3.1.123",
"description": "@thi.ng/csp bridge module for @thi.ng/rstream",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/csp": "^3.0.0",
"@thi.ng/csp": "^3.1.0",
"@thi.ng/rstream": "^8.4.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-04-23T07:02:18Z
- **Last updated**: 2024-04-26T13:32:20Z
- **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/system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/system",
"version": "3.1.12",
"version": "3.1.13",
"description": "Minimal and explicit dependency-injection & lifecycle container for stateful app components",
"type": "module",
"module": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/tangle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/tangle",
"version": "0.2.14",
"version": "0.2.15",
"description": "Literate programming code block tangling / codegen utility, inspired by org-mode & noweb",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@thi.ng/args": "^2.3.32",
"@thi.ng/checks": "^3.6.3",
"@thi.ng/compare": "^2.3.4",
"@thi.ng/date": "^2.7.16",
"@thi.ng/date": "^2.7.17",
"@thi.ng/errors": "^2.5.6",
"@thi.ng/file-io": "^2.1.1",
"@thi.ng/logger": "^3.0.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/transducers-async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-04-25T19:44:55Z
- **Last updated**: 2024-04-26T13:32:20Z
- **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/transducers-async/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/transducers-async",
"version": "0.2.3",
"version": "0.2.4",
"description": "Async versions of various highly composable transducers, reducers and iterators",
"type": "module",
"module": "./index.js",
Expand Down
Loading

0 comments on commit 0bec558

Please sign in to comment.