Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/red-pianos-help.md

This file was deleted.

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

## 0.1.1

### Patch Changes

- Updated dependencies [[`9e41f2a`](https://github.com/x0k/json-table/commit/9e41f2adac65b15692a1cd02abd86e8d34f5dd8c)]:
- @json-table/core@0.2.0
- @json-table/block-to-xlsx@0.2.0

## 0.1.0

### Minor Changes
Expand Down
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.1.0",
"version": "0.1.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@json-table/block-to-xlsx": "workspace:^",
"@json-table/core": "workspace:^0.1.0",
"@json-table/core": "workspace:^0.2.0",
"@sjsf/ajv8-validator": "^2.2.3",
"@sjsf/daisyui5-theme": "^2.2.3",
"@sjsf/form": "^2.2.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/block-to-xlsx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @json-table/block-to-xlsx

## 0.2.0

### Patch Changes

- Updated dependencies [[`9e41f2a`](https://github.com/x0k/json-table/commit/9e41f2adac65b15692a1cd02abd86e8d34f5dd8c)]:
- @json-table/core@0.2.0

## 0.1.0

### Patch Changes
Expand Down
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.1.0",
"version": "0.2.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.1.0 || ^0.2.0"
"@json-table/core": "workspace:^0.2.0"
},
"devDependencies": {
"vitest": "catalog:",
"@json-table/core": "workspace:^0.1.0"
"@json-table/core": "workspace:^0.2.0"
}
}
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @json-table/core

## 0.2.0

### Minor Changes

- [`9e41f2a`](https://github.com/x0k/json-table/commit/9e41f2adac65b15692a1cd02abd86e8d34f5dd8c) Thanks [@x0k](https://github.com/x0k)! - Remove unused code from `lib/json` and `lib/ord`

## 0.1.0

### Minor Changes
Expand Down
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.1.0",
"version": "0.2.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.