@fdm-monster/client-next 0.0.22 → 0.0.24

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/.yarnrc.yml CHANGED
@@ -1,3 +1,3 @@
1
1
  nodeLinker: node-modules
2
2
 
3
- yarnPath: .yarn/releases/yarn-4.10.3.cjs
3
+ yarnPath: .yarn/releases/yarn-4.12.0.cjs
package/RELEASE_NOTES.MD CHANGED
@@ -1,5 +1,21 @@
1
1
  # Develop
2
2
 
3
+ ## Client 0.0.24
4
+
5
+ Feat
6
+
7
+ - Upgrade vite to 7.x
8
+
9
+ Fixes
10
+
11
+ - Vite/vitest config types fixed
12
+
13
+ ## Client 0.0.23
14
+
15
+ Fixes
16
+
17
+ - Printer tile: 'No USB' label replaced with 'Unknown state'
18
+
3
19
  ## Client 0.0.22
4
20
 
5
21
  Feature