Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 13.0.0 #3238

Merged
merged 3 commits into from
Jan 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="13.0.0"></a>
# [13.0.0](https://github.com/akveo/nebular/compare/v12.0.0...v13.0.0) (2024-01-28)


### Features

* **angular:** update to Angular 17 ([#3236](https://github.com/akveo/nebular/issues/3236)) ([bced0eb](https://github.com/akveo/nebular/commit/bced0eb))



<a name="12.0.0"></a>
# [12.0.0](https://github.com/akveo/nebular/compare/v11.0.1...v12.0.0) (2023-11-09)

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": "v12.0.0",
"name": "12.0.0",
"checkoutTarget": "v13.0.0",
"name": "13.0.0",
"path": "/nebular/",
"isCurrent": true
},
Expand All @@ -11,8 +11,8 @@
"path": "/nebular/next/"
},
{
"checkoutTarget": "11.0.x",
"name": "11.0.x",
"path": "/nebular/11.0.x/"
"checkoutTarget": "12.0.x",
"name": "12.0.x",
"path": "/nebular/12.0.x/"
}
]
4 changes: 2 additions & 2 deletions 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": "12.0.0",
"version": "13.0.0",
"license": "MIT",
"author": "akveo <[email protected]>",
"private": true,
Expand Down
24 changes: 12 additions & 12 deletions 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": "12.0.0",
"version": "13.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": "12.0.0",
"version": "13.0.0",
"description": "@nebular/auth",
"author": "akveo",
"license": "MIT",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@angular/core": "^17.1.0",
"@angular/router": "^17.1.0",
"@angular/forms": "^17.1.0",
"@nebular/theme": "12.0.0",
"@nebular/theme": "13.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": "12.0.0",
"version": "13.0.0",
"description": "@nebular/bootstrap",
"author": "akveo",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
],
"peerDependencies": {
"bootstrap": "^5.0.0",
"@nebular/theme": "12.0.0"
"@nebular/theme": "13.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": "12.0.0",
"version": "13.0.0",
"description": "@nebular/date-fns",
"author": "akveo",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"nebular"
],
"peerDependencies": {
"@nebular/theme": "12.0.0",
"@nebular/theme": "13.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": "12.0.0",
"version": "13.0.0",
"description": "@nebular/eva-icons",
"author": "akveo",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"eva-icons"
],
"peerDependencies": {
"@nebular/theme": "12.0.0",
"@nebular/theme": "13.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": "12.0.0",
"version": "13.0.0",
"description": "@nebular/firebase-auth",
"author": "akveo",
"license": "MIT",
Expand All @@ -26,7 +26,7 @@
],
"peerDependencies": {
"@angular/core": "^17.1.0",
"@nebular/auth": "12.0.0",
"@nebular/auth": "13.0.0",
"rxjs": "^6.5.3 || ^7.4.0",
"firebase": "^10.7.2",
"@angular/fire": "^17.0.1"
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": "12.0.0",
"version": "13.0.0",
"description": "@nebular/moment",
"author": "akveo",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"nebular"
],
"peerDependencies": {
"@nebular/theme": "12.0.0",
"@nebular/theme": "13.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": "12.0.0",
"version": "13.0.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": "12.0.0",
"version": "13.0.0",
"description": "@nebular/theme",
"author": "akveo",
"license": "MIT",
Expand Down
Loading