Skip to content

Commit bf86035

Browse files
authored
chore: release 0.9.0 (#55)
1 parent c8233ed commit bf86035

File tree

9 files changed

+41
-8
lines changed

9 files changed

+41
-8
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"packages/htms-dom": "0.8.0",
3-
"packages/htms-js": "0.8.0",
4-
"packages/fastify-htms": "0.8.0",
5-
"packages/htms-server": "0.8.0"
2+
"packages/htms-dom": "0.9.0",
3+
"packages/htms-js": "0.9.0",
4+
"packages/fastify-htms": "0.9.0",
5+
"packages/htms-server": "0.9.0"
66
}

packages/fastify-htms/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.9.0](https://github.com/skarab42/htms-js/compare/[email protected]@v0.9.0) (2025-09-22)
4+
5+
6+
### 🧹 Chores
7+
8+
* **fastify-htms:** Synchronize all versions
9+
310
## [0.8.0](https://github.com/skarab42/htms-js/compare/[email protected]@v0.8.0) (2025-09-20)
411

512

packages/fastify-htms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fastify-htms",
33
"description": "HTMS 💨 Stream Async HTML, Stay SEO-Friendly",
4-
"version": "0.8.0",
4+
"version": "0.9.0",
55
"private": false,
66
"publishConfig": {
77
"access": "public"

packages/htms-dom/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.9.0](https://github.com/skarab42/htms-js/compare/[email protected]@v0.9.0) (2025-09-22)
4+
5+
6+
### ✨ Features
7+
8+
* make `data-` attribute prefix optional ([#56](https://github.com/skarab42/htms-js/issues/56)) ([18036b2](https://github.com/skarab42/htms-js/commit/18036b2500bd5320fa3364268465b9f19753ba36))
9+
310
## [0.8.0](https://github.com/skarab42/htms-js/compare/[email protected]@v0.8.0) (2025-09-20)
411

512

packages/htms-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "htms-dom",
33
"description": "HTMS 💨 Stream Async HTML, Stay SEO-Friendly",
4-
"version": "0.8.0",
4+
"version": "0.9.0",
55
"private": false,
66
"publishConfig": {
77
"access": "public"

packages/htms-js/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.9.0](https://github.com/skarab42/htms-js/compare/[email protected]@v0.9.0) (2025-09-22)
4+
5+
6+
### ✨ Features
7+
8+
* make `data-` attribute prefix optional ([#56](https://github.com/skarab42/htms-js/issues/56)) ([18036b2](https://github.com/skarab42/htms-js/commit/18036b2500bd5320fa3364268465b9f19753ba36))
9+
10+
11+
### 📝 Docs
12+
13+
* fix task api ([#54](https://github.com/skarab42/htms-js/issues/54)) ([8bafaf4](https://github.com/skarab42/htms-js/commit/8bafaf4d9909d1b232ed4ae09dca09951147e281))
14+
315
## [0.8.0](https://github.com/skarab42/htms-js/compare/[email protected]@v0.8.0) (2025-09-20)
416

517

packages/htms-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "htms-js",
33
"description": "HTMS 💨 Stream Async HTML, Stay SEO-Friendly",
4-
"version": "0.8.0",
4+
"version": "0.9.0",
55
"private": false,
66
"publishConfig": {
77
"access": "public"

packages/htms-server/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.9.0](https://github.com/skarab42/htms-js/compare/[email protected]@v0.9.0) (2025-09-22)
4+
5+
6+
### 🧹 Chores
7+
8+
* **htms-server:** Synchronize all versions
9+
310
## [0.8.0](https://github.com/skarab42/htms-js/compare/[email protected]@v0.8.0) (2025-09-20)
411

512

packages/htms-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "htms-server",
33
"description": "HTMS 💨 Stream Async HTML, Stay SEO-Friendly",
4-
"version": "0.8.0",
4+
"version": "0.9.0",
55
"private": false,
66
"publishConfig": {
77
"access": "public"

0 commit comments

Comments
 (0)