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

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 +9 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,7 +1,16 @@
1
1
  # @akinon/pz-click-collect
2
2
 
3
+ ## 2.0.0-beta.4
4
+
5
+ ## 2.0.0-beta.3
6
+
3
7
  ## 2.0.0-beta.2
4
8
 
9
+ ### Minor Changes
10
+
11
+ - a006015: ZERO-3116: Add not-found page and update default middleware.
12
+ - 1eeb3d8: ZERO-3116: Add not found page
13
+
5
14
  ## 2.0.0-beta.1
6
15
 
7
16
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-click-collect",
3
- "version": "2.0.0-beta.2",
3
+ "version": "2.0.0-beta.4",
4
4
  "main": "./src/index.tsx",
5
5
  "module": "./src/index.tsx",
6
6
  "license": "MIT",