From 976deb3a27c367ad01ad031dc6a6516c8db2f288 Mon Sep 17 00:00:00 2001 From: Denis Strigo Date: Wed, 6 Sep 2023 14:48:15 +0300 Subject: [PATCH] release: 11.0.1 (#3205) --- CHANGELOG.md | 8 ++++++++ docs/versions.json | 4 ++-- package-lock.json | 2 +- package.json | 2 +- packages-smoke/package-lock.json | 2 +- packages-smoke/package.json | 2 +- src/framework/auth/package.json | 4 ++-- src/framework/bootstrap/package.json | 4 ++-- src/framework/date-fns/package.json | 4 ++-- src/framework/eva-icons/package.json | 4 ++-- src/framework/firebase-auth/package.json | 4 ++-- src/framework/moment/package.json | 4 ++-- src/framework/security/package.json | 2 +- src/framework/theme/package.json | 2 +- 14 files changed, 28 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adf841ad65..fdf79b1372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +## [11.0.1](https://github.com/akveo/nebular/compare/v11.0.0...v11.0.1) (2023-09-06) + + +### Features + +* **select-with-autocomplete:** add search when multi ([#3204](https://github.com/akveo/nebular/issues/3204)) ([8792f84](https://github.com/akveo/nebular/commit/8792f84)) + # [11.0.0](https://github.com/akveo/nebular/compare/v10.0.0...v11.0.0) (2023-03-29) diff --git a/docs/versions.json b/docs/versions.json index d7e78b73be..9734a51652 100644 --- a/docs/versions.json +++ b/docs/versions.json @@ -1,7 +1,7 @@ [ { - "checkoutTarget": "v11.0.0", - "name": "11.0.0", + "checkoutTarget": "v11.0.1", + "name": "11.0.1", "path": "/nebular/", "isCurrent": true }, diff --git a/package-lock.json b/package-lock.json index ea1d956fa4..879347713b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nebular", - "version": "11.0.0", + "version": "11.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 30df2dc089..f2c3ef6d64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nebular", - "version": "11.0.0", + "version": "11.0.1", "license": "MIT", "author": "akveo ", "private": true, diff --git a/packages-smoke/package-lock.json b/packages-smoke/package-lock.json index 5a28e1941a..446d2947a8 100644 --- a/packages-smoke/package-lock.json +++ b/packages-smoke/package-lock.json @@ -1,6 +1,6 @@ { "name": "packages-smoke", - "version": "11.0.0", + "version": "11.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages-smoke/package.json b/packages-smoke/package.json index e365066339..36ec25feb2 100644 --- a/packages-smoke/package.json +++ b/packages-smoke/package.json @@ -1,6 +1,6 @@ { "name": "packages-smoke", - "version": "11.0.0", + "version": "11.0.1", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/src/framework/auth/package.json b/src/framework/auth/package.json index cd7ee812dd..d8776ebe2c 100644 --- a/src/framework/auth/package.json +++ b/src/framework/auth/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/auth", - "version": "11.0.0", + "version": "11.0.1", "description": "@nebular/auth", "author": "akveo", "license": "MIT", @@ -28,7 +28,7 @@ "@angular/core": "^15.0.0", "@angular/router": "^15.0.0", "@angular/forms": "^15.0.0", - "@nebular/theme": "11.0.0", + "@nebular/theme": "11.0.1", "rxjs": "^6.5.3 || ^7.4.0" }, "dependencies": { diff --git a/src/framework/bootstrap/package.json b/src/framework/bootstrap/package.json index fad66c1069..b657ec2efa 100644 --- a/src/framework/bootstrap/package.json +++ b/src/framework/bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/bootstrap", - "version": "11.0.0", + "version": "11.0.1", "description": "@nebular/bootstrap", "author": "akveo", "license": "MIT", @@ -22,7 +22,7 @@ ], "peerDependencies": { "bootstrap": "^5.0.0", - "@nebular/theme": "11.0.0" + "@nebular/theme": "11.0.1" }, "exports": { "./styles/prebuilt/corporate.css": { diff --git a/src/framework/date-fns/package.json b/src/framework/date-fns/package.json index 038a15e105..e3a37eb471 100644 --- a/src/framework/date-fns/package.json +++ b/src/framework/date-fns/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/date-fns", - "version": "11.0.0", + "version": "11.0.1", "description": "@nebular/date-fns", "author": "akveo", "license": "MIT", @@ -21,7 +21,7 @@ "nebular" ], "peerDependencies": { - "@nebular/theme": "11.0.0", + "@nebular/theme": "11.0.1", "date-fns": "^2.0.0" }, "dependencies": { diff --git a/src/framework/eva-icons/package.json b/src/framework/eva-icons/package.json index 7251f154bd..59a756a2cc 100644 --- a/src/framework/eva-icons/package.json +++ b/src/framework/eva-icons/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/eva-icons", - "version": "11.0.0", + "version": "11.0.1", "description": "@nebular/eva-icons", "author": "akveo", "license": "MIT", @@ -23,7 +23,7 @@ "eva-icons" ], "peerDependencies": { - "@nebular/theme": "11.0.0", + "@nebular/theme": "11.0.1", "eva-icons": "^1.1.3" }, "dependencies": { diff --git a/src/framework/firebase-auth/package.json b/src/framework/firebase-auth/package.json index 8f89bd4eae..bded3ecac1 100644 --- a/src/framework/firebase-auth/package.json +++ b/src/framework/firebase-auth/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/firebase-auth", - "version": "11.0.0", + "version": "11.0.1", "description": "@nebular/firebase-auth", "author": "akveo", "license": "MIT", @@ -26,7 +26,7 @@ ], "peerDependencies": { "@angular/core": "^15.0.0", - "@nebular/auth": "11.0.0", + "@nebular/auth": "11.0.1", "rxjs": "^6.5.3 || ^7.4.0", "firebase": "^9.4.0", "@angular/fire": "^7.2.0" diff --git a/src/framework/moment/package.json b/src/framework/moment/package.json index a5825d3e0f..a85186b9f8 100644 --- a/src/framework/moment/package.json +++ b/src/framework/moment/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/moment", - "version": "11.0.0", + "version": "11.0.1", "description": "@nebular/moment", "author": "akveo", "license": "MIT", @@ -21,7 +21,7 @@ "nebular" ], "peerDependencies": { - "@nebular/theme": "11.0.0", + "@nebular/theme": "11.0.1", "moment": "^2.22.2" }, "dependencies": { diff --git a/src/framework/security/package.json b/src/framework/security/package.json index 88c5fc6965..533b9c04b7 100644 --- a/src/framework/security/package.json +++ b/src/framework/security/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/security", - "version": "11.0.0", + "version": "11.0.1", "description": "@nebular/security", "author": "akveo", "license": "MIT", diff --git a/src/framework/theme/package.json b/src/framework/theme/package.json index 02fcc3e102..b0d37df3bb 100644 --- a/src/framework/theme/package.json +++ b/src/framework/theme/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/theme", - "version": "11.0.0", + "version": "11.0.1", "description": "@nebular/theme", "author": "akveo", "license": "MIT",