Skip to content

Commit e6ead6a

Browse files
committed
chore(cli): bump the schema lib to 6.3.4
1 parent f61f439 commit e6ead6a

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
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
## [5.11.4]
66

7+
- bump the schema lib to 6.3.4
8+
9+
## [5.11.4]
10+
711
- bump the libs for pricelists fix
812

913
## [5.11.3]

components/cli/bun.lockb

-16 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.11.4",
3+
"version": "5.11.5",
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.3.0",
30-
"@crystallize/schema": "^6.2.1",
30+
"@crystallize/schema": "^6.3.4",
3131
"awilix": "^12.0.5",
3232
"cli-spinners": "^3.3.0",
3333
"commander": "^14.0.2",

0 commit comments

Comments
 (0)