Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jul 2, 2024
1 parent d6b7439 commit 4a2f35b
Show file tree
Hide file tree
Showing 26 changed files with 86 additions and 77 deletions.
2 changes: 1 addition & 1 deletion packages/atom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-06-29T09:28:35Z
- **Last updated**: 2024-07-02T12:48:17Z
- **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/atom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/atom",
"version": "5.3.2",
"version": "5.3.3",
"description": "Mutable wrappers for nested immutable values with optional undo/redo history and transaction support",
"type": "module",
"module": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/bench/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-06-29T09:28:35Z
- **Last updated**: 2024-07-02T12:48:17Z
- **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/bench/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bench",
"version": "3.5.8",
"version": "3.5.9",
"description": "Benchmarking & profiling utilities w/ various statistics & formatters (CSV, JSON, Markdown etc.)",
"type": "module",
"module": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/fibers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/fibers",
"version": "1.0.6",
"version": "1.0.7",
"description": "Process hierarchies & operators for cooperative multitasking",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@thi.ng/api": "^8.11.4",
"@thi.ng/arrays": "^2.9.8",
"@thi.ng/bench": "^3.5.8",
"@thi.ng/bench": "^3.5.9",
"@thi.ng/buffers": "^0.1.5",
"@thi.ng/checks": "^3.6.6",
"@thi.ng/errors": "^2.5.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-06-29T09:28:36Z
- **Last updated**: 2024-07-02T12:48:17Z
- **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.5",
"version": "2.6.6",
"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/interceptors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/interceptors",
"version": "3.2.60",
"version": "3.2.61",
"description": "Interceptor based event bus, side effect & immutable state handling",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.4",
"@thi.ng/atom": "^5.3.2",
"@thi.ng/atom": "^5.3.3",
"@thi.ng/checks": "^3.6.6",
"@thi.ng/errors": "^2.5.9",
"@thi.ng/logger": "^3.0.14",
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.12.3",
"version": "0.12.4",
"description": "Data-driven CSS framework codegen, transpiler & bundler",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@thi.ng/hiccup-css": "^2.7.11",
"@thi.ng/logger": "^3.0.14",
"@thi.ng/memoize": "^3.3.6",
"@thi.ng/rstream": "^8.5.2",
"@thi.ng/rstream": "^8.5.3",
"@thi.ng/strings": "^3.7.35",
"@thi.ng/text-format": "^2.2.7",
"@thi.ng/transducers": "^9.0.7"
Expand Down
4 changes: 2 additions & 2 deletions packages/pointfree-lang/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/pointfree-lang",
"version": "2.2.39",
"version": "2.2.40",
"description": "Forth style syntax layer/compiler & CLI for the @thi.ng/pointfree DSL",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@thi.ng/api": "^8.11.4",
"@thi.ng/args": "^2.3.35",
"@thi.ng/bench": "^3.5.8",
"@thi.ng/bench": "^3.5.9",
"@thi.ng/errors": "^2.5.9",
"@thi.ng/file-io": "^2.1.4",
"@thi.ng/logger": "^3.0.14",
Expand Down
6 changes: 3 additions & 3 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.91",
"version": "0.5.92",
"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,8 +41,8 @@
"@thi.ng/canvas": "^0.2.21",
"@thi.ng/checks": "^3.6.6",
"@thi.ng/hiccup-canvas": "^3.1.1",
"@thi.ng/rdom": "^1.4.2",
"@thi.ng/rstream": "^8.5.2"
"@thi.ng/rdom": "^1.4.3",
"@thi.ng/rstream": "^8.5.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
Expand Down
8 changes: 4 additions & 4 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.83",
"version": "0.6.84",
"description": "Collection of unstyled, customizable components for @thi.ng/rdom",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,9 +38,9 @@
"dependencies": {
"@thi.ng/api": "^8.11.4",
"@thi.ng/associative": "^6.3.62",
"@thi.ng/hiccup-html": "^2.6.5",
"@thi.ng/rdom": "^1.4.2",
"@thi.ng/rstream": "^8.5.2",
"@thi.ng/hiccup-html": "^2.6.6",
"@thi.ng/rdom": "^1.4.3",
"@thi.ng/rstream": "^8.5.3",
"@thi.ng/strings": "^3.7.35",
"@thi.ng/transducers": "^9.0.7"
},
Expand Down
8 changes: 4 additions & 4 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.11",
"version": "0.3.12",
"description": "Data-driven declarative & extensible HTML form generation",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,9 +39,9 @@
"@thi.ng/api": "^8.11.4",
"@thi.ng/checks": "^3.6.6",
"@thi.ng/defmulti": "^3.0.41",
"@thi.ng/hiccup-html": "^2.6.5",
"@thi.ng/rdom": "^1.4.2",
"@thi.ng/rstream": "^8.5.2"
"@thi.ng/hiccup-html": "^2.6.6",
"@thi.ng/rdom": "^1.4.3",
"@thi.ng/rstream": "^8.5.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
Expand Down
2 changes: 1 addition & 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-06-29T09:28:36Z
- **Last updated**: 2024-07-02T12:48:17Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
4 changes: 2 additions & 2 deletions packages/rdom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rdom",
"version": "1.4.2",
"version": "1.4.3",
"description": "Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and @thi.ng/hiccup compatible",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@thi.ng/hiccup": "^5.2.3",
"@thi.ng/paths": "^5.1.83",
"@thi.ng/prefixes": "^2.3.21",
"@thi.ng/rstream": "^8.5.2",
"@thi.ng/rstream": "^8.5.3",
"@thi.ng/strings": "^3.7.35"
},
"devDependencies": {
Expand Down
11 changes: 10 additions & 1 deletion packages/router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-06-29T09:28:36Z
- **Last updated**: 2024-07-02T12:48:17Z
- **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.

## [4.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-07-02)

#### 🚀 Features

- update HTMLRouter initial & default route handling ([8ea075e](https://github.com/thi-ng/umbrella/commit/8ea075e))
- avoid duplicate dispatch (and breaking back button) for missing routes
- new behavior: HTMLRouter dispatches default route redirect, but does **not** push it to history
- update initial route handling to use `replaceState()` instead of `pushState()`

### [4.0.11](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-06-21)

#### ♻️ Refactoring
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/router",
"version": "4.0.12",
"version": "4.1.0",
"description": "Generic trie-based router with support for wildcards, route param validation/coercion, auth",
"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.127",
"version": "3.1.128",
"description": "@thi.ng/csp bridge module for @thi.ng/rstream",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@thi.ng/csp": "^3.2.3",
"@thi.ng/rstream": "^8.5.2"
"@thi.ng/rstream": "^8.5.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/rstream-dot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream-dot",
"version": "3.0.78",
"version": "3.0.79",
"description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/rstream": "^8.5.2",
"@thi.ng/rstream": "^8.5.3",
"@thi.ng/strings": "^3.7.35",
"@thi.ng/transducers": "^9.0.7"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/rstream-gestures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream-gestures",
"version": "5.0.76",
"version": "5.0.77",
"description": "Unified mouse, mouse wheel & multi-touch event stream abstraction",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@thi.ng/api": "^8.11.4",
"@thi.ng/checks": "^3.6.6",
"@thi.ng/math": "^5.11.1",
"@thi.ng/rstream": "^8.5.2",
"@thi.ng/rstream": "^8.5.3",
"@thi.ng/transducers": "^9.0.7"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/rstream-graph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream-graph",
"version": "4.1.130",
"version": "4.1.131",
"description": "Declarative dataflow graph construction for @thi.ng/rstream",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,12 +37,12 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.4",
"@thi.ng/atom": "^5.3.2",
"@thi.ng/atom": "^5.3.3",
"@thi.ng/checks": "^3.6.6",
"@thi.ng/errors": "^2.5.9",
"@thi.ng/paths": "^5.1.83",
"@thi.ng/resolve-map": "^7.1.76",
"@thi.ng/rstream": "^8.5.2",
"@thi.ng/rstream": "^8.5.3",
"@thi.ng/transducers": "^9.0.7"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/rstream-log-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream-log-file",
"version": "2.1.125",
"version": "2.1.126",
"description": "File output handler for structured, multilevel & hierarchical loggers based on @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/rstream": "^8.5.2"
"@thi.ng/rstream": "^8.5.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/rstream-log/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream-log",
"version": "5.1.20",
"version": "5.1.21",
"description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/api": "^8.11.4",
"@thi.ng/checks": "^3.6.6",
"@thi.ng/logger": "^3.0.14",
"@thi.ng/rstream": "^8.5.2",
"@thi.ng/rstream": "^8.5.3",
"@thi.ng/strings": "^3.7.35",
"@thi.ng/transducers": "^9.0.7"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/rstream-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream-query",
"version": "2.1.128",
"version": "2.1.129",
"description": "@thi.ng/rstream based triple store & reactive query engine",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -43,8 +43,8 @@
"@thi.ng/errors": "^2.5.9",
"@thi.ng/logger": "^3.0.14",
"@thi.ng/math": "^5.11.1",
"@thi.ng/rstream": "^8.5.2",
"@thi.ng/rstream-dot": "^3.0.78",
"@thi.ng/rstream": "^8.5.3",
"@thi.ng/rstream-dot": "^3.0.79",
"@thi.ng/transducers": "^9.0.7"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/rstream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream",
"version": "8.5.2",
"version": "8.5.3",
"description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@thi.ng/api": "^8.11.4",
"@thi.ng/arrays": "^2.9.8",
"@thi.ng/associative": "^6.3.62",
"@thi.ng/atom": "^5.3.2",
"@thi.ng/atom": "^5.3.3",
"@thi.ng/checks": "^3.6.6",
"@thi.ng/errors": "^2.5.9",
"@thi.ng/logger": "^3.0.14",
Expand Down
Loading

0 comments on commit 4a2f35b

Please sign in to comment.