Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Mar 27, 2023
1 parent 00c92ea commit a38b2cb
Show file tree
Hide file tree
Showing 5 changed files with 5,476 additions and 2,460 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"npmClient": "pnpm",
"useWorkspaces": true,
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.0.1"
"version": "1.0.2"
}
4 changes: 2 additions & 2 deletions packages/benchmark.js-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codspeed/benchmark.js-plugin",
"version": "1.0.1",
"version": "1.0.2",
"description": "Benchmark.js compatibility layer for CodSpeed",
"keywords": [
"codspeed",
Expand All @@ -26,7 +26,7 @@
"jest-mock-extended": "^3.0.1"
},
"dependencies": {
"@codspeed/core": "workspace:^1.0.1",
"@codspeed/core": "workspace:^1.0.2",
"find-up": "^6.3.0",
"stack-trace": "1.0.0-pre1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codspeed/core",
"version": "1.0.1",
"version": "1.0.2",
"description": "The core Node library used to integrate with Codspeed runners",
"keywords": [
"codspeed",
Expand Down
4 changes: 2 additions & 2 deletions packages/tinybench-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codspeed/tinybench-plugin",
"version": "1.0.1",
"version": "1.0.2",
"description": "tinybench compatibility layer for CodSpeed",
"keywords": [
"codspeed",
Expand All @@ -25,7 +25,7 @@
"tinybench": "^2.3.0"
},
"dependencies": {
"@codspeed/core": "workspace:^1.0.1",
"@codspeed/core": "workspace:^1.0.2",
"find-up": "^6.3.0",
"stack-trace": "1.0.0-pre1"
},
Expand Down
Loading

0 comments on commit a38b2cb

Please sign in to comment.