-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
60 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"api": "0.0.1", | ||
"client": "0.0.1" | ||
"api": "0.1.0", | ||
"client": "0.1.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Changelog | ||
|
||
## [0.1.0](https://github.com/V-ed/fullstacked/compare/api-v0.0.1...api-v0.1.0) (2022-05-16) | ||
|
||
|
||
### Features | ||
|
||
* add graphql trigger names constants ([69a2ced](https://github.com/V-ed/fullstacked/commit/69a2cedcc0097e1186efa40cb7a736d51d7e29e9)) | ||
* **client:** move to sveltekit and smui ([#25](https://github.com/V-ed/fullstacked/issues/25)) ([31e0fe7](https://github.com/V-ed/fullstacked/commit/31e0fe77c2db2700d48538afd73980f6bb33d014)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* class-transformer not working for 0.5.0 ([9f2a9bc](https://github.com/V-ed/fullstacked/commit/9f2a9bcc8cbd36885c5a2a11c113fe034d9450aa)) | ||
|
||
|
||
### Dependencies | ||
|
||
* **renovate:** pin dependency gulp-prompt to 1.2.0 ([f2cd79c](https://github.com/V-ed/fullstacked/commit/f2cd79c79be53262e2cb6fa5df315724a13cc52c)) | ||
* **renovate:** update apollo graphql packages to v3.6.2 ([a9e8f45](https://github.com/V-ed/fullstacked/commit/a9e8f451107acf569476d6a6167332026c6a39f6)) | ||
* **renovate:** update dependency jest to v27.4.7 ([563c1b3](https://github.com/V-ed/fullstacked/commit/563c1b3d1e9dd2cedf891659c9c76bb31acff739)) | ||
* **renovate:** update dependency rxjs to v7.5.2 ([2072b18](https://github.com/V-ed/fullstacked/commit/2072b18bbb1a777cf4f631e823ca663898bb7fc2)) | ||
* **renovate:** update dependency ts-jest to v27.1.3 ([d810093](https://github.com/V-ed/fullstacked/commit/d810093895607ef2cf348b172da2a589f2651876)) | ||
* **renovate:** update dependency typescript to v4.5.5 ([500bb5c](https://github.com/V-ed/fullstacked/commit/500bb5cae2f21e009f3ef96fd091174bd81c2c79)) | ||
* **renovate:** update prisma monorepo to v3.8.1 ([7c23f69](https://github.com/V-ed/fullstacked/commit/7c23f69483380abe8cdcb077f583b62532e3e7d8)) | ||
* update all api deps ([f1b536f](https://github.com/V-ed/fullstacked/commit/f1b536ff4b136b0863ee6f12af5e32abd0be2efa)) | ||
* update all api deps and convert to pnpm runtime ([5490760](https://github.com/V-ed/fullstacked/commit/54907602438790bcba56f46d4abdb9d5c836f79c)) | ||
* update all deps that aren't breaking ([b40bd42](https://github.com/V-ed/fullstacked/commit/b40bd422c23e74b0cf2e96fd940e940fa9b7181e)) | ||
* update apollo graphql packages to v3.6.3 ([423cd60](https://github.com/V-ed/fullstacked/commit/423cd6062cfee5b5c994afa5ad0e2f32378b37b7)) | ||
* update dependency @nestjs/graphql to v10.0.8 ([6b5d633](https://github.com/V-ed/fullstacked/commit/6b5d633503425936cdbe4ee6c57f432688d0b2ca)) | ||
* update dependency nest-typed-config to v2.4.0 ([908168b](https://github.com/V-ed/fullstacked/commit/908168b273f53ecda94c315ff868ce5c3361f20f)) | ||
* update dependency rxjs to v7.5.4 ([1b26305](https://github.com/V-ed/fullstacked/commit/1b26305be84092ca24ed54de76680a0d0dd7a60a)) | ||
* update prisma monorepo to v3.9.1 ([140181f](https://github.com/V-ed/fullstacked/commit/140181f80588dd181e8904e9619bf3c5dcb022c8)) | ||
* update prisma monorepo to v3.9.2 ([a1aeab7](https://github.com/V-ed/fullstacked/commit/a1aeab76e41db2d039107125ad5a1e248422b6b0)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Changelog | ||
|
||
## [0.1.0](https://github.com/V-ed/fullstacked/compare/client-v0.0.1...client-v0.1.0) (2022-05-16) | ||
|
||
|
||
### Features | ||
|
||
* add watch script to build theme on change ([fd7d0fd](https://github.com/V-ed/fullstacked/commit/fd7d0fd2b45b211110fe93ab69de26c48760c1d8)) | ||
* **chat:** put new message before inactive messages ([3fb142a](https://github.com/V-ed/fullstacked/commit/3fb142a8fb4f5c830d5bcc7153a3a15b6f2d3fee)) | ||
* **client:** move to sveltekit and smui ([#25](https://github.com/V-ed/fullstacked/issues/25)) ([31e0fe7](https://github.com/V-ed/fullstacked/commit/31e0fe77c2db2700d48538afd73980f6bb33d014)) | ||
|
||
|
||
### Dependencies | ||
|
||
* **renovate:** update dependency @sveltejs/vite-plugin-svelte to v1.0.0-next.35 ([5f163cb](https://github.com/V-ed/fullstacked/commit/5f163cb1ac21472f59a8903f9d8f9ffa1c9273ef)) | ||
* **renovate:** update dependency svelte-preprocess to v4.10.2 ([e82a598](https://github.com/V-ed/fullstacked/commit/e82a5982e40ff7b3d2fdc4070c046a7c60c5a9b1)) | ||
* **renovate:** update dependency typescript to v4.5.5 ([500bb5c](https://github.com/V-ed/fullstacked/commit/500bb5cae2f21e009f3ef96fd091174bd81c2c79)) | ||
* **renovate:** update dependency vite to v2.7.13 ([331cab7](https://github.com/V-ed/fullstacked/commit/331cab7da91d66ab89b463a90303bad3651a9d18)) | ||
* **renovate:** update dependency windicss to v3.4.3 ([d468d52](https://github.com/V-ed/fullstacked/commit/d468d529e4da24804c2e4a6932072659d68eae25)) | ||
* update all client deps ([040b042](https://github.com/V-ed/fullstacked/commit/040b04201f0b4809d701baa602fb8a9716e8abb7)) | ||
* update all deps that aren't breaking ([b40bd42](https://github.com/V-ed/fullstacked/commit/b40bd422c23e74b0cf2e96fd940e940fa9b7181e)) | ||
* update dependency axios to v0.25.0 ([515fc39](https://github.com/V-ed/fullstacked/commit/515fc39894b8fecbe6d66386d790cabd755c34f2)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters