@pexip-engage-public/plugin-react 2.2.14 → 2.2.19

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 +38 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # @pexip-engage-public/plugin-react
2
2
 
3
+ ## 2.2.19
4
+
5
+ ### Patch Changes
6
+
7
+ - @pexip-engage-public/plugin@1.3.19
8
+
9
+ ## 2.2.18
10
+
11
+ ### Patch Changes
12
+
13
+ - 5a7f9a8: chore: fix publish flow: set `devEngines` for now to npm to fix publishing
14
+ - Updated dependencies [5a7f9a8]
15
+ - @pexip-engage-public/plugin@1.3.18
16
+
17
+ ## 2.2.17
18
+
19
+ ### Patch Changes
20
+
21
+ - 268e40c: chore: fix publish flow
22
+ - Updated dependencies [268e40c]
23
+ - @pexip-engage-public/plugin@1.3.17
24
+
25
+ ## 2.2.16
26
+
27
+ ### Patch Changes
28
+
29
+ - 3dc924a: chore: fix publish flow
30
+ - Updated dependencies [3dc924a]
31
+ - @pexip-engage-public/plugin@1.3.16
32
+
33
+ ## 2.2.15
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies [b698aac]
38
+ - @pexip-engage-public/utils@0.2.7
39
+ - @pexip-engage-public/plugin@1.3.15
40
+
3
41
  ## 2.2.14
4
42
 
5
43
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pexip-engage-public/plugin-react",
3
- "version": "2.2.14",
3
+ "version": "2.2.19",
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": {
@@ -33,8 +33,8 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "deepmerge": "^4.3.1",
36
- "@pexip-engage-public/plugin": "1.3.14",
37
- "@pexip-engage-public/utils": "0.2.6"
36
+ "@pexip-engage-public/plugin": "1.3.19",
37
+ "@pexip-engage-public/utils": "0.2.7"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@pexip-engage/tsconfig": "0.1.3"