@rxap/layout 16.0.1-dev.1 → 16.0.1-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/README.md +1 -1
- package/package.json +12 -11
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [16.0.1-dev.2](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.1-dev.1...@rxap/layout@16.0.1-dev.2) (2024-03-05)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/layout
|
|
9
|
+
|
|
6
10
|
## [16.0.1-dev.1](https://gitlab.com/rxap/packages/compare/@rxap/layout@16.0.1-dev.0...@rxap/layout@16.0.1-dev.1) (2024-03-04)
|
|
7
11
|
|
|
8
12
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -17,5 +17,5 @@ yarn add @rxap/layout
|
|
|
17
17
|
```
|
|
18
18
|
**Install peer dependencies:**
|
|
19
19
|
```bash
|
|
20
|
-
yarn add @angular/animations@^16.1.4 @angular/cdk@^16.1.4 @angular/common@^16.1.4 @angular/core@^16.1.4 @angular/forms@^16.1.4 @angular/material@^16.1.4 @angular/router@^16.1.4 @rxap/authentication@^16.0.0 @rxap/authorization@^16.0.0 @rxap/browser-utilities@^1.0.1 @rxap/config@^16.0.0 @rxap/data-source@^16.0
|
|
20
|
+
yarn add @angular/animations@^16.1.4 @angular/cdk@^16.1.4 @angular/common@^16.1.4 @angular/core@^16.1.4 @angular/forms@^16.1.4 @angular/material@^16.1.4 @angular/router@^16.1.4 @rxap/authentication@^16.0.0 @rxap/authorization@^16.0.1-dev.0 @rxap/browser-utilities@^1.0.1 @rxap/config@^16.0.0 @rxap/data-source@^16.1.0-dev.0 @rxap/directives@^16.0.0 @rxap/environment@^16.0.0 @rxap/icon@^16.0.0 @rxap/material-directives@^16.1.0-dev.0 @rxap/ngx-changelog@^16.1.0 @rxap/ngx-localize@^16.1.0 @rxap/ngx-status-check@^16.1.0 @rxap/ngx-theme@^16.1.0 @rxap/ngx-user@^16.1.0 @rxap/services@^16.0.1-dev.0 @rxap/utilities@^16.1.0-dev.5 rxjs@^7.8.1 tslib@2.6.2
|
|
21
21
|
```
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "16.0.1-dev.
|
|
2
|
+
"version": "16.0.1-dev.2",
|
|
3
3
|
"name": "@rxap/layout",
|
|
4
4
|
"license": "GPL-3.0-or-later",
|
|
5
5
|
"dependencies": {
|
|
@@ -14,21 +14,21 @@
|
|
|
14
14
|
"@angular/material": "^16.1.4",
|
|
15
15
|
"@angular/router": "^16.1.4",
|
|
16
16
|
"@rxap/authentication": "^16.0.0",
|
|
17
|
-
"@rxap/authorization": "^16.0.0",
|
|
17
|
+
"@rxap/authorization": "^16.0.1-dev.0",
|
|
18
18
|
"@rxap/browser-utilities": "^1.0.1",
|
|
19
19
|
"@rxap/config": "^16.0.0",
|
|
20
|
-
"@rxap/data-source": "^16.0
|
|
20
|
+
"@rxap/data-source": "^16.1.0-dev.0",
|
|
21
21
|
"@rxap/directives": "^16.0.0",
|
|
22
22
|
"@rxap/environment": "^16.0.0",
|
|
23
23
|
"@rxap/icon": "^16.0.0",
|
|
24
|
-
"@rxap/material-directives": "^16.0
|
|
24
|
+
"@rxap/material-directives": "^16.1.0-dev.0",
|
|
25
25
|
"@rxap/ngx-changelog": "^16.1.0",
|
|
26
26
|
"@rxap/ngx-localize": "^16.1.0",
|
|
27
27
|
"@rxap/ngx-status-check": "^16.1.0",
|
|
28
28
|
"@rxap/ngx-theme": "^16.1.0",
|
|
29
29
|
"@rxap/ngx-user": "^16.1.0",
|
|
30
30
|
"@rxap/services": "^16.0.1-dev.0",
|
|
31
|
-
"@rxap/utilities": "^16.0.
|
|
31
|
+
"@rxap/utilities": "^16.1.0-dev.5",
|
|
32
32
|
"rxjs": "^7.8.1",
|
|
33
33
|
"@faker-js/faker": "8.0.2"
|
|
34
34
|
},
|
|
@@ -47,7 +47,8 @@
|
|
|
47
47
|
"layout",
|
|
48
48
|
"ngx",
|
|
49
49
|
"packages",
|
|
50
|
-
"rxap"
|
|
50
|
+
"rxap",
|
|
51
|
+
"scope:compose"
|
|
51
52
|
],
|
|
52
53
|
"nx-migrations": {
|
|
53
54
|
"packageGroup": [
|
|
@@ -57,7 +58,7 @@
|
|
|
57
58
|
},
|
|
58
59
|
{
|
|
59
60
|
"package": "@rxap/authorization",
|
|
60
|
-
"version": "16.0.0"
|
|
61
|
+
"version": "16.0.1-dev.0"
|
|
61
62
|
},
|
|
62
63
|
{
|
|
63
64
|
"package": "@rxap/browser-utilities",
|
|
@@ -69,7 +70,7 @@
|
|
|
69
70
|
},
|
|
70
71
|
{
|
|
71
72
|
"package": "@rxap/data-source",
|
|
72
|
-
"version": "16.0
|
|
73
|
+
"version": "16.1.0-dev.0"
|
|
73
74
|
},
|
|
74
75
|
{
|
|
75
76
|
"package": "@rxap/directives",
|
|
@@ -85,7 +86,7 @@
|
|
|
85
86
|
},
|
|
86
87
|
{
|
|
87
88
|
"package": "@rxap/material-directives",
|
|
88
|
-
"version": "16.0
|
|
89
|
+
"version": "16.1.0-dev.0"
|
|
89
90
|
},
|
|
90
91
|
{
|
|
91
92
|
"package": "@rxap/ngx-changelog",
|
|
@@ -117,7 +118,7 @@
|
|
|
117
118
|
},
|
|
118
119
|
{
|
|
119
120
|
"package": "@rxap/utilities",
|
|
120
|
-
"version": "16.0.
|
|
121
|
+
"version": "16.1.0-dev.5"
|
|
121
122
|
}
|
|
122
123
|
]
|
|
123
124
|
},
|
|
@@ -131,7 +132,7 @@
|
|
|
131
132
|
"directory": "packages/angular/layout"
|
|
132
133
|
},
|
|
133
134
|
"sideEffects": false,
|
|
134
|
-
"gitHead": "
|
|
135
|
+
"gitHead": "b07c3a57f82485e8f0680fd2ba4d06e635aa1b4f",
|
|
135
136
|
"module": "fesm2022/rxap-layout.mjs",
|
|
136
137
|
"typings": "index.d.ts",
|
|
137
138
|
"exports": {
|