Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Feb 11, 2025
1 parent bbe40c1 commit 035e34d
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 10 deletions.
9 changes: 8 additions & 1 deletion packages/hdiff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2025-01-29T16:25:48Z
- **Last updated**: 2025-02-11T10:30:07Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -11,6 +11,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.

## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hdiff@1.1.0) (2025-02-11)

#### 🚀 Features

- update CLI wrapper ([c92991c](https://github.com/thi-ng/umbrella/commit/c92991c))
- check if `bun` is available, otherwise fallback to `node`

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

#### ♻️ Refactoring
Expand Down
2 changes: 1 addition & 1 deletion packages/hdiff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hdiff",
"version": "1.0.8",
"version": "1.1.0",
"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
11 changes: 10 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**: 2025-01-29T16:25:48Z
- **Last updated**: 2025-02-11T10:30:07Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -11,6 +11,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.

## [0.18.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/meta-css@0.18.0) (2025-02-11)

#### 🚀 Features

- update CLI wrapper, make `bun` optional ([a694c9d](https://github.com/thi-ng/umbrella/commit/a694c9d))
- check if `bun` is available, otherwise fallback to `node`
- update CLI args (add metacss pkg dir)
- update readme

### [0.17.8](https://github.com/thi-ng/umbrella/tree/@thi.ng/meta-css@0.17.8) (2025-01-14)

#### ♻️ 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.17.14",
"version": "0.18.0",
"description": "Data-driven CSS framework codegen, transpiler & bundler",
"type": "module",
"module": "./index.js",
Expand Down
9 changes: 8 additions & 1 deletion packages/pointfree-lang/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2025-01-29T16:25:48Z
- **Last updated**: 2025-02-11T10:30:07Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -11,6 +11,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.

## [2.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/pointfree-lang@2.3.0) (2025-02-11)

#### 🚀 Features

- update CLI wrapper ([9de9de2](https://github.com/thi-ng/umbrella/commit/9de9de2))
- check if `bun` is available, otherwise fallback to `node`

### [2.2.38](https://github.com/thi-ng/umbrella/tree/@thi.ng/pointfree-lang@2.2.38) (2024-06-21)

#### ♻️ Refactoring
Expand Down
2 changes: 1 addition & 1 deletion 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.66",
"version": "2.3.0",
"description": "Forth style syntax layer/compiler & CLI for the @thi.ng/pointfree DSL",
"type": "module",
"module": "./index.js",
Expand Down
9 changes: 8 additions & 1 deletion packages/tangle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2025-01-29T16:25:48Z
- **Last updated**: 2025-02-11T10:30:07Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -11,6 +11,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.

## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/tangle@1.1.0) (2025-02-11)

#### 🚀 Features

- update CLI wrapper ([8fd0ffb](https://github.com/thi-ng/umbrella/commit/8fd0ffb))
- check if `bun` is available, otherwise fallback to `node`

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

#### ♻️ Refactoring
Expand Down
2 changes: 1 addition & 1 deletion packages/tangle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/tangle",
"version": "1.0.9",
"version": "1.1.0",
"description": "Literate programming code block tangling / codegen utility, inspired by org-mode & noweb",
"type": "module",
"module": "./index.js",
Expand Down
9 changes: 8 additions & 1 deletion packages/wasm-api-bindgen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2025-01-29T16:25:48Z
- **Last updated**: 2025-02-11T10:30:07Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -11,6 +11,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.

## [1.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-bindgen@1.2.0) (2025-02-11)

#### 🚀 Features

- update CLI wrapper ([cbbb33f](https://github.com/thi-ng/umbrella/commit/cbbb33f))
- check if `bun` is available, otherwise fallback to `node`

## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-bindgen@1.1.0) (2025-01-10)

#### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-api-bindgen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/wasm-api-bindgen",
"version": "1.1.7",
"version": "1.2.0",
"description": "Polyglot bindings code generators (TS/JS, Zig, C11) for hybrid WebAssembly projects",
"type": "module",
"module": "./index.js",
Expand Down

0 comments on commit 035e34d

Please sign in to comment.