From a6acd60520d87af195a77de5e1feab12d04d6695 Mon Sep 17 00:00:00 2001 From: David Souther Date: Tue, 11 Jun 2024 09:22:23 -0400 Subject: [PATCH] Release 1.5.1 (#151) --- cli/package.json | 4 ++-- core/package.json | 2 +- extension/package.json | 4 ++-- web/package.json | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cli/package.json b/cli/package.json index 9a6ce1d..6495eb5 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@ailly/cli", - "version": "1.5.0", + "version": "1.5.1", "description": "", "type": "commonjs", "main": "index.js", @@ -29,7 +29,7 @@ "ci": "vitest --run --reporter=verbose src" }, "dependencies": { - "@ailly/core": "1.5.0", + "@ailly/core": "1.5.1", "@davidsouther/jiffies": "^2.2.4", "yaml": "^2.4.1" }, diff --git a/core/package.json b/core/package.json index 61d16a9..8db05a2 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ailly/core", - "version": "1.5.0", + "version": "1.5.1", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/extension/package.json b/extension/package.json index 7f4d058..a873881 100644 --- a/extension/package.json +++ b/extension/package.json @@ -6,7 +6,7 @@ "publisher": "davidsouther", "contributors": [], "repository": "http://github.com/davidsouther/ailly", - "version": "1.5.0", + "version": "1.5.1", "engines": { "vscode": "^1.83.0" }, @@ -160,7 +160,7 @@ "typescript": "^5.2.2" }, "dependencies": { - "@ailly/core": "1.5.0", + "@ailly/core": "1.5.1", "@davidsouther/jiffies": "^2.1.3" } } diff --git a/web/package.json b/web/package.json index e7c214e..a5ffbd7 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "@ailly/web", - "version": "1.5.0", + "version": "1.5.1", "private": true, "scripts": { "dev": "next dev", @@ -10,7 +10,7 @@ "ci": "npm run build" }, "dependencies": { - "@ailly/core": "1.5.0", + "@ailly/core": "1.5.1", "@davidsouther/jiffies": "^2.2.4", "marked-react": "^2.0.0", "react": "^18",