We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61f439 commit e6ead6aCopy full SHA for e6ead6a
3 files changed
components/cli/CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
5
## [5.11.4]
6
7
+- bump the schema lib to 6.3.4
8
+
9
+## [5.11.4]
10
11
- bump the libs for pricelists fix
12
13
## [5.11.3]
components/cli/bun.lockb
-16 Bytes
components/cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@crystallize/cli",
3
- "version": "5.11.4",
+ "version": "5.11.5",
"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.3.0",
30
- "@crystallize/schema": "^6.2.1",
+ "@crystallize/schema": "^6.3.4",
31
"awilix": "^12.0.5",
32
"cli-spinners": "^3.3.0",
33
"commander": "^14.0.2",
0 commit comments