Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jul 8, 2024
1 parent adc047f commit f6a6bc3
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 10 deletions.
15 changes: 14 additions & 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-07-06T12:02:18Z
- **Last updated**: 2024-07-08T20:34:19Z
- **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,19 @@ 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.7.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-07-08)

#### 🚀 Features

- add/update block elements ([08f1728](https://github.com/thi-ng/umbrella/commit/08f1728))
- add: details(), dialog(), summary()
- update template(), add TemplateAttribs
- add inline elements ([9127bd6](https://github.com/thi-ng/umbrella/commit/9127bd6))
- add: dfn(), strikethrough(), variable(), wbr()
- add/update elements ([0df160f](https://github.com/thi-ng/umbrella/commit/0df160f))
- add: menu(), object(), output(), search()
- add new element specific attrib types

### [2.6.3](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-05-08)

#### 🩹 Bug fixes
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.7",
"version": "2.7.0",
"description": "100+ type-checked HTML5 element functions for @thi.ng/hiccup related infrastructure",
"type": "module",
"module": "./index.js",
Expand Down
8 changes: 7 additions & 1 deletion packages/rdom-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-07-06T12:02:19Z
- **Last updated**: 2024-07-08T20:34:19Z
- **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.7.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-07-08)

#### 🚀 Features

- add verticalRuler() ([00e848f](https://github.com/thi-ng/umbrella/commit/00e848f))

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

#### ♻️ Refactoring
Expand Down
4 changes: 2 additions & 2 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.86",
"version": "0.7.0",
"description": "Collection of unstyled, customizable components for @thi.ng/rdom",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@thi.ng/api": "^8.11.5",
"@thi.ng/associative": "^6.3.63",
"@thi.ng/hiccup-html": "^2.6.7",
"@thi.ng/hiccup-html": "^2.7.0",
"@thi.ng/rdom": "^1.5.1",
"@thi.ng/rstream": "^8.5.4",
"@thi.ng/strings": "^3.7.36",
Expand Down
4 changes: 2 additions & 2 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.14",
"version": "0.3.15",
"description": "Data-driven declarative & extensible HTML form generation",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/api": "^8.11.5",
"@thi.ng/checks": "^3.6.7",
"@thi.ng/defmulti": "^3.0.42",
"@thi.ng/hiccup-html": "^2.6.7",
"@thi.ng/hiccup-html": "^2.7.0",
"@thi.ng/rdom": "^1.5.1",
"@thi.ng/rstream": "^8.5.4"
},
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5122,7 +5122,7 @@ __metadata:
languageName: unknown
linkType: soft

"@thi.ng/hiccup-html@npm:^2.6.7, @thi.ng/hiccup-html@workspace:^, @thi.ng/hiccup-html@workspace:packages/hiccup-html":
"@thi.ng/hiccup-html@npm:^2.7.0, @thi.ng/hiccup-html@workspace:^, @thi.ng/hiccup-html@workspace:packages/hiccup-html":
version: 0.0.0-use.local
resolution: "@thi.ng/hiccup-html@workspace:packages/hiccup-html"
dependencies:
Expand Down Expand Up @@ -5849,7 +5849,7 @@ __metadata:
"@microsoft/api-extractor": "npm:^7.47.0"
"@thi.ng/api": "npm:^8.11.5"
"@thi.ng/associative": "npm:^6.3.63"
"@thi.ng/hiccup-html": "npm:^2.6.7"
"@thi.ng/hiccup-html": "npm:^2.7.0"
"@thi.ng/rdom": "npm:^1.5.1"
"@thi.ng/rstream": "npm:^8.5.4"
"@thi.ng/strings": "npm:^3.7.36"
Expand All @@ -5868,7 +5868,7 @@ __metadata:
"@thi.ng/api": "npm:^8.11.5"
"@thi.ng/checks": "npm:^3.6.7"
"@thi.ng/defmulti": "npm:^3.0.42"
"@thi.ng/hiccup-html": "npm:^2.6.7"
"@thi.ng/hiccup-html": "npm:^2.7.0"
"@thi.ng/rdom": "npm:^1.5.1"
"@thi.ng/rstream": "npm:^8.5.4"
esbuild: "npm:^0.23.0"
Expand Down

0 comments on commit f6a6bc3

Please sign in to comment.