Skip to content

Commit d44703e

Browse files
committed
chore(cli): bump schema lib
1 parent fd3f866 commit d44703e

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

components/cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [5.10.1]
6+
7+
- bump libs and schema lib to 5.3.
8+
59
## [5.10.0]
610

711
- add an option to dump the model without any item id references.

components/cli/bun.lockb

0 Bytes
Binary file not shown.

components/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crystallize/cli",
3-
"version": "5.10.0",
3+
"version": "5.10.1",
44
"description": "Crystallize CLI",
55
"module": "src/index.ts",
66
"repository": "https://github.com/CrystallizeAPI/crystallize-cli",
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@crystallize/js-api-client": "^5.2.0",
30-
"@crystallize/schema": "^5.2.0",
30+
"@crystallize/schema": "^5.3.0",
3131
"awilix": "^12.0.5",
3232
"cli-spinners": "^3.3.0",
3333
"commander": "^14.0.1",

0 commit comments

Comments
 (0)