Skip to content

Commit

Permalink
Bump up versions
Browse files Browse the repository at this point in the history
  • Loading branch information
olegnn committed Oct 17, 2024
1 parent deaf9af commit e9a131f
Show file tree
Hide file tree
Showing 12 changed files with 90 additions and 14 deletions.
16 changes: 16 additions & 0 deletions examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @docknetwork/sdk-examples

## 0.2.0

### Minor Changes

- - Updated `DIDDocument`: modified the rules for storing keys in the verificationMethod and added the required validations.
- Developed generic tests for modules to ensure they cover the same use cases, regardless of the specific implementation.
- Implemented the `CheqdBlobModule`.
- Misc tweaks.

### Patch Changes

- Updated dependencies
- @docknetwork/dock-blockchain-modules@0.3.0
- @docknetwork/dock-blockchain-api@0.2.0
- @docknetwork/credential-sdk@0.3.0

## 0.1.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@docknetwork/sdk-examples",
"private": true,
"type": "module",
"version": "0.1.2",
"version": "0.2.0",
"scripts": {
"bbs-dock-example": "babel-node --loader=./loader.mjs ./bbs-dock.js",
"claim-deduction-example": "babel-node --loader=./loader.mjs ./claim-deduction.js",
Expand All @@ -19,9 +19,9 @@
"lint": "eslint \"*.js\""
},
"dependencies": {
"@docknetwork/credential-sdk": "0.2.0",
"@docknetwork/dock-blockchain-api": "0.1.2",
"@docknetwork/dock-blockchain-modules": "0.2.0"
"@docknetwork/credential-sdk": "0.3.0",
"@docknetwork/dock-blockchain-api": "0.2.0",
"@docknetwork/dock-blockchain-modules": "0.3.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/cheqd-blockchain-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @docknetwork/cheqd-blockchain-api

## 0.2.0

### Minor Changes

- - Updated `DIDDocument`: modified the rules for storing keys in the verificationMethod and added the required validations.
- Developed generic tests for modules to ensure they cover the same use cases, regardless of the specific implementation.
- Implemented the `CheqdBlobModule`.
- Misc tweaks.

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cheqd-blockchain-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@docknetwork/cheqd-blockchain-api",
"version": "0.1.2",
"version": "0.2.0",
"license": "MIT",
"main": "./dist/esm/index.js",
"type": "module",
Expand Down
14 changes: 14 additions & 0 deletions packages/cheqd-blockchain-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @docknetwork/cheqd-blockchain-modules

## 0.3.0

### Minor Changes

- - Updated `DIDDocument`: modified the rules for storing keys in the verificationMethod and added the required validations.
- Developed generic tests for modules to ensure they cover the same use cases, regardless of the specific implementation.
- Implemented the `CheqdBlobModule`.
- Misc tweaks.

### Patch Changes

- Updated dependencies
- @docknetwork/credential-sdk@0.3.0

## 0.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cheqd-blockchain-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@docknetwork/cheqd-blockchain-modules",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"license": "MIT",
"main": "./dist/esm/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"@docknetwork/credential-sdk": "0.2.0"
"@docknetwork/credential-sdk": "0.3.0"
},
"devDependencies": {
"@babel/cli": "^7.24.1",
Expand All @@ -37,7 +37,7 @@
"@babel/plugin-syntax-import-attributes": "^7.25.6",
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@babel/preset-env": "^7.24.3",
"@docknetwork/cheqd-blockchain-api": "0.1.2",
"@docknetwork/cheqd-blockchain-api": "0.2.0",
"@rollup/plugin-alias": "^4.0.2",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^24.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/credential-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @docknetwork/credential-sdk

## 0.3.0

### Minor Changes

- - Updated `DIDDocument`: modified the rules for storing keys in the verificationMethod and added the required validations.
- Developed generic tests for modules to ensure they cover the same use cases, regardless of the specific implementation.
- Implemented the `CheqdBlobModule`.
- Misc tweaks.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@docknetwork/credential-sdk",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"type": "module",
"files": [
Expand Down
14 changes: 14 additions & 0 deletions packages/dock-blockchain-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @docknetwork/dock-blockchain-api

## 0.2.0

### Minor Changes

- - Updated `DIDDocument`: modified the rules for storing keys in the verificationMethod and added the required validations.
- Developed generic tests for modules to ensure they cover the same use cases, regardless of the specific implementation.
- Implemented the `CheqdBlobModule`.
- Misc tweaks.

### Patch Changes

- Updated dependencies
- @docknetwork/credential-sdk@0.3.0

## 0.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/dock-blockchain-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@docknetwork/dock-blockchain-api",
"version": "0.1.2",
"version": "0.2.0",
"license": "MIT",
"main": "./dist/esm/index.js",
"type": "module",
Expand Down Expand Up @@ -84,7 +84,7 @@
"@polkadot/api": "10.12.4"
},
"dependencies": {
"@docknetwork/credential-sdk": "0.2.0",
"@docknetwork/credential-sdk": "0.3.0",
"@docknetwork/node-types": "^0.17.0",
"@juanelas/base64": "^1.0.5",
"@polkadot/api": "10.12.4",
Expand Down
14 changes: 14 additions & 0 deletions packages/dock-blockchain-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @docknetwork/dock-blockchain-modules

## 0.3.0

### Minor Changes

- - Updated `DIDDocument`: modified the rules for storing keys in the verificationMethod and added the required validations.
- Developed generic tests for modules to ensure they cover the same use cases, regardless of the specific implementation.
- Implemented the `CheqdBlobModule`.
- Misc tweaks.

### Patch Changes

- Updated dependencies
- @docknetwork/credential-sdk@0.3.0

## 0.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/dock-blockchain-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@docknetwork/dock-blockchain-modules",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"type": "module",
"main": "./dist/esm/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"@docknetwork/credential-sdk": "0.2.0"
"@docknetwork/credential-sdk": "0.3.0"
},
"devDependencies": {
"@babel/cli": "^7.24.1",
Expand All @@ -37,7 +37,7 @@
"@babel/plugin-syntax-import-attributes": "^7.25.6",
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@babel/preset-env": "^7.24.3",
"@docknetwork/dock-blockchain-api": "0.1.2",
"@docknetwork/dock-blockchain-api": "0.2.0",
"@rollup/plugin-alias": "^4.0.2",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^24.0.0",
Expand Down

0 comments on commit e9a131f

Please sign in to comment.