Skip to content

Commit 6f4384d

Browse files
authored
release: 4.2.2 (#1954)
1 parent a17accb commit 6f4384d

File tree

13 files changed

+28
-18
lines changed

13 files changed

+28
-18
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="4.2.2"></a>
2+
## [4.2.2](https://github.com/akveo/nebular/compare/v4.2.1...v4.2.2) (2019-09-11)
3+
4+
5+
### Bug Fixes
6+
7+
* **button:** make sure icon has margins when button has html co… ([#1953](https://github.com/akveo/nebular/issues/1953)) ([a17accb](https://github.com/akveo/nebular/commit/a17accb))
8+
9+
10+
111
<a name="4.2.1"></a>
212
## [4.2.1](https://github.com/akveo/nebular/compare/v4.2.0...v4.2.1) (2019-08-29)
313

docs/versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
3-
"checkoutTarget": "v4.2.1",
4-
"name": "4.2.1",
3+
"checkoutTarget": "v4.2.2",
4+
"name": "4.2.2",
55
"path": "/nebular/",
66
"isCurrent": true
77
},

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": "4.2.1",
3+
"version": "4.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": "4.2.1",
3+
"version": "4.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": "4.2.1",
3+
"version": "4.2.2",
44
"description": "@nebular/auth",
55
"author": "akveo",
66
"license": "MIT",
@@ -28,7 +28,7 @@
2828
"@angular/core": "^8.0.0",
2929
"@angular/router": "^8.0.0",
3030
"@angular/forms": "^8.0.0",
31-
"@nebular/theme": "4.2.1",
31+
"@nebular/theme": "4.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": "4.2.1",
3+
"version": "4.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": "4.2.1"
25+
"@nebular/theme": "4.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": "4.2.1",
3+
"version": "4.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": "4.2.1",
24+
"@nebular/theme": "4.2.2",
2525
"date-fns": ">=2.0.0-alpha.16 <=2.0.0-alpha.27"
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": "4.2.1",
3+
"version": "4.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": "4.2.1",
26+
"@nebular/theme": "4.2.2",
2727
"eva-icons": "^1.1.1"
2828
},
2929
"sideEffects": false

0 commit comments

Comments
 (0)