Skip to content

Commit

Permalink
Release 1.5.0-rc2 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSouther authored May 21, 2024
1 parent 6e20834 commit 146af8e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions cli/.npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*
**/tsconfig.tsbuildinfo
!*.js
!**/*.js
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-rc1",
"version": "1.5.0-rc2",
"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-rc1",
"@ailly/core": "1.5.0-rc2",
"@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-rc1",
"version": "1.5.0-rc2",
"description": "",
"main": "dist/index.js",
"types": "dist/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-rc1",
"version": "1.5.0-rc2",
"engines": {
"vscode": "^1.83.0"
},
Expand Down Expand Up @@ -117,7 +117,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@ailly/core": "1.5.0-rc1",
"@ailly/core": "1.5.0-rc2",
"@davidsouther/jiffies": "^2.1.3"
}
}
12 changes: 6 additions & 6 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"ci": "npm run build"
},
"dependencies": {
"@ailly/core": "1.5.0-rc1",
"@ailly/core": "1.5.0-rc2",
"@davidsouther/jiffies": "^2.2.4",
"marked-react": "^2.0.0",
"react": "^18",
Expand Down

0 comments on commit 146af8e

Please sign in to comment.