From 3b39812d799e3b279d45c4944ad658e63e3a8918 Mon Sep 17 00:00:00 2001 From: Chau Tran Date: Sun, 15 May 2022 03:44:08 -0500 Subject: [PATCH] chore(repo): release ngx-lil-gui 2.1.0 --- packages/ngx-lil-gui/CHANGELOG.md | 13 +++++++++++-- packages/ngx-lil-gui/package.json | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/packages/ngx-lil-gui/CHANGELOG.md b/packages/ngx-lil-gui/CHANGELOG.md index 1b2d155..5fc18b6 100644 --- a/packages/ngx-lil-gui/CHANGELOG.md +++ b/packages/ngx-lil-gui/CHANGELOG.md @@ -1,3 +1,13 @@ + + +## [2.1.0](https://github.com/nartc/nartc-workspace/compare/ngx-lil-gui-v2.0.0...ngx-lil-gui-v2.1.0) (2022-05-15) + + +### Documentations + +* **lil-gui:** remove lil-gui from installation guide ([a745626](https://github.com/nartc/nartc-workspace/commit/a74562648cf89727c1236a55086f92a8916e418d)) +* use readonly ([fcb9d52](https://github.com/nartc/nartc-workspace/commit/fcb9d5258c8e3288cebcf883a4105445c79c56df)) + ## 2.0.0 (2022-01-23) ### ⚠ BREAKING CHANGES @@ -50,5 +60,4 @@ * add [@nartc](https://github.com/nartc) as a contributor ([cc7780c](https://github.com/nartc/ngx-lil-gui/commit/cc7780c097cfa2bbfa84a8ea4362e309fb29ad5f)) -* readme ([ab35fa4](https://github.com/nartc/ngx-lil-gui/commit/ab35fa47e374668916aa8c38303abb80f1bd97db)) - +* readme ([ab35fa4](https://github.com/nartc/ngx-lil-gui/commit/ab35fa47e374668916aa8c38303abb80f1bd97db)) \ No newline at end of file diff --git a/packages/ngx-lil-gui/package.json b/packages/ngx-lil-gui/package.json index faab6ca..cfd5d70 100644 --- a/packages/ngx-lil-gui/package.json +++ b/packages/ngx-lil-gui/package.json @@ -1,6 +1,6 @@ { "name": "ngx-lil-gui", - "version": "2.0.0", + "version": "2.1.0", "publishConfig": { "access": "public" },