Skip to content

Commit

Permalink
v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rtang03 committed Mar 11, 2021
1 parent 0d5fbe1 commit 138f8ab
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.7.5"
"version": "0.7.6"
}
4 changes: 2 additions & 2 deletions packages/fabric-cqrs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabric-es/fabric-cqrs",
"version": "0.7.5",
"version": "0.7.6",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "BSD-3-Clause-Clear",
Expand Down Expand Up @@ -45,7 +45,7 @@
"unit-test:fab": "yarn t:store && yarn t:srv && yarn t:repo && yarn t:p-repo && yarn t:rec && yarn t:sub yarn t:qdb"
},
"dependencies": {
"@fabric-es/operator": "^0.7.5",
"@fabric-es/operator": "^0.7.6",
"dotenv": "^8.1.0",
"fabric-contract-api": "2.2.1",
"fabric-network": "2.2.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/gateway-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabric-es/gateway-lib",
"version": "0.7.5",
"version": "0.7.6",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"description": "Gateway library",
Expand Down Expand Up @@ -38,8 +38,8 @@
"dependencies": {
"@apollo/federation": "^0.20.7",
"@apollo/gateway": "^0.21.4",
"@fabric-es/fabric-cqrs": "^0.7.5",
"@fabric-es/operator": "^0.7.5",
"@fabric-es/fabric-cqrs": "^0.7.6",
"@fabric-es/operator": "^0.7.6",
"@godaddy/terminus": "^4.4.1",
"apollo-link-http": "^1.5.17",
"apollo-server": "^2.13.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/gw-org1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabric-es/gw-org1",
"version": "0.7.5",
"version": "0.7.6",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "BSD-3-Clause-Clear",
Expand All @@ -27,11 +27,11 @@
"dependencies": {
"@apollo/federation": "^0.20.7",
"@apollo/gateway": "^0.21.4",
"@fabric-es/fabric-cqrs": "^0.7.5",
"@fabric-es/gateway-lib": "^0.7.5",
"@fabric-es/model-document": "^0.7.5",
"@fabric-es/model-loan": "^0.7.5",
"@fabric-es/operator": "^0.7.5",
"@fabric-es/fabric-cqrs": "^0.7.6",
"@fabric-es/gateway-lib": "^0.7.6",
"@fabric-es/model-document": "^0.7.6",
"@fabric-es/model-loan": "^0.7.6",
"@fabric-es/operator": "^0.7.6",
"apollo-server": "^2.13.1",
"body-parser": "^1.19.0",
"dotenv": "^8.1.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/gw-org2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabric-es/gw-org2",
"version": "0.7.5",
"version": "0.7.6",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "BSD-3-Clause-Clear",
Expand All @@ -27,11 +27,11 @@
"dependencies": {
"@apollo/federation": "^0.20.7",
"@apollo/gateway": "^0.21.4",
"@fabric-es/fabric-cqrs": "^0.7.5",
"@fabric-es/gateway-lib": "^0.7.5",
"@fabric-es/model-document": "^0.7.5",
"@fabric-es/model-loan": "^0.7.5",
"@fabric-es/operator": "^0.7.5",
"@fabric-es/fabric-cqrs": "^0.7.6",
"@fabric-es/gateway-lib": "^0.7.6",
"@fabric-es/model-document": "^0.7.6",
"@fabric-es/model-loan": "^0.7.6",
"@fabric-es/operator": "^0.7.6",
"apollo-server": "^2.13.1",
"body-parser": "^1.19.0",
"dotenv": "^8.1.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/gw-org3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabric-es/gw-org3",
"version": "0.7.5",
"version": "0.7.6",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "BSD-3-Clause-Clear",
Expand Down Expand Up @@ -28,11 +28,11 @@
"dependencies": {
"@apollo/federation": "^0.20.7",
"@apollo/gateway": "^0.21.4",
"@fabric-es/fabric-cqrs": "^0.7.5",
"@fabric-es/gateway-lib": "^0.7.5",
"@fabric-es/model-loan": "^0.7.5",
"@fabric-es/model-document": "^0.7.5",
"@fabric-es/operator": "^0.7.5",
"@fabric-es/fabric-cqrs": "^0.7.6",
"@fabric-es/gateway-lib": "^0.7.6",
"@fabric-es/model-document": "^0.7.6",
"@fabric-es/model-loan": "^0.7.6",
"@fabric-es/operator": "^0.7.6",
"apollo-server": "^2.13.1",
"body-parser": "^1.19.0",
"dotenv": "^8.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/model-document/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabric-es/model-document",
"version": "0.7.5",
"version": "0.7.6",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "BSD-3-Clause-Clear",
Expand All @@ -16,8 +16,8 @@
},
"private": true,
"dependencies": {
"@fabric-es/fabric-cqrs": "^0.7.5",
"@fabric-es/gateway-lib": "^0.7.5",
"@fabric-es/fabric-cqrs": "^0.7.6",
"@fabric-es/gateway-lib": "^0.7.6",
"apollo-server-errors": "^2.3.4",
"graphql": "^15.0.0",
"reselect": "^4.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/model-loan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabric-es/model-loan",
"version": "0.7.5",
"version": "0.7.6",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "BSD-3-Clause-Clear",
Expand All @@ -16,8 +16,8 @@
},
"private": true,
"dependencies": {
"@fabric-es/fabric-cqrs": "^0.7.5",
"@fabric-es/gateway-lib": "^0.7.5",
"@fabric-es/fabric-cqrs": "^0.7.6",
"@fabric-es/gateway-lib": "^0.7.6",
"apollo-server-errors": "^2.3.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/operator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabric-es/operator",
"version": "0.7.5",
"version": "0.7.6",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"description": "Network operator",
Expand Down
2 changes: 1 addition & 1 deletion packages/tester/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fabric-es/tester",
"version": "0.7.5",
"version": "0.7.6",
"license": "BSD-3-Clause-Clear",
"description": "Integration tester",
"scripts": {
Expand Down

0 comments on commit 138f8ab

Please sign in to comment.