Skip to content

Commit

Permalink
release: 6.1.0 (#2515)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg authored Sep 17, 2020
1 parent ea74e2b commit 9a9f127
Show file tree
Hide file tree
Showing 14 changed files with 39 additions and 20 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
<a name="6.1.0"></a>
# [6.1.0](https://github.com/akveo/nebular/compare/v6.0.1...v6.1.0) (2020-09-17)


### Bug Fixes

* **auth:** add client_id to the refresh request ([#2350](https://github.com/akveo/nebular/issues/2350)) ([10b01fa](https://github.com/akveo/nebular/commit/10b01fa))
* **radio:** add value reset with undefined ([#2511](https://github.com/akveo/nebular/issues/2511)) ([9ac12c7](https://github.com/akveo/nebular/commit/9ac12c7))
* **rangepicker:** avoid setting month cell to null ([#2330](https://github.com/akveo/nebular/issues/2330)) ([a577b26](https://github.com/akveo/nebular/commit/a577b26))


### Features

* **badge:** dot mode ([#2479](https://github.com/akveo/nebular/issues/2479)) ([afe02b7](https://github.com/akveo/nebular/commit/afe02b7))
* **menu:** support more navigation extras ([#2420](https://github.com/akveo/nebular/issues/2420)) ([03aabfa](https://github.com/akveo/nebular/commit/03aabfa))
* **timepicker:** add timepicker component ([#2402](https://github.com/akveo/nebular/issues/2402)) ([70ee391](https://github.com/akveo/nebular/commit/70ee391))



<a name="6.0.1"></a>
## [6.0.1](https://github.com/akveo/nebular/compare/v6.0.0...v6.0.1) (2020-08-31)
# [6.0.1](https://github.com/akveo/nebular/compare/v6.0.0...v6.0.1) (2020-08-31)


### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions docs/versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"checkoutTarget": "edc29d093f804d859bdbf85342b485b3fca6f34a",
"name": "6.0.1",
"checkoutTarget": "v6.1.0",
"name": "6.1.0",
"path": "/nebular/",
"isCurrent": true
},
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": "6.0.1",
"version": "6.1.0",
"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": "6.0.1",
"version": "6.1.0",
"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": "6.0.1",
"version": "6.1.0",
"description": "@nebular/auth",
"author": "akveo",
"license": "MIT",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@angular/core": "^10.0.0",
"@angular/router": "^10.0.0",
"@angular/forms": "^10.0.0",
"@nebular/theme": "6.0.1",
"@nebular/theme": "6.1.0",
"rxjs": "^6.5.1"
},
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion src/framework/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebular/bootstrap",
"version": "6.0.1",
"version": "6.1.0",
"description": "@nebular/bootstrap",
"author": "akveo",
"license": "MIT",
Expand Down
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": "6.0.1",
"version": "6.1.0",
"description": "@nebular/date-fns",
"author": "akveo",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"nebular"
],
"peerDependencies": {
"@nebular/theme": "6.0.1",
"@nebular/theme": "6.1.0",
"date-fns": "2"
},
"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": "6.0.1",
"version": "6.1.0",
"description": "@nebular/eva-icons",
"author": "akveo",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"eva-icons"
],
"peerDependencies": {
"@nebular/theme": "6.0.1",
"@nebular/theme": "6.1.0",
"eva-icons": "^1.1.2"
},
"sideEffects": false
Expand Down
4 changes: 2 additions & 2 deletions src/framework/firebase-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebular/firebase-auth",
"version": "6.0.1",
"version": "6.1.0",
"description": "@nebular/firebase-auth",
"author": "akveo",
"license": "MIT",
Expand All @@ -26,7 +26,7 @@
],
"peerDependencies": {
"@angular/core": "^10.0.0",
"@nebular/auth": "6.0.1",
"@nebular/auth": "6.1.0",
"rxjs": "^6.5.1",
"firebase": "^7.14.5",
"@angular/fire": "^6.0.0"
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": "6.0.1",
"version": "6.1.0",
"description": "@nebular/moment",
"author": "akveo",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"nebular"
],
"peerDependencies": {
"@nebular/theme": "6.0.1",
"@nebular/theme": "6.1.0",
"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": "6.0.1",
"version": "6.1.0",
"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": "6.0.1",
"version": "6.1.0",
"description": "@nebular/theme",
"author": "akveo",
"license": "MIT",
Expand Down

0 comments on commit 9a9f127

Please sign in to comment.