@weavy/uikit-react 17.0.2 → 17.0.3

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 +8 -0
  2. package/package.json +1 -1
package/changelog.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog for Weavy
2
2
 
3
+ ## v17.0.3
4
+
5
+ <time>2023-06-02</time>
6
+
7
+ * Fixed some issues with HTML attributes in uikit-js using *custom elements*.
8
+ * Fixed some issues when configuring uikit-js.
9
+ * Fixed some issues with the Message API page in weavy-js-dotnet example app.
10
+
3
11
  ## v17.0.2
4
12
 
5
13
  <time>2023-05-17</time>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weavy/uikit-react",
3
- "version": "17.0.2",
3
+ "version": "17.0.3",
4
4
  "author": "Weavy",
5
5
  "description": "React UI-kit for Weavy",
6
6
  "homepage": "https://github.com/weavy/weavy-uikit-react",