diff --git a/packages/kida/CHANGELOG.md b/packages/kida/CHANGELOG.md index dbaef7c1..07dc0af5 100644 --- a/packages/kida/CHANGELOG.md +++ b/packages/kida/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [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) + +### Features + +* cache facade now can revert changes and passes entry params into reducers ([#153](https://github.com/TrigenSoftware/nano_kit/issues/153)) ([a1c9af1](https://github.com/TrigenSoftware/nano_kit/commit/a1c9af1226897aeddb918a0edbce563980917a59)) +* rename list utils to array utils ([#148](https://github.com/TrigenSoftware/nano_kit/issues/148)) ([37914a4](https://github.com/TrigenSoftware/nano_kit/commit/37914a49056704b9bba08759d6bdf87e1a10cd07)) + ## [1.0.0-beta.6](https://github.com/TrigenSoftware/nano_kit/compare/kida@1.0.0-beta.5...kida@1.0.0-beta.6) (2026-06-09) ### Bug Fixes diff --git a/packages/kida/package.json b/packages/kida/package.json index 52052bd7..a85aa49e 100644 --- a/packages/kida/package.json +++ b/packages/kida/package.json @@ -1,7 +1,7 @@ { "name": "kida", "type": "module", - "version": "1.0.0-beta.6", + "version": "1.0.0-beta.7", "description": "A small state management library inspired by Nano Stores.", "author": "dangreen", "license": "MIT", diff --git a/packages/query/CHANGELOG.md b/packages/query/CHANGELOG.md index 651a6530..38cbe5f9 100644 --- a/packages/query/CHANGELOG.md +++ b/packages/query/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.0-alpha.12](https://github.com/TrigenSoftware/nano_kit/compare/query@1.0.0-alpha.11...query@1.0.0-alpha.12) (2026-06-19) + +### Features + +* cache facade now can revert changes and passes entry params into reducers ([#153](https://github.com/TrigenSoftware/nano_kit/issues/153)) ([a1c9af1](https://github.com/TrigenSoftware/nano_kit/commit/a1c9af1226897aeddb918a0edbce563980917a59)) +* cache mutation utils ([#149](https://github.com/TrigenSoftware/nano_kit/issues/149)) ([862a32a](https://github.com/TrigenSoftware/nano_kit/commit/862a32a16d32340d4b50b87ee3ce5123519e4c24)) +* entities api rework ([#151](https://github.com/TrigenSoftware/nano_kit/issues/151)) ([467a3cf](https://github.com/TrigenSoftware/nano_kit/commit/467a3cf8921f00f813281ddc9b0f6fe0a4c3b4d7)) +* save request params into entries ([#152](https://github.com/TrigenSoftware/nano_kit/issues/152)) ([9a7328d](https://github.com/TrigenSoftware/nano_kit/commit/9a7328dd0f0a7bb9d0b20322ba5168be9d313055)) + ## [1.0.0-alpha.11](https://github.com/TrigenSoftware/nano_kit/compare/query@1.0.0-alpha.10...query@1.0.0-alpha.11) (2026-06-17) ### Features diff --git a/packages/query/package.json b/packages/query/package.json index bb352295..f1323dbe 100644 --- a/packages/query/package.json +++ b/packages/query/package.json @@ -1,7 +1,7 @@ { "name": "@nano_kit/query", "type": "module", - "version": "1.0.0-alpha.11", + "version": "1.0.0-alpha.12", "description": "A small and powerful remote data management library for @nano_kit/store.", "author": "dangreen", "license": "MIT", diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index 906f5104..0be0e08b 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.0-alpha.15](https://github.com/TrigenSoftware/nano_kit/compare/router@1.0.0-alpha.14...router@1.0.0-alpha.15) (2026-06-19) + +### Features + +* rename list utils to array utils ([#148](https://github.com/TrigenSoftware/nano_kit/issues/148)) ([37914a4](https://github.com/TrigenSoftware/nano_kit/commit/37914a49056704b9bba08759d6bdf87e1a10cd07)) + ## [1.0.0-alpha.14](https://github.com/TrigenSoftware/nano_kit/compare/router@1.0.0-alpha.13...router@1.0.0-alpha.14) (2026-06-09) ### Bug Fixes diff --git a/packages/router/package.json b/packages/router/package.json index cd35b5b7..bd56707e 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,7 +1,7 @@ { "name": "@nano_kit/router", "type": "module", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "description": "A small and powerful router for the @nano_kit/store state management library.", "author": "dangreen", "license": "MIT", diff --git a/packages/store/CHANGELOG.md b/packages/store/CHANGELOG.md index 0e6954bd..9a231d1b 100644 --- a/packages/store/CHANGELOG.md +++ b/packages/store/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.0-beta.9](https://github.com/TrigenSoftware/nano_kit/compare/store@1.0.0-beta.8...store@1.0.0-beta.9) (2026-06-19) + +### Features + +* rename list utils to array utils ([#148](https://github.com/TrigenSoftware/nano_kit/issues/148)) ([37914a4](https://github.com/TrigenSoftware/nano_kit/commit/37914a49056704b9bba08759d6bdf87e1a10cd07)) + ## [1.0.0-beta.8](https://github.com/TrigenSoftware/nano_kit/compare/store@1.0.0-beta.7...store@1.0.0-beta.8) (2026-06-09) ### Bug Fixes diff --git a/packages/store/package.json b/packages/store/package.json index 0625eb9a..87f0af07 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,7 +1,7 @@ { "name": "@nano_kit/store", "type": "module", - "version": "1.0.0-beta.8", + "version": "1.0.0-beta.9", "description": "A lightweight state management library inspired by Nano Stores.", "author": "dangreen", "license": "MIT",