@akinon/pz-click-collect 1.83.0 → 1.85.0-rc.0

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 (3) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +11 -7
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @akinon/pz-click-collect
2
2
 
3
+ ## 1.85.0-rc.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
8
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
9
+ - 33377cfd: ZERO-3267: Refactor import statement for ROUTES in error-page component
10
+
11
+ ## 1.84.0
12
+
13
+ ### Minor Changes
14
+
15
+ - 624a4eb: ZERO-3276: Update installation instructions across multiple README files to standardize format and improve clarity
16
+
3
17
  ## 1.83.0
4
18
 
5
19
  ## 1.82.0
package/README.md CHANGED
@@ -1,17 +1,21 @@
1
1
  # @akinon/pz-click-collect
2
2
 
3
- ### Install the npm package
3
+ ## Installation method
4
+
5
+ You can use the following command to install the extension with the latest plugins:
4
6
 
5
7
  ```bash
6
- # For latest version
7
- yarn add @akinon/pz-click-collect
8
8
 
9
- # Preferred installation method
10
9
  npx @akinon/projectzero@latest --plugins
10
+
11
11
  ```
12
12
 
13
13
  ### Props
14
14
 
15
- | Properties | Type | Description |
16
- | ---------- | -------- | -------------------- |
17
- | addressTypeParam | `string` | Address Type Request Param |
15
+ | Properties | Type | Description |
16
+ | ---------------- | -------- | -------------------------- |
17
+ | addressTypeParam | `string` | Address Type Request Param |
18
+
19
+ ```
20
+
21
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-click-collect",
3
- "version": "1.83.0",
3
+ "version": "1.85.0-rc.0",
4
4
  "main": "./src/index.tsx",
5
5
  "module": "./src/index.tsx",
6
6
  "license": "MIT",