@pexip-engage-public/plugin-react 2.1.30 → 2.1.31

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 +7 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @pexip-engage-public/plugin-react
2
2
 
3
+ ## 2.1.31
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3ffd2cb]
8
+ - @pexip-engage-public/plugin@1.1.19
9
+
3
10
  ## 2.1.30
4
11
 
5
12
  ### Patch Changes
@@ -1244,7 +1251,6 @@
1244
1251
  ### Major Changes
1245
1252
 
1246
1253
  - 17f29c6e4: **BREAKING**: setup `@pexip-engage-public/plugin-react` package for v2 compatibility of the actual plugin only.
1247
-
1248
1254
  - Dropped V1 (Skedify) plugin support
1249
1255
  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
1256
  - 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.31",
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.19"
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"