@weavy/uikit-react 17.2.0 → 18.0.0

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 +15 -0
  2. package/package.json +1 -1
package/changelog.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog for Weavy
2
2
 
3
+ ## v18.0.0
4
+
5
+ <time>2023-10-03</time>
6
+
7
+ * Added API endpoints for listing comments, files, messages and posts.
8
+ * Added API endpoints for creating, updating and deleting user directories.
9
+ * Fixed occasional NullReferenceException in DateUtils.TimeZone.
10
+ * Weavy Pro is required for attachments.
11
+
12
+ ## v17.2.1
13
+
14
+ <time>2023-08-30</time>
15
+
16
+ * Added option for automatic database migrations.
17
+
3
18
  ## v17.2.0
4
19
 
5
20
  <time>2023-08-18</time>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weavy/uikit-react",
3
- "version": "17.2.0",
3
+ "version": "18.0.0",
4
4
  "author": "Weavy",
5
5
  "description": "React UI-kit for Weavy",
6
6
  "homepage": "https://github.com/weavy/weavy-uikit-react",