From f62d17c9cd0b194b0462a500d621a6c56b2eac5a Mon Sep 17 00:00:00 2001 From: David Souther Date: Tue, 17 Jun 2025 10:56:35 -0400 Subject: [PATCH] Release 1.7.0-rc2 --- cli/package.json | 4 ++-- core/package.json | 2 +- extension/package.json | 4 ++-- package-lock.json | 14 +++++++------- web/package.json | 4 ++-- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/cli/package.json b/cli/package.json index b53db0d..ca37ff4 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@ailly/cli", - "version": "1.7.0-rc1", + "version": "1.7.0-rc2", "description": "", "type": "commonjs", "main": "index.js", @@ -31,7 +31,7 @@ "ci": "vitest --run --reporter=verbose src" }, "dependencies": { - "@ailly/core": "^1.7.0-rc1", + "@ailly/core": "^1.7.0-rc2", "@davidsouther/jiffies": "^2.2.4", "yaml": "^2.4.1" }, diff --git a/core/package.json b/core/package.json index a6503f3..c0f988a 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ailly/core", - "version": "1.7.0-rc1", + "version": "1.7.0-rc2", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/extension/package.json b/extension/package.json index e1296cb..15eabfa 100644 --- a/extension/package.json +++ b/extension/package.json @@ -6,7 +6,7 @@ "publisher": "davidsouther", "contributors": [], "repository": "http://github.com/davidsouther/ailly", - "version": "1.7.0-rc1", + "version": "1.7.0-rc2", "engines": { "vscode": "^1.83.0" }, @@ -160,7 +160,7 @@ "typescript": "^5.2.2" }, "dependencies": { - "@ailly/core": "^1.7.0-rc1", + "@ailly/core": "^1.7.0-rc2", "@davidsouther/jiffies": "^2.1.3" } } diff --git a/package-lock.json b/package-lock.json index f7c7c39..e27ef99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,10 +18,10 @@ }, "cli": { "name": "@ailly/cli", - "version": "1.7.0-rc1", + "version": "1.7.0-rc2", "license": "ISC", "dependencies": { - "@ailly/core": "^1.7.0-rc1", + "@ailly/core": "^1.7.0-rc2", "@davidsouther/jiffies": "^2.2.4", "yaml": "^2.4.1" }, @@ -37,7 +37,7 @@ }, "core": { "name": "@ailly/core", - "version": "1.7.0-rc1", + "version": "1.7.0-rc2", "license": "ISC", "dependencies": { "@aws-sdk/client-bedrock-runtime": "^3.743.0", @@ -84,9 +84,9 @@ }, "extension": { "name": "ailly", - "version": "1.7.0-rc1", + "version": "1.7.0-rc2", "dependencies": { - "@ailly/core": "^1.7.0-rc1", + "@ailly/core": "^1.7.0-rc2", "@davidsouther/jiffies": "^2.1.3" }, "devDependencies": { @@ -15784,9 +15784,9 @@ }, "web": { "name": "@ailly/web", - "version": "1.7.0-rc1", + "version": "1.7.0-rc2", "dependencies": { - "@ailly/core": "^1.7.0-rc1", + "@ailly/core": "^1.7.0-rc2", "@davidsouther/jiffies": "^2.2.4", "marked-react": "^2.0.0", "react": "^18", diff --git a/web/package.json b/web/package.json index 94e1f6c..073f2d9 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "@ailly/web", - "version": "1.7.0-rc1", + "version": "1.7.0-rc2", "private": true, "scripts": { "check": "biome check src && tsc --noEmit", @@ -11,7 +11,7 @@ "ci": "npm run build" }, "dependencies": { - "@ailly/core": "^1.7.0-rc1", + "@ailly/core": "^1.7.0-rc2", "@davidsouther/jiffies": "^2.2.4", "marked-react": "^2.0.0", "react": "^18",