@xh/hoist 68.0.0-SNAPSHOT.1725994463211 → 68.0.0-SNAPSHOT.1726061888650

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/CHANGELOG.md +0 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -41,7 +41,6 @@
41
41
  * Fixed inline `SelectEditor` to ensure new value is flushed before grid editing stops.
42
42
  * `WebSocketService` now attempts to establish a new connection when app's server instance changes.
43
43
 
44
-
45
44
  ### ✨ Styles
46
45
 
47
46
  * Added CSS variables to support customization of `Badge` component styling.
@@ -49,7 +48,6 @@
49
48
  ### 📚 Libraries
50
49
 
51
50
  * short-unique-id `added @ 5.2`
52
- * hoist-core 21.0`
53
51
 
54
52
  ## 66.1.1 - 2024-08-01
55
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "68.0.0-SNAPSHOT.1725994463211",
3
+ "version": "68.0.0-SNAPSHOT.1726061888650",
4
4
  "description": "Hoist add-on for building and deploying React Applications.",
5
5
  "repository": "github:xh/hoist-react",
6
6
  "homepage": "https://xh.io",