Skip to content

Commit

Permalink
release: v4.0.0-rc.8 (#1557)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg authored Jun 3, 2019
1 parent c33442b commit 3456855
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 16 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
<a name="4.0.0-rc.8"></a>
# [4.0.0-rc.8](https://github.com/akveo/nebular/compare/v4.0.0-rc.7...v4.0.0-rc.8) (2019-06-03)


### Bug Fixes

* **accordion:** fix incorrect accordion mapping ([#1535](https://github.com/akveo/nebular/issues/1535)) ([3a0382c](https://github.com/akveo/nebular/commit/3a0382c))
* **bootstrap:** button group, modal and input ([#1540](https://github.com/akveo/nebular/issues/1540)) ([2a177c0](https://github.com/akveo/nebular/commit/2a177c0))
* add missing public api entries ([#1545](https://github.com/akveo/nebular/issues/1545)) ([fe56655](https://github.com/akveo/nebular/commit/fe56655))
* **docs:** change features section background ([#1556](https://github.com/akveo/nebular/issues/1556)) ([c33442b](https://github.com/akveo/nebular/commit/c33442b))
* **docs:** disable custom outline as it breaks Eva components ([#1537](https://github.com/akveo/nebular/issues/1537)) ([c48caaf](https://github.com/akveo/nebular/commit/c48caaf))
* **docs:** example row helper ([#1548](https://github.com/akveo/nebular/issues/1548)) ([c0d404f](https://github.com/akveo/nebular/commit/c0d404f))
* **docs:** fix component styles table ([#1543](https://github.com/akveo/nebular/issues/1543)) ([ab166fd](https://github.com/akveo/nebular/commit/ab166fd))
* **docs:** fix transparent background color ([#1536](https://github.com/akveo/nebular/issues/1536)) ([0aed7b6](https://github.com/akveo/nebular/commit/0aed7b6))
* **docs:** update changed component theme vars link ([#1550](https://github.com/akveo/nebular/issues/1550)) ([ae73257](https://github.com/akveo/nebular/commit/ae73257))
* **radio:** prevent circles distraction ([#1549](https://github.com/akveo/nebular/issues/1549)) ([abb50df](https://github.com/akveo/nebular/commit/abb50df))


### Features

* **docs:** add Eva section ([#1552](https://github.com/akveo/nebular/issues/1552)) ([1209d65](https://github.com/akveo/nebular/commit/1209d65))
* **docs:** add routing loader ([#1533](https://github.com/akveo/nebular/issues/1533)) ([dd33a22](https://github.com/akveo/nebular/commit/dd33a22))
* **schematics:** add dark theme ([#1534](https://github.com/akveo/nebular/issues/1534)) ([c5d15c6](https://github.com/akveo/nebular/commit/c5d15c6))
* **typography:** specify body, paragraph and list styles ([#1546](https://github.com/akveo/nebular/issues/1546)) ([310127b](https://github.com/akveo/nebular/commit/310127b))



<a name="4.0.0-rc.7"></a>
# [4.0.0-rc.7](https://github.com/akveo/nebular/compare/v4.0.0-rc.6...v4.0.0-rc.7) (2019-05-29)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nebular",
"version": "4.0.0-rc.7",
"version": "4.0.0-rc.8",
"license": "MIT",
"author": "akveo <contact@akveo.com>",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages-smoke/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages-smoke/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "packages-smoke",
"version": "4.0.0-rc.7",
"version": "4.0.0-rc.8",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
4 changes: 2 additions & 2 deletions src/framework/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebular/auth",
"version": "4.0.0-rc.7",
"version": "4.0.0-rc.8",
"description": "@nebular/auth",
"author": "akveo",
"license": "MIT",
Expand Down Expand Up @@ -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.7",
"@nebular/theme": "4.0.0-rc.8",
"rxjs": "^6.5.1"
},
"sideEffects": false
Expand Down
4 changes: 2 additions & 2 deletions src/framework/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebular/bootstrap",
"version": "4.0.0-rc.7",
"version": "4.0.0-rc.8",
"description": "@nebular/bootstrap",
"author": "akveo",
"license": "MIT",
Expand All @@ -22,6 +22,6 @@
],
"peerDependencies": {
"bootstrap": "^4.0.0",
"@nebular/theme": "4.0.0-rc.7"
"@nebular/theme": "4.0.0-rc.8"
}
}
4 changes: 2 additions & 2 deletions src/framework/date-fns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebular/date-fns",
"version": "4.0.0-rc.7",
"version": "4.0.0-rc.8",
"description": "@nebular/date-fns",
"author": "akveo",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"nebular"
],
"peerDependencies": {
"@nebular/theme": "4.0.0-rc.7",
"@nebular/theme": "4.0.0-rc.8",
"date-fns": ">=2.0.0-alpha.16 <=2.0.0-alpha.27"
},
"sideEffects": false
Expand Down
4 changes: 2 additions & 2 deletions src/framework/eva-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebular/eva-icons",
"version": "4.0.0-rc.7",
"version": "4.0.0-rc.8",
"description": "@nebular/eva-icons",
"author": "akveo",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"eva-icons"
],
"peerDependencies": {
"@nebular/theme": "4.0.0-rc.7",
"@nebular/theme": "4.0.0-rc.8",
"eva-icons": "^1.1.1"
},
"sideEffects": false
Expand Down
4 changes: 2 additions & 2 deletions src/framework/moment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebular/moment",
"version": "4.0.0-rc.7",
"version": "4.0.0-rc.8",
"description": "@nebular/moment",
"author": "akveo",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"nebular"
],
"peerDependencies": {
"@nebular/theme": "4.0.0-rc.7",
"@nebular/theme": "4.0.0-rc.8",
"moment": "^2.22.2"
},
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion src/framework/security/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebular/security",
"version": "4.0.0-rc.7",
"version": "4.0.0-rc.8",
"description": "@nebular/security",
"author": "akveo",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/framework/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebular/theme",
"version": "4.0.0-rc.7",
"version": "4.0.0-rc.8",
"description": "@nebular/theme",
"author": "akveo",
"license": "MIT",
Expand Down

0 comments on commit 3456855

Please sign in to comment.