Skip to content

Commit

Permalink
chore(release): v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Teages committed Jun 17, 2024
1 parent e3ff0f8 commit 049357f
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
# Changelog


## v3.0.0

[compare changes](https://github.com/Teages/nuxt-urql-client/compare/v2.0.8...v3.0.0)

### 🚀 Enhancements

- Urql client in nitro ([c05949e](https://github.com/Teages/nuxt-urql-client/commit/c05949e))
- Config override in vue app ([de4b364](https://github.com/Teages/nuxt-urql-client/commit/de4b364))

### 🩹 Fixes

- Handling windows path ([e3ff0f8](https://github.com/Teages/nuxt-urql-client/commit/e3ff0f8))

### 🏡 Chore

- **release:** V2.0.8 ([1528c29](https://github.com/Teages/nuxt-urql-client/commit/1528c29))
- ⚠️ Remove codegen ([27ed617](https://github.com/Teages/nuxt-urql-client/commit/27ed617))
- ⚠️ Rename provide name ([17a4721](https://github.com/Teages/nuxt-urql-client/commit/17a4721))
- ⚠️ Rename `useBuildInFetch` to `useDollarFetch` ([1f8952f](https://github.com/Teages/nuxt-urql-client/commit/1f8952f))
- ⚠️ Limit header behavior in nitro for safety ([fe0fab3](https://github.com/Teages/nuxt-urql-client/commit/fe0fab3))
- **lint:** Apply lint ([8fc4b0c](https://github.com/Teages/nuxt-urql-client/commit/8fc4b0c))
- Using glob ([7f837cc](https://github.com/Teages/nuxt-urql-client/commit/7f837cc))
- Avoid to using private name `RequestCredentials` ([053df06](https://github.com/Teages/nuxt-urql-client/commit/053df06))

#### ⚠️ Breaking Changes

- ⚠️ Remove codegen ([27ed617](https://github.com/Teages/nuxt-urql-client/commit/27ed617))
- ⚠️ Rename provide name ([17a4721](https://github.com/Teages/nuxt-urql-client/commit/17a4721))
- ⚠️ Rename `useBuildInFetch` to `useDollarFetch` ([1f8952f](https://github.com/Teages/nuxt-urql-client/commit/1f8952f))
- ⚠️ Limit header behavior in nitro for safety ([fe0fab3](https://github.com/Teages/nuxt-urql-client/commit/fe0fab3))

### ❤️ Contributors

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

## v2.0.8

[compare changes](https://github.com/Teages/nuxt-urql-client/compare/v2.0.6...v2.0.8)
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": "@teages/nuxt-urql-client",
"type": "module",
"version": "2.0.8",
"version": "3.0.0",
"description": "A simple graphql (urql) client for Nuxt with codegen.",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 049357f

Please sign in to comment.