Skip to content

Commit ef7bd88

Browse files
authored
release: 4.0.0-rc.4 (#1470)
1 parent 1393588 commit ef7bd88

File tree

12 files changed

+18
-19
lines changed

12 files changed

+18
-19
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
<a name="4.0.0-rc.3"></a>
2-
# [4.0.0-rc.3](https://github.com/akveo/nebular/compare/v4.0.0-rc.2...v4.0.0-rc.3) (2019-05-14)
3-
1+
<a name="4.0.0-rc.4"></a>
2+
# [4.0.0-rc.4](https://github.com/akveo/nebular/compare/v4.0.0-rc.2...v4.0.0-rc.4) (2019-05-14)
43

54
### Bug Fixes
65

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.0.0-rc.3",
3+
"version": "4.0.0-rc.4",
44
"license": "MIT",
55
"author": "akveo <contact@akveo.com>",
66
"browserslist": [

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.0.0-rc.3",
3+
"version": "4.0.0-rc.4",
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.0.0-rc.3",
3+
"version": "4.0.0-rc.4",
44
"description": "@nebular/auth",
55
"main": "./bundles/auth.umd.js",
66
"module": "./index.js",
@@ -31,7 +31,7 @@
3131
"@angular/core": "^8.0.0-rc.2",
3232
"@angular/router": "^8.0.0-rc.2",
3333
"@angular/forms": "^8.0.0-rc.2",
34-
"@nebular/theme": "4.0.0-rc.3",
34+
"@nebular/theme": "4.0.0-rc.4",
3535
"rxjs": "^6.5.1"
3636
}
3737
}

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.0.0-rc.3",
3+
"version": "4.0.0-rc.4",
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.0.0-rc.3"
25+
"@nebular/theme": "4.0.0-rc.4"
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.0.0-rc.3",
3+
"version": "4.0.0-rc.4",
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": "4.0.0-rc.3",
27+
"@nebular/theme": "4.0.0-rc.4",
2828
"date-fns": ">=2.0.0-alpha.16 <=2.0.0-alpha.27"
2929
}
3030
}

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.0.0-rc.3",
3+
"version": "4.0.0-rc.4",
44
"description": "@nebular/eva-icons",
55
"main": "./bundles/eva-icons.umd.js",
66
"module": "./index.js",
@@ -26,7 +26,7 @@
2626
"eva-icons"
2727
],
2828
"peerDependencies": {
29-
"@nebular/theme": "4.0.0-rc.3",
29+
"@nebular/theme": "4.0.0-rc.4",
3030
"eva-icons": "^1.1.1"
3131
}
3232
}

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": "4.0.0-rc.3",
3+
"version": "4.0.0-rc.4",
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": "4.0.0-rc.3",
27+
"@nebular/theme": "4.0.0-rc.4",
2828
"moment": "^2.22.2"
2929
}
3030
}

0 commit comments

Comments
 (0)