@akinon/pz-b2b 1.42.0-rc.0 → 1.42.0-rc.10

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @akinon/pz-b2b
2
2
 
3
+ ## 1.42.0-rc.10
4
+
5
+ ## 1.42.0-rc.9
6
+
7
+ ## 1.42.0-rc.8
8
+
9
+ ## 1.42.0-rc.7
10
+
11
+ ### Minor Changes
12
+
13
+ - 50b9069: ZERO-2767: update plugin readme files
14
+
15
+ ## 1.42.0-rc.6
16
+
17
+ ## 1.42.0-rc.5
18
+
19
+ ## 1.42.0-rc.4
20
+
21
+ ## 1.42.0-rc.3
22
+
23
+ ## 1.42.0-rc.2
24
+
25
+ ## 1.42.0-rc.1
26
+
3
27
  ## 1.42.0-rc.0
4
28
 
5
29
  ## 1.41.0
package/README.md CHANGED
@@ -1,13 +1,13 @@
1
- # pz-b2b
1
+ # @akinon/pz-b2b
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-b2b.git
7
+ yarn add @akinon/pz-b2b
8
8
 
9
- # For specific version
10
- yarn add git+ssh://git@bitbucket.org:akinonteam/pz-b2b.git#xxxxxxx
9
+ # Preferred installation method
10
+ npx @akinon/projectzero@latest --plugins
11
11
  ```
12
12
 
13
13
  ### Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-b2b",
3
- "version": "1.42.0-rc.0",
3
+ "version": "1.42.0-rc.10",
4
4
  "license": "MIT",
5
5
  "main": "src/index.ts",
6
6
  "peerDependencies": {