Skip to content

Commit ead1002

Browse files
committed
release: 6.2.2
1 parent e346e13 commit ead1002

File tree

13 files changed

+31
-18
lines changed

13 files changed

+31
-18
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="6.2.2"></a>
2+
## [6.2.2](https://github.com/akveo/nebular/compare/v6.2.1...v6.2.2) (2021-01-19)
3+
4+
5+
### Bug Fixes
6+
7+
* **autocomplete:** update input element disabled state ([#2555](https://github.com/akveo/nebular/issues/2555)) ([5bc3e14](https://github.com/akveo/nebular/commit/5bc3e14))
8+
* **button:** styling for disabled anchor ([#2649](https://github.com/akveo/nebular/issues/2649)) ([e346e13](https://github.com/akveo/nebular/commit/e346e13))
9+
* **radio, select:** prevent updates of destroyed component ([#2617](https://github.com/akveo/nebular/issues/2617)) ([7df0b1e](https://github.com/akveo/nebular/commit/7df0b1e))
10+
* **toggle:** alignment of toggle switches ([#2561](https://github.com/akveo/nebular/issues/2561)) ([e7fbb88](https://github.com/akveo/nebular/commit/e7fbb88))
11+
12+
13+
114
<a name="6.2.1"></a>
215
## [6.2.1](https://github.com/akveo/nebular/compare/v6.2.0...v6.2.1) (2020-10-01)
316

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": "6.2.1",
3+
"version": "6.2.2",
44
"license": "MIT",
55
"author": "akveo <contact@akveo.com>",
66
"private": true,

packages-smoke/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.

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": "6.2.1",
3+
"version": "6.2.2",
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": "6.2.1",
3+
"version": "6.2.2",
44
"description": "@nebular/auth",
55
"author": "akveo",
66
"license": "MIT",
@@ -28,7 +28,7 @@
2828
"@angular/core": "^10.0.0",
2929
"@angular/router": "^10.0.0",
3030
"@angular/forms": "^10.0.0",
31-
"@nebular/theme": "6.2.1",
31+
"@nebular/theme": "6.2.2",
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": "6.2.1",
3+
"version": "6.2.2",
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": "6.2.1"
25+
"@nebular/theme": "6.2.2"
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": "6.2.1",
3+
"version": "6.2.2",
44
"description": "@nebular/date-fns",
55
"author": "akveo",
66
"license": "MIT",
@@ -21,7 +21,7 @@
2121
"nebular"
2222
],
2323
"peerDependencies": {
24-
"@nebular/theme": "6.2.1",
24+
"@nebular/theme": "6.2.2",
2525
"date-fns": "2"
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": "6.2.1",
3+
"version": "6.2.2",
44
"description": "@nebular/eva-icons",
55
"author": "akveo",
66
"license": "MIT",
@@ -23,7 +23,7 @@
2323
"eva-icons"
2424
],
2525
"peerDependencies": {
26-
"@nebular/theme": "6.2.1",
26+
"@nebular/theme": "6.2.2",
2727
"eva-icons": "^1.1.2"
2828
},
2929
"sideEffects": false

src/framework/firebase-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/firebase-auth",
3-
"version": "6.2.1",
3+
"version": "6.2.2",
44
"description": "@nebular/firebase-auth",
55
"author": "akveo",
66
"license": "MIT",
@@ -26,7 +26,7 @@
2626
],
2727
"peerDependencies": {
2828
"@angular/core": "^10.0.0",
29-
"@nebular/auth": "6.2.1",
29+
"@nebular/auth": "6.2.2",
3030
"rxjs": "^6.5.1",
3131
"firebase": "^7.14.5",
3232
"@angular/fire": "^6.0.0"

0 commit comments

Comments
 (0)