Skip to content

Commit

Permalink
Merge pull request #6 from x0k/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
x0k authored Oct 31, 2024
2 parents 568601b + 8cf55a0 commit 15ae736
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/stale-worms-heal.md

This file was deleted.

9 changes: 9 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# web

## 0.0.1

### Patch Changes

- Updated dependencies [[`a089b62`](https://github.com/x0k/json-table/commit/a089b628379acfef7bf1b56a6e85235bb442ec3a)]:
- @json-table/core@0.1.0
- @json-table/block-to-xlsx@0.1.0
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@json-table/block-to-xlsx": "workspace:^",
"@json-table/core": "workspace:^0.0.0",
"@json-table/core": "workspace:^0.1.0",
"@sjsf/ajv8-validator": "^1.2.0",
"@sjsf/daisyui-theme": "^1.2.0",
"@sjsf/form": "^1.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/block-to-xlsx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @json-table/block-to-xlsx

## 0.1.0

### Patch Changes

- Updated dependencies [[`a089b62`](https://github.com/x0k/json-table/commit/a089b628379acfef7bf1b56a6e85235bb442ec3a)]:
- @json-table/core@0.1.0
6 changes: 3 additions & 3 deletions packages/block-to-xlsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@json-table/block-to-xlsx",
"version": "0.0.1",
"version": "0.1.0",
"description": "Library for rendering JSON Table to XLSX",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -36,10 +36,10 @@
},
"peerDependencies": {
"exceljs": "^4.4.0",
"@json-table/core": "workspace:^0.0.0"
"@json-table/core": "workspace:^0.1.0"
},
"devDependencies": {
"vitest": "catalog:",
"@json-table/core": "workspace:^0.0.0"
"@json-table/core": "workspace:^0.1.0"
}
}
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @json-table/core

## 0.1.0

### Minor Changes

- [`a089b62`](https://github.com/x0k/json-table/commit/a089b628379acfef7bf1b56a6e85235bb442ec3a) Thanks [@x0k](https://github.com/x0k)! - Add `makeBlockFactory` function
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@json-table/core",
"version": "0.0.1",
"version": "0.1.0",
"description": "Library for creating tables from JSON data",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 15ae736

Please sign in to comment.