Skip to content

Commit e0ffee3

Browse files
committed
release: v0.38.0
1 parent 9466918 commit e0ffee3

15 files changed

Lines changed: 45 additions & 32 deletions

File tree

Cargo.lock

Lines changed: 27 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44
members = ["crates/*","workspace-hack"]
55

66
[workspace.package]
7-
version = "0.37.1"
7+
version = "0.38.0"
88
edition = "2021"
99
license = "MIT"
1010
repository = "https://github.com/tombelieber/claude-view"

apps/landing/src/data/site.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const GITHUB_REPO = 'tombelieber/claude-view'
1414
export const GITHUB_URL = `https://github.com/${GITHUB_REPO}`
1515

1616
/** Must match the version in root package.json and Cargo.toml workspace. */
17-
export const VERSION = '0.37.1'
17+
export const VERSION = '0.38.0'
1818

1919
/** Set to null to disable Twitter card meta tag. Update when handle is verified. */
2020
export const TWITTER_HANDLE: string | null = null

apps/mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@claude-view/mobile",
3-
"version": "0.37.1",
3+
"version": "0.38.0",
44
"private": true,
55
"main": "expo-router/entry",
66
"scripts": {

apps/share/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@claude-view/share",
3-
"version": "0.37.1",
3+
"version": "0.38.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@claude-view/web",
3-
"version": "0.37.1",
3+
"version": "0.38.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

npx-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-view",
3-
"version": "0.37.1",
3+
"version": "0.38.0",
44
"description": "You have 10 Claude sessions running. What are they doing? Live dashboard for Claude Code — monitor every session, track costs, search history, see sub-agents. One command: npx claude-view",
55
"bin": {
66
"claude-view": "./index.js"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-view",
3-
"version": "0.37.1",
3+
"version": "0.38.0",
44
"private": true,
55
"description": "You have 10 Claude sessions running. What are they doing? Live dashboard for Claude Code — monitor every session, track costs, search history, see sub-agents. One command: npx claude-view",
66
"type": "module",

packages/design-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@claude-view/design-tokens",
3-
"version": "0.37.1",
3+
"version": "0.38.0",
44
"private": true,
55
"main": "./src/index.ts",
66
"types": "./src/index.ts",

packages/plugin/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "claude-view",
33
"description": "Mission Control for Claude Code — auto-starts a web dashboard, provides 85+ MCP tools (sessions, stats, live monitoring, projects, teams, insights, coaching, and more), and adds 12 skills including /system-monitor, /live, /usage, /session-recap, /daily-cost, /standup, /coaching, /insights, and /team-status.",
4-
"version": "0.37.1",
4+
"version": "0.38.0",
55
"author": {
66
"name": "tombelieber",
77
"email": "nicholasgee1997@gmail.com"

0 commit comments

Comments
 (0)