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

Commit

Permalink
Bump the version number to v11.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
manuth committed Aug 26, 2021
1 parent fc620d8 commit 4fdd3ab
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
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.2",
"version": "11.0.3",
"packages": [
"./packages/*"
],
Expand Down
4 changes: 2 additions & 2 deletions packages/extended-yo-generator-test/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/extended-yo-generator-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manuth/extended-yo-generator-test",
"version": "11.0.2",
"version": "11.0.3",
"description": "Provides tools for testing generators created using `@manuth/extended-yo-generator`",
"author": "Manuel Thalmann <m@nuth.ch>",
"license": "MIT",
Expand Down Expand Up @@ -42,7 +42,7 @@
"patchTypeScript": "ts-patch install && ts-patch --persist"
},
"dependencies": {
"@manuth/extended-yo-generator": "^11.0.2",
"@manuth/extended-yo-generator": "^11.0.3",
"@types/yeoman-test": "^4.0.2",
"comment-json": "^4.1.1",
"fs-extra": "^10.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/extended-yo-generator/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/extended-yo-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manuth/extended-yo-generator",
"version": "11.0.2",
"version": "11.0.3",
"description": "An extended version of the Yeoman-Generator",
"author": "Manuel Thalmann <m@nuth.ch>",
"license": "MIT",
Expand Down Expand Up @@ -51,7 +51,7 @@
"yeoman-generator": "^5.4.2"
},
"devDependencies": {
"@manuth/extended-yo-generator-test": "^11.0.2",
"@manuth/extended-yo-generator-test": "^11.0.3",
"@manuth/package-json-editor": "^2.2.3",
"@manuth/temp-files": "^2.0.7",
"@manuth/typescript-languageservice-tester": "^4.0.3",
Expand All @@ -71,10 +71,10 @@
"rimraf": "^3.0.2",
"shusher": "^0.1.1",
"sinon": "^11.1.2",
"tsd": "^0.17.0",
"ts-morph": "^11.0.3",
"ts-nameof": "^5.0.0",
"ts-patch": "^1.4.3",
"tsd": "^0.17.0",
"typescript": "^4.3.5",
"upath": "^2.0.1",
"yeoman-environment": "^3.6.0",
Expand All @@ -86,4 +86,4 @@
"strict": false
}
}
}
}

0 comments on commit 4fdd3ab

Please sign in to comment.