@akinon/pz-click-collect 2.0.0-beta.0 → 2.0.0-beta.2

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 +8 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @akinon/pz-click-collect
2
2
 
3
+ ## 2.0.0-beta.2
4
+
5
+ ## 2.0.0-beta.1
6
+
7
+ ### Minor Changes
8
+
9
+ - ZERO-3091: Upgrade Next.js to v15 and React to v19
10
+
3
11
  ## 2.0.0-beta.0
4
12
 
5
13
  ### Major Changes
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@akinon/pz-click-collect",
3
- "version": "2.0.0-beta.0",
3
+ "version": "2.0.0-beta.2",
4
4
  "main": "./src/index.tsx",
5
5
  "module": "./src/index.tsx",
6
6
  "license": "MIT",
7
7
  "devDependencies": {
8
- "@types/react": "^18.0.15",
9
- "@types/react-dom": "^18.0.6",
10
- "react": "^18.2.0",
11
- "react-dom": "^18.2.0",
12
- "typescript": "^4.7.4"
8
+ "@types/react": "^19.0.2",
9
+ "@types/react-dom": "^19.0.2",
10
+ "react": "^19.0.0",
11
+ "react-dom": "^19.0.0",
12
+ "typescript": "^5.7.2"
13
13
  },
14
14
  "peerDependencies": {
15
- "react": "^18.0.0",
16
- "react-dom": "^18.0.0"
15
+ "react": "^19.0.0",
16
+ "react-dom": "^19.0.0"
17
17
  }
18
18
  }