Skip to content

Commit

Permalink
Merge pull request #7 from zMotivat0r/release/docs
Browse files Browse the repository at this point in the history
chore: release 0.2.0
  • Loading branch information
michaelyali authored Apr 4, 2021
2 parents a2e2c05 + 7b8ba31 commit 63353cc
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 5 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
## <small>0.1.9 (2021-04-04)</small>
## 0.2.0 (2021-04-04)

* docs: updated package.json and readmes ([d6dab86](https://github.com/zMotivat0r/mrepo/commit/d6dab86))
* fix(monorepo-generator): updated package.json template ([c53c31a](https://github.com/zMotivat0r/mrepo/commit/c53c31a))
* 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))
* chore: release 0.2.0 ([2a55f73](https://github.com/zMotivat0r/mrepo/commit/2a55f73))
* chore(github): added PR and issues templates ([ef40386](https://github.com/zMotivat0r/mrepo/commit/ef40386))
* docs: added build clean generate commands docs ([38c135e](https://github.com/zMotivat0r/mrepo/commit/38c135e))
* docs: added demo gif ([4d05582](https://github.com/zMotivat0r/mrepo/commit/4d05582))
* docs: added features section ([45bdeff](https://github.com/zMotivat0r/mrepo/commit/45bdeff))
* docs: added img to the lib folder ([cc184fc](https://github.com/zMotivat0r/mrepo/commit/cc184fc))
* docs: added mrepo new command docs ([ca800de](https://github.com/zMotivat0r/mrepo/commit/ca800de))
* docs: finished with readme ([7e9797e](https://github.com/zMotivat0r/mrepo/commit/7e9797e))
* docs: reuploaded demo gif ([be3f605](https://github.com/zMotivat0r/mrepo/commit/be3f605))
* docs: started added readme ([ca99cfe](https://github.com/zMotivat0r/mrepo/commit/ca99cfe))
* docs: updated package.json and readmes ([d6dab86](https://github.com/zMotivat0r/mrepo/commit/d6dab86))
* docs: updated readme gifs ([56e90fd](https://github.com/zMotivat0r/mrepo/commit/56e90fd))
* ci: updated release action ([618119f](https://github.com/zMotivat0r/mrepo/commit/618119f))


Expand Down
Empty file modified lib/bin/mrepo.js
100755 → 100644
Empty file.
Binary file removed lib/img/mrepo-demo.gif
Binary file not shown.
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.1.9",
"version": "0.2.0",
"main": "index.js",
"types": "index.d.ts",
"bin": {
Expand Down
1 change: 1 addition & 0 deletions lib/templates/monorepo-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@types/node": "14.14.35",
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"@zmotivat0r/mrepo": "latest",
"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.1.9",
"version": "0.2.0",
"private": true,
"scripts": {
"build": "npx tsc -b tsconfig.build.json",
Expand Down
1 change: 1 addition & 0 deletions templates/monorepo-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@types/node": "14.14.35",
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"@zmotivat0r/mrepo": "latest",
"commitizen": "4.2.3",
"conventional-changelog-cli": "2.1.1",
"cz-conventional-changelog": "3.3.0",
Expand Down

0 comments on commit 63353cc

Please sign in to comment.