@tridion-sites/extensions 2.0.0 → 2.0.1

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @tridion-sites/extensions
2
2
 
3
+ ## 2.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c78d191530]
8
+ - @tridion-sites/models@1.1.1
9
+
3
10
  ## 2.0.0
4
11
 
5
12
  ### Minor Changes
package/dist/index.js CHANGED
@@ -2474,7 +2474,7 @@ const createExtensionGlobals = () => {
2474
2474
  };
2475
2475
  };
2476
2476
 
2477
- const version = "2.0.0";
2477
+ const version = "2.0.1";
2478
2478
  const peerDependencies = {
2479
2479
  "@tridion-sites/models": "workspace:*",
2480
2480
  "@tridion-sites/open-api-client": "workspace:*",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tridion-sites/extensions",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Tridion Sites Extensions API",
5
5
  "author": "RWS",
6
6
  "homepage": "https://www.rws.com",
@@ -22,7 +22,7 @@
22
22
  "prepublish": "yarn build"
23
23
  },
24
24
  "peerDependencies": {
25
- "@tridion-sites/models": "1.1.0",
25
+ "@tridion-sites/models": "1.1.1",
26
26
  "@tridion-sites/open-api-client": "3.0.0",
27
27
  "react": "18.2.0",
28
28
  "react-dom": "18.2.0",
@@ -35,7 +35,7 @@
35
35
  "@rollup/plugin-json": "6.0.0",
36
36
  "@rollup/plugin-node-resolve": "15.2.1",
37
37
  "@rollup/plugin-typescript": "11.1.3",
38
- "@tridion-sites/models": "1.1.0",
38
+ "@tridion-sites/models": "1.1.1",
39
39
  "@tridion-sites/open-api-client": "3.0.0",
40
40
  "@tridion/graphene": "1.35.2",
41
41
  "@types/react": "18.2.21",