Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
Signed-off-by: Sri Krishna Paritala <[email protected]>
  • Loading branch information
srikrsna-buf committed Nov 19, 2024
1 parent df732d6 commit 71cdd3b
Show file tree
Hide file tree
Showing 17 changed files with 50 additions and 70 deletions.
4 changes: 2 additions & 2 deletions examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@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": "^2.0.0",
"@connectrpc/connect-query": "workspace:*",
"@connectrpc/connect-web": "^2.0.0-rc.2",
"@connectrpc/connect-web": "^2.0.0",
"@connectrpc/protoc-gen-connect-query": "workspace:*",
"@tanstack/react-query": "^5.59.16",
"@tanstack/react-query-devtools": "^5.59.16",
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-rc.3 with parameter "target=ts"
// @generated by protoc-gen-connect-query v2.0.0 with parameter "target=ts"
// @generated from file eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */

Expand Down
8 changes: 4 additions & 4 deletions 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-rc.3",
"version": "2.0.0",
"description": "Core of Connect-Query, framework agnostic helpers for type-safe queries.",
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -33,15 +33,15 @@
"@bufbuild/jest-environment-jsdom": "^0.1.1",
"@bufbuild/protobuf": "^2.2.1",
"@bufbuild/protoc-gen-es": "^2.2.1",
"@connectrpc/connect": "^2.0.0-rc.3",
"@connectrpc/connect-web": "^2.0.0-rc.3",
"@connectrpc/connect": "^2.0.0",
"@connectrpc/connect-web": "^2.0.0",
"test-utils": "workspace:*",
"typescript": "^5.6.3",
"@tanstack/query-core": "^5.59.16"
},
"peerDependencies": {
"@bufbuild/protobuf": "2.x",
"@connectrpc/connect": "^2.0.0-rc.3",
"@connectrpc/connect": "^2.0.0",
"@tanstack/query-core": "5.x"
},
"files": [
Expand Down
8 changes: 4 additions & 4 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-rc.3",
"version": "2.0.0",
"description": "TypeScript-first expansion pack for TanStack Query that gives you Protobuf superpowers.",
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -36,8 +36,8 @@
"@bufbuild/jest-environment-jsdom": "^0.1.1",
"@bufbuild/protobuf": "^2.2.1",
"@bufbuild/protoc-gen-es": "^2.2.1",
"@connectrpc/connect": "^2.0.0-rc.3",
"@connectrpc/connect-web": "^2.0.0-rc.3",
"@connectrpc/connect": "^2.0.0",
"@connectrpc/connect-web": "^2.0.0",
"@tanstack/react-query": "^5.59.16",
"@testing-library/react": "^16.0.1",
"@types/react": "^18.3.12",
Expand All @@ -49,7 +49,7 @@
},
"peerDependencies": {
"@bufbuild/protobuf": "2.x",
"@connectrpc/connect": "^2.0.0-rc.3",
"@connectrpc/connect": "^2.0.0",
"@tanstack/react-query": "5.x",
"react": "^18.3.1",
"react-dom": "^18.3.1"
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-rc.3",
"version": "2.0.0",
"description": "Code generator for connect-query",
"license": "Apache-2.0",
"sideEffects": false,
Expand Down Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@bufbuild/buf": "1.46.0",
"@bufbuild/protoc-gen-es": "^2.2.1",
"@connectrpc/connect": "^2.0.0-rc.3",
"@connectrpc/connect": "^2.0.0",
"@connectrpc/connect-query": "workspace:*",
"@tanstack/react-query": "^5.59.16",
"typescript": "^5.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-rc.3 with parameter "js_import_style=legacy_commonjs,import_extension=js"
// @generated by protoc-gen-connect-query v2.0.0 with parameter "js_import_style=legacy_commonjs,import_extension=js"
// @generated from file test.proto (package test, syntax proto3)
/* eslint-disable */

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-rc.3 with parameter "js_import_style=legacy_commonjs,import_extension=js"
// @generated by protoc-gen-connect-query v2.0.0 with parameter "js_import_style=legacy_commonjs,import_extension=js"
// @generated from file test.proto (package test, syntax proto3)
/* eslint-disable */

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-rc.3 with parameter "js_import_style=legacy_commonjs,import_extension=js"
// @generated by protoc-gen-connect-query v2.0.0 with parameter "js_import_style=legacy_commonjs,import_extension=js"
// @generated from file test.proto (package test, syntax proto3)
/* eslint-disable */

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-rc.3 with parameter "js_import_style=legacy_commonjs,import_extension=js"
// @generated by protoc-gen-connect-query v2.0.0 with parameter "js_import_style=legacy_commonjs,import_extension=js"
// @generated from file test.proto (package test, syntax proto3)
/* eslint-disable */

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-rc.3
// @generated by protoc-gen-connect-query v2.0.0
// @generated from file test.proto (package test, syntax proto3)
/* eslint-disable */

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-rc.3
// @generated by protoc-gen-connect-query v2.0.0
// @generated from file test.proto (package test, syntax proto3)
/* eslint-disable */

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-rc.3
// @generated by protoc-gen-connect-query v2.0.0
// @generated from file test.proto (package test, syntax proto3)
/* eslint-disable */

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-rc.3
// @generated by protoc-gen-connect-query v2.0.0
// @generated from file test.proto (package test, syntax proto3)
/* eslint-disable */

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-rc.3 with parameter "target=ts"
// @generated by protoc-gen-connect-query v2.0.0 with parameter "target=ts"
// @generated from file test.proto (package test, syntax proto3)
/* eslint-disable */

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-rc.3 with parameter "target=ts"
// @generated by protoc-gen-connect-query v2.0.0 with parameter "target=ts"
// @generated from file test.proto (package test, syntax proto3)
/* eslint-disable */

Expand Down
6 changes: 3 additions & 3 deletions 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-rc.3",
"version": "2.0.0",
"type": "module",
"scripts": {
"clean": "rm -rf ./dist/*",
Expand All @@ -16,8 +16,8 @@
"@bufbuild/buf": "^1.46.0",
"@bufbuild/protobuf": "^2.2.1",
"@bufbuild/protoc-gen-es": "^2.2.1",
"@connectrpc/connect": "^2.0.0-rc.3",
"@connectrpc/connect-web": "^2.0.0-rc.3",
"@connectrpc/connect": "^2.0.0",
"@connectrpc/connect-web": "^2.0.0",
"@types/react": "18.3.12",
"react": "^18.3.1"
},
Expand Down
68 changes: 24 additions & 44 deletions pnpm-lock.yaml

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

0 comments on commit 71cdd3b

Please sign in to comment.