Skip to content

Commit

Permalink
Remove TS Lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian-McBride committed Aug 16, 2022
1 parent 06bc281 commit 3975bcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"workbench.colorCustomizations": {
"activityBar.background": "#22285C",
"titleBar.activeBackground": "#303981",
"titleBar.activeForeground": "#F9FAFD"
},
"cSpell.words": [
"anatidae",
"anatine",
Expand Down
23 changes: 4 additions & 19 deletions packages/zod-nestjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

### [1.7.3](https://github.com/anatine/zod-plugins/compare/zod-nestjs-1.7.2...zod-nestjs-1.7.3) (2022-07-26)
### [1.7.4](https://github.com/anatine/zod-plugins/compare/zod-nestjs-1.7.2...zod-nestjs-1.7.3) (2022-07-26)

Remove tslib dep

### [1.7.3](https://github.com/anatine/zod-plugins/compare/zod-nestjs-1.7.2...zod-nestjs-1.7.3) (2022-07-26)

### Bug Fixes

Expand All @@ -12,55 +15,37 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s

## [1.7.2](https://github.com/anatine/zod-plugins/compare/zod-nestjs-1.7.1...zod-nestjs-1.7.2) (2022-07-24)


### Bug Fixes

* Missing README after refactor ([00ceb10](https://github.com/anatine/zod-plugins/commit/00ceb10be8251c6be2a83e64a9a8cd6116451938))



## [1.7.1](https://github.com/anatine/zod-plugins/compare/zod-nestjs-1.7.0...zod-nestjs-1.7.1) (2022-07-24)



# [1.7.0](https://github.com/anatine/zod-plugins/compare/zod-nestjs-1.6.0...zod-nestjs-1.7.0) (2022-07-24)


### Bug Fixes

* release pipeline ([bb0ad83](https://github.com/anatine/zod-plugins/commit/bb0ad836a954659b778f1181dff4fe99daf35447)), closes [PR#46](https://github.com/PR/issues/46)



# [1.6.0](https://github.com/anatine/zod-plugins/compare/zod-nestjs-1.5.0...zod-nestjs-1.6.0) (2022-07-24)


### Bug Fixes

* remove implicitDependencies ([970f924](https://github.com/anatine/zod-plugins/commit/970f924a044d907007482c14a05c710c02a04032))



# [1.5.0](https://github.com/anatine/zod-plugins/compare/zod-nestjs-1.4.1...zod-nestjs-1.5.0) (2022-07-14)



## [1.0.1](https://github.com/anatine/zod-plugins/compare/zod-nestjs-1.0.0...zod-nestjs-1.0.1) (2022-07-14)



# 1.0.0 (2022-07-14)


### Bug Fixes

* Adding in new release githuib actions ([29a2455](https://github.com/anatine/zod-plugins/commit/29a2455161f7021df9f933d0d8b200a08fe31fde))
* Update to new code deps ([d771c4b](https://github.com/anatine/zod-plugins/commit/d771c4b2b026635a6704eeb1fca80dd2f2e5e8e8))


* zod-nestjs: Allow using the zodSchema field to construct other types ([150843d](https://github.com/anatine/zod-plugins/commit/150843dcdd783d3424323e861d199556826d36ea))


### BREAKING CHANGES

* The "T" in ZodDtoStatic<T> has changed from the output type to the
Expand Down

0 comments on commit 3975bcb

Please sign in to comment.