@akinon/pz-b2b 1.43.0-rc.6 → 1.43.0

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