Skip to content

Release 2.0.1 #498

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 6 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from 4 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
16 changes: 8 additions & 8 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
2 changes: 1 addition & 1 deletion 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 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
4 changes: 0 additions & 4 deletions scripts/set-workspace-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ try {
process.exit(1);
}

/**
* @typedef {{path: string; pkg: Package}} Workspace
*/

/**
* Read the given root package.json file, and return an array of workspace
* packages.
Expand Down
Loading