diff --git a/CHANGELOG.md b/CHANGELOG.md index e6fc13a..59494fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.2.2](https://github.com/doeixd/create-virtualized-list-solid/compare/v1.2.1...v1.2.2) (2024-09-04) + + +### Bug Fixes + +* :art: made result of itemCreator easire to reason about the reactivity ([c51853f](https://github.com/doeixd/create-virtualized-list-solid/commit/c51853ff9d14669d48036a3ce91919ed33c42e87)) + ### [1.2.1](https://github.com/doeixd/create-virtualized-list-solid/compare/v1.2.0...v1.2.1) (2024-09-04) diff --git a/package-lock.json b/package-lock.json index f60c02d..627a688 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doeixd/create-virtualized-list-solid", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@doeixd/create-virtualized-list-solid", - "version": "1.2.1", + "version": "1.2.2", "license": "MIT", "dependencies": { "@kobalte/utils": "^0.9.1" diff --git a/package.json b/package.json index d3f6319..29920ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@doeixd/create-virtualized-list-solid", - "version": "1.2.1", + "version": "1.2.2", "files": [ "dist", "src"