Skip to content

Commit a0b6799

Browse files
committed
v0.10.2 fix: Table headItems prop to be an array of HeadItemType
1 parent e0752d0 commit a0b6799

File tree

7 files changed

+125
-127
lines changed

7 files changed

+125
-127
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.10.2
4+
5+
### Patch Changes
6+
7+
- fix: Table headItems prop to be an array of HeadItemType
8+
39
## 0.10.1
410

511
### Patch Changes

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-5-ui-lib",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"description": "Svelte 5 UI Lib is a UI library built from scratch to leverage Svelte 5's runes system, creating smooth, reactive components.",
55
"license": "MIT",
66
"main": "dist/index.js",
@@ -62,14 +62,14 @@
6262
"eslint-plugin-svelte": "2.45.1",
6363
"globals": "^15.12.0",
6464
"highlight.js": "^11.10.0",
65-
"postcss": "^8.4.47",
65+
"postcss": "^8.4.48",
6666
"prettier": "^3.3.3",
6767
"prettier-plugin-svelte": "^3.2.7",
6868
"prettier-plugin-tailwindcss": "^0.6.8",
6969
"publint": "^0.2.12",
7070
"runatics": "^0.1.3",
7171
"runes-meta-tags": "^0.4.0",
72-
"svelte": "5.1.13",
72+
"svelte": "5.1.14",
7373
"svelte-check": "^4.0.6",
7474
"svelte-lib-helpers": "^0.4.16",
7575
"svelte-rune-highlight": "^0.5.13",
@@ -78,7 +78,7 @@
7878
"tsx": "^4.19.2",
7979
"typescript": "^5.6.3",
8080
"typescript-eslint": "^8.13.0",
81-
"vite": "^5.4.10",
81+
"vite": "^5.4.11",
8282
"vite-imagetools": "^7.0.4"
8383
},
8484
"peerDependencies": {

0 commit comments

Comments
 (0)