@ifsworld/granite-icons 3.0.0 → 3.0.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # [@ifsworld/granite-icons-v3.0.0](https://bitbucket.org/ifs-pd/ifs-ux-designtokens/compare/@ifsworld/granite-icons-v2.0.1...@ifsworld/granite-icons-v3.0.0) (2025-10-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **angular:** restore Angular 19 changes ([561c371](https://bitbucket.org/ifs-pd/ifs-ux-designtokens/commits/561c371708b06f3768181f9eba4b9374e67bff1c))
7
+
8
+
9
+ ### BREAKING CHANGES
10
+
11
+ * **angular:** Need to use angular 19.2.19 or higher version | Need PrimeNG 19 | Storybook 9: Major versionupgrade
12
+ from Storybook 8 to 9
13
+
1
14
  # [@ifsworld/granite-icons-v2.0.1](https://bitbucket.org/ifs-pd/ifs-ux-designtokens/compare/@ifsworld/granite-icons-v2.0.0...@ifsworld/granite-icons-v2.0.1) (2025-09-26)
2
15
 
3
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ifsworld/granite-icons",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "types": "./src/index.d.ts",
6
6
  "module": "./src/index.js",
@@ -178,4 +178,8 @@ fix(icons): fix error solid icon | 41f6dc60cf6a7637b69ee5287a5639c7da458e18
178
178
 
179
179
  [trigger-release] › Manual Release for Angular 19 update (Restore)
180
180
 
181
+ ---
182
+
183
+ [trigger-release] › Manual Release for nuget
184
+
181
185
  ---