Skip to content

Commit

Permalink
Merge pull request #17 from zMotivat0r/release/fix-package-generator
Browse files Browse the repository at this point in the history
chore: release 0.2.7
  • Loading branch information
michaelyali authored Apr 6, 2021
2 parents b2e3f88 + 7307a4d commit c32ffea
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
- name: Install
run: npm install

- name: Build
run: npm run build

- name: Run tests
run: npm test

- name: Set Current Version
shell: bash -ex {0}
run: |
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## <small>0.2.6 (2021-04-06)</small>
## <small>0.2.7 (2021-04-06)</small>

* chore: release 0.1.8 ([141b85c](https://github.com/zMotivat0r/mrepo/commit/141b85c))
* chore: release 0.1.9 ([432c10b](https://github.com/zMotivat0r/mrepo/commit/432c10b))
Expand All @@ -9,6 +9,7 @@
* chore: release 0.2.3 ([a44be14](https://github.com/zMotivat0r/mrepo/commit/a44be14))
* chore: release 0.2.4 ([fdbaa20](https://github.com/zMotivat0r/mrepo/commit/fdbaa20))
* chore: release 0.2.5 ([ae53d03](https://github.com/zMotivat0r/mrepo/commit/ae53d03))
* chore: release 0.2.6 ([814e84c](https://github.com/zMotivat0r/mrepo/commit/814e84c))
* chore(github): added PR and issues templates ([ef40386](https://github.com/zMotivat0r/mrepo/commit/ef40386))
* ci: updated release action ([e9e59fc](https://github.com/zMotivat0r/mrepo/commit/e9e59fc))
* ci: updated release action ([618119f](https://github.com/zMotivat0r/mrepo/commit/618119f))
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zmotivat0r/mrepo",
"description": "Awesome Typescript Monorepo Generator",
"version": "0.2.6",
"version": "0.2.7",
"main": "index.js",
"types": "index.d.ts",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion lib/templates/monorepo-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/node": "14.14.35",
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"@zmotivat0r/mrepo": "0.2.6",
"@zmotivat0r/mrepo": "0.2.7",
"commitizen": "4.2.3",
"conventional-changelog-cli": "2.1.1",
"cz-conventional-changelog": "3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,7 +1,7 @@
{
"name": "mrepo",
"description": "Awesome Typescript Monorepo Generator",
"version": "0.2.6",
"version": "0.2.7",
"private": true,
"scripts": {
"build": "npx tsc -b tsconfig.build.json",
Expand Down
2 changes: 1 addition & 1 deletion templates/monorepo-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/node": "14.14.35",
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"@zmotivat0r/mrepo": "0.2.6",
"@zmotivat0r/mrepo": "0.2.7",
"commitizen": "4.2.3",
"conventional-changelog-cli": "2.1.1",
"cz-conventional-changelog": "3.3.0",
Expand Down

0 comments on commit c32ffea

Please sign in to comment.