Skip to content

Commit

Permalink
Bump version to 2.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: simvalery <[email protected]>
  • Loading branch information
simvalery committed Jun 28, 2022
1 parent 6aa8182 commit b452ce2
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 49 deletions.
5 changes: 2 additions & 3 deletions api-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api-docs",
"version": "2.2.0-prerelease",
"version": "2.2.0",
"description": "Swagger Documentation",
"main": "dist/index.js",
"scripts": {
Expand All @@ -23,6 +23,5 @@
"@types/swagger-ui-express": "^4.1.3",
"tslint": "^6.1.3",
"typescript": "^4.6.3"
},
"stableVersion": "2.2.0"
}
}
7 changes: 3 additions & 4 deletions api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"author": "Envision Blockchain Solutions <[email protected]>",
"dependencies": {
"@guardian/common": "^2.2.0-prerelease",
"@guardian/interfaces": "^2.2.0-prerelease",
"@guardian/common": "^2.2.0",
"@guardian/interfaces": "^2.2.0",
"dotenv": "^16.0.0",
"express": "^4.17.1",
"jszip": "^3.7.1",
Expand Down Expand Up @@ -49,6 +49,5 @@
"start": "node dist/index.js",
"test": "mocha tests/**/*.test.js --reporter mocha-junit-reporter --reporter-options mochaFile=../test_results/ui-service.xml"
},
"version": "2.2.0-prerelease",
"stableVersion": "2.2.0"
"version": "2.2.0"
}
7 changes: 3 additions & 4 deletions auth-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"author": "Envision Blockchain Solutions <[email protected]>",
"dependencies": {
"@guardian/common": "^2.2.0-prerelease",
"@guardian/interfaces": "^2.2.0-prerelease",
"@guardian/common": "^2.2.0",
"@guardian/interfaces": "^2.2.0",
"dotenv": "^16.0.0",
"jsonwebtoken": "^8.5.1",
"module-alias": "^2.2.2",
Expand Down Expand Up @@ -44,6 +44,5 @@
"start": "node dist/index.js",
"test": "mocha tests/**/*.test.js --reporter mocha-junit-reporter --reporter-options mochaFile=../test_results/ui-service.xml"
},
"version": "2.2.0-prerelease",
"stableVersion": "2.2.0"
"version": "2.2.0"
}
5 changes: 2 additions & 3 deletions common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Envision Blockchain Solutions <[email protected]>",
"dependencies": {
"@guardian/interfaces": "^2.2.0-prerelease",
"@guardian/interfaces": "^2.2.0",
"nats": "^2.6.1",
"reflect-metadata": "^0.1.13",
"zlib": "^1.0.5"
Expand All @@ -27,6 +27,5 @@
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.2.0-prerelease",
"stableVersion": "2.2.0"
"version": "2.2.0"
}
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
"test": "ng test",
"watch": "ng build --watch --configuration development --output-path ../www-data"
},
"version": "2.2.0-prerelease"
"version": "2.2.0"
}
7 changes: 3 additions & 4 deletions guardian-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"author": "Envision Blockchain Solutions <[email protected]>",
"dependencies": {
"@guardian/common": "^2.2.0-prerelease",
"@guardian/interfaces": "^2.2.0-prerelease",
"@guardian/common": "^2.2.0",
"@guardian/interfaces": "^2.2.0",
"@hashgraph/sdk": "^2.15.0",
"@transmute/credentials-context": "^0.7.0-unstable.60",
"@transmute/did-context": "^0.7.0-unstable.60",
Expand Down Expand Up @@ -72,6 +72,5 @@
"test:network": "mocha tests/network-tests/**/*.test.js",
"test:stability": "mocha tests/stability.test.js"
},
"version": "2.2.0-prerelease",
"stableVersion": "2.2.0"
"version": "2.2.0"
}
3 changes: 1 addition & 2 deletions interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@
"lint": "tslint --project .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.2.0-prerelease",
"stableVersion": "2.2.0"
"version": "2.2.0"
}
7 changes: 3 additions & 4 deletions ipfs-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
},
"author": "Envision Blockchain Solutions <[email protected]>",
"dependencies": {
"@guardian/common": "^2.2.0-prerelease",
"@guardian/interfaces": "^2.2.0-prerelease",
"@guardian/common": "^2.2.0",
"@guardian/interfaces": "^2.2.0",
"@web-std/fetch": "3.0.0",
"axios": "^0.26.1",
"axios-retry": "^3.2.4",
Expand Down Expand Up @@ -46,6 +46,5 @@
"start": "node dist/index.js",
"test": "mocha tests/**/*.test.js --reporter mocha-junit-reporter --reporter-options mochaFile=../test_results/ipfs-client.xml"
},
"version": "2.2.0-prerelease",
"stableVersion": "2.2.0"
"version": "2.2.0"
}
7 changes: 3 additions & 4 deletions logger-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"packageManager": "[email protected]",
"author": "Envision Blockchain Solutions <[email protected]>",
"dependencies": {
"@guardian/common": "^2.2.0-prerelease",
"@guardian/interfaces": "^2.2.0-prerelease",
"@guardian/common": "^2.2.0",
"@guardian/interfaces": "^2.2.0",
"@web-std/fetch": "3.0.0",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
Expand Down Expand Up @@ -36,6 +36,5 @@
"lint": "tslint --project .",
"start": "node dist/index.js"
},
"version": "2.2.0-prerelease",
"stableVersion": "2.2.0"
"version": "2.2.0"
}
5 changes: 2 additions & 3 deletions mrv-sender/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Envision Blockchain Solutions <[email protected]>",
"dependencies": {
"@guardian/common": "^2.2.0-prerelease",
"@guardian/common": "^2.2.0",
"@transmute/credentials-context": "0.7.0-unstable.40",
"@transmute/did-context": "0.7.0-unstable.40",
"@transmute/ed25519-signature-2018": "0.7.0-unstable.40",
Expand Down Expand Up @@ -29,6 +29,5 @@
"dev:docker": "nodemon .",
"start": "node dist/index.js"
},
"version": "2.2.0-prerelease",
"stableVersion": "2.2.0"
"version": "2.2.0"
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
"logger-service",
"mrv-sender"
],
"version": "2.2.0-prerelease",
"stableVersion": "2.2.0"
"version": "2.2.0"
}
2 changes: 1 addition & 1 deletion topic-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"dev": "tsc -w",
"start": "node dist/index.js"
},
"version": "2.2.0-prerelease"
"version": "2.2.0"
}
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,11 @@ __metadata:
languageName: node
linkType: hard

