Skip to content

Commit

Permalink
release: 2.0.1 (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
tibing-old-email authored and nnixaa committed Oct 3, 2018
1 parent b8c3148 commit a957079
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 11 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="2.0.1"></a>
## [2.0.1](https://github.com/akveo/nebular/compare/v2.0.0...v2.0.1) (2018-10-03)


### Bug Fixes

* **datepicker:** fix datepicker spec ([#850](https://github.com/akveo/nebular/issues/850)) ([a69e681](https://github.com/akveo/nebular/commit/a69e681))
* **playground:** use nebular buttons in examples ([#849](https://github.com/akveo/nebular/issues/849)) ([b8c3148](https://github.com/akveo/nebular/commit/b8c3148))
* **theme:** fix overlay components providers import ([#858](https://github.com/akveo/nebular/issues/858)) ([843a6c6](https://github.com/akveo/nebular/commit/843a6c6))
* **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)



<a name="2.0.0"></a>
# [2.0.0](https://github.com/akveo/nebular/compare/2.0.0-rc.10...2.0.0) (2018-10-02)

Expand Down
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": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"author": "akveo <[email protected]>",
"browserslist": [
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": "2.0.0",
"version": "2.0.1",
"description": "@nebular/auth",
"main": "./bundles/auth.umd.js",
"module": "./index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@angular/router": "^6.0.0",
"@angular/forms": "^6.0.0",
"@angular/http": "^6.0.0",
"@nebular/theme": "2.0.0",
"@nebular/theme": "2.0.1",
"rxjs": "^6.1.0"
}
}
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": "2.0.0",
"version": "2.0.1",
"description": "@nebular/bootstrap",
"author": "akveo",
"license": "MIT",
Expand All @@ -22,6 +22,6 @@
],
"peerDependencies": {
"bootstrap": "^4.0.0",
"@nebular/theme": "2.0.0"
"@nebular/theme": "2.0.1"
}
}
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": "2.0.0",
"version": "2.0.1",
"description": "@nebular/date-fns",
"main": "./bundles/theme.umd.js",
"module": "./index.js",
Expand All @@ -24,7 +24,7 @@
"nebular"
],
"peerDependencies": {
"@nebular/theme": "2.0.0",
"@nebular/theme": "2.0.1",
"date-fns": "^2.0.0-alpha.16"
}
}
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": "2.0.0",
"version": "2.0.1",
"description": "@nebular/moment",
"main": "./bundles/theme.umd.js",
"module": "./index.js",
Expand All @@ -24,7 +24,7 @@
"nebular"
],
"peerDependencies": {
"@nebular/theme": "2.0.0",
"@nebular/theme": "2.0.1",
"moment": "^2.22.2"
}
}
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": "2.0.0",
"version": "2.0.1",
"description": "@nebular/security",
"main": "./bundles/security.umd.js",
"module": "./index.js",
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": "2.0.0",
"version": "2.0.1",
"description": "@nebular/theme",
"main": "./bundles/theme.umd.js",
"module": "./index.js",
Expand Down

0 comments on commit a957079

Please sign in to comment.