Skip to content

Commit

Permalink
Update to new version
Browse files Browse the repository at this point in the history
Update to the .github workflows to handle the branch rename.

Signed-off-by: Matthew B White <[email protected]>
  • Loading branch information
mbwhite committed Mar 7, 2023
1 parent 220ac53 commit fc91d9c
Show file tree
Hide file tree
Showing 22 changed files with 32 additions and 30 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
pull_request:
branches:
- main
- release-2.5
workflow_dispatch:

concurrency:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
push:
branches:
- main
- release-2.5
workflow_dispatch:

jobs:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.5.3
Tue Mar 7 09:36:52 GMT 2023


## v2.5.2
Wed Jan 25 14:21:32 GMT 2023

Expand Down
4 changes: 2 additions & 2 deletions apis/fabric-contract-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-contract-api",
"version": "2.5.3-unstable",
"version": "2.5.3",
"tag": "unstable",
"description": "A node.js implementation of Hyperledger Fabric chaincode shim, to allow endorsing peers and user-provided chaincodes to communicate with each other",
"main": "index.js",
Expand All @@ -22,7 +22,7 @@
"Fabric Shim"
],
"engines": {
"node": "^18.0.0"
"node": "^18.0.0"
},
"license": "Apache-2.0",
"types": "./types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion apis/fabric-shim-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-shim-api",
"version": "2.5.3-unstable",
"version": "2.5.3",
"tag": "unstable",
"description": "A node.js API of Hyperledger Fabric chaincode shim, to allow endorsing peers and user-provided chaincodes to communicate with each other",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion docker/fabric-nodeenv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-nodeenv",
"version": "2.5.3-unstable",
"version": "2.5.3",
"description": "",
"main": "docker.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-shim-docs",
"version": "2.5.3-unstable",
"version": "2.5.3",
"description": "",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions libraries/fabric-ledger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-ledger",
"version": "2.5.3-unstable",
"version": "2.5.3",
"tag": "unstable",
"description": "A node.js implementation of Hyperledger Fabric ledger api, to allow access to ledger data from smart contracts",
"main": "lib/index.js",
Expand All @@ -23,7 +23,7 @@
"Fabric Ledger"
],
"engines": {
"node": "^18.0.0"
"node": "^18.0.0"
},
"license": "Apache-2.0",
"nyc": {
Expand Down
4 changes: 2 additions & 2 deletions libraries/fabric-shim/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-shim",
"version": "2.5.3-unstable",
"version": "2.5.3",
"tag": "unstable",
"description": "A node.js implementation of Hyperledger Fabric chaincode shim, to allow endorsing peers and user-provided chaincodes to communicate with each other",
"main": "index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"Fabric Shim"
],
"engines": {
"node": "^18.0.0"
"node": "^18.0.0"
},
"types": "./types/index.d.ts",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion test/chaincodes/annotations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"typings": "dist/index.d.ts",
"engine-strict": true,
"engineStrict": true,
"version": "2.5.3-unstable",
"version": "2.5.3",
"author": "",
"license": "APACHE-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test/chaincodes/clientidentity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"main": "index.js",
"engine-strict": true,
"engineStrict": true,
"version": "2.5.3-unstable",
"version": "2.5.3",
"author": "",
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test/chaincodes/crosschaincode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"main": "index.js",
"engine-strict": true,
"engineStrict": true,
"version": "2.5.3-unstable",
"version": "2.5.3",
"author": "",
"license": "Apache-2.0",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions test/chaincodes/crosschaincode2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "chaincode",
"description": "Chaincode testing cross chaincode functionality",
"engines": {
"node": "^18.0.0"
"node": "^18.0.0"
},
"scripts": {
"start": "fabric-chaincode-node start"
},
"main": "index.js",
"engine-strict": true,
"engineStrict": true,
"version": "2.5.3-unstable",
"version": "2.5.3",
"author": "",
"license": "Apache-2.0",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions test/chaincodes/crud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "chaincode",
"description": "Chaincode testing crud functionality",
"engines": {
"node": "^18.0.0"
"node": "^18.0.0"
},
"scripts": {
"start": "set -x && CORE_CHAINCODE_LOGGING_LEVEL=debug fabric-chaincode-node start"
},
"main": "index.js",
"engine-strict": true,
"engineStrict": true,
"version": "2.5.3-unstable",
"version": "2.5.3",
"author": "",
"license": "Apache-2.0",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions test/chaincodes/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "chaincode",
"description": "Chaincode testing events functionality",
"engines": {
"node": "^18.0.0"
"node": "^18.0.0"
},
"scripts": {
"start": "set -x && CORE_CHAINCODE_LOGGING_LEVEL=debug fabric-chaincode-node start"
},
"main": "index.js",
"engine-strict": true,
"engineStrict": true,
"version": "2.5.3-unstable",
"version": "2.5.3",
"author": "",
"license": "Apache-2.0",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions test/chaincodes/ledger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "chaincode",
"description": "Chaincode testing ledger functionality",
"engines": {
"node": "^18.0.0"
"node": "^18.0.0"
},
"scripts": {
"start": "fabric-chaincode-node start"
},
"main": "index.js",
"engine-strict": true,
"engineStrict": true,
"version": "2.5.3-unstable",
"version": "2.5.3",
"author": "",
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test/chaincodes/privateData/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"main": "index.js",
"engine-strict": true,
"engineStrict": true,
"version": "2.5.3-unstable",
"version": "2.5.3",
"author": "",
"license": "Apache-2.0",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions test/chaincodes/query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "chaincode",
"description": "Chaincode testing query functionality",
"engines": {
"node": "^18.0.0"
"node": "^18.0.0"
},
"scripts": {
"start": "fabric-chaincode-node start"
},
"main": "index.js",
"engine-strict": true,
"engineStrict": true,
"version": "2.5.3-unstable",
"version": "2.5.3",
"author": "",
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test/chaincodes/scenario/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"main": "index.js",
"engine-strict": true,
"engineStrict": true,
"version": "2.5.3-unstable",
"version": "2.5.3",
"author": "",
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-e2e-tests",
"version": "2.5.3-unstable",
"version": "2.5.3",
"description": "",
"main": "docker.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions test/fv/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "fvtests",
"version": "2.5.3-unstable",
"version": "2.5.3",
"description": "fv tests",
"testFabricVersion": "main",
"testFabricThirdParty": "0.4.15",
"docsLatestVersion": "release-1.4",
"engines": {
"node": "^18.0.0"
"node": "^18.0.0"
},
"engineStrict": true,
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/toolchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toolchain",
"version": "2.5.3-unstable",
"version": "2.5.3",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fc91d9c

Please sign in to comment.