@ui5/webcomponents-icons 2.14.0-rc.7 → 2.15.0-rc.0

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 CHANGED
@@ -3,6 +3,22 @@
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.15.0-rc.0](https://github.com/UI5/webcomponents/compare/v2.14.0...v2.15.0-rc.0) (2025-09-11)
7
+
8
+ **Note:** Version bump only for package @ui5/webcomponents-icons
9
+
10
+
11
+
12
+
13
+
14
+ # [2.14.0](https://github.com/SAP/ui5-webcomponents/compare/v2.14.0-rc.7...v2.14.0) (2025-09-04)
15
+
16
+ **Note:** Version bump only for package @ui5/webcomponents-icons
17
+
18
+
19
+
20
+
21
+
6
22
  # [2.14.0-rc.7](https://github.com/SAP/ui5-webcomponents/compare/v2.14.0-rc.6...v2.14.0-rc.7) (2025-09-04)
7
23
 
8
24
  **Note:** Version bump only for package @ui5/webcomponents-icons
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # ![UI5 icon](https://raw.githubusercontent.com/SAP/ui5-webcomponents/main/docs/images/UI5_logo_water.png)UI5 Web Components - Icons
1
+ # ![UI5 icon](https://raw.githubusercontent.com/UI5/webcomponents/main/docs/images/UI5_logo_water.png)UI5 Web Components - Icons
2
2
 
3
3
  [![npm Package Version](https://badge.fury.io/js/%40ui5%2Fwebcomponents.svg)](https://www.npmjs.com/package/@ui5/webcomponents)
4
4
 
@@ -55,16 +55,16 @@ The same applies if you want to always display the `SAP Icons v4` icons. You can
55
55
  ```
56
56
 
57
57
  ## Resources
58
- - [UI5 Web Components - README.md](https://github.com/SAP/ui5-webcomponents/blob/main/README.md)
59
- - [UI5 Web Components - Home Page](https://sap.github.io/ui5-webcomponents)
60
- - [UI5 Web Components - Using Icons](https://sap.github.io/ui5-webcomponents/docs/getting-started/using-icons/)
58
+ - [UI5 Web Components - README.md](https://github.com/UI5/webcomponents/blob/main/README.md)
59
+ - [UI5 Web Components - Home Page](https://ui5.github.io/webcomponents)
60
+ - [UI5 Web Components - Using Icons](https://ui5.github.io/webcomponents/docs/getting-started/using-icons/)
61
61
 
62
62
  ## Support
63
- 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/).
63
+ We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/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/).
64
64
 
65
65
  ## Contribute
66
- Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/docs/6-contributing/02-conventions-and-guidelines.md).
66
+ Please check our [Contribution Guidelines](https://github.com/UI5/webcomponents/blob/main/docs/6-contributing/02-conventions-and-guidelines.md).
67
67
 
68
68
  ## License
69
69
  Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved.
70
- This file is licensed under the Apache Software License, Version 2.0 except as noted otherwise in the [LICENSE](https://github.com/SAP/ui5-webcomponents/blob/main/LICENSE.txt) file.
70
+ This file is licensed under the Apache Software License, Version 2.0 except as noted otherwise in the [LICENSE](https://github.com/UI5/webcomponents/blob/main/LICENSE.txt) file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents-icons",
3
- "version": "2.14.0-rc.7",
3
+ "version": "2.15.0-rc.0",
4
4
  "description": "UI5 Web Components: webcomponents.SAP-icons",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -24,14 +24,14 @@
24
24
  },
25
25
  "repository": {
26
26
  "type": "git",
27
- "url": "https://github.com/SAP/ui5-webcomponents.git",
27
+ "url": "https://github.com/UI5/webcomponents.git",
28
28
  "directory": "packages/icons"
29
29
  },
30
30
  "dependencies": {
31
- "@ui5/webcomponents-base": "2.14.0-rc.7"
31
+ "@ui5/webcomponents-base": "2.15.0-rc.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@ui5/webcomponents-tools": "2.14.0-rc.7"
34
+ "@ui5/webcomponents-tools": "2.15.0-rc.0"
35
35
  },
36
- "gitHead": "06b732765563f9087538f29a4747d2bd758e5fd1"
36
+ "gitHead": "033a6d621ee56640dda7dc853bfd29ac88c4ca25"
37
37
  }