@akinon/pz-click-collect 1.100.0-rc.72 → 1.101.0-rc.73

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