@isardsat/editorial-common 6.11.0 → 6.12.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 +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @isardsat/editorial-common
2
2
 
3
+ ## 6.12.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 63c528e: Add react-toolkit package to export useful react components
8
+
9
+ ## 6.11.1
10
+
11
+ ### Patch Changes
12
+
13
+ - fe2f6df: Fix sidebar footer action to stay visible on overflow
14
+ Fix hiding id and set default value when creating a new singleton
15
+ Fix missing collections entries error and clean up deleted editorial item messages on publish
16
+
3
17
  ## 6.11.0
4
18
 
5
19
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isardsat/editorial-common",
3
- "version": "6.11.0",
3
+ "version": "6.12.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",