Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencaccia committed Dec 11, 2024
1 parent 7351c4e commit acaf925
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"useWorkspaces": true,
"packages": ["packages/*"],
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "3.1.1"
"version": "4.0.0"
}
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": "3.1.1",
"version": "4.0.0",
"description": "Benchmark.js compatibility layer for CodSpeed",
"keywords": [
"codspeed",
Expand All @@ -27,7 +27,7 @@
"jest-mock-extended": "^3.0.4"
},
"dependencies": {
"@codspeed/core": "workspace:^3.1.1",
"@codspeed/core": "workspace:^4.0.0",
"lodash": "^4.17.10",
"stack-trace": "1.0.0-pre2"
},
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": "3.1.1",
"version": "4.0.0",
"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": "3.1.1",
"version": "4.0.0",
"description": "tinybench compatibility layer for CodSpeed",
"keywords": [
"codspeed",
Expand All @@ -24,7 +24,7 @@
"tinybench": "^2.5.0"
},
"dependencies": {
"@codspeed/core": "workspace:^3.1.1",
"@codspeed/core": "workspace:^4.0.0",
"stack-trace": "1.0.0-pre2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vitest-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codspeed/vitest-plugin",
"version": "3.1.1",
"version": "4.0.0",
"description": "vitest plugin for CodSpeed",
"keywords": [
"codspeed",
Expand Down Expand Up @@ -28,7 +28,7 @@
"bench": "vitest bench"
},
"dependencies": {
"@codspeed/core": "workspace:^3.1.1"
"@codspeed/core": "workspace:^4.0.0"
},
"peerDependencies": {
"vite": "^4.2.0 || ^5.0.0",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit acaf925

Please sign in to comment.