Skip to content

Commit 709ca5b

Browse files
authored
Release 2.0.0 (#483)
1 parent df732d6 commit 709ca5b

17 files changed

+50
-70
lines changed

examples/react/basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"@bufbuild/buf": "1.46.0",
1616
"@bufbuild/protobuf": "^2.2.1",
1717
"@bufbuild/protoc-gen-es": "^2.2.1",
18-
"@connectrpc/connect": "^2.0.0-rc.2",
18+
"@connectrpc/connect": "^2.0.0",
1919
"@connectrpc/connect-query": "workspace:*",
20-
"@connectrpc/connect-web": "^2.0.0-rc.2",
20+
"@connectrpc/connect-web": "^2.0.0",
2121
"@connectrpc/protoc-gen-connect-query": "workspace:*",
2222
"@tanstack/react-query": "^5.59.16",
2323
"@tanstack/react-query-devtools": "^5.59.16",

examples/react/basic/src/gen/eliza-ElizaService_connectquery.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

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

packages/connect-query-core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@connectrpc/connect-query-core",
3-
"version": "2.0.0-rc.3",
3+
"version": "2.0.0",
44
"description": "Core of Connect-Query, framework agnostic helpers for type-safe queries.",
55
"license": "Apache-2.0",
66
"repository": {
@@ -33,15 +33,15 @@
3333
"@bufbuild/jest-environment-jsdom": "^0.1.1",
3434
"@bufbuild/protobuf": "^2.2.1",
3535
"@bufbuild/protoc-gen-es": "^2.2.1",
36-
"@connectrpc/connect": "^2.0.0-rc.3",
37-
"@connectrpc/connect-web": "^2.0.0-rc.3",
36+
"@connectrpc/connect": "^2.0.0",
37+
"@connectrpc/connect-web": "^2.0.0",
3838
"test-utils": "workspace:*",
3939
"typescript": "^5.6.3",
4040
"@tanstack/query-core": "^5.59.16"
4141
},
4242
"peerDependencies": {
4343
"@bufbuild/protobuf": "2.x",
44-
"@connectrpc/connect": "^2.0.0-rc.3",
44+
"@connectrpc/connect": "^2.0.0",
4545
"@tanstack/query-core": "5.x"
4646
},
4747
"files": [

packages/connect-query/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@connectrpc/connect-query",
3-
"version": "2.0.0-rc.3",
3+
"version": "2.0.0",
44
"description": "TypeScript-first expansion pack for TanStack Query that gives you Protobuf superpowers.",
55
"license": "Apache-2.0",
66
"repository": {
@@ -36,8 +36,8 @@
3636
"@bufbuild/jest-environment-jsdom": "^0.1.1",
3737
"@bufbuild/protobuf": "^2.2.1",
3838
"@bufbuild/protoc-gen-es": "^2.2.1",
39-
"@connectrpc/connect": "^2.0.0-rc.3",
40-
"@connectrpc/connect-web": "^2.0.0-rc.3",
39+
"@connectrpc/connect": "^2.0.0",
40+
"@connectrpc/connect-web": "^2.0.0",
4141
"@tanstack/react-query": "^5.59.16",
4242
"@testing-library/react": "^16.0.1",
4343
"@types/react": "^18.3.12",
@@ -49,7 +49,7 @@
4949
},
5050
"peerDependencies": {
5151
"@bufbuild/protobuf": "2.x",
52-
"@connectrpc/connect": "^2.0.0-rc.3",
52+
"@connectrpc/connect": "^2.0.0",
5353
"@tanstack/react-query": "5.x",
5454
"react": "^18.3.1",
5555
"react-dom": "^18.3.1"

packages/protoc-gen-connect-query/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@connectrpc/protoc-gen-connect-query",
3-
"version": "2.0.0-rc.3",
3+
"version": "2.0.0",
44
"description": "Code generator for connect-query",
55
"license": "Apache-2.0",
66
"sideEffects": false,
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@bufbuild/buf": "1.46.0",
3131
"@bufbuild/protoc-gen-es": "^2.2.1",
32-
"@connectrpc/connect": "^2.0.0-rc.3",
32+
"@connectrpc/connect": "^2.0.0",
3333
"@connectrpc/connect-query": "workspace:*",
3434
"@tanstack/react-query": "^5.59.16",
3535
"typescript": "^5.6.3"

packages/protoc-gen-connect-query/snapshots/gen_cjs/test-SecondSnapshotService_connectquery.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
// @generated by protoc-gen-connect-query v2.0.0-rc.3 with parameter "js_import_style=legacy_commonjs,import_extension=js"
15+
// @generated by protoc-gen-connect-query v2.0.0 with parameter "js_import_style=legacy_commonjs,import_extension=js"
1616
// @generated from file test.proto (package test, syntax proto3)
1717
/* eslint-disable */
1818

packages/protoc-gen-connect-query/snapshots/gen_cjs/test-SecondSnapshotService_connectquery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
// @generated by protoc-gen-connect-query v2.0.0-rc.3 with parameter "js_import_style=legacy_commonjs,import_extension=js"
15+
// @generated by protoc-gen-connect-query v2.0.0 with parameter "js_import_style=legacy_commonjs,import_extension=js"
1616
// @generated from file test.proto (package test, syntax proto3)
1717
/* eslint-disable */
1818

packages/protoc-gen-connect-query/snapshots/gen_cjs/test-SnapshotService_connectquery.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
// @generated by protoc-gen-connect-query v2.0.0-rc.3 with parameter "js_import_style=legacy_commonjs,import_extension=js"
15+
// @generated by protoc-gen-connect-query v2.0.0 with parameter "js_import_style=legacy_commonjs,import_extension=js"
1616
// @generated from file test.proto (package test, syntax proto3)
1717
/* eslint-disable */
1818

packages/protoc-gen-connect-query/snapshots/gen_cjs/test-SnapshotService_connectquery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
// @generated by protoc-gen-connect-query v2.0.0-rc.3 with parameter "js_import_style=legacy_commonjs,import_extension=js"
15+
// @generated by protoc-gen-connect-query v2.0.0 with parameter "js_import_style=legacy_commonjs,import_extension=js"
1616
// @generated from file test.proto (package test, syntax proto3)
1717
/* eslint-disable */
1818

packages/protoc-gen-connect-query/snapshots/gen_js/test-SecondSnapshotService_connectquery.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
// @generated by protoc-gen-connect-query v2.0.0-rc.3
15+
// @generated by protoc-gen-connect-query v2.0.0
1616
// @generated from file test.proto (package test, syntax proto3)
1717
/* eslint-disable */
1818

0 commit comments

Comments
 (0)