Skip to content

Commit

Permalink
Release Earl v1.0.0 (#217)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 3, 2023
1 parent 238d49c commit 06dcd0a
Show file tree
Hide file tree
Showing 19 changed files with 210 additions and 201 deletions.
177 changes: 0 additions & 177 deletions .changeset/simple-version-one.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/example-mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test:fix": "pnpm lint:fix && pnpm format:fix && pnpm test && pnpm typecheck"
},
"dependencies": {
"earl": "workspace:^0.2.3",
"earl": "workspace:^1.0.0",
"example-plugin": "workspace:^1.0.0"
}
}
4 changes: 2 additions & 2 deletions examples/example-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"test:fix": "pnpm lint:fix && pnpm format:fix && pnpm typecheck"
},
"devDependencies": {
"earl": "workspace:^0.2.3"
"earl": "workspace:^1.0.0"
},
"peerDependencies": {
"earl": "workspace:^0.2.3"
"earl": "workspace:^1.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/example-uvu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test:fix": "pnpm lint:fix && pnpm format:fix && pnpm test && pnpm typecheck"
},
"dependencies": {
"earl": "workspace:^0.2.3",
"earl": "workspace:^1.0.0",
"example-plugin": "workspace:^1.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/getting-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.15.0",
"earl": "workspace:^0.2.3",
"earl": "workspace:^1.0.0",
"mocha": "10.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@babel/register": "^7.21.0",
"earl": "workspace:^0.2.3",
"earl": "workspace:^1.0.0",
"error-stack-parser": "^2.1.4",
"esbuild": "^0.17.12",
"esbuild-register": "^3.4.2",
Expand Down
Loading

1 comment on commit 06dcd0a

@vercel
Copy link

@vercel vercel bot commented on 06dcd0a Apr 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.