Skip to content

Commit

Permalink
chore(release): v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Teages committed Dec 21, 2024
1 parent 5ac60ee commit 2da5731
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 3 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,40 @@
# Changelog


## v0.4.0

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

### 🚀 Enhancements

- ⚠️ Refactor to support graphql fragment ([fb60031](https://github.com/Teages/gqfn/commit/fb60031))

### 🩹 Fixes

- **docs:** Fix twoslash types ([ab704b2](https://github.com/Teages/gqfn/commit/ab704b2))

### 💅 Refactors

- **core:** Clean up ([f8e6302](https://github.com/Teages/gqfn/commit/f8e6302))

### 🏡 Chore

- **docs:** Fix cloudflare build ([219c79d](https://github.com/Teages/gqfn/commit/219c79d))
- **nuxt:** Move to nuxt 4 directory structure ([401c4f2](https://github.com/Teages/gqfn/commit/401c4f2))
- **core:** Remove global context ([1278757](https://github.com/Teages/gqfn/commit/1278757))
- **lint:** Apply lint fix ([c5ae498](https://github.com/Teages/gqfn/commit/c5ae498))
- Upgrade dependence ([2dad13a](https://github.com/Teages/gqfn/commit/2dad13a))
- **nuxt:** Use vue-tsc 3fb59af ([022bc4c](https://github.com/Teages/gqfn/commit/022bc4c))
- **nuxt:** Downgrade typescript ([5ac60ee](https://github.com/Teages/gqfn/commit/5ac60ee))

#### ⚠️ Breaking Changes

- ⚠️ Refactor to support graphql fragment ([fb60031](https://github.com/Teages/gqfn/commit/fb60031))

### ❤️ Contributors

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

## v0.3.0

[compare changes](https://github.com/Teages/gqfn/compare/v0.2.1...v0.3.0)
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.3.0",
"version": "0.4.0",
"private": true,
"packageManager": "[email protected]",
"license": "MIT",
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.3.0",
"version": "0.4.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.3.0",
"version": "0.4.0",
"description": "A Nuxt binding for @gqfn/core",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 2da5731

Please sign in to comment.