@pexip-engage-public/plugin 1.0.13 → 1.0.15-canary-20240212113032

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 +30 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @pexip-engage-public/plugin
2
2
 
3
+ ## 1.0.15-canary-20240212113032
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [18beb20]
8
+ - @pexip-engage-public/graphql@1.0.10-canary-20240212113032
9
+
10
+ ## 1.0.14
11
+
12
+ ### Patch Changes
13
+
14
+ - d3bbc2b: ---
15
+
16
+ "@pexip-engage-public/color-utils": patch
17
+ "@pexip-engage/components": patch
18
+ "@pexip-engage/md-to-html": patch
19
+ "@pexip-engage/utils": patch
20
+ "eslint-config-pexip-engage": patch
21
+ "@pexip-engage/app-plugin": patch
22
+ "web-app-remix": patch
23
+ "@pexip-engage/plugin-loader": patch
24
+ "@pexip-engage/plugin-docs": patch
25
+ "@pexip-engage-public/plugin": patch
26
+
27
+ ***
28
+
29
+ fix(deps): update all non-major dependencies
30
+
31
+ - @pexip-engage-public/graphql@1.0.9
32
+
3
33
  ## 1.0.13
4
34
 
5
35
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pexip-engage-public/plugin",
3
- "version": "1.0.13",
3
+ "version": "1.0.15-canary-20240212113032",
4
4
  "homepage": "https://github.com/skedify/frontend-mono/tree/develop/apps/plugin-remix/packages/plugin-public#readme",
5
5
  "bugs": {
6
6
  "url": "https://github.com/skedify/frontend-mono/issues"
@@ -37,14 +37,14 @@
37
37
  "iframe-resizer": "^4.3.9",
38
38
  "skedify-uri-encoding": "^2.1.2",
39
39
  "zod": "^3.22.4",
40
- "@pexip-engage-public/graphql": "1.0.9"
40
+ "@pexip-engage-public/graphql": "1.0.10-canary-20240212113032"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@total-typescript/ts-reset": "^0.5.1",
44
- "happy-dom": "^13.3.1",
45
- "vitest": "^1.2.1",
44
+ "happy-dom": "^13.3.8",
45
+ "vitest": "^1.2.2",
46
46
  "@pexip-engage/tsconfig": "0.1.1",
47
- "eslint-config-pexip-engage": "0.1.6"
47
+ "eslint-config-pexip-engage": "0.1.8-canary-20240212113032"
48
48
  },
49
49
  "volta": {
50
50
  "extends": "../../../../package.json"