Skip to content

Commit 4dc71e6

Browse files
chore(release): 3.4.3 [skip ci]
## [3.4.3](v3.4.2...v3.4.3) (2024-12-07) ### Bug Fixes * remove vite and codegen cli from deps to rely on peer deps ([40e8c56](40e8c56)) ### Miscellaneous Chores * add full git url to package file ([33c53b3](33c53b3)) * add vite and codegen cli as dev deps ([8104f38](8104f38)) * migrate to flat eslint config ([7676e68](7676e68)) * update deps and format ([66dd33f](66dd33f))
1 parent 8104f38 commit 4dc71e6

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [3.4.3](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.4.2...v3.4.3) (2024-12-07)
2+
3+
### Bug Fixes
4+
5+
* remove vite and codegen cli from deps to rely on peer deps ([40e8c56](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/40e8c560486638330967f809b64616318ae877d4))
6+
7+
### Miscellaneous Chores
8+
9+
* add full git url to package file ([33c53b3](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/33c53b30cf5fe0fd7a0e82eab7047be2ab8cb4e8))
10+
* add vite and codegen cli as dev deps ([8104f38](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/8104f38ee8e392c33761ef8692df7e64b6a849c5))
11+
* migrate to flat eslint config ([7676e68](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/7676e682ed4e1fbe252c5324c5f11340892b4bf0))
12+
* update deps and format ([66dd33f](https://github.com/danielwaltz/vite-plugin-graphql-codegen/commit/66dd33f1a67638a1fb10be4d49e13948e2575c8a))
13+
114
### [3.4.2](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.4.1...v3.4.2) (2024-12-01)
215

316

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-graphql-codegen",
3-
"version": "3.4.2",
3+
"version": "3.4.3",
44
"description": "Zero-config vite plugin that uses the vite file watcher to run graphql codegen programmatically without needing to start a separate watcher",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)