Skip to content

Commit

Permalink
Release v0.4.4 (#168)
Browse files Browse the repository at this point in the history
## What's Changed
* Avoid as const in js extension by @paul-sachs in
#167

## New Contributors
* @smallsamantha made their first contribution in
#163

**Full Changelog**:
v0.4.3...v0.4.4
  • Loading branch information
paul-sachs authored Sep 13, 2023
1 parent 1c6d9a5 commit 9255864
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
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 v0.4.3 with parameter "target=ts,import_extension="
// @generated by protoc-gen-connect-query v0.4.4 with parameter "target=ts,import_extension="
// @generated from file eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
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 v0.4.3 with parameter "target=ts,import_extension="
// @generated by protoc-gen-connect-query v0.4.4 with parameter "target=ts,import_extension="
// @generated from file eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
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 v0.4.3 with parameter "target=ts,import_extension="
// @generated by protoc-gen-connect-query v0.4.4 with parameter "target=ts,import_extension="
// @generated from file eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
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 v0.4.3 with parameter "target=ts,import_extension="
// @generated by protoc-gen-connect-query v0.4.4 with parameter "target=ts,import_extension="
// @generated from file eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
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 v0.4.3 with parameter "target=ts,import_extension="
// @generated by protoc-gen-connect-query v0.4.4 with parameter "target=ts,import_extension="
// @generated from file eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
2 changes: 1 addition & 1 deletion examples/react/basic/src/gen/eliza-Slouch_connectquery.ts
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 v0.4.3 with parameter "target=ts,import_extension="
// @generated by protoc-gen-connect-query v0.4.4 with parameter "target=ts,import_extension="
// @generated from file eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connectrpc/connect-query",
"version": "0.4.3",
"version": "0.4.4",
"repository": {
"type": "git",
"url": "https://github.com/connectrpc/connect-query-es.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/protoc-gen-connect-query-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connectrpc/protoc-gen-connect-query-react",
"version": "0.4.3",
"version": "0.4.4",
"description": "Code generator for connect-query",
"license": "Apache-2.0",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion 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": "0.4.3",
"version": "0.4.4",
"description": "Code generator for connect-query",
"license": "Apache-2.0",
"sideEffects": false,
Expand Down

0 comments on commit 9255864

Please sign in to comment.