@fundamental-ngx/platform 0.63.2-rc.6 → 0.63.2-rc.7
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/README.md +1 -1
- package/package.json +4 -4
- package/schematics/ng-add/index.js +1 -1
- package/schematics/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ See the [Component Documentation](https://sap.github.io/fundamental-ngx) for exa
|
|
|
14
14
|
|
|
15
15
|
## Requirements
|
|
16
16
|
|
|
17
|
-
Angular
|
|
17
|
+
Angular 22 or newer. Prior knowledge of Angular is recommended.
|
|
18
18
|
|
|
19
19
|
## Getting Started
|
|
20
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fundamental-ngx/platform",
|
|
3
|
-
"version": "0.63.2-rc.
|
|
3
|
+
"version": "0.63.2-rc.7",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"description": "Fundamental Library for Angular - platform",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
"node": ">= 10"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@fundamental-ngx/cdk": "0.63.2-rc.
|
|
17
|
-
"@fundamental-ngx/core": "0.63.2-rc.
|
|
18
|
-
"@fundamental-ngx/i18n": "0.63.2-rc.
|
|
16
|
+
"@fundamental-ngx/cdk": "0.63.2-rc.7",
|
|
17
|
+
"@fundamental-ngx/core": "0.63.2-rc.7",
|
|
18
|
+
"@fundamental-ngx/i18n": "0.63.2-rc.7"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"fast-equals": "^6.0.0",
|
|
@@ -31,7 +31,7 @@ function callCoreSchematic(options) {
|
|
|
31
31
|
(0, dependencies_1.addPackageJsonDependency)(tree, {
|
|
32
32
|
type: dependencies_1.NodeDependencyType.Default,
|
|
33
33
|
// Will be replaced with the real version during sync-version script run
|
|
34
|
-
version: `0.63.2-rc.
|
|
34
|
+
version: `0.63.2-rc.7`,
|
|
35
35
|
name: '@fundamental-ngx/core'
|
|
36
36
|
});
|
|
37
37
|
const installTaskId = context.addTask(new tasks_1.NodePackageInstallTask({
|