From ad26059895b234f1c71fa8aae7a881eec815fee0 Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Fri, 14 Jun 2019 16:17:43 +0300 Subject: [PATCH] release: 4.1.0 (#1620) --- CHANGELOG.md | 24 ++++++++++++++++++++++++ docs/assets/ghspa.js | 2 +- docs/versions.json | 10 +++++----- package-lock.json | 2 +- package.json | 2 +- packages-smoke/package-lock.json | 2 +- packages-smoke/package.json | 2 +- src/framework/auth/package.json | 4 ++-- src/framework/bootstrap/package.json | 4 ++-- src/framework/date-fns/package.json | 4 ++-- src/framework/eva-icons/package.json | 4 ++-- src/framework/moment/package.json | 4 ++-- src/framework/security/package.json | 2 +- src/framework/theme/package.json | 2 +- 14 files changed, 46 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bebb112576..24512330de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ + +# [4.1.0](https://github.com/akveo/nebular/compare/v4.0.0...v4.1.0) (2019-06-14) + + +### Bug Fixes + +* **layout:** set top position on fixed header ([#1604](https://github.com/akveo/nebular/issues/1604)) ([6b89f73](https://github.com/akveo/nebular/commit/6b89f73)) +* **select:** transparent gap between options ([#1563](https://github.com/akveo/nebular/issues/1563)) ([714c45e](https://github.com/akveo/nebular/commit/714c45e)) +* **sidebar:** prevent translation to the top when overlay opened ([#1607](https://github.com/akveo/nebular/issues/1607)) ([c2a11fb](https://github.com/akveo/nebular/commit/c2a11fb)) +* **checkbox:** don't emit on `value` input change, deprecate `value`, add `checked` ([#1585](https://github.com/akveo/nebular/issues/1585)) ([72cc999](https://github.com/akveo/nebular/commit/72cc999)) +* **dev docs:** specify correct lts tag ([#1593](https://github.com/akveo/nebular/issues/1593)) ([f7a8be4](https://github.com/akveo/nebular/commit/f7a8be4)) +* **docs:** correct mention of date-fns ([#1572](https://github.com/akveo/nebular/issues/1572)) ([bad91ec](https://github.com/akveo/nebular/commit/bad91ec)) +* **docs:** fix incorrect eva-icons/bootstrap readme ([#1611](https://github.com/akveo/nebular/issues/1611)) ([73c5d36](https://github.com/akveo/nebular/commit/73c5d36)) +* **docs:** fixed small errors ([#1574](https://github.com/akveo/nebular/issues/1574)) ([03a8085](https://github.com/akveo/nebular/commit/03a8085)) +* **docs:** remove concave line and update dark example background ([#1562](https://github.com/akveo/nebular/issues/1562)) ([21a40ee](https://github.com/akveo/nebular/commit/21a40ee)) +* **docs:** use primary color for highlight ([#1583](https://github.com/akveo/nebular/issues/1583)) ([e9381c2](https://github.com/akveo/nebular/commit/e9381c2)) + + +### Features + +* **docs:** add version select ([#1599](https://github.com/akveo/nebular/issues/1599)) ([3987d76](https://github.com/akveo/nebular/commit/3987d76)) + + + ## [3.6.1](https://github.com/akveo/nebular/compare/v3.6.0...v3.6.1) (2019-06-14) diff --git a/docs/assets/ghspa.js b/docs/assets/ghspa.js index 152a31363b..39ccd90e7e 100644 --- a/docs/assets/ghspa.js +++ b/docs/assets/ghspa.js @@ -20,7 +20,7 @@ ;(function(l, projectPages) { - const versions = ['3.6.0']; + const versions = ['3.6.1']; var paths = l.pathname.split('/'); var repo = projectPages ? '/' + paths[1] : ''; diff --git a/docs/versions.json b/docs/versions.json index 2ab340622b..35f038ec1a 100644 --- a/docs/versions.json +++ b/docs/versions.json @@ -1,12 +1,12 @@ [ { - "version": "4.0.0", - "name": "4.0.0", + "version": "4.1.0", + "name": "4.1.0", "path": "/nebular" }, { - "version": "3.6.0", - "name": "3.6.0", - "path": "/nebular/3.6.0" + "version": "3.6.1", + "name": "3.6.1", + "path": "/nebular/3.6.1" } ] diff --git a/package-lock.json b/package-lock.json index 9c91a8ce19..f3eb5d0f07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nebular", - "version": "4.0.0", + "version": "4.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 22f3001201..74f610f7c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nebular", - "version": "4.0.0", + "version": "4.1.0", "license": "MIT", "author": "akveo ", "private": true, diff --git a/packages-smoke/package-lock.json b/packages-smoke/package-lock.json index 3a90c533ef..1be8b6de51 100644 --- a/packages-smoke/package-lock.json +++ b/packages-smoke/package-lock.json @@ -1,6 +1,6 @@ { "name": "packages-smoke", - "version": "4.0.0", + "version": "4.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages-smoke/package.json b/packages-smoke/package.json index 0449a91495..9b76a3aab4 100644 --- a/packages-smoke/package.json +++ b/packages-smoke/package.json @@ -1,6 +1,6 @@ { "name": "packages-smoke", - "version": "4.0.0", + "version": "4.1.0", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/src/framework/auth/package.json b/src/framework/auth/package.json index 98c0cc0f90..439b68e51f 100644 --- a/src/framework/auth/package.json +++ b/src/framework/auth/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/auth", - "version": "4.0.0", + "version": "4.1.0", "description": "@nebular/auth", "author": "akveo", "license": "MIT", @@ -28,7 +28,7 @@ "@angular/core": "^8.0.0", "@angular/router": "^8.0.0", "@angular/forms": "^8.0.0", - "@nebular/theme": "4.0.0", + "@nebular/theme": "4.1.0", "rxjs": "^6.5.1" }, "sideEffects": false diff --git a/src/framework/bootstrap/package.json b/src/framework/bootstrap/package.json index fbd56f8f6e..7f6983d299 100644 --- a/src/framework/bootstrap/package.json +++ b/src/framework/bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/bootstrap", - "version": "4.0.0", + "version": "4.1.0", "description": "@nebular/bootstrap", "author": "akveo", "license": "MIT", @@ -22,6 +22,6 @@ ], "peerDependencies": { "bootstrap": "^4.0.0", - "@nebular/theme": "4.0.0" + "@nebular/theme": "4.1.0" } } diff --git a/src/framework/date-fns/package.json b/src/framework/date-fns/package.json index a0314d5380..dbd92f2ea3 100644 --- a/src/framework/date-fns/package.json +++ b/src/framework/date-fns/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/date-fns", - "version": "4.0.0", + "version": "4.1.0", "description": "@nebular/date-fns", "author": "akveo", "license": "MIT", @@ -21,7 +21,7 @@ "nebular" ], "peerDependencies": { - "@nebular/theme": "4.0.0", + "@nebular/theme": "4.1.0", "date-fns": ">=2.0.0-alpha.16 <=2.0.0-alpha.27" }, "sideEffects": false diff --git a/src/framework/eva-icons/package.json b/src/framework/eva-icons/package.json index ebbfe7c83f..f48b4cbf94 100644 --- a/src/framework/eva-icons/package.json +++ b/src/framework/eva-icons/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/eva-icons", - "version": "4.0.0", + "version": "4.1.0", "description": "@nebular/eva-icons", "author": "akveo", "license": "MIT", @@ -23,7 +23,7 @@ "eva-icons" ], "peerDependencies": { - "@nebular/theme": "4.0.0", + "@nebular/theme": "4.1.0", "eva-icons": "^1.1.1" }, "sideEffects": false diff --git a/src/framework/moment/package.json b/src/framework/moment/package.json index cee1e1feaa..3cffd95a2b 100644 --- a/src/framework/moment/package.json +++ b/src/framework/moment/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/moment", - "version": "4.0.0", + "version": "4.1.0", "description": "@nebular/moment", "author": "akveo", "license": "MIT", @@ -21,7 +21,7 @@ "nebular" ], "peerDependencies": { - "@nebular/theme": "4.0.0", + "@nebular/theme": "4.1.0", "moment": "^2.22.2" }, "sideEffects": false diff --git a/src/framework/security/package.json b/src/framework/security/package.json index 1e1b08d565..697178b158 100644 --- a/src/framework/security/package.json +++ b/src/framework/security/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/security", - "version": "4.0.0", + "version": "4.1.0", "description": "@nebular/security", "author": "akveo", "license": "MIT", diff --git a/src/framework/theme/package.json b/src/framework/theme/package.json index 971c18284e..b4a2672b00 100644 --- a/src/framework/theme/package.json +++ b/src/framework/theme/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/theme", - "version": "4.0.0", + "version": "4.1.0", "description": "@nebular/theme", "author": "akveo", "license": "MIT",