From 64c8d92d2361b1dc0dd32e083e285eb1ab31c5a9 Mon Sep 17 00:00:00 2001 From: Denis Hilt Date: Wed, 14 Sep 2022 12:23:31 +0300 Subject: [PATCH] v3.0.1 --- README.md | 2 +- scroller/package.json | 2 +- scroller/src/ui-scroll.version.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c78f9ec6..81fa0807 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ The development settings are not documented. Information about it can be taken d Below is the quick guide for vscroll/ngx-ui-scroll integrated development (this is relevant since ngx-ui-scroll v2 depends on vscroll): - clone both ngx-ui-scroll and [vscroll](https://github.com/dhilt/vscroll) repositories into the same folder - - replace "vscroll" import with local sources [here](https://github.com/dhilt/ngx-ui-scroll/blob/v3.0.0-rc.1/src/vscroll.ts#L19) and [here](https://github.com/dhilt/ngx-ui-scroll/blob/v3.0.0-rc.1/tests/miscellaneous/vscroll.ts#L17). + - replace "vscroll" import with local sources [here](https://github.com/dhilt/ngx-ui-scroll/blob/v3.0.0/src/vscroll.ts#L19) and [here](https://github.com/dhilt/ngx-ui-scroll/blob/v3.0.0/tests/miscellaneous/vscroll.ts#L17). Also, there are some environment variables for additional customization of the dev process. In accordance with [dotenv](https://www.npmjs.com/package/dotenv) approach, the `.env` file should be placed in the root folder, and it may contain the following variables. diff --git a/scroller/package.json b/scroller/package.json index bfdf56b7..96a6ba1e 100644 --- a/scroller/package.json +++ b/scroller/package.json @@ -1,6 +1,6 @@ { "name": "ngx-ui-scroll", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "peerDependencies": { "@angular/common": ">=12.0.0", diff --git a/scroller/src/ui-scroll.version.ts b/scroller/src/ui-scroll.version.ts index 70e3b497..db90e611 100644 --- a/scroller/src/ui-scroll.version.ts +++ b/scroller/src/ui-scroll.version.ts @@ -1,4 +1,4 @@ export default { name: 'ngx-ui-scroll', - version: '3.0.0' + version: '3.0.1' };