@isardsat/editorial-client 6.19.5 → 6.21.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 +24 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @isardsat/editorial-client
2
2
 
3
+ ## 6.21.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 5afd9bc: Adds buttons to restore unpublished and modified fields to its published values
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [5afd9bc]
12
+ - @isardsat/editorial-common@6.21.0
13
+
14
+ ## 6.20.0
15
+
16
+ ### Minor Changes
17
+
18
+ - 812bf92: M
19
+ - Update delete item UI
20
+ - Fix IDs collision
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [812bf92]
25
+ - @isardsat/editorial-common@6.20.0
26
+
3
27
  ## 6.19.5
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@isardsat/editorial-client",
3
- "version": "6.19.5",
3
+ "version": "6.21.0",
4
4
  "description": "JavaScript client for the Editorial CMS API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "type": "module",
8
8
  "dependencies": {
9
- "@isardsat/editorial-common": "6.19.5"
9
+ "@isardsat/editorial-common": "6.21.0"
10
10
  },
11
11
  "devDependencies": {
12
12
  "@tsconfig/node22": "^22.0.0",