Skip to content

Commit f139f71

Browse files
authored
release: v4.0.0-rc.7 (#1530)
1 parent f0e00dc commit f139f71

File tree

11 files changed

+25
-15
lines changed

11 files changed

+25
-15
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="4.0.0-rc.7"></a>
2+
# [4.0.0-rc.7](https://github.com/akveo/nebular/compare/v4.0.0-rc.6...v4.0.0-rc.7) (2019-05-29)
3+
4+
5+
### Features
6+
7+
* **select:** more border and icon theme properties ([#1468](https://github.com/akveo/nebular/issues/1468)) ([9e1c604](https://github.com/akveo/nebular/commit/9e1c604))
8+
9+
10+
111
<a name="4.0.0-rc.6"></a>
212
# [4.0.0-rc.6](https://github.com/akveo/nebular/compare/v4.0.0-rc.5...v4.0.0-rc.6) (2019-05-28)
313

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nebular",
3-
"version": "4.0.0-rc.6",
3+
"version": "4.0.0-rc.7",
44
"license": "MIT",
55
"author": "akveo <contact@akveo.com>",
66
"private": true,

packages-smoke/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "packages-smoke",
3-
"version": "4.0.0-rc.6",
3+
"version": "4.0.0-rc.7",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

src/framework/auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebular/auth",
3-
"version": "4.0.0-rc.6",
3+
"version": "4.0.0-rc.7",
44
"description": "@nebular/auth",
55
"author": "akveo",
66
"license": "MIT",
@@ -28,7 +28,7 @@
2828
"@angular/core": "^8.0.0",
2929
"@angular/router": "^8.0.0",
3030
"@angular/forms": "^8.0.0",
31-
"@nebular/theme": "4.0.0-rc.6",
31+
"@nebular/theme": "4.0.0-rc.7",
3232
"rxjs": "^6.5.1"
3333
},
3434
"sideEffects": false

src/framework/bootstrap/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebular/bootstrap",
3-
"version": "4.0.0-rc.6",
3+
"version": "4.0.0-rc.7",
44
"description": "@nebular/bootstrap",
55
"author": "akveo",
66
"license": "MIT",
@@ -22,6 +22,6 @@
2222
],
2323
"peerDependencies": {
2424
"bootstrap": "^4.0.0",
25-
"@nebular/theme": "4.0.0-rc.6"
25+
"@nebular/theme": "4.0.0-rc.7"
2626
}
2727
}

src/framework/date-fns/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebular/date-fns",
3-
"version": "4.0.0-rc.6",
3+
"version": "4.0.0-rc.7",
44
"description": "@nebular/date-fns",
55
"author": "akveo",
66
"license": "MIT",
@@ -21,7 +21,7 @@
2121
"nebular"
2222
],
2323
"peerDependencies": {
24-
"@nebular/theme": "4.0.0-rc.6",
24+
"@nebular/theme": "4.0.0-rc.7",
2525
"date-fns": ">=2.0.0-alpha.16 <=2.0.0-alpha.27"
2626
},
2727
"sideEffects": false

src/framework/eva-icons/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebular/eva-icons",
3-
"version": "4.0.0-rc.6",
3+
"version": "4.0.0-rc.7",
44
"description": "@nebular/eva-icons",
55
"author": "akveo",
66
"license": "MIT",
@@ -23,7 +23,7 @@
2323
"eva-icons"
2424
],
2525
"peerDependencies": {
26-
"@nebular/theme": "4.0.0-rc.6",
26+
"@nebular/theme": "4.0.0-rc.7",
2727
"eva-icons": "^1.1.1"
2828
},
2929
"sideEffects": false

src/framework/moment/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebular/moment",
3-
"version": "4.0.0-rc.6",
3+
"version": "4.0.0-rc.7",
44
"description": "@nebular/moment",
55
"author": "akveo",
66
"license": "MIT",
@@ -21,7 +21,7 @@
2121
"nebular"
2222
],
2323
"peerDependencies": {
24-
"@nebular/theme": "4.0.0-rc.6",
24+
"@nebular/theme": "4.0.0-rc.7",
2525
"moment": "^2.22.2"
2626
},
2727
"sideEffects": false

src/framework/security/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebular/security",
3-
"version": "4.0.0-rc.6",
3+
"version": "4.0.0-rc.7",
44
"description": "@nebular/security",
55
"author": "akveo",
66
"license": "MIT",

0 commit comments

Comments
 (0)