@ui5/webcomponents-icons 2.0.0-rc.4 → 2.0.0-rc.5
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 +8 -0
- package/README.md +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,14 @@
|
|
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
|
+
# [2.0.0-rc.5](https://github.com/SAP/ui5-webcomponents/compare/v2.0.0-rc.4...v2.0.0-rc.5) (2024-06-06)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @ui5/webcomponents-icons
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
# [2.0.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v2.0.0-rc.3...v2.0.0-rc.4) (2024-05-29)
|
7
15
|
|
8
16
|
**Note:** Version bump only for package @ui5/webcomponents-icons
|
package/README.md
CHANGED
@@ -60,7 +60,7 @@ The same applies if you want to always display the `SAP Icons v4` icons. You can
|
|
60
60
|
## Resources
|
61
61
|
- [UI5 Web Components - README.md](https://github.com/SAP/ui5-webcomponents/blob/main/README.md)
|
62
62
|
- [UI5 Web Components - Home Page](https://sap.github.io/ui5-webcomponents)
|
63
|
-
- [UI5 Web Components - Using Icons](https://sap.github.io/ui5-webcomponents/
|
63
|
+
- [UI5 Web Components - Using Icons](https://sap.github.io/ui5-webcomponents/docs/getting-started/using-icons/)
|
64
64
|
|
65
65
|
## Support
|
66
66
|
We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/SUPPORT.md#-content) on how to report an issue, or chat with us in the `#webcomponents` channel of the [OpenUI5 Community Slack](https://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/).
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ui5/webcomponents-icons",
|
3
|
-
"version": "2.0.0-rc.
|
3
|
+
"version": "2.0.0-rc.5",
|
4
4
|
"description": "UI5 Web Components: webcomponents.SAP-icons",
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
6
6
|
"license": "Apache-2.0",
|
@@ -28,10 +28,10 @@
|
|
28
28
|
"directory": "packages/icons"
|
29
29
|
},
|
30
30
|
"dependencies": {
|
31
|
-
"@ui5/webcomponents-base": "2.0.0-rc.
|
31
|
+
"@ui5/webcomponents-base": "2.0.0-rc.5"
|
32
32
|
},
|
33
33
|
"devDependencies": {
|
34
|
-
"@ui5/webcomponents-tools": "2.0.0-rc.
|
34
|
+
"@ui5/webcomponents-tools": "2.0.0-rc.5"
|
35
35
|
},
|
36
|
-
"gitHead": "
|
36
|
+
"gitHead": "791653e253faae4847f026d022d0ddcd47a96666"
|
37
37
|
}
|