Skip to content

Commit

Permalink
Release 0.3.2 (#102)
Browse files Browse the repository at this point in the history
## What's Fixed
* Fix playwright exports and update to current Connect deps (#101) by
@smaye81
* Fix mocking of gRPC-web and Connect GET requests (#100) by @smaye81

**Full Changelog**:
v0.3.1...v0.3.2
  • Loading branch information
smaye81 authored Jan 24, 2024
1 parent 470d1c1 commit 24537b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/connect-playwright-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@connectrpc/connect-playwright": "^0.3.1",
"@connectrpc/connect-playwright": "^0.3.2",
"@playwright/test": "^1.40.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion 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.3.1",
"version": "0.3.2",
"license": "Apache-2.0",
"description": "e2e utilities for use with Playwright and Connect",
"repository": {
Expand Down

0 comments on commit 24537b5

Please sign in to comment.