@weavy/uikit-react 14.0.3 → 14.0.4

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 +4 -0
  2. package/package.json +1 -1
package/changelog.md CHANGED
@@ -1,3 +1,7 @@
1
+ # Weavy 14.0.4 (2022-11-28)
2
+
3
+ * Fixed CORS policy exception for static files when AllowedOrigins property was not set.
4
+
1
5
  # Weavy 14.0.3 (2022-11-18)
2
6
 
3
7
  * Fixed autocomplete error in Safari causing Messenger and Chat to fail in drop-in UI.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weavy/uikit-react",
3
- "version": "14.0.3",
3
+ "version": "14.0.4",
4
4
  "author": "Weavy",
5
5
  "description": "React UI-kit for Weavy",
6
6
  "homepage": "https://github.com/weavy/weavy-uikit-react",