@pexip-engage-public/plugin-react 1.2.0-canary-20260217123925 → 1.2.0

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 +5 -5
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # @pexip-engage-public/plugin-react
2
2
 
3
- ## 1.2.0-canary-20260217123925
3
+ ## 1.2.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - 76cdebd: chore: setup legacy ci pipeline
7
+ - 76cdebd49: chore: setup legacy ci pipeline
8
8
 
9
9
  ### Patch Changes
10
10
 
11
- - Updated dependencies [76cdebd]
12
- - @pexip-engage-public/plugin-configuration-parser@1.4.0-canary-20260217123925
13
- - @pexip-engage-public/plugin-instance@1.3.0-canary-20260217123925
11
+ - Updated dependencies [76cdebd49]
12
+ - @pexip-engage-public/plugin-configuration-parser@1.4.0
13
+ - @pexip-engage-public/plugin-instance@1.3.0
14
14
 
15
15
  ## 1.1.5
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pexip-engage-public/plugin-react",
3
- "version": "1.2.0-canary-20260217123925",
3
+ "version": "1.2.0",
4
4
  "description": "React wrapper component for the Pexip Engage Plugin",
5
5
  "homepage": "https://github.com/skedify/frontend-bompa/tree/develop/apps/plugin-remix/packages/plugin-react#readme",
6
6
  "bugs": {
@@ -37,13 +37,13 @@
37
37
  ],
38
38
  "dependencies": {
39
39
  "deepmerge": "4.3.1",
40
- "@pexip-engage-public/plugin-configuration-parser": "1.4.0-canary-20260217123925",
41
- "@pexip-engage-public/plugin-instance": "1.3.0-canary-20260217123925"
40
+ "@pexip-engage-public/plugin-configuration-parser": "1.4.0",
41
+ "@pexip-engage-public/plugin-instance": "1.3.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "tsup": "7.2.0",
45
45
  "@pexip-engage/tsconfig": "0.1.0",
46
- "eslint-config-pexip-engage": "0.2.0-canary-20260217123925"
46
+ "eslint-config-pexip-engage": "0.2.0"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "react": "16.8.0 || ^17.0.0 || ^18.0.0"