Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doeixd committed Sep 4, 2024
1 parent 83e6e6e commit e776346
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@doeixd/create-virtualized-list-solid",
"version": "1.0.14",
"version": "1.1.0",
"files": [
"dist",
"src"
Expand All @@ -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",
Expand Down

0 comments on commit e776346

Please sign in to comment.