@fundamental-ngx/btp 0.55.1 → 0.55.2-rc.1

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.
Files changed (2) hide show
  1. package/README.md +9 -9
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -8,15 +8,15 @@
8
8
 
9
9
  ## Content
10
10
 
11
- - [1. Description](#1)
12
- - [2. Requirements](#2)
13
- - [3. Versioning](#3)
14
- - [4. Getting Started](#4)
15
- - [5. Known Issues](#5)
16
- - [6. Support](#6)
17
- - [7. Contributing](#7)
18
- - [8. License](https://github.com/SAP/fundamental-ngx/blob/main/LICENSE.txt)
19
- - [9. Similar Projects](#8)
11
+ - [1. Description](#1)
12
+ - [2. Requirements](#2)
13
+ - [3. Versioning](#3)
14
+ - [4. Getting Started](#4)
15
+ - [5. Known Issues](#5)
16
+ - [6. Support](#6)
17
+ - [7. Contributing](#7)
18
+ - [8. License](https://github.com/SAP/fundamental-ngx/blob/main/LICENSE.txt)
19
+ - [9. Similar Projects](#8)
20
20
 
21
21
  ## <a name="1"></a>1. Description
22
22
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/btp",
3
- "version": "0.55.1",
3
+ "version": "0.55.2-rc.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0",
7
- "@fundamental-ngx/cdk": "0.55.1",
8
- "@fundamental-ngx/core": "0.55.1"
7
+ "@fundamental-ngx/cdk": "0.55.2-rc.1",
8
+ "@fundamental-ngx/core": "0.55.2-rc.1"
9
9
  },
10
10
  "dependencies": {
11
11
  "tslib": "^2.3.0"