Skip to content

Commit a957079

Browse files
tibing-old-emailnnixaa
authored andcommitted
release: 2.0.1 (#860)
1 parent b8c3148 commit a957079

File tree

8 files changed

+24
-11
lines changed

8 files changed

+24
-11
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="2.0.1"></a>
2+
## [2.0.1](https://github.com/akveo/nebular/compare/v2.0.0...v2.0.1) (2018-10-03)
3+
4+
5+
### Bug Fixes
6+
7+
* **datepicker:** fix datepicker spec ([#850](https://github.com/akveo/nebular/issues/850)) ([a69e681](https://github.com/akveo/nebular/commit/a69e681))
8+
* **playground:** use nebular buttons in examples ([#849](https://github.com/akveo/nebular/issues/849)) ([b8c3148](https://github.com/akveo/nebular/commit/b8c3148))
9+
* **theme:** fix overlay components providers import ([#858](https://github.com/akveo/nebular/issues/858)) ([843a6c6](https://github.com/akveo/nebular/commit/843a6c6))
10+
* **theme:** inline cdk styles ([#857](https://github.com/akveo/nebular/issues/857)) ([e218df4](https://github.com/akveo/nebular/commit/e218df4)), closes [#856](https://github.com/akveo/nebular/issues/856)
11+
12+
13+
114
<a name="2.0.0"></a>
215
# [2.0.0](https://github.com/akveo/nebular/compare/2.0.0-rc.10...2.0.0) (2018-10-02)
316

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": "2.0.0",
3+
"version": "2.0.1",
44
"license": "MIT",
55
"author": "akveo <[email protected]>",
66
"browserslist": [

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": "2.0.0",
3+
"version": "2.0.1",
44
"description": "@nebular/auth",
55
"main": "./bundles/auth.umd.js",
66
"module": "./index.js",
@@ -32,7 +32,7 @@
3232
"@angular/router": "^6.0.0",
3333
"@angular/forms": "^6.0.0",
3434
"@angular/http": "^6.0.0",
35-
"@nebular/theme": "2.0.0",
35+
"@nebular/theme": "2.0.1",
3636
"rxjs": "^6.1.0"
3737
}
3838
}

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": "2.0.0",
3+
"version": "2.0.1",
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": "2.0.0"
25+
"@nebular/theme": "2.0.1"
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": "2.0.0",
3+
"version": "2.0.1",
44
"description": "@nebular/date-fns",
55
"main": "./bundles/theme.umd.js",
66
"module": "./index.js",
@@ -24,7 +24,7 @@
2424
"nebular"
2525
],
2626
"peerDependencies": {
27-
"@nebular/theme": "2.0.0",
27+
"@nebular/theme": "2.0.1",
2828
"date-fns": "^2.0.0-alpha.16"
2929
}
3030
}

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": "2.0.0",
3+
"version": "2.0.1",
44
"description": "@nebular/moment",
55
"main": "./bundles/theme.umd.js",
66
"module": "./index.js",
@@ -24,7 +24,7 @@
2424
"nebular"
2525
],
2626
"peerDependencies": {
27-
"@nebular/theme": "2.0.0",
27+
"@nebular/theme": "2.0.1",
2828
"moment": "^2.22.2"
2929
}
3030
}

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": "2.0.0",
3+
"version": "2.0.1",
44
"description": "@nebular/security",
55
"main": "./bundles/security.umd.js",
66
"module": "./index.js",

src/framework/theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebular/theme",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "@nebular/theme",
55
"main": "./bundles/theme.umd.js",
66
"module": "./index.js",

0 commit comments

Comments
 (0)