@weavy/uikit-react 19.0.1 → 19.0.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.
Files changed (2) hide show
  1. package/changelog.md +7 -0
  2. package/package.json +1 -1
package/changelog.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog for Weavy
2
2
 
3
+ ## v19.0.2
4
+
5
+ <time>2023-12-15</time>
6
+
7
+ * Fixed a bug with components not rendering when placed in some HTML nodes in uikit-web.
8
+ * Added `HTTPS` configuration for Weavy UIKit Web + Node.js sample project (weavy-web-node).
9
+
3
10
  ## v19.0.1
4
11
 
5
12
  <time>2023-12-12</time>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weavy/uikit-react",
3
- "version": "19.0.1",
3
+ "version": "19.0.2",
4
4
  "author": "Weavy",
5
5
  "description": "React UI-kit for Weavy",
6
6
  "homepage": "https://github.com/weavy/weavy-uikit-react",