@weavy/uikit-react 15.0.0 → 15.0.1

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 15.0.1 (2023-01-13)
2
+
3
+ * Fixed a problem with license registration being skipped when running Weavy in development environment.
4
+
1
5
  # Weavy 15.0.0 (2022-12-21)
2
6
 
3
7
  * Added Posts app (activity feed) with embeds, polls, comments and reactions to React UI-kit.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weavy/uikit-react",
3
- "version": "15.0.0",
3
+ "version": "15.0.1",
4
4
  "author": "Weavy",
5
5
  "description": "React UI-kit for Weavy",
6
6
  "homepage": "https://github.com/weavy/weavy-uikit-react",