@akinon/pz-checkout-gift-pack 1.42.0-rc.5 → 1.42.0-rc.7

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @akinon/pz-checkout-gift-pack
2
2
 
3
+ ## 1.42.0-rc.7
4
+
5
+ ### Minor Changes
6
+
7
+ - 50b9069: ZERO-2767: update plugin readme files
8
+
9
+ ## 1.42.0-rc.6
10
+
3
11
  ## 1.42.0-rc.5
4
12
 
5
13
  ## 1.42.0-rc.4
package/README.md CHANGED
@@ -1,29 +1,11 @@
1
- # pz-checkout-gift-package
1
+ # @akinon/pz-checkout-gift-package
2
2
 
3
3
  ### Install the npm package
4
4
 
5
5
  ```bash
6
6
  # For latest version
7
- yarn add ​git+ssh://git@bitbucket.org:akinonteam/pz-checkout-gift-package.git
7
+ yarn add @akinon/pz-checkout-gift-package
8
8
 
9
- # For specific version
10
- yarn add ​git+ssh://git@bitbucket.org:akinonteam/pz-checkout-gift-package.git#445a9da
11
- ```
12
-
13
- ### Next Config Configuration
14
-
15
- ##### apps/web/next.config.js**
16
-
17
- ```javascript
18
- const withTM = require("next-transpile-modules")(["pz-checkout-gift-package"]);
19
- ```
20
-
21
- ### Example Usage
22
- ##### File Path: src/views/checkout/summary.tsx
23
-
24
-
25
- ```javascript
26
- import { CheckoutGiftPackage } from 'pz-checkout-gift-package';
27
-
28
- <CheckoutGiftPackage />
29
- ```
9
+ # Preferred installation method
10
+ npx @akinon/projectzero@latest --plugins
11
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-checkout-gift-pack",
3
- "version": "1.42.0-rc.5",
3
+ "version": "1.42.0-rc.7",
4
4
  "license": "MIT",
5
5
  "main": "src/index.tsx",
6
6
  "peerDependencies": {