Skip to content

Commit 15ae736

Browse files
authored
Merge pull request #6 from x0k/changeset-release/main
[ci] release
2 parents 568601b + 8cf55a0 commit 15ae736

File tree

8 files changed

+32
-13
lines changed

8 files changed

+32
-13
lines changed

.changeset/stale-worms-heal.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/web/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# web
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a089b62`](https://github.com/x0k/json-table/commit/a089b628379acfef7bf1b56a6e85235bb442ec3a)]:
8+
- @json-table/core@0.1.0
9+
- @json-table/block-to-xlsx@0.1.0

apps/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "web",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@json-table/block-to-xlsx": "workspace:^",
26-
"@json-table/core": "workspace:^0.0.0",
26+
"@json-table/core": "workspace:^0.1.0",
2727
"@sjsf/ajv8-validator": "^1.2.0",
2828
"@sjsf/daisyui-theme": "^1.2.0",
2929
"@sjsf/form": "^1.2.0",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @json-table/block-to-xlsx
2+
3+
## 0.1.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a089b62`](https://github.com/x0k/json-table/commit/a089b628379acfef7bf1b56a6e85235bb442ec3a)]:
8+
- @json-table/core@0.1.0

packages/block-to-xlsx/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@json-table/block-to-xlsx",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Library for rendering JSON Table to XLSX",
55
"license": "MIT",
66
"keywords": [
@@ -36,10 +36,10 @@
3636
},
3737
"peerDependencies": {
3838
"exceljs": "^4.4.0",
39-
"@json-table/core": "workspace:^0.0.0"
39+
"@json-table/core": "workspace:^0.1.0"
4040
},
4141
"devDependencies": {
4242
"vitest": "catalog:",
43-
"@json-table/core": "workspace:^0.0.0"
43+
"@json-table/core": "workspace:^0.1.0"
4444
}
4545
}

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @json-table/core
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [`a089b62`](https://github.com/x0k/json-table/commit/a089b628379acfef7bf1b56a6e85235bb442ec3a) Thanks [@x0k](https://github.com/x0k)! - Add `makeBlockFactory` function

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.1",
3+
"version": "0.1.0",
44
"description": "Library for creating tables from JSON data",
55
"license": "MIT",
66
"keywords": [

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)