Skip to content

Commit 15f3309

Browse files
chore(release): monorepo release
- agera@1.0.0 - @nano_kit/intl@1.0.0 - kida@1.0.0 - nanoviews@1.0.0 - @nano_kit/next-router@1.0.0 - @nano_kit/platform-web@1.0.0 - @nano_kit/preact@1.0.0 - @nano_kit/preact-router@1.0.0 - @nano_kit/preact-ssr@1.0.0 - @nano_kit/query@1.0.0 - @nano_kit/react@1.0.0 - @nano_kit/react-router@1.0.0 - @nano_kit/react-ssr@1.0.0 - @nano_kit/router@1.0.0 - @nano_kit/ssr@1.0.0 - @nano_kit/store@1.0.0 - @nano_kit/svelte@1.0.0 - @nano_kit/svelte-kit@1.0.0 - @nano_kit/svelte-router@1.0.0 - @nano_kit/svelte-ssr@1.0.0
1 parent f5e3f5f commit 15f3309

40 files changed

Lines changed: 146 additions & 20 deletions

packages/agera/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.0](https://github.com/TrigenSoftware/nano_kit/compare/agera%401.0.0-beta.5...agera%401.0.0) (2026-07-12)
7+
8+
### Bug Fixes
9+
10+
* prevent subs count desync when mountable signal is read by non-subscriber node ([#159](https://github.com/TrigenSoftware/nano_kit/issues/159)) ([1410c97](https://github.com/TrigenSoftware/nano_kit/commit/1410c9759567e67acb39c9cbb4313f82a7f7dce6))
11+
* support TypeScript 7 ([#156](https://github.com/TrigenSoftware/nano_kit/issues/156)) ([6d9edce](https://github.com/TrigenSoftware/nano_kit/commit/6d9edce57bd709859deb9cf86d9a982ab7cf4a11))
12+
* sync with alien-signals v3.2.1 ([#160](https://github.com/TrigenSoftware/nano_kit/issues/160)) ([d943a8d](https://github.com/TrigenSoftware/nano_kit/commit/d943a8dee548d03baaeaf1a0b5a68a79d2c7dc82))
13+
614
## [1.0.0-beta.5](https://github.com/TrigenSoftware/nano_kit/compare/agera@1.0.0-beta.4...agera@1.0.0-beta.5) (2026-06-09)
715

816
### Bug Fixes

packages/agera/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "agera",
33
"type": "module",
4-
"version": "1.0.0-beta.5",
4+
"version": "1.0.0",
55
"description": "A small push-pull based signal library based on alien-signals algorithm.",
66
"author": "dangreen",
77
"license": "MIT",

packages/intl/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.0](https://github.com/TrigenSoftware/nano_kit/compare/intl%401.0.0-alpha.3...intl%401.0.0) (2026-07-12)
7+
8+
### Bug Fixes
9+
10+
* support TypeScript 7 ([#156](https://github.com/TrigenSoftware/nano_kit/issues/156)) ([6d9edce](https://github.com/TrigenSoftware/nano_kit/commit/6d9edce57bd709859deb9cf86d9a982ab7cf4a11))
11+
612
## [1.0.0-alpha.3](https://github.com/TrigenSoftware/nano_kit/compare/intl@1.0.0-alpha.2...intl@1.0.0-alpha.3) (2026-06-12)
713

814
### Bug Fixes

packages/intl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nano_kit/intl",
33
"type": "module",
4-
"version": "1.0.0-alpha.3",
4+
"version": "1.0.0",
55
"description": "A lightweight internationalization library for Nano Kit applications.",
66
"author": "dangreen",
77
"license": "MIT",

packages/kida/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.0](https://github.com/TrigenSoftware/nano_kit/compare/kida%401.0.0-beta.7...kida%401.0.0) (2026-07-12)
7+
8+
### Bug Fixes
9+
10+
* support TypeScript 7 ([#156](https://github.com/TrigenSoftware/nano_kit/issues/156)) ([6d9edce](https://github.com/TrigenSoftware/nano_kit/commit/6d9edce57bd709859deb9cf86d9a982ab7cf4a11))
11+
612
## [1.0.0-beta.7](https://github.com/TrigenSoftware/nano_kit/compare/kida@1.0.0-beta.6...kida@1.0.0-beta.7) (2026-06-19)
713

814
### Features

packages/kida/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kida",
33
"type": "module",
4-
"version": "1.0.0-beta.7",
4+
"version": "1.0.0",
55
"description": "A small state management library inspired by Nano Stores.",
66
"author": "dangreen",
77
"license": "MIT",

packages/nanoviews/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.0](https://github.com/TrigenSoftware/nano_kit/compare/nanoviews%401.0.0-alpha.8...nanoviews%401.0.0) (2026-07-12)
7+
8+
### Bug Fixes
9+
10+
* support TypeScript 7 ([#156](https://github.com/TrigenSoftware/nano_kit/issues/156)) ([6d9edce](https://github.com/TrigenSoftware/nano_kit/commit/6d9edce57bd709859deb9cf86d9a982ab7cf4a11))
11+
612
## [1.0.0-alpha.8](https://github.com/TrigenSoftware/nano_kit/compare/nanoviews@1.0.0-alpha.7...nanoviews@1.0.0-alpha.8) (2026-06-09)
713

814
### Bug Fixes

packages/nanoviews/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nanoviews",
33
"type": "module",
4-
"version": "1.0.0-alpha.8",
4+
"version": "1.0.0",
55
"description": "A small Direct DOM library for creating user interfaces.",
66
"author": "dangreen",
77
"license": "MIT",

packages/next-router/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.0](https://github.com/TrigenSoftware/nano_kit/compare/next-router%401.0.0-alpha.6...next-router%401.0.0) (2026-07-12)
7+
8+
### Bug Fixes
9+
10+
* support TypeScript 7 ([#156](https://github.com/TrigenSoftware/nano_kit/issues/156)) ([6d9edce](https://github.com/TrigenSoftware/nano_kit/commit/6d9edce57bd709859deb9cf86d9a982ab7cf4a11))
11+
612
## [1.0.0-alpha.6](https://github.com/TrigenSoftware/nano_kit/compare/next-router@1.0.0-alpha.5...next-router@1.0.0-alpha.6) (2026-06-15)
713

814
### Bug Fixes

packages/next-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nano_kit/next-router",
33
"type": "module",
4-
"version": "1.0.0-alpha.6",
4+
"version": "1.0.0",
55
"description": "Next.js integration for @nano_kit/router.",
66
"author": "dangreen",
77
"license": "MIT",

0 commit comments

Comments
 (0)