Skip to content

Commit

Permalink
Release 1.5.0 (#147)
Browse files Browse the repository at this point in the history
DavidSouther authored May 31, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 553b211 commit b52c4f0
Showing 5 changed files with 14 additions and 14 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-rc3",
"version": "1.5.0",
"description": "",
"type": "commonjs",
"main": "index.js",
@@ -29,7 +29,7 @@
"ci": "vitest --run --reporter=verbose src"
},
"dependencies": {
"@ailly/core": "1.5.0-rc3",
"@ailly/core": "1.5.0",
"@davidsouther/jiffies": "^2.2.4",
"yaml": "^2.4.1"
},
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-rc3",
"version": "1.5.0",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
4 changes: 2 additions & 2 deletions extension/package.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
"publisher": "davidsouther",
"contributors": [],
"repository": "http://github.com/davidsouther/ailly",
"version": "1.5.0-rc3",
"version": "1.5.0",
"engines": {
"vscode": "^1.83.0"
},
@@ -160,7 +160,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@ailly/core": "1.5.0-rc3",
"@ailly/core": "1.5.0",
"@davidsouther/jiffies": "^2.1.3"
}
}
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-rc3",
"version": "1.5.0",
"private": true,
"scripts": {
"dev": "next dev",
@@ -10,7 +10,7 @@
"ci": "npm run build"
},
"dependencies": {
"@ailly/core": "1.5.0-rc3",
"@ailly/core": "1.5.0",
"@davidsouther/jiffies": "^2.2.4",
"marked-react": "^2.0.0",
"react": "^18",

0 comments on commit b52c4f0

Please sign in to comment.