@akinon/pz-click-collect 1.102.0-rc.79 → 1.103.0-rc.80

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 +3 -5
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,10 +1,6 @@
1
1
  # @akinon/pz-click-collect
2
2
 
3
- ## 1.102.0-rc.79
4
-
5
- ## 1.102.0-rc.78
6
-
7
- ## 1.102.0-rc.77
3
+ ## 1.103.0-rc.80
8
4
 
9
5
  ### Minor Changes
10
6
 
@@ -18,6 +14,8 @@
18
14
  - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
19
15
  - b16a3700: ZERO-3403: Enhance README.md with detailed Click & Collect component documentation and usage examples
20
16
 
17
+ ## 1.102.0
18
+
21
19
  ## 1.101.0
22
20
 
23
21
  ## 1.100.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-click-collect",
3
- "version": "1.102.0-rc.79",
3
+ "version": "1.103.0-rc.80",
4
4
  "main": "./src/index.tsx",
5
5
  "module": "./src/index.tsx",
6
6
  "license": "MIT",