@payfit/unity-illustrations 2.68.13 → 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
@@ -1,5 +1,9 @@
1
1
  # illustrations
2
2
 
3
+ ## Unity v3 compatibility
4
+
5
+ Unity Illustrations v3 is released under Unity's shared major version policy. No illustration 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.
6
+
3
7
  This library was generated with [Nx](https://nx.dev).
4
8
 
5
9
  ## Running unit tests
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/unity-illustrations",
3
- "version": "2.68.13",
3
+ "version": "2.68.15",
4
4
  "module": "./dist/esm/index.js",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -58,7 +58,7 @@
58
58
  "@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
59
59
  "@payfit/storybook-addon-datadog-rum": "0.0.0-use.local",
60
60
  "@payfit/storybook-config": "0.0.0-use.local",
61
- "@payfit/unity-themes": "2.68.13",
61
+ "@payfit/unity-themes": "2.68.15",
62
62
  "@payfit/vite-configs": "0.0.0-use.local",
63
63
  "@storybook/addon-a11y": "10.6.0",
64
64
  "@storybook/addon-docs": "10.6.0",
@@ -78,7 +78,7 @@
78
78
  "vite": "8.1.4"
79
79
  },
80
80
  "peerDependencies": {
81
- "@payfit/unity-themes": "2.68.13",
81
+ "@payfit/unity-themes": "2.68.15",
82
82
  "react": "18.3.1",
83
83
  "react-dom": "18.3.1"
84
84
  }