Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version bump for 2.12.0 release (#2073) #2077

Merged
merged 1 commit into from
Apr 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.12.0-prerelease",
"version": "2.12.0",
"description": "Swagger Documentation",
"main": "dist/index.js",
"scripts": {
Expand All @@ -24,6 +24,5 @@
"@types/swagger-ui-express": "^4.1.3",
"tslint": "^6.1.3",
"typescript": "^4.6.3"
},
"stableVersion": "2.11.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.12.0-prerelease",
"@guardian/interfaces": "^2.12.0-prerelease",
"@guardian/common": "^2.12.0",
"@guardian/interfaces": "^2.12.0",
"@types/express-fileupload": "^1.4.1",
"dotenv": "^16.0.0",
"express": "^4.17.1",
Expand Down Expand Up @@ -55,6 +55,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.12.0-prerelease",
"stableVersion": "2.11.0"
"version": "2.12.0"
}
5 changes: 2 additions & 3 deletions api-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api-tests",
"version": "2.12.0-prerelease",
"version": "2.12.0",
"description": "API Tests",
"main": "index.js",
"scripts": {
Expand All @@ -18,6 +18,5 @@
"dependencies": {
"axios": "^1.3.6",
"dotenv": "^16.0.1"
},
"stableVersion": "2.11.0"
}
}
7 changes: 3 additions & 4 deletions auth-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
},
"author": "Envision Blockchain Solutions <[email protected]>",
"dependencies": {
"@guardian/common": "^2.12.0-prerelease",
"@guardian/interfaces": "^2.12.0-prerelease",
"@guardian/common": "^2.12.0",
"@guardian/interfaces": "^2.12.0",
"@mikro-orm/core": "~5.7.2",
"@mikro-orm/mongodb": "~5.7.2",
"dotenv": "^16.0.0",
Expand Down Expand Up @@ -47,6 +47,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.12.0-prerelease",
"stableVersion": "2.11.0"
"version": "2.12.0"
}
5 changes: 2 additions & 3 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Envision Blockchain Solutions <[email protected]>",
"dependencies": {
"@aws-sdk/client-secrets-manager": "^3.319.0",
"@guardian/interfaces": "^2.12.0-prerelease",
"@guardian/interfaces": "^2.12.0",
"@hashgraph/sdk": "^2.22.0",
"@mattrglobal/jsonld-signatures-bbs": "^1.1.2",
"@meeco/cryppo": "^2.0.2",
Expand Down Expand Up @@ -59,6 +59,5 @@
"test:local": "mocha tests/**/*.test.js --exit",
"test:stability": "mocha tests/stability.test.js"
},
"version": "2.12.0-prerelease",
"stableVersion": "2.11.0"
"version": "2.12.0"
}
3 changes: 1 addition & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,5 @@
"test": "ng test",
"watch": "ng build --watch --configuration development --output-path ../www-data"
},
"version": "2.12.0-prerelease",
"stableVersion": "2.11.0"
"version": "2.12.0"
}
7 changes: 3 additions & 4 deletions guardian-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"author": "Envision Blockchain Solutions <[email protected]>",
"dependencies": {
"@guardian/common": "^2.12.0-prerelease",
"@guardian/interfaces": "^2.12.0-prerelease",
"@guardian/common": "^2.12.0",
"@guardian/interfaces": "^2.12.0",
"@hashgraph/sdk": "^2.22.0",
"@mattrglobal/jsonld-signatures-bbs": "^1.1.2",
"@meeco/cryppo": "^2.0.2",
Expand Down Expand Up @@ -79,6 +79,5 @@
"test:local": "mocha tests/**/*.test.js --exit",
"test:stability": "mocha tests/stability.test.js"
},
"version": "2.12.0-prerelease",
"stableVersion": "2.11.0"
"version": "2.12.0"
}
3 changes: 1 addition & 2 deletions interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@
"prepack": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.12.0-prerelease",
"stableVersion": "2.11.0"
"version": "2.12.0"
}
7 changes: 3 additions & 4 deletions logger-service/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"author": "Envision Blockchain Solutions <[email protected]>",
"dependencies": {
"@guardian/common": "^2.12.0-prerelease",
"@guardian/interfaces": "^2.12.0-prerelease",
"@guardian/common": "^2.12.0",
"@guardian/interfaces": "^2.12.0",
"@mikro-orm/core": "~5.7.2",
"@mikro-orm/mongodb": "~5.7.2",
"@web-std/fetch": "3.0.0",
Expand Down Expand Up @@ -37,6 +37,5 @@
"start": "node dist/index.js",
"watch": "nodemon src/index.ts"
},
"version": "2.12.0-prerelease",
"stableVersion": "2.11.0"
"version": "2.12.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.12.0-prerelease",
"@guardian/common": "^2.12.0",
"@transmute/credentials-context": "0.7.0-unstable.80",
"@transmute/did-context": "0.7.0-unstable.80",
"@transmute/ed25519-signature-2018": "0.7.0-unstable.80",
Expand Down Expand Up @@ -30,6 +30,5 @@
"dev:docker": "nodemon .",
"start": "node dist/index.js"
},
"version": "2.12.0-prerelease",
"stableVersion": "2.11.0"
"version": "2.12.0"
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@
"policy-service",
"api-tests"
],
"version": "2.12.0-prerelease",
"stableVersion": "2.11.0"
"version": "2.12.0"
}
7 changes: 3 additions & 4 deletions policy-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.12.0-prerelease",
"@guardian/interfaces": "^2.12.0-prerelease",
"@guardian/common": "^2.12.0",
"@guardian/interfaces": "^2.12.0",
"@hashgraph/sdk": "^2.22.0",
"@mattrglobal/jsonld-signatures-bbs": "^1.1.2",
"@meeco/cryppo": "^2.0.2",
Expand Down Expand Up @@ -79,6 +79,5 @@
"test:local": "mocha tests/**/*.test.js",
"test:stability": "mocha tests/stability.test.js"
},
"version": "2.12.0-prerelease",
"stableVersion": "2.11.0"
"version": "2.12.0"
}
3 changes: 1 addition & 2 deletions topic-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@
"dev": "tsc -w",
"start": "node dist/index.js"
},
"version": "2.12.0-prerelease",
"stableVersion": "2.11.0"
"version": "2.12.0"
}
3 changes: 1 addition & 2 deletions tree-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@
"dev": "tsc -w",
"start": "node dist/index.js"
},
"version": "2.12.0-prerelease",
"stableVersion": "2.11.0"
"version": "2.12.0"
}
7 changes: 3 additions & 4 deletions worker-service/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"author": "Envision Blockchain Solutions <[email protected]>",
"dependencies": {
"@guardian/common": "^2.12.0-prerelease",
"@guardian/interfaces": "^2.12.0-prerelease",
"@guardian/common": "^2.12.0",
"@guardian/interfaces": "^2.12.0",
"@hashgraph/sdk": "^2.22.0",
"@transmute/credentials-context": "^0.7.0-unstable.80",
"@transmute/did-context": "^0.7.0-unstable.80",
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/worker-service.xml --exit"
},
"version": "2.12.0-prerelease",
"stableVersion": "2.11.0"
"version": "2.12.0"
}
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1051,12 +1051,12 @@ __metadata:
languageName: node
linkType: hard

