@tridion-sites/extensions-cli 1.2.3 → 1.2.4

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 +13 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,24 @@
1
1
  # @tridion-sites/extensions-cli
2
2
 
3
+ ## 1.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 0501842: `@tridion-sites/extensions`: Add extension point for multivalue container
8
+ - c31b0c9: `@tridion-sites/extensions`, `@tridion-sites/models`: Update `@tridion/graphene` dependency to v4.0.0
9
+ - e2e3a76: `@tridion-sites/extensions`: Add editor panel extension point
10
+ - 8af1b81: `@tridion-sites/extensions`: Add version compare insight panel
11
+ - Updated dependencies
12
+ - @tridion-sites/extensions@3.3.0
13
+ - @tridion-sites/models@2.3.0
14
+
3
15
  ## 1.2.3
4
16
 
5
17
  ### Patch Changes
6
18
 
7
19
  - Updated dependencies [c8abfb1], [482b9d1], [edc11cc], [bc98a17], [3512d64], [a7a8cd6], [4788821], [68fd3dc], [e99c6e4], [77cdc6c], [a4fda02], [afdf8b0], [cf7b3ba]
8
20
  - @tridion-sites/models@2.2.0
9
- - @tridion-sites/extensions@4.0.0
21
+ - @tridion-sites/extensions@3.2.0
10
22
  - @tridion-sites/open-api-client@4.2.0
11
23
 
12
24
  ## 1.2.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tridion-sites/extensions-cli",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "CLI to create, develop, build and package extensions for Tridion Sites",
5
5
  "author": "RWS",
6
6
  "homepage": "https://www.rws.com",
@@ -24,8 +24,8 @@
24
24
  "test": "sites-extensions"
25
25
  },
26
26
  "dependencies": {
27
- "@tridion-sites/extensions": "3.2.0",
28
- "@tridion-sites/models": "2.2.0",
27
+ "@tridion-sites/extensions": "3.3.0",
28
+ "@tridion-sites/models": "2.3.0",
29
29
  "@tridion-sites/open-api-client": "4.2.0",
30
30
  "archiver": "6.0.2",
31
31
  "chalk": "5.6.2",