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

Commit

Permalink
Bump the version number to v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
manuth committed Sep 10, 2022
1 parent d6916a4 commit 0eaebc3
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
24 changes: 12 additions & 12 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 packages/generator-my-ts-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manuth/generator-my-ts-project",
"version": "4.0.0",
"version": "4.0.1",
"type": "module",
"description": "Generates TypeScript-Projects with custom additions",
"author": "Manuel Thalmann <[email protected]>",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@manuth/extended-yo-generator": "^12.1.2",
"@manuth/generator-ts-project": "^4.0.0",
"@manuth/generator-ts-project": "^4.0.1",
"@manuth/package-json-editor": "3.0.2",
"dependency-package-path": "^1.0.0",
"detect-newline": "^4.0.0",
Expand All @@ -53,7 +53,7 @@
},
"devDependencies": {
"@manuth/extended-yo-generator-test": "^12.1.2",
"@manuth/generator-ts-project-test": "^4.0.0",
"@manuth/generator-ts-project-test": "^4.0.1",
"@manuth/temp-files": "^3.0.0",
"@types/dedent": "^0.7.0",
"@types/mocha": "^9.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/generator-ts-project-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manuth/generator-ts-project-test",
"version": "4.0.0",
"version": "4.0.1",
"type": "module",
"description": "Provides the functionality to test `TSProjectGenerator`-components",
"author": "Manuel Thalmann <[email protected]>",
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@manuth/extended-yo-generator": "^12.1.2",
"@manuth/extended-yo-generator-test": "^12.1.2",
"@manuth/generator-ts-project": "^4.0.0",
"@manuth/generator-ts-project": "^4.0.1",
"@manuth/package-json-editor": "^3.0.2",
"@manuth/temp-files": "^3.0.0",
"@stdlib/utils-escape-regexp-string": "^0.0.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/generator-ts-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manuth/generator-ts-project",
"version": "4.0.0",
"version": "4.0.1",
"type": "module",
"description": "A Set of Generators for Creating Projects Written in TypeScript",
"author": "Manuel Thalmann <[email protected]>",
Expand Down Expand Up @@ -79,7 +79,7 @@
},
"devDependencies": {
"@manuth/extended-yo-generator-test": "^12.1.2",
"@manuth/generator-ts-project-test": "^4.0.0",
"@manuth/generator-ts-project-test": "^4.0.1",
"@manuth/tsconfig": "^3.0.2",
"@tsd/typescript": "npm:nop@^1.0.0",
"@types/dedent": "^0.7.0",
Expand Down

0 comments on commit 0eaebc3

Please sign in to comment.