Skip to content

Commit 264929e

Browse files
chore(release): monorepo release
- agera@1.0.0 - kida@1.0.0 - nanoviews@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 c47d608 commit 264929e

18 files changed

Lines changed: 86 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-03-13)
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: 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@1.0.0-alpha.6...kida@1.0.0) (2026-03-13)
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+
612
## [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)
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-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: 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@1.0.0-alpha.5...nanoviews@1.0.0) (2026-03-13)
7+
8+
### Features
9+
10+
* move `isEmpty` and `subscribeAny` to kida ([3470bbe](https://github.com/TrigenSoftware/nano_kit/commit/3470bbe77908e0438f016fc01f4528cbd5c1f526))
11+
612
## [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)
713

814
### 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/query/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/query@1.0.0-alpha.1...query@1.0.0) (2026-03-13)
7+
8+
### Features
9+
10+
* `hydratable` extension, `persistence` extension and `indexedDbStorage` persistent adapter ([5bd7219](https://github.com/TrigenSoftware/nano_kit/commit/5bd721948202c8eb95eff33a9de545490a07a7e8))
11+
612
## [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)
713

814
### 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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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-03-13)
7+
8+
### Features
9+
10+
* refactored to align vanilla router ssr capabilities ([163f991](https://github.com/TrigenSoftware/nano_kit/commit/163f991021dd80ccfe5d0da3e9fc490f5152b130))
11+
12+
### Bug Fixes
13+
14+
* fix listenLinks types ([205e70e](https://github.com/TrigenSoftware/nano_kit/commit/205e70e6e7cb8df5d796fa5df3a3ac9c7cedbfae))
15+
616
## [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)
717

818
### Bug Fixes

packages/react-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/react-router",
33
"type": "module",
4-
"version": "1.0.0-alpha.3",
4+
"version": "1.0.0",
55
"description": "React integration for @nano_kit/router with code splitting, dependency injection, and state management.",
66
"author": "dangreen",
77
"license": "MIT",

0 commit comments

Comments
 (0)