"@guardian/common@^2.12.0-prerelease, @guardian/common@workspace:common":
"@guardian/common@^2.12.0, @guardian/common@workspace:common":
version: 0.0.0-use.local
resolution: "@guardian/common@workspace:common"
dependencies:
"@aws-sdk/client-secrets-manager": ^3.319.0
"@guardian/interfaces": ^2.12.0-prerelease
"@guardian/interfaces": ^2.12.0
"@hashgraph/sdk": ^2.22.0
"@mattrglobal/jsonld-signatures-bbs": ^1.1.2
"@meeco/cryppo": ^2.0.2
Expand Down Expand Up @@ -1095,7 +1095,7 @@ __metadata:
languageName: unknown
linkType: soft

"@guardian/interfaces@^2.12.0-prerelease, @guardian/interfaces@workspace:interfaces":
"@guardian/interfaces@^2.12.0, @guardian/interfaces@workspace:interfaces":
version: 0.0.0-use.local
resolution: "@guardian/interfaces@workspace:interfaces"
dependencies:
Expand Down Expand Up @@ -2809,8 +2809,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "api-gateway@workspace:api-gateway"
dependencies:
"@guardian/common": ^2.12.0-prerelease
"@guardian/interfaces": ^2.12.0-prerelease
"@guardian/common": ^2.12.0
"@guardian/interfaces": ^2.12.0
"@types/express": ^4.17.13
"@types/express-fileupload": ^1.4.1
"@types/jszip": ^3.4.1
Expand Down Expand Up @@ -3005,8 +3005,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "auth-service@workspace:auth-service"
dependencies:
"@guardian/common": ^2.12.0-prerelease
"@guardian/interfaces": ^2.12.0-prerelease
"@guardian/common": ^2.12.0
"@guardian/interfaces": ^2.12.0
"@mikro-orm/core": ~5.7.2
"@mikro-orm/mongodb": ~5.7.2
"@types/jsonwebtoken": ^8.5.4
Expand Down Expand Up @@ -5608,8 +5608,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "guardian-service@workspace:guardian-service"
dependencies:
"@guardian/common": ^2.12.0-prerelease
"@guardian/interfaces": ^2.12.0-prerelease
"@guardian/common": ^2.12.0
"@guardian/interfaces": ^2.12.0
"@hashgraph/sdk": ^2.22.0
"@mattrglobal/jsonld-signatures-bbs": ^1.1.2
"@meeco/cryppo": ^2.0.2
Expand Down Expand Up @@ -7661,8 +7661,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "logger-service@workspace:logger-service"
dependencies:
"@guardian/common": ^2.12.0-prerelease
"@guardian/interfaces": ^2.12.0-prerelease
"@guardian/common": ^2.12.0
"@guardian/interfaces": ^2.12.0
"@mikro-orm/core": ~5.7.2
"@mikro-orm/mongodb": ~5.7.2
"@types/fs-extra": ^9.0.12
Expand Down Expand Up @@ -8300,7 +8300,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "mrv-sender@workspace:mrv-sender"
dependencies:
"@guardian/common": ^2.12.0-prerelease
"@guardian/common": ^2.12.0
"@transmute/credentials-context": 0.7.0-unstable.80
"@transmute/did-context": 0.7.0-unstable.80
"@transmute/ed25519-signature-2018": 0.7.0-unstable.80
Expand Down Expand Up @@ -9264,8 +9264,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "policy-service@workspace:policy-service"
dependencies:
"@guardian/common": ^2.12.0-prerelease
"@guardian/interfaces": ^2.12.0-prerelease
"@guardian/common": ^2.12.0
"@guardian/interfaces": ^2.12.0
"@hashgraph/sdk": ^2.22.0
"@mattrglobal/jsonld-signatures-bbs": ^1.1.2
"@meeco/cryppo": ^2.0.2
Expand Down Expand Up @@ -11751,8 +11751,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "worker-service@workspace:worker-service"
dependencies:
"@guardian/common": ^2.12.0-prerelease
"@guardian/interfaces": ^2.12.0-prerelease
"@guardian/common": ^2.12.0
"@guardian/interfaces": ^2.12.0
"@hashgraph/sdk": ^2.22.0
"@transmute/credentials-context": ^0.7.0-unstable.80
"@transmute/did-context": ^0.7.0-unstable.80
Expand Down