From f139f71de4b72a4a79dc12c7d611f9133351cfdf Mon Sep 17 00:00:00 2001
From: Dmitry Nehaychik <4dmitr@gmail.com>
Date: Thu, 30 May 2019 00:05:48 +0300
Subject: [PATCH] release: v4.0.0-rc.7 (#1530)
---
CHANGELOG.md | 10 ++++++++++
package-lock.json | 2 +-
package.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 +-
11 files changed, 25 insertions(+), 15 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f8b7fa61fc..454cdd95fd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+# [4.0.0-rc.7](https://github.com/akveo/nebular/compare/v4.0.0-rc.6...v4.0.0-rc.7) (2019-05-29)
+
+
+### Features
+
+* **select:** more border and icon theme properties ([#1468](https://github.com/akveo/nebular/issues/1468)) ([9e1c604](https://github.com/akveo/nebular/commit/9e1c604))
+
+
+
# [4.0.0-rc.6](https://github.com/akveo/nebular/compare/v4.0.0-rc.5...v4.0.0-rc.6) (2019-05-28)
diff --git a/package-lock.json b/package-lock.json
index 7173a8af92..853de9d44a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nebular",
- "version": "4.0.0-rc.6",
+ "version": "4.0.0-rc.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 6ebf3a61c9..8219c1da08 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "nebular",
- "version": "4.0.0-rc.6",
+ "version": "4.0.0-rc.7",
"license": "MIT",
"author": "akveo ",
"private": true,
diff --git a/packages-smoke/package.json b/packages-smoke/package.json
index 0bbff2a7bf..c301dfbe4a 100644
--- a/packages-smoke/package.json
+++ b/packages-smoke/package.json
@@ -1,6 +1,6 @@
{
"name": "packages-smoke",
- "version": "4.0.0-rc.6",
+ "version": "4.0.0-rc.7",
"scripts": {
"ng": "ng",
"start": "ng serve",
diff --git a/src/framework/auth/package.json b/src/framework/auth/package.json
index 7a38e9f7b6..53a3f91420 100644
--- a/src/framework/auth/package.json
+++ b/src/framework/auth/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebular/auth",
- "version": "4.0.0-rc.6",
+ "version": "4.0.0-rc.7",
"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-rc.6",
+ "@nebular/theme": "4.0.0-rc.7",
"rxjs": "^6.5.1"
},
"sideEffects": false
diff --git a/src/framework/bootstrap/package.json b/src/framework/bootstrap/package.json
index 5f7d1ae62d..f8c5d87818 100644
--- a/src/framework/bootstrap/package.json
+++ b/src/framework/bootstrap/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebular/bootstrap",
- "version": "4.0.0-rc.6",
+ "version": "4.0.0-rc.7",
"description": "@nebular/bootstrap",
"author": "akveo",
"license": "MIT",
@@ -22,6 +22,6 @@
],
"peerDependencies": {
"bootstrap": "^4.0.0",
- "@nebular/theme": "4.0.0-rc.6"
+ "@nebular/theme": "4.0.0-rc.7"
}
}
diff --git a/src/framework/date-fns/package.json b/src/framework/date-fns/package.json
index cd35b2e999..f015c0f650 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-rc.6",
+ "version": "4.0.0-rc.7",
"description": "@nebular/date-fns",
"author": "akveo",
"license": "MIT",
@@ -21,7 +21,7 @@
"nebular"
],
"peerDependencies": {
- "@nebular/theme": "4.0.0-rc.6",
+ "@nebular/theme": "4.0.0-rc.7",
"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 8c385cd4d2..f875ab932c 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-rc.6",
+ "version": "4.0.0-rc.7",
"description": "@nebular/eva-icons",
"author": "akveo",
"license": "MIT",
@@ -23,7 +23,7 @@
"eva-icons"
],
"peerDependencies": {
- "@nebular/theme": "4.0.0-rc.6",
+ "@nebular/theme": "4.0.0-rc.7",
"eva-icons": "^1.1.1"
},
"sideEffects": false
diff --git a/src/framework/moment/package.json b/src/framework/moment/package.json
index b4b2737f58..f72d970a1f 100644
--- a/src/framework/moment/package.json
+++ b/src/framework/moment/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebular/moment",
- "version": "4.0.0-rc.6",
+ "version": "4.0.0-rc.7",
"description": "@nebular/moment",
"author": "akveo",
"license": "MIT",
@@ -21,7 +21,7 @@
"nebular"
],
"peerDependencies": {
- "@nebular/theme": "4.0.0-rc.6",
+ "@nebular/theme": "4.0.0-rc.7",
"moment": "^2.22.2"
},
"sideEffects": false
diff --git a/src/framework/security/package.json b/src/framework/security/package.json
index ceebfd8cbc..b9abbfbd17 100644
--- a/src/framework/security/package.json
+++ b/src/framework/security/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebular/security",
- "version": "4.0.0-rc.6",
+ "version": "4.0.0-rc.7",
"description": "@nebular/security",
"author": "akveo",
"license": "MIT",
diff --git a/src/framework/theme/package.json b/src/framework/theme/package.json
index b96b72ad49..9ce599b5b8 100644
--- a/src/framework/theme/package.json
+++ b/src/framework/theme/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebular/theme",
- "version": "4.0.0-rc.6",
+ "version": "4.0.0-rc.7",
"description": "@nebular/theme",
"author": "akveo",
"license": "MIT",