Skip to content

Commit a737cac

Browse files
Version Packages (#133)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @gqlkit-ts/cli@0.4.0 ### Minor Changes - [#134](#134) [`37623b6`](37623b6) Thanks [@izumin5210](https://github.com/izumin5210)! - Add `output.importExtension` config option to control file extensions in generated imports ### Patch Changes - [#135](#135) [`20779e1`](20779e1) Thanks [@izumin5210](https://github.com/izumin5210)! - fix: add branded type handling for intersection types - [#132](#132) [`315d56c`](315d56c) Thanks [@izumin5210](https://github.com/izumin5210)! - Refactor internal types to use explicit type references instead of inline declarations Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 20779e1 commit a737cac

5 files changed

Lines changed: 13 additions & 16 deletions

File tree

.changeset/branded-type-handling.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/clean-types-inline.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/import-extension-config.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @gqlkit-ts/cli
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#134](https://github.com/izumin5210/gqlkit/pull/134) [`37623b6`](https://github.com/izumin5210/gqlkit/commit/37623b6100e5fa6e7e111b8dfdb2ad8a12375fb8) Thanks [@izumin5210](https://github.com/izumin5210)! - Add `output.importExtension` config option to control file extensions in generated imports
8+
9+
### Patch Changes
10+
11+
- [#135](https://github.com/izumin5210/gqlkit/pull/135) [`20779e1`](https://github.com/izumin5210/gqlkit/commit/20779e124dd0265a879bbc014d321f4c72cd4b1e) Thanks [@izumin5210](https://github.com/izumin5210)! - fix: add branded type handling for intersection types
12+
13+
- [#132](https://github.com/izumin5210/gqlkit/pull/132) [`315d56c`](https://github.com/izumin5210/gqlkit/commit/315d56c1d5ea5c0e2e0e4eabeceeab529bc98545) Thanks [@izumin5210](https://github.com/izumin5210)! - Refactor internal types to use explicit type references instead of inline declarations
14+
315
## 0.3.0
416

517
### Minor Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gqlkit-ts/cli",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Just types and functions — write TypeScript, generate GraphQL.",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)