We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd3f866 commit d44703eCopy full SHA for d44703e
3 files changed
components/cli/CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [5.10.1]
6
+
7
+- bump libs and schema lib to 5.3.
8
9
## [5.10.0]
10
11
- add an option to dump the model without any item id references.
components/cli/bun.lockb
0 Bytes
components/cli/package.json
@@ -1,6 +1,6 @@
1
{
"name": "@crystallize/cli",
- "version": "5.10.0",
+ "version": "5.10.1",
"description": "Crystallize CLI",
"module": "src/index.ts",
"repository": "https://github.com/CrystallizeAPI/crystallize-cli",
@@ -27,7 +27,7 @@
27
},
28
"dependencies": {
29
"@crystallize/js-api-client": "^5.2.0",
30
- "@crystallize/schema": "^5.2.0",
+ "@crystallize/schema": "^5.3.0",
31
"awilix": "^12.0.5",
32
"cli-spinners": "^3.3.0",
33
"commander": "^14.0.1",
0 commit comments