Skip to content

Commit

Permalink
v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kostysh committed Dec 6, 2022
1 parent 2185775 commit 0198665
Show file tree
Hide file tree
Showing 7 changed files with 619 additions and 584 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.2.2](https://github.com/windingtree/org.id-resolver/compare/v3.2.1...v3.2.2) (2022-12-06)

**Note:** Version bump only for package @windingtree/org.id-resolver-mono





## [3.2.1](https://github.com/windingtree/org.id-resolver/compare/v3.2.0...v3.2.1) (2022-10-25)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages/*"
],
"npmClient": "yarn",
"version": "3.2.1"
"version": "3.2.2"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
},
"homepage": "https://github.com/windingtree/org.id-resolver#readme",
"devDependencies": {
"lerna": "6.0.1"
"lerna": "6.1.0"
}
}
8 changes: 8 additions & 0 deletions packages/resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.2.2](https://github.com/windingtree/org.id-resolver/compare/v3.2.1...v3.2.2) (2022-12-06)

**Note:** Version bump only for package @windingtree/org.id-resolver





## [3.2.1](https://github.com/windingtree/org.id-resolver/compare/v3.2.0...v3.2.1) (2022-10-25)


Expand Down
32 changes: 16 additions & 16 deletions packages/resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@windingtree/org.id-resolver",
"version": "3.2.1",
"version": "3.2.2",
"description": "ORGiD DID resolver",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -32,28 +32,28 @@
"url": "git+ssh://[email protected]:windingtree/org.id-resolver.git"
},
"dependencies": {
"@windingtree/org.id": "^3.0.1",
"@windingtree/org.id-auth": "^1.2.3",
"@windingtree/org.id-core": "^1.2.3",
"@windingtree/org.id-utils": "^1.2.3",
"@windingtree/org.json-schema": "1.0.2",
"@windingtree/org.id": "^3.1.1",
"@windingtree/org.id-auth": "^1.2.4",
"@windingtree/org.id-core": "^1.2.4",
"@windingtree/org.id-utils": "^1.2.4",
"@windingtree/org.json-schema": "1.1.0",
"ethers": "^5.7.2",
"luxon": "^3.0.4"
"luxon": "^3.1.1"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@nomiclabs/hardhat-ethers": "2.2.0",
"@types/chai": "4.3.3",
"@nomiclabs/hardhat-ethers": "2.2.1",
"@types/chai": "4.3.4",
"@types/chai-as-promised": "7.1.5",
"@types/luxon": "3.0.2",
"@types/mocha": "10.0.0",
"@windingtree/org.id-test-setup": "^1.2.3",
"chai": "4.3.6",
"@types/luxon": "3.1.0",
"@types/mocha": "10.0.1",
"@windingtree/org.id-test-setup": "^1.2.4",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
"eslint": "8.25.0",
"hardhat": "2.12.0",
"eslint": "8.29.0",
"hardhat": "2.12.3",
"nyc": "15.1.0",
"ts-node": "10.9.1",
"typescript": "4.8.4"
"typescript": "4.9.3"
}
}
Loading

0 comments on commit 0198665

Please sign in to comment.