Skip to content

Commit

Permalink
release: 11.0.0 (#3165)
Browse files Browse the repository at this point in the history
  • Loading branch information
denStrigo authored Mar 29, 2023
1 parent b711f1d commit 28d61b4
Show file tree
Hide file tree
Showing 15 changed files with 38 additions and 25 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="11.0.0"></a>

# [11.0.0](https://github.com/akveo/nebular/compare/v10.0.0...v11.0.0) (2023-03-29)

### Bug Fixes

- **autocomplete:** fix show options for the autocomplete ([#3152](https://github.com/akveo/nebular/issues/3152)) ([a693caf](https://github.com/akveo/nebular/commit/a693caf))
- **docs:** remove bootstrap from docs ([#3164](https://github.com/akveo/nebular/issues/3164)) ([b711f1d](https://github.com/akveo/nebular/commit/b711f1d))

### Features

- update to Angular 15 ([#3163](https://github.com/akveo/nebular/issues/3163)) ([f3098ea](https://github.com/akveo/nebular/commit/f3098ea))

<a name="10.0.0"></a>

# [10.0.0](https://github.com/akveo/nebular/compare/v9.1.0-rc.8...v10.0.0) (2022-12-02)
Expand Down
10 changes: 5 additions & 5 deletions docs/versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"checkoutTarget": "v10.0.0",
"name": "10.0.0",
"checkoutTarget": "v11.0.0",
"name": "11.0.0",
"path": "/nebular/",
"isCurrent": true
},
Expand All @@ -11,8 +11,8 @@
"path": "/nebular/next/"
},
{
"checkoutTarget": "9.1.x",
"name": "9.1.x",
"path": "/nebular/9.1.x/"
"checkoutTarget": "10.0.x",
"name": "10.0.x",
"path": "/nebular/10.0.x/"
}
]
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": "10.0.0",
"version": "11.0.0",
"license": "MIT",
"author": "akveo <[email protected]>",
"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": "10.0.0",
"version": "11.0.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": "10.0.0",
"version": "11.0.0",
"description": "@nebular/auth",
"author": "akveo",
"license": "MIT",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@angular/core": "^15.0.0",
"@angular/router": "^15.0.0",
"@angular/forms": "^15.0.0",
"@nebular/theme": "10.0.0",
"@nebular/theme": "11.0.0",
"rxjs": "^6.5.3 || ^7.4.0"
},
"dependencies": {
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": "10.0.0",
"version": "11.0.0",
"description": "@nebular/bootstrap",
"author": "akveo",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
],
"peerDependencies": {
"bootstrap": "^5.0.0",
"@nebular/theme": "10.0.0"
"@nebular/theme": "11.0.0"
},
"exports": {
"./styles/prebuilt/corporate.css": {
Expand Down
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": "10.0.0",
"version": "11.0.0",
"description": "@nebular/date-fns",
"author": "akveo",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"nebular"
],
"peerDependencies": {
"@nebular/theme": "10.0.0",
"@nebular/theme": "11.0.0",
"date-fns": "^2.0.0"
},
"dependencies": {
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": "10.0.0",
"version": "11.0.0",
"description": "@nebular/eva-icons",
"author": "akveo",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"eva-icons"
],
"peerDependencies": {
"@nebular/theme": "10.0.0",
"@nebular/theme": "11.0.0",
"eva-icons": "^1.1.3"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions src/framework/firebase-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebular/firebase-auth",
"version": "10.0.0",
"version": "11.0.0",
"description": "@nebular/firebase-auth",
"author": "akveo",
"license": "MIT",
Expand All @@ -26,7 +26,7 @@
],
"peerDependencies": {
"@angular/core": "^15.0.0",
"@nebular/auth": "10.0.0",
"@nebular/auth": "11.0.0",
"rxjs": "^6.5.3 || ^7.4.0",
"firebase": "^9.4.0",
"@angular/fire": "^7.2.0"
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": "10.0.0",
"version": "11.0.0",
"description": "@nebular/moment",
"author": "akveo",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"nebular"
],
"peerDependencies": {
"@nebular/theme": "10.0.0",
"@nebular/theme": "11.0.0",
"moment": "^2.22.2"
},
"dependencies": {
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": "10.0.0",
"version": "11.0.0",
"description": "@nebular/security",
"author": "akveo",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions src/framework/theme/components/tabset/tabset.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export class NbTabComponent {
* Lazy load content before tab selection
* @docs-private
* @deprecated This setting never worked. Wrap content into a `nbTabContent` to make it lazy.
* @breaking-change Remove 11.0.0
* @breaking-change Remove 12.0.0
*/
@Input()
set lazyLoad(val: boolean) {
Expand Down Expand Up @@ -179,7 +179,7 @@ export class NbTabComponent {

/**
* @deprecated
* @breaking-change Remove 11.0.0
* @breaking-change Remove 12.0.0
* @docs-private
*/
init: boolean = false;
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": "10.0.0",
"version": "11.0.0",
"description": "@nebular/theme",
"author": "akveo",
"license": "MIT",
Expand Down

0 comments on commit 28d61b4

Please sign in to comment.