Skip to content

Commit 568601b

Browse files
committed
Fix packages version
1 parent 87c943c commit 568601b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/block-to-xlsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@json-table/block-to-xlsx",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Library for rendering JSON Table to XLSX",
55
"license": "MIT",
66
"keywords": [

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@json-table/core",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Library for creating tables from JSON data",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)