Skip to content

Commit 37bc030

Browse files
chore(release): monorepo release
- agera@1.0.0 - kida@1.0.0 - nanoviews@1.0.0 - @nano_kit/next-router@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@0.0.0 - @nano_kit/router@1.0.0 - @nano_kit/ssr@0.0.0 - @nano_kit/store@1.0.0
1 parent 1287d09 commit 37bc030

19 files changed

Lines changed: 138 additions & 8 deletions

File tree

packages/agera/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/agera@1.0.0-alpha.5...agera@1.0.0) (2026-04-05)
7+
8+
### Features
9+
10+
* export ExternalModesBase to create modes in external packages ([c8d0569](https://github.com/TrigenSoftware/nano_kit/commit/c8d0569a8b041b0ace3413a53fc935bd3c621eeb))
11+
612
## [1.0.0-alpha.5](https://github.com/TrigenSoftware/nano_kit/compare/agera@1.0.0-alpha.4...agera@1.0.0-alpha.5) (2026-02-15)
713

814
### Features

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-alpha.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/kida/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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@1.0.0-alpha.6...kida@1.0.0) (2026-04-05)
7+
8+
### Features
9+
10+
* `subscribeAny` and `isEmpty` are moved from nanoviews, `get` util and `DependencyNotFound` error class are added ([1734be8](https://github.com/TrigenSoftware/nano_kit/commit/1734be81037ba01ca6d5dc943d18a6c7571145d0))
11+
* move `FalsyValue` type to kida ([52bb15c](https://github.com/TrigenSoftware/nano_kit/commit/52bb15cc82a1759a9219142b62a75a54b1d2b023))
12+
13+
### Bug Fixes
14+
15+
* di dependency is not propagating to root anymore ([4ca2eaf](https://github.com/TrigenSoftware/nano_kit/commit/4ca2eaf25383200a3c3bebfe9a0e25115f7bae69))
16+
* use child context when resolving transitive dependencies ([ef6f17b](https://github.com/TrigenSoftware/nano_kit/commit/ef6f17ba24ac15c4c5402c0b4f33ffa9e297ea36))
17+
618
## [1.0.0-alpha.6](https://github.com/TrigenSoftware/nano_kit/compare/kida@1.0.0-alpha.5...kida@1.0.0-alpha.6) (2026-02-15)
719

820
### 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-alpha.6",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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@1.0.0-alpha.5...nanoviews@1.0.0) (2026-04-05)
7+
8+
### Features
9+
10+
* move `FalsyValue` type to kida ([52bb15c](https://github.com/TrigenSoftware/nano_kit/commit/52bb15cc82a1759a9219142b62a75a54b1d2b023))
11+
* move `isEmpty` and `subscribeAny` to kida ([3470bbe](https://github.com/TrigenSoftware/nano_kit/commit/3470bbe77908e0438f016fc01f4528cbd5c1f526))
12+
613
## [1.0.0-alpha.5](https://github.com/TrigenSoftware/nano_kit/compare/nanoviews@1.0.0-alpha.4...nanoviews@1.0.0-alpha.5) (2026-02-15)
714

815
### Features

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.5",
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 1.0.0 (2026-04-05)
7+
8+
### Features
9+
10+
* add prerenderable option, permanent redirect support ([2423868](https://github.com/TrigenSoftware/nano_kit/commit/2423868ff5b2967858703ed8f288c37ed4038262))
11+
* introduce Next.js integration for `@nano_kit/router` ([85f117a](https://github.com/TrigenSoftware/nano_kit/commit/85f117aa5e4b107a4dc46b86694c8a70a2ed19ac))
12+
13+
### Bug Fixes
14+
15+
* fix next.js imports and Link component type safety ([79a49bb](https://github.com/TrigenSoftware/nano_kit/commit/79a49bbc7c20be0fa166c8cdf7f1d3071acd5e50))

packages/query/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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/query@1.0.0-alpha.1...query@1.0.0) (2026-04-05)
7+
8+
### Features
9+
10+
* `hydratable` extension, `persistence` extension and `indexedDbStorage` persistent adapter ([5bd7219](https://github.com/TrigenSoftware/nano_kit/commit/5bd721948202c8eb95eff33a9de545490a07a7e8))
11+
* use hydrator interface instead of raw dehydrated data ([34a431f](https://github.com/TrigenSoftware/nano_kit/commit/34a431fbb19a4686550770026cabacaea9be6610))
12+
* use new hydrator, serialize cache entry before dehydration ([e4758e3](https://github.com/TrigenSoftware/nano_kit/commit/e4758e388245cc65a59a70bfd30c1703571951fe))
13+
14+
### Bug Fixes
15+
16+
* do not persist error results ([1d07db4](https://github.com/TrigenSoftware/nano_kit/commit/1d07db40b37b49ffdc31e01c06656c01d027bf5d))
17+
618
## [1.0.0-alpha.1](https://github.com/TrigenSoftware/nano_kit/compare/query@1.0.0-alpha.0...query@1.0.0-alpha.1) (2026-02-16)
719

820
### Bug Fixes

packages/query/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/query",
33
"type": "module",
4-
"version": "1.0.0-alpha.1",
4+
"version": "1.0.0",
55
"description": "A small and powerful remote data manager for @nano_kit/store state manager.",
66
"author": "dangreen",
77
"license": "MIT",

packages/react-router/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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/react-router@1.0.0-alpha.3...react-router@1.0.0) (2026-04-05)
7+
8+
### Features
9+
10+
* add `canGoBack` utility and `CanGoBack$` injection token ([88bb960](https://github.com/TrigenSoftware/nano_kit/commit/88bb9605a24069ab7c88b15e790261ef9881456f))
11+
* add aria-current support and refactor link hook system ([54d2daa](https://github.com/TrigenSoftware/nano_kit/commit/54d2daa5e8d13d94c29bc6a11f0f554a8b892f5b))
12+
* allow passing a function to `preloadable()` and respect explicit aria-current ([ac17580](https://github.com/TrigenSoftware/nano_kit/commit/ac17580df20f416336126096b4b7b9782904d00c))
13+
* hooks were renamed ([094a736](https://github.com/TrigenSoftware/nano_kit/commit/094a736126c581f6cd2b837a64a0d2e2fe56b41f))
14+
* refactored to align vanilla router ssr capabilities ([163f991](https://github.com/TrigenSoftware/nano_kit/commit/163f991021dd80ccfe5d0da3e9fc490f5152b130))
15+
16+
### Bug Fixes
17+
18+
* fix listenLinks types ([205e70e](https://github.com/TrigenSoftware/nano_kit/commit/205e70e6e7cb8df5d796fa5df3a3ac9c7cedbfae))
19+
* rsc ready ([9607de0](https://github.com/TrigenSoftware/nano_kit/commit/9607de01980360430b8ca8f86e6322294c8c5270))
20+
621
## [1.0.0-alpha.3](https://github.com/TrigenSoftware/nano_kit/compare/react-router@1.0.0-alpha.2...react-router@1.0.0-alpha.3) (2026-02-16)
722

823
### Bug Fixes

0 commit comments

Comments
 (0)