Skip to content

Commit c5049ce

Browse files
committed
chore: release v19.0.0
1 parent c0dc639 commit c5049ce

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

apps/amp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ccusage/amp",
3-
"version": "18.0.11",
3+
"version": "19.0.0",
44
"description": "Deprecated compatibility package. Use npx ccusage instead.",
55
"homepage": "https://github.com/ryoppippi/ccusage#readme",
66
"bugs": {

apps/ccusage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ccusage",
33
"type": "module",
4-
"version": "18.0.11",
4+
"version": "19.0.0",
55
"description": "Analyze coding (agent) CLI token usage and costs from local data",
66
"author": "ryoppippi",
77
"license": "MIT",

apps/codex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ccusage/codex",
3-
"version": "18.0.11",
3+
"version": "19.0.0",
44
"description": "Deprecated compatibility package. Use npx ccusage instead.",
55
"homepage": "https://github.com/ryoppippi/ccusage#readme",
66
"bugs": {

apps/opencode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ccusage/opencode",
3-
"version": "18.0.11",
3+
"version": "19.0.0",
44
"description": "Deprecated compatibility package. Use npx ccusage instead.",
55
"homepage": "https://github.com/ryoppippi/ccusage#readme",
66
"bugs": {

apps/pi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ccusage/pi",
3-
"version": "18.0.11",
3+
"version": "19.0.0",
44
"description": "Deprecated compatibility package. Use npx ccusage instead.",
55
"homepage": "https://github.com/ryoppippi/ccusage#readme",
66
"bugs": {

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ccusage/docs",
33
"type": "module",
4-
"version": "18.0.11",
4+
"version": "19.0.0",
55
"private": true,
66
"description": "Documentation for coding (agent) CLI usage analysis with ccusage",
77
"engines": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ccusage-monorepo",
33
"type": "module",
4-
"version": "18.0.11",
4+
"version": "19.0.0",
55
"private": true,
66
"workspaces": [
77
"apps/*",

packages/internal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ccusage/internal",
33
"type": "module",
4-
"version": "18.0.11",
4+
"version": "19.0.0",
55
"private": true,
66
"description": "Shared internal utilities for ccusage toolchain",
77
"exports": {

packages/terminal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ccusage/terminal",
33
"type": "module",
4-
"version": "18.0.11",
4+
"version": "19.0.0",
55
"private": true,
66
"description": "Terminal utilities for ccusage",
77
"exports": {

0 commit comments

Comments
 (0)