Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/v11.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
manuth committed Aug 28, 2021
2 parents a163408 + 683a904 commit bbe4116
Show file tree
Hide file tree
Showing 14 changed files with 395 additions and 185 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## ExtendedYoGenerator [Unreleased]

[Show differences](https://github.com/manuth/ExtendedYoGenerator/compare/v11.0.3...dev)
[Show differences](https://github.com/manuth/ExtendedYoGenerator/compare/v11.0.4...dev)

## ExtendedYoGenerator v11.0.4
### Fixed
- Broken `ObjectExtensionFactory` by fixing type-declarations

### Added
- Tests for the `ObjectExtensionFactory` type-declaration

### Updated
- All dependencies

[Show differences](https://github.com/manuth/ExtendedYoGenerator/compare/v11.0.3...v11.0.4)

## ExtendedYoGenerator v11.0.3
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "11.0.3",
"version": "11.0.4",
"packages": [
"./packages/*"
],
Expand Down
162 changes: 117 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@manuth/tsconfig": "^2.0.3",
"@manuth/typescript-eslint-plugin": "^1.4.2",
"@types/git-branch": "^2.0.1",
"@types/node": "^16.7.2",
"@types/node": "^16.7.4",
"@types/npm-which": "^3.0.1",
"@types/ts-nameof": "^4.2.1",
"concurrently": "^6.2.1",
Expand All @@ -53,7 +53,7 @@
"source-map-support": "^0.5.19",
"ts-nameof": "^5.0.0",
"ts-node": "^10.2.1",
"ts-patch": "^1.4.3",
"typescript": "^4.3.5"
"ts-patch": "^1.4.4",
"typescript": "^4.4.2"
}
}
Loading

0 comments on commit bbe4116

Please sign in to comment.