Skip to content

Commit

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

* 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 ([7b8ba31](https://github.com/zMotivat0r/mrepo/commit/7b8ba31))
* 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))
* fix(monorepo-generator): updated package.json template ([c53c31a](https://github.com/zMotivat0r/mrepo/commit/c53c31a))
* 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))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Mrepo makes it easy to create new TypeScript packages monorepository, generate n

## Features

<img align="right" src="lib/img/mrepo-demo.gif" alt="Mrepo demo" width="420" />
<img align="right" src="lib/img/demo.gif" alt="Mrepo demo" width="420" />

- :rocket: Generate TypeScript monorepository
- :airplane: Package generator with references between other packages included, and sub-generators support
Expand Down
2 changes: 1 addition & 1 deletion lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Mrepo makes it easy to create new TypeScript packages monorepository, generate n

## Features

<img align="right" src="img/mrepo-demo.gif" alt="Mrepo demo" width="420" />
<img align="right" src="img/demo.gif" alt="Mrepo demo" width="420" />

- Generate TypeScript monorepository
- Package generator with references between other packages included, and sub-generators support
Expand Down
Binary file added lib/img/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.0",
"version": "0.2.1",
"main": "index.js",
"types": "index.d.ts",
"bin": {
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "mrepo",
"description": "Awesome Typescript Monorepo Generator",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"scripts": {
"build": "npx tsc -b tsconfig.build.json",
"postbuild": "cpy ./templates/**/* ./lib --parents",
"clean": "npx rimraf \"./lib/!(.npmrc|LICENSE|package.json|README.md)**\"",
"clean": "npx rimraf \"./lib/!(img|.npmrc|LICENSE|package.json|README.md)**\"",
"commit_": "git-cz",
"lib:link": "cd ./lib && npm link",
"lib:try": "yarn build && yarn lib:unlink && yarn lib:link",
Expand Down

0 comments on commit 943e197

Please sign in to comment.