Skip to content

Commit

Permalink
Release 2.0.1 (#498)
Browse files Browse the repository at this point in the history
## What's Changed
* Ensure createconnectQueryKey validates input types by @paul-sachs in
#493
* Update dependencies to support react 19 by @paul-sachs in
#495

**Full Changelog**:
v2.0.0...v2.0.1

---------

Signed-off-by: Paul Sachs <psachs@buf.build>
  • Loading branch information
paul-sachs authored Dec 13, 2024
1 parent 7e12623 commit 34177da
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
18 changes: 9 additions & 9 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-query-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connectrpc/connect-query-core",
"version": "2.0.0",
"version": "2.0.1",
"description": "Core of Connect-Query, framework agnostic helpers for type-safe queries.",
"license": "Apache-2.0",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/connect-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connectrpc/connect-query",
"version": "2.0.0",
"version": "2.0.1",
"description": "TypeScript-first expansion pack for TanStack Query that gives you Protobuf superpowers.",
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -30,7 +30,7 @@
}
},
"dependencies": {
"@connectrpc/connect-query-core": "^2.0.0"
"@connectrpc/connect-query-core": "^2.0.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/examples/react/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connectrpc/connect-query-example-basic",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -17,9 +17,9 @@
"@bufbuild/protobuf": "^2.2.1",
"@bufbuild/protoc-gen-es": "^2.2.1",
"@connectrpc/connect": "^2.0.0",
"@connectrpc/connect-query": "^2.0.0",
"@connectrpc/connect-query": "^2.0.1",
"@connectrpc/connect-web": "^2.0.0",
"@connectrpc/protoc-gen-connect-query": "^2.0.0",
"@connectrpc/protoc-gen-connect-query": "^2.0.1",
"@tanstack/react-query": "^5.62.7",
"@tanstack/react-query-devtools": "^5.62.7",
"@testing-library/jest-dom": "^6.6.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// @generated by protoc-gen-connect-query v2.0.0 with parameter "target=ts"
// @generated by protoc-gen-connect-query v2.0.1 with parameter "target=ts"
// @generated from file eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */

Expand Down
4 changes: 2 additions & 2 deletions packages/protoc-gen-connect-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connectrpc/protoc-gen-connect-query",
"version": "2.0.0",
"version": "2.0.1",
"description": "Code generator for connect-query",
"license": "Apache-2.0",
"sideEffects": false,
Expand Down Expand Up @@ -30,7 +30,7 @@
"@bufbuild/buf": "1.46.0",
"@bufbuild/protoc-gen-es": "^2.2.1",
"@connectrpc/connect": "^2.0.0",
"@connectrpc/connect-query": "^2.0.0",
"@connectrpc/connect-query": "^2.0.1",
"@tanstack/react-query": "^5.59.16",
"typescript": "^5.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test-utils",
"private": true,
"version": "2.0.0",
"version": "2.0.1",
"type": "module",
"scripts": {
"generate": "buf generate",
Expand Down

0 comments on commit 34177da

Please sign in to comment.