apostrophe 2.227.10-beta.1 → 2.227.10

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 +5 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.227.10 (2025-03-19)
4
+
5
+ * Improve docs locking system messages.
6
+ * Refresh stale docs locks that have the current context ID.
7
+
3
8
  ## 2.227.10-beta.1 (2025-02-28)
4
9
 
5
10
  * Improve docs locking system messages.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apostrophe",
3
- "version": "2.227.10-beta.1",
3
+ "version": "2.227.10",
4
4
  "description": "The Apostrophe Content Management System.",
5
5
  "main": "index.js",
6
6
  "scripts": {