Skip to content

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtenner committed Sep 12, 2019
1 parent 54b92c2 commit 892a8a1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.4.1"
"version": "2.5.0"
}
2 changes: 1 addition & 1 deletion packages/assembly/package.json
@@ -1,6 +1,6 @@
{
"name": "@as-pect/assembly",
"version": "2.4.1",
"version": "2.5.0",
"description": "Write AssemblyScript tests at blazing fast speeds",
"types": "types/as-pect.d.ts",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@as-pect/cli",
"version": "2.4.1",
"version": "2.5.0",
"description": "Write AssemblyScript tests at blazing fast speeds",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"homepage": "https://github.com/jtenner/as-pect#readme",
"dependencies": {
"@as-pect/assembly": "^2.4.1",
"@as-pect/core": "^2.4.1",
"@as-pect/assembly": "^2.5.0",
"@as-pect/core": "^2.5.0",
"chalk": "^2.4.2",
"glob": "^7.1.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@as-pect/core",
"version": "2.4.1",
"version": "2.5.0",
"description": "Write AssemblyScript tests at blazing fast speeds",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
"ts-jest": "^24.0.2"
},
"dependencies": {
"@as-pect/assembly": "^2.4.1",
"@as-pect/assembly": "^2.5.0",
"chalk": "^2.4.2",
"long": "^4.0.0"
},
Expand Down

0 comments on commit 892a8a1

Please sign in to comment.