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

Commit

Permalink
Merge branch 'release/v1.0.1' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
manuth committed Aug 30, 2020
2 parents 228a8af + 8969848 commit b3c3b55
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ steps:
from_secret: npm_token
commands:
- echo "//registry.npmjs.org/:_authToken=$${NPM_TOKEN}" > ~/.npmrc
- npx lerna publish from-package -y | exit 0
- npx lerna publish from-package -y
when:
event:
- tag
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## TSProjectGenerator [Unreleased]

[Show differences](https://github.com/manuth/TSProjectGenerator/compare/v1.0.0...dev)
[Show differences](https://github.com/manuth/TSProjectGenerator/compare/v1.0.1...dev)

## TSProjectGenerator v1.0.1
### Updated
- All dependencies

### Fixed
- Incorrect drone-pipeline
- GitHub Packages mechanism

[Show differences](https://github.com/manuth/TSProjectGenerator/compare/v1.0.0...v1.0.1)

## TSProjectGenerator v1.0.0
Initial release
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": "1.0.0",
"version": "1.0.1",
"packages": [
"./packages/*"
],
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/gulp": "^4.0.6",
"@types/merge-stream": "^1.1.2",
"@types/minimist": "^1.2.0",
"@types/node": "^14.6.1",
"@types/node": "^14.6.2",
"@types/npm-which": "^3.0.0",
"@types/through2": "^2.0.36",
"@types/vinyl": "^2.0.4",
Expand Down
14 changes: 7 additions & 7 deletions packages/generator-my-ts-project/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/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": "1.0.0",
"version": "1.0.1",
"description": "Generates TypeScript-Projects with custom additions",
"author": "Manuel Thalmann <[email protected]>",
"keywords": [
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@manuth/extended-yo-generator": "^7.3.2",
"@manuth/generator-ts-project": "^1.0.0",
"@manuth/generator-ts-project": "^1.0.1",
"chalk": "^4.1.0",
"dedent": "^0.7.0",
"detect-newline": "^3.1.0",
Expand All @@ -58,7 +58,7 @@
"@types/dedent": "^0.7.0",
"@types/fs-extra": "^9.0.1",
"@types/mocha": "^8.0.3",
"@types/node": "^14.6.1",
"@types/node": "^14.6.2",
"@types/yaml": "^1.9.7",
"@types/yosay": "0.0.29",
"@typescript-eslint/eslint-plugin": "^3.10.1",
Expand All @@ -68,7 +68,7 @@
"eslint": "^7.7.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsdoc": "^30.3.0",
"mocha": "^8.1.2",
"mocha": "^8.1.3",
"rimraf": "^3.0.2",
"shusher": "^0.1.1",
"tslint": "^6.1.3",
Expand Down
14 changes: 7 additions & 7 deletions packages/generator-ts-project/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-ts-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manuth/generator-ts-project",
"version": "1.0.0",
"version": "1.0.1",
"description": "A Set of Generators for Creating Projects Written in TypeScript",
"author": "Manuel Thalmann <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -77,7 +77,7 @@
"@types/lodash.camelcase": "^4.3.6",
"@types/lodash.kebabcase": "^4.1.6",
"@types/mocha": "^8.0.3",
"@types/node": "^14.6.1",
"@types/node": "^14.6.2",
"@types/npm-packlist": "^1.1.1",
"@types/npm-which": "^3.0.0",
"@types/validate-npm-package-name": "^3.0.0",
Expand All @@ -90,7 +90,7 @@
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsdoc": "^30.3.0",
"markdownlint-cli": "^0.23.2",
"mocha": "^8.1.2",
"mocha": "^8.1.3",
"npm-packlist": "^2.1.2",
"npm-which": "^3.0.1",
"random-js": "^2.1.0",
Expand Down

0 comments on commit b3c3b55

Please sign in to comment.