Skip to content

Commit

Permalink
release: 4.1.0 (#1620)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg authored Jun 14, 2019
1 parent e3ab9bd commit ad26059
Show file tree
Hide file tree
Showing 14 changed files with 46 additions and 22 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
<a name="4.1.0"></a>
# [4.1.0](https://github.com/akveo/nebular/compare/v4.0.0...v4.1.0) (2019-06-14)


### Bug Fixes

* **layout:** set top position on fixed header ([#1604](https://github.com/akveo/nebular/issues/1604)) ([6b89f73](https://github.com/akveo/nebular/commit/6b89f73))
* **select:** transparent gap between options ([#1563](https://github.com/akveo/nebular/issues/1563)) ([714c45e](https://github.com/akveo/nebular/commit/714c45e))
* **sidebar:** prevent translation to the top when overlay opened ([#1607](https://github.com/akveo/nebular/issues/1607)) ([c2a11fb](https://github.com/akveo/nebular/commit/c2a11fb))
* **checkbox:** don't emit on `value` input change, deprecate `value`, add `checked` ([#1585](https://github.com/akveo/nebular/issues/1585)) ([72cc999](https://github.com/akveo/nebular/commit/72cc999))
* **dev docs:** specify correct lts tag ([#1593](https://github.com/akveo/nebular/issues/1593)) ([f7a8be4](https://github.com/akveo/nebular/commit/f7a8be4))
* **docs:** correct mention of date-fns ([#1572](https://github.com/akveo/nebular/issues/1572)) ([bad91ec](https://github.com/akveo/nebular/commit/bad91ec))
* **docs:** fix incorrect eva-icons/bootstrap readme ([#1611](https://github.com/akveo/nebular/issues/1611)) ([73c5d36](https://github.com/akveo/nebular/commit/73c5d36))
* **docs:** fixed small errors ([#1574](https://github.com/akveo/nebular/issues/1574)) ([03a8085](https://github.com/akveo/nebular/commit/03a8085))
* **docs:** remove concave line and update dark example background ([#1562](https://github.com/akveo/nebular/issues/1562)) ([21a40ee](https://github.com/akveo/nebular/commit/21a40ee))
* **docs:** use primary color for highlight ([#1583](https://github.com/akveo/nebular/issues/1583)) ([e9381c2](https://github.com/akveo/nebular/commit/e9381c2))


### Features

* **docs:** add version select ([#1599](https://github.com/akveo/nebular/issues/1599)) ([3987d76](https://github.com/akveo/nebular/commit/3987d76))



<a name="3.6.1"></a>
## [3.6.1](https://github.com/akveo/nebular/compare/v3.6.0...v3.6.1) (2019-06-14)

Expand Down
2 changes: 1 addition & 1 deletion docs/assets/ghspa.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

;(function(l, projectPages) {

const versions = ['3.6.0'];
const versions = ['3.6.1'];

var paths = l.pathname.split('/');
var repo = projectPages ? '/' + paths[1] : '';
Expand Down
10 changes: 5 additions & 5 deletions docs/versions.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"version": "4.0.0",
"name": "4.0.0",
"version": "4.1.0",
"name": "4.1.0",
"path": "/nebular"
},
{
"version": "3.6.0",
"name": "3.6.0",
"path": "/nebular/3.6.0"
"version": "3.6.1",
"name": "3.6.1",
"path": "/nebular/3.6.1"
}
]
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": "4.0.0",
"version": "4.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": "4.0.0",
"version": "4.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": "4.0.0",
"version": "4.1.0",
"description": "@nebular/auth",
"author": "akveo",
"license": "MIT",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@angular/core": "^8.0.0",
"@angular/router": "^8.0.0",
"@angular/forms": "^8.0.0",
"@nebular/theme": "4.0.0",
"@nebular/theme": "4.1.0",
"rxjs": "^6.5.1"
},
"sideEffects": false
Expand Down
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": "4.0.0",
"version": "4.1.0",
"description": "@nebular/bootstrap",
"author": "akveo",
"license": "MIT",
Expand All @@ -22,6 +22,6 @@
],
"peerDependencies": {
"bootstrap": "^4.0.0",
"@nebular/theme": "4.0.0"
"@nebular/theme": "4.1.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": "4.0.0",
"version": "4.1.0",
"description": "@nebular/date-fns",
"author": "akveo",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"nebular"
],
"peerDependencies": {
"@nebular/theme": "4.0.0",
"@nebular/theme": "4.1.0",
"date-fns": ">=2.0.0-alpha.16 <=2.0.0-alpha.27"
},
"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": "4.0.0",
"version": "4.1.0",
"description": "@nebular/eva-icons",
"author": "akveo",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"eva-icons"
],
"peerDependencies": {
"@nebular/theme": "4.0.0",
"@nebular/theme": "4.1.0",
"eva-icons": "^1.1.1"
},
"sideEffects": false
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": "4.0.0",
"version": "4.1.0",
"description": "@nebular/moment",
"author": "akveo",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"nebular"
],
"peerDependencies": {
"@nebular/theme": "4.0.0",
"@nebular/theme": "4.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": "4.0.0",
"version": "4.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": "4.0.0",
"version": "4.1.0",
"description": "@nebular/theme",
"author": "akveo",
"license": "MIT",
Expand Down

0 comments on commit ad26059

Please sign in to comment.