@akinon/pz-click-collect 1.67.0 → 1.69.0-rc.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @akinon/pz-click-collect
2
2
 
3
+ ## 1.69.0-rc.0
4
+
5
+ ## 1.68.0
6
+
7
+ ### Minor Changes
8
+
9
+ - 714e0b4: ZERO-2759: update pz-click-collect peer dependencies
10
+
3
11
  ## 1.67.0
4
12
 
5
13
  ## 1.66.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-click-collect",
3
- "version": "1.67.0",
3
+ "version": "1.69.0-rc.0",
4
4
  "main": "./src/index.tsx",
5
5
  "module": "./src/index.tsx",
6
6
  "license": "MIT",
@@ -12,7 +12,7 @@
12
12
  "typescript": "^4.7.4"
13
13
  },
14
14
  "peerDependencies": {
15
- "react": "^16.8.0",
16
- "react-dom": "^16.8.0"
15
+ "react": "^18.0.0",
16
+ "react-dom": "^18.0.0"
17
17
  }
18
18
  }