Skip to content

Commit

Permalink
chore(release): 1.0.0 # 1.0.0 (2023-07-10)
Browse files Browse the repository at this point in the history
### Bug Fixes

* _document.tsx and add in erd generator ([38cc298](38cc298))
* Add missins .releaserc ([5fb84c9](5fb84c9))
* Prettier v3 breaking change missed ([5b5129a](5b5129a))
* Release ([604b4db](604b4db))
* Remove semantic release packages and add them to github action ([69af6a7](69af6a7))
* TypeScript emitting files by default. Update to dependencies. Adjustments to release action ([7083c19](7083c19))

### Features

* Add pre-push hook via Husky to run TS quality checks ([#80](#80)) ([df41f3b](df41f3b))
* Add semantic release github workflow. Deprecate node 14 and 16 and switch to 18/20. Update all dependencies aside from graphql (limitation of type-graphql). Remove babel related libraries and switch to next.js available alternatives. ([a936373](a936373))
* allow absolute paths in imports ([#44](#44)) ([c8f210b](c8f210b))
* MUI version 5 migration ([#19](#19)) ([8c6500d](8c6500d))
  • Loading branch information
semantic-release-bot committed Jul 10, 2023
1 parent 604b4db commit 114bd4e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 1.0.0 (2023-07-10)


### Bug Fixes

* _document.tsx and add in erd generator ([38cc298](https://github.com/MileTwo/nextjs-ts-prisma-auto-graphql/commit/38cc29877c37831eb3565006ed6982e02cabce04))
* Add missins .releaserc ([5fb84c9](https://github.com/MileTwo/nextjs-ts-prisma-auto-graphql/commit/5fb84c9cac654f7ca7dc4134974f03998d66094e))
* Prettier v3 breaking change missed ([5b5129a](https://github.com/MileTwo/nextjs-ts-prisma-auto-graphql/commit/5b5129a4421dd0ce982b44f8794f770662bfa800))
* Release ([604b4db](https://github.com/MileTwo/nextjs-ts-prisma-auto-graphql/commit/604b4db3cabb6389bc71c1c498a5179ef3facd03))
* Remove semantic release packages and add them to github action ([69af6a7](https://github.com/MileTwo/nextjs-ts-prisma-auto-graphql/commit/69af6a7a01f893ac3b3bc208a025973d95b9c77d))
* TypeScript emitting files by default. Update to dependencies. Adjustments to release action ([7083c19](https://github.com/MileTwo/nextjs-ts-prisma-auto-graphql/commit/7083c19e57acac06856852f38b693db2ea167e25))


### Features

* Add pre-push hook via Husky to run TS quality checks ([#80](https://github.com/MileTwo/nextjs-ts-prisma-auto-graphql/issues/80)) ([df41f3b](https://github.com/MileTwo/nextjs-ts-prisma-auto-graphql/commit/df41f3bf722f0f30c4098f4611e2c3992a752c6f))
* Add semantic release github workflow. Deprecate node 14 and 16 and switch to 18/20. Update all dependencies aside from graphql (limitation of type-graphql). Remove babel related libraries and switch to next.js available alternatives. ([a936373](https://github.com/MileTwo/nextjs-ts-prisma-auto-graphql/commit/a93637361bb401343c8f0840689169ba329d031d))
* allow absolute paths in imports ([#44](https://github.com/MileTwo/nextjs-ts-prisma-auto-graphql/issues/44)) ([c8f210b](https://github.com/MileTwo/nextjs-ts-prisma-auto-graphql/commit/c8f210b0fbfbaec8480f383477cf49d06287d6b1))
* MUI version 5 migration ([#19](https://github.com/MileTwo/nextjs-ts-prisma-auto-graphql/issues/19)) ([8c6500d](https://github.com/MileTwo/nextjs-ts-prisma-auto-graphql/commit/8c6500dae971b975283e2617612c123eebfbe511))

0 comments on commit 114bd4e

Please sign in to comment.