Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit dfdeb8d

Browse files
authored
FABN-1618 Prepare for v2.2.2 (#307)
Set all package.jsons to publish snapshots for v2.2.2 Signed-off-by: Bret Harrison <[email protected]>
1 parent 84a6665 commit dfdeb8d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

fabric-ca-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"hyperledger",
66
"blockchain"
77
],
8-
"version": "2.2.1",
8+
"version": "2.2.2-snapshot",
99
"main": "index.js",
1010
"scripts": {
1111
"test": "nyc mocha --recursive -t 10000"

fabric-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fabric-common",
3-
"version": "2.2.1",
3+
"version": "2.2.2-snapshot",
44
"description": "This package encapsulates the common code used by the `fabric-ca-client`, `fabric-network` packages.",
55
"keywords": [
66
"blockchain",

fabric-network/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"hyperledger",
66
"blockchain"
77
],
8-
"version": "2.2.1",
8+
"version": "2.2.2-snapshot",
99
"main": "index.js",
1010
"repository": {
1111
"type": "git",

fabric-protos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fabric-protos",
3-
"version": "2.2.1",
3+
"version": "2.2.2-snapshot",
44
"description": "Protocol Buffer files and generated JavaScript classes for Hyperledger Fabric",
55
"main": "index.js",
66
"scripts": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fabric-sdk-node",
3-
"version": "2.2.1",
4-
"tag": "latest",
3+
"version": "2.2.2-snapshot",
4+
"tag": "unstable-2.2",
55
"main": "index.js",
66
"private": true,
77
"repository": {

0 commit comments

Comments
 (0)