Skip to content

Commit

Permalink
Release 1.5.1 (DavidSouther#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSouther authored Jun 11, 2024
1 parent 32ec1d4 commit a6acd60
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ailly/cli",
"version": "1.5.0",
"version": "1.5.1",
"description": "",
"type": "commonjs",
"main": "index.js",
Expand Down Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -160,7 +160,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@ailly/core": "1.5.0",
"@ailly/core": "1.5.1",
"@davidsouther/jiffies": "^2.1.3"
}
}
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ailly/web",
"version": "1.5.0",
"version": "1.5.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -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",
Expand Down

0 comments on commit a6acd60

Please sign in to comment.