@pexip-engage-public/plugin-react 2.1.30 → 2.1.32-canary-20250630142359

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,5 +1,18 @@
1
1
  # @pexip-engage-public/plugin-react
2
2
 
3
+ ## 2.1.32-canary-20250630142359
4
+
5
+ ### Patch Changes
6
+
7
+ - @pexip-engage-public/plugin@1.1.20-canary-20250630142359
8
+
9
+ ## 2.1.31
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [3ffd2cb]
14
+ - @pexip-engage-public/plugin@1.1.19
15
+
3
16
  ## 2.1.30
4
17
 
5
18
  ### Patch Changes
@@ -1244,7 +1257,6 @@
1244
1257
  ### Major Changes
1245
1258
 
1246
1259
  - 17f29c6e4: **BREAKING**: setup `@pexip-engage-public/plugin-react` package for v2 compatibility of the actual plugin only.
1247
-
1248
1260
  - Dropped V1 (Skedify) plugin support
1249
1261
  Users are advised to stay on 0.x version of this package until they fully migrate to the new version of the plugin, which will be backwards compatible. Only use this package if you're only using V2 version of the (Pexip Engage) plugin.
1250
1262
  - Dropped CRA4 hacks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pexip-engage-public/plugin-react",
3
- "version": "2.1.30",
3
+ "version": "2.1.32-canary-20250630142359",
4
4
  "description": "React wrapper component for the Pexip Engage Plugin",
5
5
  "homepage": "https://github.com/skedify/frontend-mono/tree/develop/apps/booking-plugin/packages/plugin-react#readme",
6
6
  "bugs": {
@@ -29,11 +29,11 @@
29
29
  ],
30
30
  "dependencies": {
31
31
  "deepmerge": "^4.3.1",
32
- "@pexip-engage-public/plugin": "1.1.18"
32
+ "@pexip-engage-public/plugin": "1.1.20-canary-20250630142359"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@pexip-engage/tsconfig": "0.1.1",
36
- "eslint-config-pexip-engage": "1.1.22"
36
+ "eslint-config-pexip-engage": "1.1.23"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"