@payfit/unity-themes 2.60.0 → 2.60.2
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/README.md +8 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -114,3 +114,11 @@ yarn nx run unity-themes:build
|
|
|
114
114
|
# Run tests
|
|
115
115
|
yarn nx run unity-themes:test
|
|
116
116
|
```
|
|
117
|
+
|
|
118
|
+
## How to release manually
|
|
119
|
+
|
|
120
|
+
Add an emoji below:
|
|
121
|
+
|
|
122
|
+
- 🦄
|
|
123
|
+
|
|
124
|
+
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-themes",
|
|
3
|
-
"version": "2.60.
|
|
3
|
+
"version": "2.60.2",
|
|
4
4
|
"main": "./dist/esm/index.js",
|
|
5
5
|
"types": "./dist/esm/index.d.ts",
|
|
6
6
|
"style": "./dist/css/unity.css",
|
|
@@ -69,9 +69,9 @@
|
|
|
69
69
|
"typescript": "npm:@typescript/typescript6@6.0.2",
|
|
70
70
|
"vite": "8.1.4",
|
|
71
71
|
"vitest": "4.1.10",
|
|
72
|
+
"@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
|
|
72
73
|
"@payfit/hr-app-eslint": "0.0.0-use.local",
|
|
73
74
|
"@payfit/storybook-config": "0.0.0-use.local",
|
|
74
|
-
"@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
|
|
75
75
|
"@payfit/vite-configs": "0.0.0-use.local"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|