Skip to content

Commit

Permalink
Release 0.6.0 (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm authored Nov 19, 2024
1 parent 5a001f9 commit 1bcafda
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 17 deletions.
26 changes: 14 additions & 12 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/connect-playwright-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"@bufbuild/buf": "^1.46.0",
"@bufbuild/protobuf": "^2.2.1",
"@bufbuild/protoc-gen-es": "^2.2.1",
"@connectrpc/connect": "^2.0.0-rc.2",
"@connectrpc/connect-web": "^2.0.0-rc.2",
"@connectrpc/connect": "^2.0.0",
"@connectrpc/connect-web": "^2.0.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"esbuild": "^0.24.0",
"prettier": "^3.3.3",
"typescript": "~5.6.3"
},
"dependencies": {
"@connectrpc/connect-playwright": "^0.5.0",
"@connectrpc/connect-playwright": "^0.6.0",
"@playwright/test": "^1.48.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/connect-playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connectrpc/connect-playwright",
"version": "0.5.0",
"version": "0.6.0",
"license": "Apache-2.0",
"description": "e2e utilities for use with Playwright and Connect",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
}
},
"peerDependencies": {
"@connectrpc/connect": "^2.0.0-rc.1",
"@connectrpc/connect": "^2.0.0",
"@playwright/test": "^1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 1bcafda

Please sign in to comment.