@akinon/pz-click-collect 1.82.0-rc.0 → 1.82.0-rc.10

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 +29 -0
  2. package/README.md +11 -7
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @akinon/pz-click-collect
2
2
 
3
+ ## 1.82.0-rc.10
4
+
5
+ ### Minor Changes
6
+
7
+ - 624a4eb6: ZERO-3276: Update installation instructions across multiple README files to standardize format and improve clarity
8
+
9
+ ## 1.82.0-rc.9
10
+
11
+ ## 1.82.0-rc.8
12
+
13
+ ## 1.82.0-rc.7
14
+
15
+ ## 1.82.0-rc.6
16
+
17
+ ## 1.82.0-rc.5
18
+
19
+ ## 1.82.0-rc.4
20
+
21
+ ## 1.82.0-rc.3
22
+
23
+ ## 1.82.0-rc.2
24
+
25
+ ### Minor Changes
26
+
27
+ - 64699d3f: ZERO-2761: Fix invalid import for plugin module
28
+ - 7727ae55: ZERO-3073: Refactor basket page to use server-side data fetching and simplify component structure
29
+
30
+ ## 1.82.0-rc.1
31
+
3
32
  ## 1.82.0-rc.0
4
33
 
5
34
  ### Minor Changes
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.82.0-rc.0",
3
+ "version": "1.82.0-rc.10",
4
4
  "main": "./src/index.tsx",
5
5
  "module": "./src/index.tsx",
6
6
  "license": "MIT",