Skip to content

Commit 6b53c71

Browse files
authored
release: 14.0.2 (#3272)
1 parent 364d6da commit 6b53c71

File tree

14 files changed

+42
-32
lines changed

14 files changed

+42
-32
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="14.0.2"></a>
2+
## [14.0.2](https://github.com/akveo/nebular/compare/v14.0.1...v14.0.2) (2024-11-05)
3+
4+
5+
### Bug Fixes
6+
7+
* **theme:** sass deprecation warning of strict unary operations ([#3271](https://github.com/akveo/nebular/issues/3271)) ([364d6da](https://github.com/akveo/nebular/commit/364d6da))
8+
9+
10+
111
<a name="14.0.1"></a>
212
## [14.0.1](https://github.com/akveo/nebular/compare/v13.0.0...v14.0.1) (2024-10-23)
313

docs/versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
3-
"checkoutTarget": "v14.0.1",
4-
"name": "14.0.1",
3+
"checkoutTarget": "v14.0.2",
4+
"name": "14.0.2",
55
"path": "/nebular/",
66
"isCurrent": true
77
},

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": "14.0.1",
3+
"version": "14.0.2",
44
"license": "MIT",
55
"author": "akveo <contact@akveo.com>",
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": "14.0.1",
3+
"version": "14.0.2",
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": "14.0.1",
3+
"version": "14.0.2",
44
"description": "@nebular/auth",
55
"author": "akveo",
66
"license": "MIT",
@@ -28,7 +28,7 @@
2828
"@angular/core": "^18.1.2",
2929
"@angular/router": "^18.1.2",
3030
"@angular/forms": "^18.1.2",
31-
"@nebular/theme": "14.0.1",
31+
"@nebular/theme": "14.0.2",
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": "14.0.1",
3+
"version": "14.0.2",
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": "14.0.1"
25+
"@nebular/theme": "14.0.2"
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": "14.0.1",
3+
"version": "14.0.2",
44
"description": "@nebular/date-fns",
55
"author": "akveo",
66
"license": "MIT",
@@ -21,7 +21,7 @@
2121
"nebular"
2222
],
2323
"peerDependencies": {
24-
"@nebular/theme": "14.0.1",
24+
"@nebular/theme": "14.0.2",
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": "14.0.1",
3+
"version": "14.0.2",
44
"description": "@nebular/eva-icons",
55
"author": "akveo",
66
"license": "MIT",
@@ -23,7 +23,7 @@
2323
"eva-icons"
2424
],
2525
"peerDependencies": {
26-
"@nebular/theme": "14.0.1",
26+
"@nebular/theme": "14.0.2",
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": "14.0.1",
3+
"version": "14.0.2",
44
"description": "@nebular/firebase-auth",
55
"author": "akveo",
66
"license": "MIT",
@@ -26,7 +26,7 @@
2626
],
2727
"peerDependencies": {
2828
"@angular/core": "^18.1.2",
29-
"@nebular/auth": "14.0.1",
29+
"@nebular/auth": "14.0.2",
3030
"rxjs": "^6.5.3 || ^7.4.0",
3131
"firebase": "^10.7.2",
3232
"@angular/fire": "^18.0.1"

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": "14.0.1",
3+
"version": "14.0.2",
44
"description": "@nebular/moment",
55
"author": "akveo",
66
"license": "MIT",
@@ -21,7 +21,7 @@
2121
"nebular"
2222
],
2323
"peerDependencies": {
24-
"@nebular/theme": "14.0.1",
24+
"@nebular/theme": "14.0.2",
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": "14.0.1",
3+
"version": "14.0.2",
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": "14.0.1",
3+
"version": "14.0.2",
44
"description": "@nebular/theme",
55
"author": "akveo",
66
"license": "MIT",

0 commit comments

Comments
 (0)