"@guardian/common@^2.2.0-prerelease, @guardian/common@workspace:common":
"@guardian/common@^2.2.0, @guardian/common@workspace:common":
version: 0.0.0-use.local
resolution: "@guardian/common@workspace:common"
dependencies:
"@guardian/interfaces": ^2.2.0-prerelease
"@guardian/interfaces": ^2.2.0
"@types/node": ^17.0.13
mocha-junit-reporter: ^2.0.2
nats: ^2.6.1
Expand All @@ -184,7 +184,7 @@ __metadata:
languageName: unknown
linkType: soft

"@guardian/interfaces@^2.2.0-prerelease, @guardian/interfaces@workspace:interfaces":
"@guardian/interfaces@^2.2.0, @guardian/interfaces@workspace:interfaces":
version: 0.0.0-use.local
resolution: "@guardian/interfaces@workspace:interfaces"
dependencies:
Expand Down Expand Up @@ -1597,8 +1597,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "api-gateway@workspace:api-gateway"
dependencies:
"@guardian/common": ^2.2.0-prerelease
"@guardian/interfaces": ^2.2.0-prerelease
"@guardian/common": ^2.2.0
"@guardian/interfaces": ^2.2.0
"@types/express": ^4.17.13
"@types/jszip": ^3.4.1
"@types/node": ^17.0.13
Expand Down Expand Up @@ -1769,8 +1769,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "auth-service@workspace:auth-service"
dependencies:
"@guardian/common": ^2.2.0-prerelease
"@guardian/interfaces": ^2.2.0-prerelease
"@guardian/common": ^2.2.0
"@guardian/interfaces": ^2.2.0
"@types/jsonwebtoken": ^8.5.4
"@types/node": ^17.0.13
chai: ^4.3.4
Expand Down Expand Up @@ -3957,8 +3957,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "guardian-service@workspace:guardian-service"
dependencies:
"@guardian/common": ^2.2.0-prerelease
"@guardian/interfaces": ^2.2.0-prerelease
"@guardian/common": ^2.2.0
"@guardian/interfaces": ^2.2.0
"@hashgraph/sdk": ^2.15.0
"@transmute/credentials-context": ^0.7.0-unstable.60
"@transmute/did-context": ^0.7.0-unstable.60
Expand Down Expand Up @@ -4527,8 +4527,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "ipfs-client@workspace:ipfs-client"
dependencies:
"@guardian/common": ^2.2.0-prerelease
"@guardian/interfaces": ^2.2.0-prerelease
"@guardian/common": ^2.2.0
"@guardian/interfaces": ^2.2.0
"@types/fs-extra": ^9.0.12
"@types/js-yaml": ^4.0.3
"@types/node": ^17.0.13
Expand Down Expand Up @@ -5611,8 +5611,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "logger-service@workspace:logger-service"
dependencies:
"@guardian/common": ^2.2.0-prerelease
"@guardian/interfaces": ^2.2.0-prerelease
"@guardian/common": ^2.2.0
"@guardian/interfaces": ^2.2.0
"@types/fs-extra": ^9.0.12
"@types/node": ^17.0.13
"@web-std/fetch": 3.0.0
Expand Down Expand Up @@ -6144,7 +6144,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "mrv-sender@workspace:mrv-sender"
dependencies:
"@guardian/common": ^2.2.0-prerelease
"@guardian/common": ^2.2.0
"@transmute/credentials-context": 0.7.0-unstable.40
"@transmute/did-context": 0.7.0-unstable.40
"@transmute/ed25519-signature-2018": 0.7.0-unstable.40
Expand Down

0 comments on commit b452ce2

Please sign in to comment.