Skip to content

Commit

Permalink
release: 3.4.0 (#1262)
Browse files Browse the repository at this point in the history
  • Loading branch information
tibing-old-email authored Feb 25, 2019
1 parent a263a2e commit fd2d47b
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 13 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="3.4.0"></a>
# [3.4.0](https://github.com/akveo/nebular/compare/v3.3.0...v3.4.0) (2019-02-25)


### Bug Fixes

* **datepicker:** make it valid in case of empty input ([#1247](https://github.com/akveo/nebular/issues/1247)) ([799b8b8](https://github.com/akveo/nebular/commit/799b8b8)), closes [#1182](https://github.com/akveo/nebular/issues/1182)
* **docs:** fix password strategy link ([#1245](https://github.com/akveo/nebular/issues/1245)) ([c71d9fd](https://github.com/akveo/nebular/commit/c71d9fd))


### Features

* **route-tabset:** configurable routerLinkActiveOptions ([#1239](https://github.com/akveo/nebular/issues/1239)) ([3cf29d8](https://github.com/akveo/nebular/commit/3cf29d8))
* **tree-grid:** allow specify getters for node properties ([#1254](https://github.com/akveo/nebular/issues/1254)) ([a263a2e](https://github.com/akveo/nebular/commit/a263a2e))



<a name="3.3.0"></a>
# [3.3.0](https://github.com/akveo/nebular/compare/v3.2.1...v3.3.0) (2019-02-18)

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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nebular",
"version": "3.3.0",
"version": "3.4.0",
"license": "MIT",
"author": "akveo <[email protected]>",
"browserslist": [
Expand Down Expand Up @@ -174,4 +174,4 @@
"uglifyjs-webpack-plugin": "1.1.5"
},
"schematics": "./schematics/dist/collection.json"
}
}
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": "3.3.0",
"version": "3.4.0",
"description": "@nebular/auth",
"main": "./bundles/auth.umd.js",
"module": "./index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@angular/router": "^7.0.0",
"@angular/forms": "^7.0.0",
"@angular/http": "^7.0.0",
"@nebular/theme": "3.3.0",
"@nebular/theme": "3.4.0",
"rxjs": "^6.3.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": "3.3.0",
"version": "3.4.0",
"description": "@nebular/bootstrap",
"author": "akveo",
"license": "MIT",
Expand All @@ -22,6 +22,6 @@
],
"peerDependencies": {
"bootstrap": "^4.0.0",
"@nebular/theme": "3.3.0"
"@nebular/theme": "3.4.0"
}
}
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": "3.3.0",
"version": "3.4.0",
"description": "@nebular/date-fns",
"main": "./bundles/theme.umd.js",
"module": "./index.js",
Expand All @@ -24,7 +24,7 @@
"nebular"
],
"peerDependencies": {
"@nebular/theme": "3.3.0",
"@nebular/theme": "3.4.0",
"date-fns": ">=2.0.0-alpha.16 <=2.0.0-alpha.27"
}
}
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": "3.3.0",
"version": "3.4.0",
"description": "@nebular/moment",
"main": "./bundles/theme.umd.js",
"module": "./index.js",
Expand All @@ -24,7 +24,7 @@
"nebular"
],
"peerDependencies": {
"@nebular/theme": "3.3.0",
"@nebular/theme": "3.4.0",
"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": "3.3.0",
"version": "3.4.0",
"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": "3.3.0",
"version": "3.4.0",
"description": "@nebular/theme",
"main": "./bundles/theme.umd.js",
"module": "./index.js",
Expand Down

0 comments on commit fd2d47b

Please sign in to comment.