Skip to content

Commit ae115c3

Browse files
committed
chore: release v18.0.2
1 parent 3354711 commit ae115c3

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

apps/amp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ccusage/amp",
33
"type": "module",
4-
"version": "18.0.1",
4+
"version": "18.0.2",
55
"description": "Usage analysis tool for Amp CLI sessions",
66
"author": "ryoppippi",
77
"license": "MIT",

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.1",
4+
"version": "18.0.2",
55
"description": "Usage analysis tool for Claude Code",
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,7 +1,7 @@
11
{
22
"name": "@ccusage/codex",
33
"type": "module",
4-
"version": "18.0.1",
4+
"version": "18.0.2",
55
"description": "Usage analysis tool for OpenAI Codex sessions",
66
"author": "ryoppippi",
77
"license": "MIT",

apps/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ccusage/mcp",
33
"type": "module",
4-
"version": "18.0.1",
4+
"version": "18.0.2",
55
"description": "MCP server implementation for ccusage data",
66
"author": "ryoppippi",
77
"license": "MIT",

apps/opencode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ccusage/opencode",
33
"type": "module",
4-
"version": "18.0.1",
4+
"version": "18.0.2",
55
"description": "Usage analysis tool for OpenCode sessions",
66
"contributors": [
77
"ryoppippi",

apps/pi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ccusage/pi",
33
"type": "module",
4-
"version": "18.0.1",
4+
"version": "18.0.2",
55
"description": "Pi-agent usage tracking - unified Claude Max usage across Claude Code and pi-agent",
66
"author": "ryoppippi",
77
"contributors": [

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.1",
4+
"version": "18.0.2",
55
"private": true,
66
"description": "Documentation for ccusage",
77
"scripts": {

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.1",
4+
"version": "18.0.2",
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.1",
4+
"version": "18.0.2",
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.1",
4+
"version": "18.0.2",
55
"private": true,
66
"description": "Terminal utilities for ccusage",
77
"exports": {

0 commit comments

Comments
 (0)