Skip to content

Commit 1cccc17

Browse files
authored
release: 9.1.0-rc.7 (#3122)
1 parent 8387967 commit 1cccc17

File tree

13 files changed

+45
-30
lines changed

13 files changed

+45
-30
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="9.1.0-rc.7"></a>
2+
# [9.1.0-rc.7](https://github.com/akveo/nebular/compare/v9.1.0-rc.6...v9.1.0-rc.7) (2022-10-10)
3+
4+
5+
### Bug Fixes
6+
7+
* **themes:** fix typo in layout component style ([#3098](https://github.com/akveo/nebular/issues/3098)) ([5740682](https://github.com/akveo/nebular/commit/5740682))
8+
9+
10+
### Features
11+
12+
* **datepicker:** improve date and time inputs combination ([#3117](https://github.com/akveo/nebular/issues/3117)) ([8387967](https://github.com/akveo/nebular/commit/8387967))
13+
14+
15+
116
<a name="9.1.0-rc.6"></a>
217
# [9.1.0-rc.6](https://github.com/akveo/nebular/compare/v9.1.0-rc.5...v9.1.0-rc.6) (2022-09-22)
318

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nebular",
3-
"version": "9.1.0-rc.6",
3+
"version": "9.1.0-rc.7",
44
"license": "MIT",
55
"author": "akveo <contact@akveo.com>",
66
"private": true,

packages-smoke/package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages-smoke/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "packages-smoke",
3-
"version": "9.1.0-rc.6",
3+
"version": "9.1.0-rc.7",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

src/framework/auth/package.json

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

src/framework/bootstrap/package.json

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

src/framework/date-fns/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebular/date-fns",
3-
"version": "9.1.0-rc.6",
3+
"version": "9.1.0-rc.7",
44
"description": "@nebular/date-fns",
55
"author": "akveo",
66
"license": "MIT",
@@ -21,7 +21,7 @@
2121
"nebular"
2222
],
2323
"peerDependencies": {
24-
"@nebular/theme": "9.1.0-rc.6",
24+
"@nebular/theme": "9.1.0-rc.7",
2525
"date-fns": "2"
2626
},
2727
"dependencies": {

src/framework/eva-icons/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebular/eva-icons",
3-
"version": "9.1.0-rc.6",
3+
"version": "9.1.0-rc.7",
44
"description": "@nebular/eva-icons",
55
"author": "akveo",
66
"license": "MIT",
@@ -23,7 +23,7 @@
2323
"eva-icons"
2424
],
2525
"peerDependencies": {
26-
"@nebular/theme": "9.1.0-rc.6",
26+
"@nebular/theme": "9.1.0-rc.7",
2727
"eva-icons": "^1.1.2"
2828
},
2929
"dependencies": {

src/framework/firebase-auth/package.json

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

0 commit comments

Comments
 (0)