@ui5/webcomponents-icons-business-suite 2.14.0 → 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,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.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-business-suite
9
+
10
+
11
+
12
+
13
+
6
14
  # [2.14.0](https://github.com/SAP/ui5-webcomponents/compare/v2.14.0-rc.7...v2.14.0) (2025-09-04)
7
15
 
8
16
  **Note:** Version bump only for package @ui5/webcomponents-icons-business-suite
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 - SAP Business Suite Icons
1
+ # ![UI5 icon](https://raw.githubusercontent.com/UI5/webcomponents/main/docs/images/UI5_logo_water.png)UI5 Web Components - SAP Business Suite 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
 
@@ -51,16 +51,16 @@ The same applies if you want to always display the `SAP Icons Business suite V2`
51
51
  For a full list of the icons in the `business-suite` collection, click [here](https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/BusinessSuiteInAppSymbols).
52
52
 
53
53
  ## Resources
54
- - [UI5 Web Components - README.md](https://github.com/SAP/ui5-webcomponents/blob/main/README.md)
55
- - [UI5 Web Components - Home Page](https://sap.github.io/ui5-webcomponents)
56
- - [UI5 Web Components - Using Icons](https://sap.github.io/ui5-webcomponents/docs/getting-started/using-icons/)
54
+ - [UI5 Web Components - README.md](https://github.com/UI5/webcomponents/blob/main/README.md)
55
+ - [UI5 Web Components - Home Page](https://ui5.github.io/webcomponents)
56
+ - [UI5 Web Components - Using Icons](https://ui5.github.io/webcomponents/docs/getting-started/using-icons/)
57
57
 
58
58
  ## Support
59
- 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/).
59
+ 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/).
60
60
 
61
61
  ## Contribute
62
- Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/docs/6-contributing/02-conventions-and-guidelines.md).
62
+ Please check our [Contribution Guidelines](https://github.com/UI5/webcomponents/blob/main/docs/6-contributing/02-conventions-and-guidelines.md).
63
63
 
64
64
  ## License
65
65
  Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved.
66
- 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.
66
+ 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-business-suite",
3
- "version": "2.14.0",
3
+ "version": "2.15.0-rc.0",
4
4
  "description": "UI5 Web Components: SAP Fiori Tools icon set",
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-business-suite"
29
29
  },
30
30
  "dependencies": {
31
- "@ui5/webcomponents-base": "2.14.0"
31
+ "@ui5/webcomponents-base": "2.15.0-rc.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@ui5/webcomponents-tools": "2.14.0"
34
+ "@ui5/webcomponents-tools": "2.15.0-rc.0"
35
35
  },
36
- "gitHead": "798113e3338ae2e3570cbee2ad0eb629d70445e4"
36
+ "gitHead": "033a6d621ee56640dda7dc853bfd29ac88c4ca25"
37
37
  }