Skip to content

Commit

Permalink
chore(release): v0.3.3 (#1217)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 18, 2023
1 parent 087980f commit 4a572fe
Show file tree
Hide file tree
Showing 18 changed files with 92 additions and 68 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.3](https://github.com/hyperledger/aries-framework-javascript/compare/v0.3.2...v0.3.3) (2023-01-18)

### Bug Fixes

- fix typing issues with typescript 4.9 ([#1214](https://github.com/hyperledger/aries-framework-javascript/issues/1214)) ([087980f](https://github.com/hyperledger/aries-framework-javascript/commit/087980f1adf3ee0bc434ca9782243a62c6124444))
- **openid4vc-client:** set package to private ([#1210](https://github.com/hyperledger/aries-framework-javascript/issues/1210)) ([c697716](https://github.com/hyperledger/aries-framework-javascript/commit/c697716bf1837b9fef307f60ff97f01d3d926728))

### Features

- add anoncreds package ([#1118](https://github.com/hyperledger/aries-framework-javascript/issues/1118)) ([adba83d](https://github.com/hyperledger/aries-framework-javascript/commit/adba83d8df176288083969f2c3f975bbfc1acd9c))
- add minimal oidc-client package ([#1197](https://github.com/hyperledger/aries-framework-javascript/issues/1197)) ([b6f89f9](https://github.com/hyperledger/aries-framework-javascript/commit/b6f89f943dc4417626f868ac9f43a3d890ab62c6))
- adding trust ping events and trust ping command ([#1182](https://github.com/hyperledger/aries-framework-javascript/issues/1182)) ([fd006f2](https://github.com/hyperledger/aries-framework-javascript/commit/fd006f262a91f901e7f8a9c6e6882ea178230005))
- **anoncreds:** add anoncreds registry service ([#1204](https://github.com/hyperledger/aries-framework-javascript/issues/1204)) ([86647e7](https://github.com/hyperledger/aries-framework-javascript/commit/86647e7f55c9a362f6ab500538c4de2112e42206))
- **indy-sdk:** add indy-sdk package ([#1200](https://github.com/hyperledger/aries-framework-javascript/issues/1200)) ([9933b35](https://github.com/hyperledger/aries-framework-javascript/commit/9933b35a6aa4524caef8a885e71b742cd0d7186b))

## [0.3.2](https://github.com/hyperledger/aries-framework-javascript/compare/v0.3.1...v0.3.2) (2023-01-04)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "0.3.2",
"version": "0.3.3",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
10 changes: 10 additions & 0 deletions packages/action-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.3](https://github.com/hyperledger/aries-framework-javascript/compare/v0.3.2...v0.3.3) (2023-01-18)

### Bug Fixes

- fix typing issues with typescript 4.9 ([#1214](https://github.com/hyperledger/aries-framework-javascript/issues/1214)) ([087980f](https://github.com/hyperledger/aries-framework-javascript/commit/087980f1adf3ee0bc434ca9782243a62c6124444))

### Features

- **indy-sdk:** add indy-sdk package ([#1200](https://github.com/hyperledger/aries-framework-javascript/issues/1200)) ([9933b35](https://github.com/hyperledger/aries-framework-javascript/commit/9933b35a6aa4524caef8a885e71b742cd0d7186b))

## [0.3.2](https://github.com/hyperledger/aries-framework-javascript/compare/v0.3.1...v0.3.2) (2023-01-04)

**Note:** Version bump only for package @aries-framework/action-menu
Expand Down
6 changes: 3 additions & 3 deletions packages/action-menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@aries-framework/action-menu",
"main": "build/index",
"types": "build/index",
"version": "0.3.2",
"version": "0.3.3",
"files": [
"build"
],
Expand All @@ -24,10 +24,10 @@
"test": "jest"
},
"dependencies": {
"@aries-framework/core": "0.3.3",
"class-transformer": "0.5.1",
"class-validator": "0.13.1",
"rxjs": "^7.2.0",
"@aries-framework/core": "0.3.2"
"rxjs": "^7.2.0"
},
"devDependencies": {
"reflect-metadata": "^0.1.13",
Expand Down
4 changes: 2 additions & 2 deletions packages/anoncreds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@aries-framework/anoncreds",
"main": "build/index",
"types": "build/index",
"version": "0.3.2",
"version": "0.3.3",
"files": [
"build"
],
Expand All @@ -25,7 +25,7 @@
"test": "jest"
},
"dependencies": {
"@aries-framework/core": "0.3.2"
"@aries-framework/core": "0.3.3"
},
"devDependencies": {
"rimraf": "^4.0.7",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.3](https://github.com/hyperledger/aries-framework-javascript/compare/v0.3.2...v0.3.3) (2023-01-18)

### Bug Fixes

- fix typing issues with typescript 4.9 ([#1214](https://github.com/hyperledger/aries-framework-javascript/issues/1214)) ([087980f](https://github.com/hyperledger/aries-framework-javascript/commit/087980f1adf3ee0bc434ca9782243a62c6124444))

### Features

- adding trust ping events and trust ping command ([#1182](https://github.com/hyperledger/aries-framework-javascript/issues/1182)) ([fd006f2](https://github.com/hyperledger/aries-framework-javascript/commit/fd006f262a91f901e7f8a9c6e6882ea178230005))
- **indy-sdk:** add indy-sdk package ([#1200](https://github.com/hyperledger/aries-framework-javascript/issues/1200)) ([9933b35](https://github.com/hyperledger/aries-framework-javascript/commit/9933b35a6aa4524caef8a885e71b742cd0d7186b))

## [0.3.2](https://github.com/hyperledger/aries-framework-javascript/compare/v0.3.1...v0.3.2) (2023-01-04)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@aries-framework/core",
"main": "build/index",
"types": "build/index",
"version": "0.3.2",
"version": "0.3.3",
"files": [
"build"
],
Expand Down
6 changes: 3 additions & 3 deletions packages/indy-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@aries-framework/indy-sdk",
"main": "build/index",
"types": "build/index",
"version": "0.2.5",
"version": "0.3.3",
"private": true,
"files": [
"build"
Expand All @@ -25,8 +25,8 @@
"test": "jest"
},
"dependencies": {
"@aries-framework/anoncreds": "0.3.2",
"@aries-framework/core": "0.3.2",
"@aries-framework/anoncreds": "0.3.3",
"@aries-framework/core": "0.3.3",
"@types/indy-sdk": "1.16.24",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.3](https://github.com/hyperledger/aries-framework-javascript/compare/v0.3.2...v0.3.3) (2023-01-18)

### Bug Fixes

- fix typing issues with typescript 4.9 ([#1214](https://github.com/hyperledger/aries-framework-javascript/issues/1214)) ([087980f](https://github.com/hyperledger/aries-framework-javascript/commit/087980f1adf3ee0bc434ca9782243a62c6124444))

## [0.3.2](https://github.com/hyperledger/aries-framework-javascript/compare/v0.3.1...v0.3.2) (2023-01-04)

**Note:** Version bump only for package @aries-framework/node
Expand Down
4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@aries-framework/node",
"main": "build/index",
"types": "build/index",
"version": "0.3.2",
"version": "0.3.3",
"files": [
"build",
"bin"
Expand All @@ -28,7 +28,7 @@
"test": "jest"
},
"dependencies": {
"@aries-framework/core": "0.3.2",
"@aries-framework/core": "0.3.3",
"@types/express": "^4.17.15",
"express": "^4.17.1",
"ffi-napi": "^4.0.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/openid4vc-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@aries-framework/openid4vc-client",
"main": "build/index",
"types": "build/index",
"version": "0.3.2",
"version": "0.3.3",
"files": [
"build"
],
Expand All @@ -25,14 +25,14 @@
"test": "jest"
},
"dependencies": {
"@aries-framework/core": "0.3.2",
"@aries-framework/core": "0.3.3",
"@sphereon/openid4vci-client": "^0.3.6",
"class-transformer": "0.5.1",
"class-validator": "0.13.1"
},
"peerDependencies": {},
"devDependencies": {
"@aries-framework/node": "0.3.2",
"@aries-framework/node": "0.3.3",
"reflect-metadata": "^0.1.13",
"rimraf": "^4.0.7",
"typescript": "~4.9.4"
Expand Down
10 changes: 10 additions & 0 deletions packages/question-answer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.3](https://github.com/hyperledger/aries-framework-javascript/compare/v0.3.2...v0.3.3) (2023-01-18)

### Bug Fixes

- fix typing issues with typescript 4.9 ([#1214](https://github.com/hyperledger/aries-framework-javascript/issues/1214)) ([087980f](https://github.com/hyperledger/aries-framework-javascript/commit/087980f1adf3ee0bc434ca9782243a62c6124444))

### Features

- **indy-sdk:** add indy-sdk package ([#1200](https://github.com/hyperledger/aries-framework-javascript/issues/1200)) ([9933b35](https://github.com/hyperledger/aries-framework-javascript/commit/9933b35a6aa4524caef8a885e71b742cd0d7186b))

## [0.3.2](https://github.com/hyperledger/aries-framework-javascript/compare/v0.3.1...v0.3.2) (2023-01-04)

**Note:** Version bump only for package @aries-framework/question-answer
Expand Down
8 changes: 4 additions & 4 deletions packages/question-answer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@aries-framework/question-answer",
"main": "build/index",
"types": "build/index",
"version": "0.3.2",
"version": "0.3.3",
"files": [
"build"
],
Expand All @@ -24,13 +24,13 @@
"test": "jest"
},
"dependencies": {
"@aries-framework/core": "0.3.3",
"class-transformer": "0.5.1",
"class-validator": "0.13.1",
"rxjs": "^7.2.0",
"@aries-framework/core": "0.3.2"
"rxjs": "^7.2.0"
},
"devDependencies": {
"@aries-framework/node": "0.3.2",
"@aries-framework/node": "0.3.3",
"reflect-metadata": "^0.1.13",
"rimraf": "^4.0.7",
"typescript": "~4.9.4"
Expand Down
10 changes: 10 additions & 0 deletions packages/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.3](https://github.com/hyperledger/aries-framework-javascript/compare/v0.3.2...v0.3.3) (2023-01-18)

### Bug Fixes

- fix typing issues with typescript 4.9 ([#1214](https://github.com/hyperledger/aries-framework-javascript/issues/1214)) ([087980f](https://github.com/hyperledger/aries-framework-javascript/commit/087980f1adf3ee0bc434ca9782243a62c6124444))

### Features

- **indy-sdk:** add indy-sdk package ([#1200](https://github.com/hyperledger/aries-framework-javascript/issues/1200)) ([9933b35](https://github.com/hyperledger/aries-framework-javascript/commit/9933b35a6aa4524caef8a885e71b742cd0d7186b))

## [0.3.2](https://github.com/hyperledger/aries-framework-javascript/compare/v0.3.1...v0.3.2) (2023-01-04)

**Note:** Version bump only for package @aries-framework/react-native
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@aries-framework/react-native",
"main": "build/index",
"types": "build/index",
"version": "0.3.2",
"version": "0.3.3",
"files": [
"build"
],
Expand All @@ -24,7 +24,7 @@
"test": "jest"
},
"dependencies": {
"@aries-framework/core": "0.3.2",
"@aries-framework/core": "0.3.3",
"@azure/core-asynciterator-polyfill": "^1.0.0",
"events": "^3.3.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/tenants/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.3](https://github.com/hyperledger/aries-framework-javascript/compare/v0.3.2...v0.3.3) (2023-01-18)

### Bug Fixes

- fix typing issues with typescript 4.9 ([#1214](https://github.com/hyperledger/aries-framework-javascript/issues/1214)) ([087980f](https://github.com/hyperledger/aries-framework-javascript/commit/087980f1adf3ee0bc434ca9782243a62c6124444))

## [0.3.2](https://github.com/hyperledger/aries-framework-javascript/compare/v0.3.1...v0.3.2) (2023-01-04)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/tenants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@aries-framework/tenants",
"main": "build/index",
"types": "build/index",
"version": "0.3.2",
"version": "0.3.3",
"files": [
"build"
],
Expand All @@ -24,11 +24,11 @@
"test": "jest"
},
"dependencies": {
"@aries-framework/core": "0.3.2",
"@aries-framework/core": "0.3.3",
"async-mutex": "^0.3.2"
},
"devDependencies": {
"@aries-framework/node": "0.3.2",
"@aries-framework/node": "0.3.3",
"reflect-metadata": "^0.1.13",
"rimraf": "^4.0.7",
"typescript": "~4.9.4"
Expand Down
44 changes: 0 additions & 44 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,50 +10,6 @@
"@jridgewell/gen-mapping" "^0.1.0"
"@jridgewell/trace-mapping" "^0.3.9"

"@aries-framework/core@file:packages/core":
version "0.3.2"
dependencies:
"@digitalcredentials/jsonld" "^5.2.1"
"@digitalcredentials/jsonld-signatures" "^9.3.1"
"@digitalcredentials/vc" "^1.1.2"
"@multiformats/base-x" "^4.0.1"
"@stablelib/ed25519" "^1.0.2"
"@stablelib/random" "^1.0.1"
"@stablelib/sha256" "^1.0.1"
"@types/indy-sdk" "1.16.24"
"@types/node-fetch" "^2.5.10"
"@types/ws" "^7.4.6"
abort-controller "^3.0.0"
bn.js "^5.2.0"
borc "^3.0.0"
buffer "^6.0.3"
class-transformer "0.5.1"
class-validator "0.13.1"
did-resolver "^3.1.3"
lru_map "^0.4.1"
luxon "^1.27.0"
make-error "^1.3.6"
object-inspect "^1.10.3"
query-string "^7.0.1"
reflect-metadata "^0.1.13"
rxjs "^7.2.0"
tsyringe "^4.7.0"
uuid "^8.3.2"
varint "^6.0.0"
web-did-resolver "^2.0.8"

"@aries-framework/node@file:packages/node":
version "0.3.2"
dependencies:
"@aries-framework/core" "0.3.2"
"@types/express" "^4.17.15"
express "^4.17.1"
ffi-napi "^4.0.3"
indy-sdk "^1.16.0-dev-1636"
node-fetch "^2.6.1"
ref-napi "^3.0.3"
ws "^7.5.3"

"@azure/core-asynciterator-polyfill@^1.0.0":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@azure/core-asynciterator-polyfill/-/core-asynciterator-polyfill-1.0.2.tgz#0dd3849fb8d97f062a39db0e5cadc9ffaf861fec"
Expand Down

0 comments on commit 4a572fe

Please sign in to comment.