diff --git a/CHANGELOG.md b/CHANGELOG.md index 601dfb8..83b79d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.1.0](https://github.com/doeixd/create-virtualized-list-solid/compare/v1.0.14...v1.1.0) (2024-09-04) + + +### Features + +* :sparkles: Added a simple VirtualizedList component ([329f6e3](https://github.com/doeixd/create-virtualized-list-solid/commit/329f6e3efff4c7996a1bc3a743d8528a101dc066)) + + +### Bug Fixes + +* :poop: Improved reactivity of the virtualizer and options ([83e6e6e](https://github.com/doeixd/create-virtualized-list-solid/commit/83e6e6ef0eff32b3f875790d67cccf5a6617e1d9)) +* changed the release script ([26bdb94](https://github.com/doeixd/create-virtualized-list-solid/commit/26bdb9498c7f6c172dcdcafad50e851ed3350df7)) + ### [1.0.6](https://github.com/doeixd/create-virtualized-list-solid/compare/v1.0.5...v1.0.6) (2024-09-03) ### [1.0.5](https://github.com/doeixd/create-virtualized-list-solid/compare/v1.0.4...v1.0.5) (2024-09-03) diff --git a/package-lock.json b/package-lock.json index 09e47f1..3ee2f15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "create-virtualized-list-solid", - "version": "1.0.14", + "name": "@doeixd/create-virtualized-list-solid", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "create-virtualized-list-solid", - "version": "1.0.14", + "name": "@doeixd/create-virtualized-list-solid", + "version": "1.1.0", "license": "MIT", "dependencies": { "@kobalte/utils": "^0.9.1" diff --git a/package.json b/package.json index 8a502e4..8b89fda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@doeixd/create-virtualized-list-solid", - "version": "1.0.14", + "version": "1.1.0", "files": [ "dist", "src" @@ -24,12 +24,13 @@ "@types/node": "^20.14.9", "pridepack": "2.6.1", "solid-js": "^1.8.22", + "standard-version": "^9.5.0", "tslib": "^2.6.3", "typescript": "^5.5.3" }, "peerDependencies": { - "solid-js": "^1.8", - "@tanstack/solid-virtual": "^3.10.6" + "@tanstack/solid-virtual": "^3.10.6", + "solid-js": "^1.8" }, "scripts": { "release2": "npm run release:patch",