From bf14c47fb9171b55d0ba9a5c86b887dea19402b8 Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Fri, 20 Sep 2019 12:48:50 +0300 Subject: [PATCH] release: 4.3.0 (#1967) --- CHANGELOG.md | 11 +++++++++++ docs/versions.json | 4 ++-- 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 +- 13 files changed, 29 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dcaf614b1..f1ff031a57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +# [4.3.0](https://github.com/akveo/nebular/compare/v4.2.2...v4.3.0) (2019-09-20) + + +### Features + +* **calendar:** add week number column ([#1963](https://github.com/akveo/nebular/issues/1963)) ([28e7468](https://github.com/akveo/nebular/commit/28e7468)) +* **tabset:** add tabid property ([#1919](https://github.com/akveo/nebular/issues/1919)) ([d5bf53a](https://github.com/akveo/nebular/commit/d5bf53a)) + + + ## [4.2.2](https://github.com/akveo/nebular/compare/v4.2.1...v4.2.2) (2019-09-11) diff --git a/docs/versions.json b/docs/versions.json index 6e736d1baa..220827814f 100644 --- a/docs/versions.json +++ b/docs/versions.json @@ -1,7 +1,7 @@ [ { - "checkoutTarget": "v4.2.2", - "name": "4.2.2", + "checkoutTarget": "v4.3.0", + "name": "4.3.0", "path": "/nebular/", "isCurrent": true }, diff --git a/package-lock.json b/package-lock.json index 5189166571..de02b9a47b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nebular", - "version": "4.2.2", + "version": "4.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 24279f3e05..10e5fcd6ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nebular", - "version": "4.2.2", + "version": "4.3.0", "license": "MIT", "author": "akveo ", "private": true, diff --git a/packages-smoke/package-lock.json b/packages-smoke/package-lock.json index 1922d48447..883f018d83 100644 --- a/packages-smoke/package-lock.json +++ b/packages-smoke/package-lock.json @@ -1,6 +1,6 @@ { "name": "packages-smoke", - "version": "4.2.2", + "version": "4.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages-smoke/package.json b/packages-smoke/package.json index 81a7528eb4..e2409175a0 100644 --- a/packages-smoke/package.json +++ b/packages-smoke/package.json @@ -1,6 +1,6 @@ { "name": "packages-smoke", - "version": "4.2.2", + "version": "4.3.0", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/src/framework/auth/package.json b/src/framework/auth/package.json index 9982e5e2f8..eb3b6506f1 100644 --- a/src/framework/auth/package.json +++ b/src/framework/auth/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/auth", - "version": "4.2.2", + "version": "4.3.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.2.2", + "@nebular/theme": "4.3.0", "rxjs": "^6.5.1" }, "sideEffects": false diff --git a/src/framework/bootstrap/package.json b/src/framework/bootstrap/package.json index 14ca12a8ed..82d977b38a 100644 --- a/src/framework/bootstrap/package.json +++ b/src/framework/bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/bootstrap", - "version": "4.2.2", + "version": "4.3.0", "description": "@nebular/bootstrap", "author": "akveo", "license": "MIT", @@ -22,6 +22,6 @@ ], "peerDependencies": { "bootstrap": "^4.0.0", - "@nebular/theme": "4.2.2" + "@nebular/theme": "4.3.0" } } diff --git a/src/framework/date-fns/package.json b/src/framework/date-fns/package.json index ebe39d7bdd..0991c881cb 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.2.2", + "version": "4.3.0", "description": "@nebular/date-fns", "author": "akveo", "license": "MIT", @@ -21,7 +21,7 @@ "nebular" ], "peerDependencies": { - "@nebular/theme": "4.2.2", + "@nebular/theme": "4.3.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 90e2900776..abee021172 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.2.2", + "version": "4.3.0", "description": "@nebular/eva-icons", "author": "akveo", "license": "MIT", @@ -23,7 +23,7 @@ "eva-icons" ], "peerDependencies": { - "@nebular/theme": "4.2.2", + "@nebular/theme": "4.3.0", "eva-icons": "^1.1.1" }, "sideEffects": false diff --git a/src/framework/moment/package.json b/src/framework/moment/package.json index 54a3ea89be..3d419b5c22 100644 --- a/src/framework/moment/package.json +++ b/src/framework/moment/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/moment", - "version": "4.2.2", + "version": "4.3.0", "description": "@nebular/moment", "author": "akveo", "license": "MIT", @@ -21,7 +21,7 @@ "nebular" ], "peerDependencies": { - "@nebular/theme": "4.2.2", + "@nebular/theme": "4.3.0", "moment": "^2.22.2" }, "sideEffects": false diff --git a/src/framework/security/package.json b/src/framework/security/package.json index 0b17418f7e..0c4fda489e 100644 --- a/src/framework/security/package.json +++ b/src/framework/security/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/security", - "version": "4.2.2", + "version": "4.3.0", "description": "@nebular/security", "author": "akveo", "license": "MIT", diff --git a/src/framework/theme/package.json b/src/framework/theme/package.json index bf0000c44c..58f6624db1 100644 --- a/src/framework/theme/package.json +++ b/src/framework/theme/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/theme", - "version": "4.2.2", + "version": "4.3.0", "description": "@nebular/theme", "author": "akveo", "license": "MIT",