From 81ca668084b1c97a5b8a53cff8b6f4a33df887e2 Mon Sep 17 00:00:00 2001 From: Preston Lamb Date: Thu, 30 May 2019 23:33:51 -0600 Subject: [PATCH] Relates to #17; added note in READMEs about how bootstrap is not required for this library; upped Angular versions --- README.md | 2 ++ package.json | 2 +- projects/ngx-plug-n-play-lib/README.md | 2 ++ projects/ngx-plug-n-play-lib/package.json | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0414bd2..34a38b8 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Demo Sites: - [ngx-plug-n-play.netlify.com](https://ngx-plug-n-play.netlify.com) - [Stackblitz Demo](https://stackblitz.com/edit/ngx-plug-n-play-demo) +> In both of these example apps, we used Bootstrap to make it look nice. However, this library does not require the use of Bootstrap or any other UI framework or requirements. You can use your own styles on all the elements. + ## Installation ```bash diff --git a/package.json b/package.json index 3af29cf..a4ca3ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-plug-n-play", - "version": "1.0.5", + "version": "1.0.6", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/projects/ngx-plug-n-play-lib/README.md b/projects/ngx-plug-n-play-lib/README.md index 986b22b..d6e512e 100644 --- a/projects/ngx-plug-n-play-lib/README.md +++ b/projects/ngx-plug-n-play-lib/README.md @@ -7,6 +7,8 @@ Demo Sites: - [ngx-plug-n-play.netlify.com](https://ngx-plug-n-play.netlify.com) - [Stackblitz Demo](https://stackblitz.com/edit/ngx-plug-n-play-demo) +> In both of these example apps, we used Bootstrap to make it look nice. However, this library does not require the use of Bootstrap or any other UI framework or requirements. You can use your own styles on all the elements. + ## Installation ```bash diff --git a/projects/ngx-plug-n-play-lib/package.json b/projects/ngx-plug-n-play-lib/package.json index 7941077..254c0df 100644 --- a/projects/ngx-plug-n-play-lib/package.json +++ b/projects/ngx-plug-n-play-lib/package.json @@ -1,6 +1,6 @@ { "name": "ngx-plug-n-play", - "version": "1.0.5", + "version": "1.0.6", "peerDependencies": { "@angular/common": ">7.2.0", "@angular/core": ">7.2.0"