@payfit/unity-icons 2.68.14 → 2.68.15

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 +4 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  A comprehensive icon library for the Unity design system, provided as React Components.
4
4
 
5
+ ## Unity v3 compatibility
6
+
7
+ Unity Icons v3 is released under Unity's shared major version policy. No icon API breaking changes are introduced in this release. Upgrade it together with the other `@payfit/unity-*` packages and follow the [Unity Components 2.x to 3.x migration guide](../components/src/docs/guides/migration/Migrating%20from%202.x%20to%203.x.mdx) for component API changes.
8
+
5
9
  ## Installation
6
10
 
7
11
  Install the package in your project. We recommend you use this package alongside `@payfit/unity-components`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/unity-icons",
3
- "version": "2.68.14",
3
+ "version": "2.68.15",
4
4
  "module": "./dist/esm/index.js",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -60,7 +60,7 @@
60
60
  "@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
61
61
  "@payfit/storybook-addon-datadog-rum": "0.0.0-use.local",
62
62
  "@payfit/storybook-config": "0.0.0-use.local",
63
- "@payfit/unity-themes": "2.68.14",
63
+ "@payfit/unity-themes": "2.68.15",
64
64
  "@payfit/vite-configs": "0.0.0-use.local",
65
65
  "@storybook/addon-a11y": "10.6.0",
66
66
  "@storybook/addon-docs": "10.6.0",
@@ -85,7 +85,7 @@
85
85
  "vitest": "4.1.11"
86
86
  },
87
87
  "dependencies": {
88
- "@payfit/unity-themes": "2.68.14",
88
+ "@payfit/unity-themes": "2.68.15",
89
89
  "react": "18.3.1",
90
90
  "react-dom": "18.3.1"
91
91
  },