Skip to content

Commit

Permalink
chore(release): v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Teages committed Aug 18, 2024
1 parent d69dcc3 commit 2d911af
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 3 deletions.
61 changes: 61 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,67 @@
# Changelog


## v0.3.0

[compare changes](https://github.com/Teages/gqfn/compare/v0.2.1...v0.3.0)

### 🚀 Enhancements

- **cli:** Support import schema from ts file ([7205ab1](https://github.com/Teages/gqfn/commit/7205ab1))
- Merge nuxt module ([07feb8c](https://github.com/Teages/gqfn/commit/07feb8c))

### 🩹 Fixes

- **cli:** SchemaConfig.export is not followed ([3f7f305](https://github.com/Teages/gqfn/commit/3f7f305))
- **nuxt:** Apply import changes to nuxt module ([56c22d6](https://github.com/Teages/gqfn/commit/56c22d6))
- **docs:** Fix the wrong import path ([d0afb45](https://github.com/Teages/gqfn/commit/d0afb45))

### 📖 Documentation

- **nuxt:** Add docs for nuxt module ([ef6ae89](https://github.com/Teages/gqfn/commit/ef6ae89))

### 🏡 Chore

- Clean up types ([76a6e15](https://github.com/Teages/gqfn/commit/76a6e15))
- **release:** V0.2.1 ([6d26c38](https://github.com/Teages/gqfn/commit/6d26c38))
- Clean up playground and test ([2a54933](https://github.com/Teages/gqfn/commit/2a54933))
- Add wip warning ([a3a9196](https://github.com/Teages/gqfn/commit/a3a9196))
- Apply automated fixes ([1307655](https://github.com/Teages/gqfn/commit/1307655))
- **lint:** Apply lint fix ([d1b7070](https://github.com/Teages/gqfn/commit/d1b7070))
- ⚠️ Rename export ([45a3611](https://github.com/Teages/gqfn/commit/45a3611))
- Back to jiti and remove tsx ([686d3e7](https://github.com/Teages/gqfn/commit/686d3e7))
- Use importx to import schema modules ([5eaa3ed](https://github.com/Teages/gqfn/commit/5eaa3ed))
- Using monorepo ([3241d42](https://github.com/Teages/gqfn/commit/3241d42))
- Fix global build script ([05c1f34](https://github.com/Teages/gqfn/commit/05c1f34))
- Add README.md for monorepo ([ce632cd](https://github.com/Teages/gqfn/commit/ce632cd))
- ⚠️ Rename package ([fb02d54](https://github.com/Teages/gqfn/commit/fb02d54))
- **nuxt:** Disable schema check ([fd7c8bc](https://github.com/Teages/gqfn/commit/fd7c8bc))
- ⚠️ Limit the effect scope of node api ([eb5a7a1](https://github.com/Teages/gqfn/commit/eb5a7a1))
- Move doc to single package ([8dc2258](https://github.com/Teages/gqfn/commit/8dc2258))
- **docs:** Add tsconfig for document ([2838ca5](https://github.com/Teages/gqfn/commit/2838ca5))
- **core:** ⚠️ Clean up file tree ([dc71c6f](https://github.com/Teages/gqfn/commit/dc71c6f))
- Clean up lint config and package.json ([4846f34](https://github.com/Teages/gqfn/commit/4846f34))
- **nuxt:** Clean up deprecated ([5ef3362](https://github.com/Teages/gqfn/commit/5ef3362))
- Update ci ([39c2fd8](https://github.com/Teages/gqfn/commit/39c2fd8))
- Update README ([893c2d1](https://github.com/Teages/gqfn/commit/893c2d1))
- Release utils ([d69dcc3](https://github.com/Teages/gqfn/commit/d69dcc3))

### ✅ Tests

- **typed:** Add type test for typed ([aea29e8](https://github.com/Teages/gqfn/commit/aea29e8))
- **core:** Clean up coverage ([db3f833](https://github.com/Teages/gqfn/commit/db3f833))

#### ⚠️ Breaking Changes

- ⚠️ Rename export ([45a3611](https://github.com/Teages/gqfn/commit/45a3611))
- ⚠️ Rename package ([fb02d54](https://github.com/Teages/gqfn/commit/fb02d54))
- ⚠️ Limit the effect scope of node api ([eb5a7a1](https://github.com/Teages/gqfn/commit/eb5a7a1))
- **core:** ⚠️ Clean up file tree ([dc71c6f](https://github.com/Teages/gqfn/commit/dc71c6f))

### ❤️ Contributors

- Teages ([@Teages](http://github.com/Teages))

## v0.2.1

[compare changes](https://github.com/Teages/gqfn/compare/v0.2.0...v0.2.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gqfn",
"type": "module",
"version": "0.2.1",
"version": "0.3.0",
"packageManager": "pnpm@9.7.0",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gqfn/core",
"type": "module",
"version": "0.2.1",
"version": "0.3.0",
"description": "Writing GraphQL queries with type safety and type hints, power by TypeScript.",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gqfn/nuxt",
"type": "module",
"version": "0.2.1",
"version": "0.3.0",
"description": "A Nuxt binding for @gqfn/core",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 2d911af

Please sign in to comment.