@akinon/pz-multi-basket 2.0.0-beta.2 → 2.0.0-beta.20

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 +98 -6
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,18 +1,110 @@
1
1
  # @akinon/pz-multi-basket
2
2
 
3
- ## 2.0.0-beta.2
3
+ ## 2.0.0-beta.20
4
4
 
5
- ## 2.0.0-beta.1
5
+ ## 1.125.0
6
+
7
+ ## 1.124.0
8
+
9
+ ## 1.123.0
10
+
11
+ ## 1.122.0
12
+
13
+ ## 1.121.0
14
+
15
+ ## 1.120.0
16
+
17
+ ## 1.119.0
18
+
19
+ ## 1.118.0
20
+
21
+ ## 1.117.0
22
+
23
+ ## 1.116.0
24
+
25
+ ## 1.115.0
26
+
27
+ ## 1.114.0
28
+
29
+ ## 1.113.0
30
+
31
+ ## 1.112.0
32
+
33
+ ## 1.111.0
34
+
35
+ ## 1.110.0
36
+
37
+ ## 1.109.0
38
+
39
+ ## 1.108.0
40
+
41
+ ## 1.107.0
42
+
43
+ ## 1.106.0
44
+
45
+ ## 1.105.0
46
+
47
+ ## 1.104.0
48
+
49
+ ## 1.103.0
50
+
51
+ ## 1.102.0
52
+
53
+ ## 1.101.0
54
+
55
+ ## 1.100.0
56
+
57
+ ## 1.99.0
6
58
 
7
59
  ### Minor Changes
8
60
 
9
- - ZERO-3091: Upgrade Next.js to v15 and React to v19
61
+ - d58538b: ZERO-3638: Enhance RC pipeline: add fetch, merge, and pre-release setup with conditional commit
62
+
63
+ ## 1.98.0
64
+
65
+ ## 1.97.0
66
+
67
+ ## 1.96.0
68
+
69
+ ## 1.95.0
70
+
71
+ ## 1.94.0
72
+
73
+ ## 1.93.0
74
+
75
+ ## 1.92.0
76
+
77
+ ## 1.91.0
78
+
79
+ ## 1.90.0
80
+
81
+ ## 1.89.0
82
+
83
+ ## 1.88.0
84
+
85
+ ## 1.87.0
86
+
87
+ ## 1.86.0
88
+
89
+ ## 1.85.0
90
+
91
+ ## 1.84.0
92
+
93
+ ## 1.83.0
94
+
95
+ ## 1.82.0
96
+
97
+ ## 1.81.0
98
+
99
+ ## 1.80.0
100
+
101
+ ## 1.79.0
10
102
 
11
- ## 2.0.0-beta.0
103
+ ## 1.78.0
12
104
 
13
- ### Major Changes
105
+ ## 1.77.0
14
106
 
15
- - be6c09d: ZERO-3114: Create beta version.
107
+ ## 1.76.0
16
108
 
17
109
  ## 1.75.0
18
110
 
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@akinon/pz-multi-basket",
3
- "version": "2.0.0-beta.2",
3
+ "version": "2.0.0-beta.20",
4
4
  "license": "MIT",
5
5
  "main": "./src/index.ts",
6
6
  "module": "./src/index.ts",
7
7
  "peerDependencies": {
8
- "react": "^19.0.0",
9
- "react-dom": "^19.0.0"
8
+ "react": "^18.0.0 || ^19.0.0",
9
+ "react-dom": "^18.0.0 || ^19.0.0"
10
10
  },
11
11
  "devDependencies": {
12
- "@types/node": "^22.10.2",
13
- "@types/react": "^19.0.2",
14
- "@types/react-dom": "^19.0.2",
15
- "react": "^19.0.0",
16
- "react-dom": "^19.0.0",
17
- "typescript": "^5.7.2"
12
+ "@types/node": "^18.7.8",
13
+ "@types/react": "^18.0.17",
14
+ "@types/react-dom": "^18.0.6",
15
+ "react": "^19.2.4",
16
+ "react-dom": "^19.2.4",
17
+ "typescript": "^4.7.4"
18
18
  }
19
19
  }