Skip to content

Commit 3dee2c2

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-05-07) ### Bug Fixes * **lazy-table-renderer:** fix lint ([39f597c](39f597c)) * **slot:** pvtAttr scoped slot 버그 수정 ([#68](#68)) ([e2986ac](e2986ac))
1 parent 4270267 commit 3dee2c2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# 1.0.0 (2025-05-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **lazy-table-renderer:** fix lint ([39f597c](https://github.com/vue-pivottable/vue3-pivottable/commit/39f597c081e885b7668fdaeec4ef38f2cb43b41c))
7+
* **slot:** pvtAttr scoped slot 버그 수정 ([#68](https://github.com/vue-pivottable/vue3-pivottable/issues/68)) ([e2986ac](https://github.com/vue-pivottable/vue3-pivottable/commit/e2986acaf5e247551d499de9a70b7a5e17b85087))

packages/lazy-table-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-pivottable/lazy-table-renderer",
3-
"version": "1.0.2",
3+
"version": "1.0.0",
44
"type": "module",
55
"exports": {
66
".": {

0 commit comments

Comments
 (0)