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/v3.0.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
manuth committed Dec 17, 2021
2 parents d98d062 + 29c0743 commit 91cb7b5
Show file tree
Hide file tree
Showing 83 changed files with 33,492 additions and 82,800 deletions.
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ steps:
- lint
- test
commands:
- npx lerna exec --no-private -- npm pack
- npm pack --workspaces
when:
event:
- tag
Expand All @@ -44,7 +44,7 @@ steps:
from_secret: npm_token
commands:
- echo "//registry.npmjs.org/:_authToken=$${NPM_TOKEN}" > ~/.npmrc
- npx lerna publish from-package -y
- npm publish --workspaces
when:
event:
- tag
Expand All @@ -60,7 +60,7 @@ steps:
commands:
- echo "//npm.pkg.github.com/:_authToken=$${GITHUB_TOKEN}" > ~/.npmrc
- echo "registry=https://npm.pkg.github.com" >> ~/.npmrc
- npx lerna publish from-package -y
- npm publish --workspaces
when:
event:
- tag
Expand Down Expand Up @@ -100,7 +100,7 @@ steps:
api_key:
from_secret: github_publish_token
files:
- "./packages/*/*.tgz"
- "./*.tgz"
title: .releaseTitle.md
note: .releaseNotes.md
when:
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"terminal.integrated.cwd": "."
}
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

## TSProjectGenerator [Unreleased]

[Show differences](https://github.com/manuth/TSProjectGenerator/compare/v3.0.10...dev)
[Show differences](https://github.com/manuth/TSProjectGenerator/compare/v3.0.11...dev)

## TSProjectGenerator v3.0.11
### Fixed
- Vulnerabilities in dependencies
- Settings disallowing the use of vscode's integrated terminal

### Updated
- All dependencies
- Linting environment
- Unit tests for lowering the memory consumption

[Show differences](https://github.com/manuth/TSProjectGenerator/compare/v3.0.10...v3.0.11)

## TSProjectGenerator v3.0.10
### Updated
Expand Down
13 changes: 0 additions & 13 deletions lerna.json

This file was deleted.

Loading

0 comments on commit 91cb7b5

Please sign in to comment.