Skip to content

Commit 461e447

Browse files
Version Packages (#142)
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.5.0 ### Minor Changes - [#141](#141) [`0ef5d25`](0ef5d25) Thanks [@izumin5210](https://github.com/izumin5210)! - feat: add --config option to specify config file path ### Patch Changes - [#144](#144) [`066f788`](066f788) Thanks [@izumin5210](https://github.com/izumin5210)! - fix: resolve import name conflicts when same export name exists in multiple files Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 066f788 commit 461e447

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.changeset/add-config-option.md

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

.changeset/fix-duplicate-field-export-names.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#141](https://github.com/izumin5210/gqlkit/pull/141) [`0ef5d25`](https://github.com/izumin5210/gqlkit/commit/0ef5d259bff256cf7d3e37a00c5a7ed037bd6f49) Thanks [@izumin5210](https://github.com/izumin5210)! - feat: add --config option to specify config file path
8+
9+
### Patch Changes
10+
11+
- [#144](https://github.com/izumin5210/gqlkit/pull/144) [`066f788`](https://github.com/izumin5210/gqlkit/commit/066f78897c746f2978deff7e1708f75ffbf10675) Thanks [@izumin5210](https://github.com/izumin5210)! - fix: resolve import name conflicts when same export name exists in multiple files
12+
313
## 0.4.1
414

515
### Patch 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.4.1",
3+
"version": "0.5.0",
44
"description": "Just types and functions — write TypeScript, generate GraphQL.",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)