Skip to content

Release 2.1.0 #540

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1",
"version": "2.1.0",
"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.1",
"version": "2.1.0",
"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.1"
"@connectrpc/connect-query-core": "^2.1.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.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.1",
"version": "2.1.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -17,9 +17,9 @@
"@bufbuild/protobuf": "^2.2.5",
"@bufbuild/protoc-gen-es": "^2.2.5",
"@connectrpc/connect": "^2.0.2",
"@connectrpc/connect-query": "^2.0.1",
"@connectrpc/connect-query": "^2.1.0",
"@connectrpc/connect-web": "^2.0.2",
"@connectrpc/protoc-gen-connect-query": "^2.0.1",
"@connectrpc/protoc-gen-connect-query": "^2.1.0",
"@tanstack/react-query": "^5.75.1",
"@tanstack/react-query-devtools": "^5.75.1",
"@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.1 with parameter "target=ts"
// @generated by protoc-gen-connect-query v2.1.0 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.1",
"version": "2.1.0",
"description": "Code generator for connect-query",
"license": "Apache-2.0",
"sideEffects": false,
Expand Down Expand Up @@ -30,7 +30,7 @@
"@bufbuild/buf": "1.53.0",
"@bufbuild/protoc-gen-es": "^2.2.5",
"@connectrpc/connect": "^2.0.2",
"@connectrpc/connect-query": "^2.0.1",
"@connectrpc/connect-query": "^2.1.0",
"@tanstack/react-query": "^5.75.1",
"typescript": "^5.8.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.1",
"version": "2.1.0",
"type": "module",
"scripts": {
"generate": "buf generate",
Expand Down