diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..0ab7825d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.0.3](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v2.0.2...v2.0.3) (2024-02-20) + + +### Bug Fixes + +* update versioning ([058a562](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/058a5623e9fad3ef37fd3b1a0627a98fa7b3d59e)) diff --git a/lerna.json b/lerna.json index 90623915..b452c50b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,10 +1,12 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "2.0.2", + "version": "2.0.3", "npmClient": "pnpm", "exact": true, "message": "chore(release): %s", - "packages": ["packages/*"], + "packages": [ + "packages/*" + ], "command": { "publish": { "conventionalCommits": true diff --git a/packages/broswer-crypto/CHANGELOG.md b/packages/broswer-crypto/CHANGELOG.md new file mode 100644 index 00000000..10d26e60 --- /dev/null +++ b/packages/broswer-crypto/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.0.3](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v2.0.2...v2.0.3) (2024-02-20) + +**Note:** Version bump only for package @hopae/sd-jwt-browser-crypto diff --git a/packages/broswer-crypto/package.json b/packages/broswer-crypto/package.json index 87b520ef..3a292e90 100644 --- a/packages/broswer-crypto/package.json +++ b/packages/broswer-crypto/package.json @@ -1,6 +1,6 @@ { "name": "@hopae/sd-jwt-browser-crypto", - "version": "2.0.2", + "version": "2.0.3", "description": "sd-jwt draft 7 implementation in typescript", "main": "dist/index.js", "module": "dist/index.mjs", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md new file mode 100644 index 00000000..5c15e7ee --- /dev/null +++ b/packages/core/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.0.3](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v2.0.2...v2.0.3) (2024-02-20) + +**Note:** Version bump only for package @hopae/sd-jwt-core diff --git a/packages/core/package.json b/packages/core/package.json index bafa1b7e..a332f9d3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@hopae/sd-jwt-core", - "version": "2.0.2", + "version": "2.0.3", "description": "sd-jwt draft 7 implementation in typescript", "main": "dist/index.js", "module": "dist/index.mjs", diff --git a/packages/decode/CHANGELOG.md b/packages/decode/CHANGELOG.md new file mode 100644 index 00000000..2a7e650e --- /dev/null +++ b/packages/decode/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.0.3](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v2.0.2...v2.0.3) (2024-02-20) + +**Note:** Version bump only for package @hopae/sd-jwt-decode diff --git a/packages/decode/package.json b/packages/decode/package.json index 4fd31928..30406a67 100644 --- a/packages/decode/package.json +++ b/packages/decode/package.json @@ -1,6 +1,6 @@ { "name": "@hopae/sd-jwt-decode", - "version": "2.0.2", + "version": "2.0.3", "description": "sd-jwt draft 7 implementation in typescript", "main": "dist/index.js", "module": "dist/index.mjs", diff --git a/packages/hash/CHANGELOG.md b/packages/hash/CHANGELOG.md new file mode 100644 index 00000000..f9938280 --- /dev/null +++ b/packages/hash/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.0.3](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v2.0.2...v2.0.3) (2024-02-20) + +**Note:** Version bump only for package @hopae/sd-jwt-hash diff --git a/packages/hash/package.json b/packages/hash/package.json index ee479f3f..d983da1f 100644 --- a/packages/hash/package.json +++ b/packages/hash/package.json @@ -1,6 +1,6 @@ { "name": "@hopae/sd-jwt-hash", - "version": "2.0.2", + "version": "2.0.3", "description": "sd-jwt draft 7 implementation in typescript", "main": "dist/index.js", "module": "dist/index.mjs", diff --git a/packages/node-crypto/CHANGELOG.md b/packages/node-crypto/CHANGELOG.md new file mode 100644 index 00000000..c7838fff --- /dev/null +++ b/packages/node-crypto/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.0.3](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v2.0.2...v2.0.3) (2024-02-20) + +**Note:** Version bump only for package @hopae/sd-jwt-node-crypto diff --git a/packages/node-crypto/package.json b/packages/node-crypto/package.json index baee013a..bf8068b0 100644 --- a/packages/node-crypto/package.json +++ b/packages/node-crypto/package.json @@ -1,6 +1,6 @@ { "name": "@hopae/sd-jwt-node-crypto", - "version": "2.0.2", + "version": "2.0.3", "description": "sd-jwt draft 7 implementation in typescript", "main": "dist/index.js", "module": "dist/index.mjs", diff --git a/packages/present/CHANGELOG.md b/packages/present/CHANGELOG.md new file mode 100644 index 00000000..a270ad4f --- /dev/null +++ b/packages/present/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.0.3](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v2.0.2...v2.0.3) (2024-02-20) + +**Note:** Version bump only for package @hopae/sd-jwt-present diff --git a/packages/present/package.json b/packages/present/package.json index b6cdf3d1..00662d90 100644 --- a/packages/present/package.json +++ b/packages/present/package.json @@ -1,6 +1,6 @@ { "name": "@hopae/sd-jwt-present", - "version": "2.0.2", + "version": "2.0.3", "description": "sd-jwt draft 7 implementation in typescript", "main": "dist/index.js", "module": "dist/index.mjs", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md new file mode 100644 index 00000000..3801ed1a --- /dev/null +++ b/packages/types/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.0.3](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v2.0.2...v2.0.3) (2024-02-20) + +**Note:** Version bump only for package @hopae/sd-jwt-type diff --git a/packages/types/package.json b/packages/types/package.json index 85a7b599..1575fd9b 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@hopae/sd-jwt-type", - "version": "2.0.2", + "version": "2.0.3", "description": "sd-jwt draft 7 implementation in typescript", "main": "dist/index.js", "module": "dist/index.mjs", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md new file mode 100644 index 00000000..3278e34d --- /dev/null +++ b/packages/utils/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.0.3](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v2.0.2...v2.0.3) (2024-02-20) + +**Note:** Version bump only for package @hopae/sd-jwt-util diff --git a/packages/utils/package.json b/packages/utils/package.json index 1d10dd86..2503cfd1 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@hopae/sd-jwt-util", - "version": "2.0.2", + "version": "2.0.3", "description": "sd-jwt draft 7 implementation in typescript", "main": "dist/index.js", "module": "dist/index.mjs",