Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Sachs <[email protected]>
  • Loading branch information
paul-sachs committed Dec 12, 2024
1 parent c3f8942 commit 5d4d354
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 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
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 5d4d354

Please sign in to comment.