Skip to content

Commit cef15cb

Browse files
committed
chore: bump version to v0.1.1
1 parent a6bf378 commit cef15cb

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @dschz/solid-auto-sizer
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Adds more keywords to make package more discoverable
8+
39
## 0.1.0
410

511
### Minor Changes

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dschz/solid-auto-sizer",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"license": "MIT",
55
"exports": "./src/index.tsx",
66
"publish": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dschz/solid-auto-sizer",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "SolidJS component that automatically measures and provides the width and height of its parent — useful for virtualized lists, grids, and charts.",
55
"type": "module",
66
"author": "Daniel Sanchez <dsanc89@icloud.com>",

0 commit comments

Comments
 (0)