@payfit/unity-icons 2.59.0 → 2.60.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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -133,3 +133,11 @@ Required environment variables:
133
133
  ## Browser Support
134
134
 
135
135
  This package supports all modern evergreen browsers. It does not support IE.
136
+
137
+ ## How to release manually
138
+
139
+ Add an emoji below:
140
+
141
+ - 🦄
142
+
143
+ In some cases, local hr-apps libraries are not published properly, which fails install for `@payfit/payslip-template` afterward.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/unity-icons",
3
- "version": "2.59.0",
3
+ "version": "2.60.1",
4
4
  "module": "./dist/esm/index.js",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -80,13 +80,13 @@
80
80
  "@payfit/hr-app-eslint": "0.0.0-use.local",
81
81
  "@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
82
82
  "@payfit/storybook-config": "0.0.0-use.local",
83
- "@payfit/unity-themes": "2.59.0",
83
+ "@payfit/unity-themes": "2.60.1",
84
84
  "@payfit/vite-configs": "0.0.0-use.local"
85
85
  },
86
86
  "dependencies": {
87
87
  "react": "18.3.1",
88
88
  "react-dom": "18.3.1",
89
- "@payfit/unity-themes": "2.59.0"
89
+ "@payfit/unity-themes": "2.60.1"
90
90
  },
91
91
  "peerDependenciesMeta": {
92
92
  "storybook": {