Skip to content

Commit d5595b8

Browse files
committed
feat(cli): last version of masss operation
1 parent 09cdf8f commit d5595b8

3 files changed

Lines changed: 12 additions & 8 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.11.0]
6+
7+
- bump libs and schema lib to 6.0.0.
8+
59
## [5.10.1]
610

711
- bump libs and schema lib to 5.3.

components/cli/bun.lockb

84 Bytes
Binary file not shown.

components/cli/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crystallize/cli",
3-
"version": "5.10.1",
3+
"version": "5.11.0",
44
"description": "Crystallize CLI",
55
"module": "src/index.ts",
66
"repository": "https://github.com/CrystallizeAPI/crystallize-cli",
@@ -21,20 +21,20 @@
2121
"@types/bun": "latest",
2222
"@types/marked": "^6.0.0",
2323
"@types/marked-terminal": "^6.1.1",
24-
"@types/react": "^19.2.2",
24+
"@types/react": "^19.2.4",
2525
"@types/signale": "^1.4.7",
26-
"react-devtools-core": "^7.0.0"
26+
"react-devtools-core": "^7.0.1"
2727
},
2828
"dependencies": {
2929
"@crystallize/js-api-client": "^5.2.0",
30-
"@crystallize/schema": "^5.3.0",
30+
"@crystallize/schema": "^6.0.0",
3131
"awilix": "^12.0.5",
3232
"cli-spinners": "^3.3.0",
33-
"commander": "^14.0.1",
34-
"ink": "^6.3.1",
33+
"commander": "^14.0.2",
34+
"ink": "^6.5.0",
3535
"ink-link": "^5.0.0",
3636
"ink-text-input": "^6.0.0",
37-
"jotai": "^2.15.0",
37+
"jotai": "^2.15.1",
3838
"json-to-graphql-query": "^2.3.0",
3939
"marked": "^16.0.4",
4040
"marked-terminal": "^7.3.0",
@@ -44,7 +44,7 @@
4444
"prettier": "^3.6.2",
4545
"react": "^19.2.0",
4646
"signale": "^1.4.0",
47-
"tar": "^7.5.1",
47+
"tar": "^7.5.2",
4848
"zod": "^4.1.12"
4949
}
5050
}

0 commit comments

Comments
 (0)