Skip to content

Commit 28d61b4

Browse files
authored
release: 11.0.0 (#3165)
1 parent b711f1d commit 28d61b4

File tree

15 files changed

+38
-25
lines changed

15 files changed

+38
-25
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="11.0.0"></a>
2+
3+
# [11.0.0](https://github.com/akveo/nebular/compare/v10.0.0...v11.0.0) (2023-03-29)
4+
5+
### Bug Fixes
6+
7+
- **autocomplete:** fix show options for the autocomplete ([#3152](https://github.com/akveo/nebular/issues/3152)) ([a693caf](https://github.com/akveo/nebular/commit/a693caf))
8+
- **docs:** remove bootstrap from docs ([#3164](https://github.com/akveo/nebular/issues/3164)) ([b711f1d](https://github.com/akveo/nebular/commit/b711f1d))
9+
10+
### Features
11+
12+
- update to Angular 15 ([#3163](https://github.com/akveo/nebular/issues/3163)) ([f3098ea](https://github.com/akveo/nebular/commit/f3098ea))
13+
114
<a name="10.0.0"></a>
215

316
# [10.0.0](https://github.com/akveo/nebular/compare/v9.1.0-rc.8...v10.0.0) (2022-12-02)

docs/versions.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
3-
"checkoutTarget": "v10.0.0",
4-
"name": "10.0.0",
3+
"checkoutTarget": "v11.0.0",
4+
"name": "11.0.0",
55
"path": "/nebular/",
66
"isCurrent": true
77
},
@@ -11,8 +11,8 @@
1111
"path": "/nebular/next/"
1212
},
1313
{
14-
"checkoutTarget": "9.1.x",
15-
"name": "9.1.x",
16-
"path": "/nebular/9.1.x/"
14+
"checkoutTarget": "10.0.x",
15+
"name": "10.0.x",
16+
"path": "/nebular/10.0.x/"
1717
}
1818
]

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nebular",
3-
"version": "10.0.0",
3+
"version": "11.0.0",
44
"license": "MIT",
55
"author": "akveo <[email protected]>",
66
"private": true,

packages-smoke/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages-smoke/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "packages-smoke",
3-
"version": "10.0.0",
3+
"version": "11.0.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

src/framework/auth/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebular/auth",
3-
"version": "10.0.0",
3+
"version": "11.0.0",
44
"description": "@nebular/auth",
55
"author": "akveo",
66
"license": "MIT",
@@ -28,7 +28,7 @@
2828
"@angular/core": "^15.0.0",
2929
"@angular/router": "^15.0.0",
3030
"@angular/forms": "^15.0.0",
31-
"@nebular/theme": "10.0.0",
31+
"@nebular/theme": "11.0.0",
3232
"rxjs": "^6.5.3 || ^7.4.0"
3333
},
3434
"dependencies": {

src/framework/bootstrap/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebular/bootstrap",
3-
"version": "10.0.0",
3+
"version": "11.0.0",
44
"description": "@nebular/bootstrap",
55
"author": "akveo",
66
"license": "MIT",
@@ -22,7 +22,7 @@
2222
],
2323
"peerDependencies": {
2424
"bootstrap": "^5.0.0",
25-
"@nebular/theme": "10.0.0"
25+
"@nebular/theme": "11.0.0"
2626
},
2727
"exports": {
2828
"./styles/prebuilt/corporate.css": {

src/framework/date-fns/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebular/date-fns",
3-
"version": "10.0.0",
3+
"version": "11.0.0",
44
"description": "@nebular/date-fns",
55
"author": "akveo",
66
"license": "MIT",
@@ -21,7 +21,7 @@
2121
"nebular"
2222
],
2323
"peerDependencies": {
24-
"@nebular/theme": "10.0.0",
24+
"@nebular/theme": "11.0.0",
2525
"date-fns": "^2.0.0"
2626
},
2727
"dependencies": {

src/framework/eva-icons/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebular/eva-icons",
3-
"version": "10.0.0",
3+
"version": "11.0.0",
44
"description": "@nebular/eva-icons",
55
"author": "akveo",
66
"license": "MIT",
@@ -23,7 +23,7 @@
2323
"eva-icons"
2424
],
2525
"peerDependencies": {
26-
"@nebular/theme": "10.0.0",
26+
"@nebular/theme": "11.0.0",
2727
"eva-icons": "^1.1.3"
2828
},
2929
"dependencies": {

src/framework/firebase-auth/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebular/firebase-auth",
3-
"version": "10.0.0",
3+
"version": "11.0.0",
44
"description": "@nebular/firebase-auth",
55
"author": "akveo",
66
"license": "MIT",
@@ -26,7 +26,7 @@
2626
],
2727
"peerDependencies": {
2828
"@angular/core": "^15.0.0",
29-
"@nebular/auth": "10.0.0",
29+
"@nebular/auth": "11.0.0",
3030
"rxjs": "^6.5.3 || ^7.4.0",
3131
"firebase": "^9.4.0",
3232
"@angular/fire": "^7.2.0"

src/framework/moment/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebular/moment",
3-
"version": "10.0.0",
3+
"version": "11.0.0",
44
"description": "@nebular/moment",
55
"author": "akveo",
66
"license": "MIT",
@@ -21,7 +21,7 @@
2121
"nebular"
2222
],
2323
"peerDependencies": {
24-
"@nebular/theme": "10.0.0",
24+
"@nebular/theme": "11.0.0",
2525
"moment": "^2.22.2"
2626
},
2727
"dependencies": {

src/framework/security/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebular/security",
3-
"version": "10.0.0",
3+
"version": "11.0.0",
44
"description": "@nebular/security",
55
"author": "akveo",
66
"license": "MIT",

src/framework/theme/components/tabset/tabset.component.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export class NbTabComponent {
147147
* Lazy load content before tab selection
148148
* @docs-private
149149
* @deprecated This setting never worked. Wrap content into a `nbTabContent` to make it lazy.
150-
* @breaking-change Remove 11.0.0
150+
* @breaking-change Remove 12.0.0
151151
*/
152152
@Input()
153153
set lazyLoad(val: boolean) {
@@ -179,7 +179,7 @@ export class NbTabComponent {
179179

180180
/**
181181
* @deprecated
182-
* @breaking-change Remove 11.0.0
182+
* @breaking-change Remove 12.0.0
183183
* @docs-private
184184
*/
185185
init: boolean = false;

src/framework/theme/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebular/theme",
3-
"version": "10.0.0",
3+
"version": "11.0.0",
44
"description": "@nebular/theme",
55
"author": "akveo",
66
"license": "MIT",

0 commit comments

Comments
 (0)