Skip to content

Commit d080c41

Browse files
committed
release: 12.0.0
1 parent c19e6bd commit d080c41

File tree

14 files changed

+49
-35
lines changed

14 files changed

+49
-35
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="12.0.0"></a>
2+
# [12.0.0](https://github.com/akveo/nebular/compare/v11.0.1...v12.0.0) (2023-11-09)
3+
4+
5+
### Bug Fixes
6+
7+
* **docs:** fix docs deployment ([#3218](https://github.com/akveo/nebular/issues/3218)) ([96968a6](https://github.com/akveo/nebular/commit/96968a6))
8+
9+
10+
### Features
11+
12+
* **angular:** update to Angular 16 ([#3222](https://github.com/akveo/nebular/issues/3222)) ([c19e6bd](https://github.com/akveo/nebular/commit/c19e6bd))
13+
* add firstDayOfWeek to datepickers ([#3220](https://github.com/akveo/nebular/issues/3220)) ([5923384](https://github.com/akveo/nebular/commit/5923384))
14+
115
<a name="11.0.1"></a>
216
## [11.0.1](https://github.com/akveo/nebular/compare/v11.0.0...v11.0.1) (2023-09-06)
317

docs/versions.json

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

package-lock.json

+2-2
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": "11.0.1",
3+
"version": "12.0.0",
44
"license": "MIT",
55
"author": "akveo <[email protected]>",
66
"private": true,

packages-smoke/package-lock.json

+12-12
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": "11.0.1",
3+
"version": "12.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": "11.0.1",
3+
"version": "12.0.0",
44
"description": "@nebular/auth",
55
"author": "akveo",
66
"license": "MIT",
@@ -28,7 +28,7 @@
2828
"@angular/core": "^16.0.0",
2929
"@angular/router": "^16.0.0",
3030
"@angular/forms": "^16.0.0",
31-
"@nebular/theme": "11.0.1",
31+
"@nebular/theme": "12.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": "11.0.1",
3+
"version": "12.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": "11.0.1"
25+
"@nebular/theme": "12.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": "11.0.1",
3+
"version": "12.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": "11.0.1",
24+
"@nebular/theme": "12.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": "11.0.1",
3+
"version": "12.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": "11.0.1",
26+
"@nebular/theme": "12.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": "11.0.1",
3+
"version": "12.0.0",
44
"description": "@nebular/firebase-auth",
55
"author": "akveo",
66
"license": "MIT",
@@ -26,7 +26,7 @@
2626
],
2727
"peerDependencies": {
2828
"@angular/core": "^16.0.0",
29-
"@nebular/auth": "11.0.1",
29+
"@nebular/auth": "12.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": "11.0.1",
3+
"version": "12.0.0",
44
"description": "@nebular/moment",
55
"author": "akveo",
66
"license": "MIT",
@@ -21,7 +21,7 @@
2121
"nebular"
2222
],
2323
"peerDependencies": {
24-
"@nebular/theme": "11.0.1",
24+
"@nebular/theme": "12.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": "11.0.1",
3+
"version": "12.0.0",
44
"description": "@nebular/security",
55
"author": "akveo",
66
"license": "MIT",

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": "11.0.1",
3+
"version": "12.0.0",
44
"description": "@nebular/theme",
55
"author": "akveo",
66
"license": "MIT",

0 commit comments

Comments
 (0)