From 121ac61d7f611756f2c4dce331ee98347fc2de2d Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 29 Jan 2025 09:46:18 +0000 Subject: [PATCH] chore(release): v0.9.2 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/browser-crypto/CHANGELOG.md | 8 ++++++++ packages/browser-crypto/package.json | 2 +- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package.json | 2 +- packages/decode/CHANGELOG.md | 8 ++++++++ packages/decode/package.json | 2 +- packages/hash/CHANGELOG.md | 8 ++++++++ packages/hash/package.json | 2 +- packages/jwt-status-list/CHANGELOG.md | 8 ++++++++ packages/jwt-status-list/package.json | 2 +- packages/node-crypto/CHANGELOG.md | 8 ++++++++ packages/node-crypto/package.json | 2 +- packages/present/CHANGELOG.md | 8 ++++++++ packages/present/package.json | 2 +- packages/sd-jwt-vc/CHANGELOG.md | 8 ++++++++ packages/sd-jwt-vc/package.json | 2 +- packages/types/CHANGELOG.md | 11 +++++++++++ packages/types/package.json | 2 +- packages/utils/CHANGELOG.md | 8 ++++++++ packages/utils/package.json | 2 +- 22 files changed, 105 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48d036d4..aad907b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.9.2](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.9.1...v0.9.2) (2025-01-29) + + +### Bug Fixes + +* Frame fails when a type with an optional or nullable field is used ([#272](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/272)) ([ed907e3](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/ed907e33c79f140268a03098af1e8c5cc1003ce9)) + + + + + ## [0.9.1](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.9.0...v0.9.1) (2024-12-13) diff --git a/lerna.json b/lerna.json index a5d25ea2..4df54daf 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.9.1", + "version": "0.9.2", "npmClient": "pnpm", "exact": true, "message": "chore(release): %s", diff --git a/packages/browser-crypto/CHANGELOG.md b/packages/browser-crypto/CHANGELOG.md index f1e6cb77..af945304 100644 --- a/packages/browser-crypto/CHANGELOG.md +++ b/packages/browser-crypto/CHANGELOG.md @@ -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. +## [0.9.2](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.9.1...v0.9.2) (2025-01-29) + +**Note:** Version bump only for package @sd-jwt/crypto-browser + + + + + ## [0.9.1](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.9.0...v0.9.1) (2024-12-13) **Note:** Version bump only for package @sd-jwt/crypto-browser diff --git a/packages/browser-crypto/package.json b/packages/browser-crypto/package.json index e634f6c3..26f45a59 100644 --- a/packages/browser-crypto/package.json +++ b/packages/browser-crypto/package.json @@ -1,6 +1,6 @@ { "name": "@sd-jwt/crypto-browser", - "version": "0.9.1", + "version": "0.9.2", "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 index 215cf1ac..87963115 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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. +## [0.9.2](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.9.1...v0.9.2) (2025-01-29) + +**Note:** Version bump only for package @sd-jwt/core + + + + + ## [0.9.1](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.9.0...v0.9.1) (2024-12-13) **Note:** Version bump only for package @sd-jwt/core diff --git a/packages/core/package.json b/packages/core/package.json index 87b375f1..db58ca95 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@sd-jwt/core", - "version": "0.9.1", + "version": "0.9.2", "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 index 8be3b64c..f6122fa1 100644 --- a/packages/decode/CHANGELOG.md +++ b/packages/decode/CHANGELOG.md @@ -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. +## [0.9.2](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.9.1...v0.9.2) (2025-01-29) + +**Note:** Version bump only for package @sd-jwt/decode + + + + + ## [0.9.1](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.9.0...v0.9.1) (2024-12-13) **Note:** Version bump only for package @sd-jwt/decode diff --git a/packages/decode/package.json b/packages/decode/package.json index 99988c77..7344814d 100644 --- a/packages/decode/package.json +++ b/packages/decode/package.json @@ -1,6 +1,6 @@ { "name": "@sd-jwt/decode", - "version": "0.9.1", + "version": "0.9.2", "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 index eda44c15..c1d0cd16 100644 --- a/packages/hash/CHANGELOG.md +++ b/packages/hash/CHANGELOG.md @@ -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. +## [0.9.2](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.9.1...v0.9.2) (2025-01-29) + +**Note:** Version bump only for package @sd-jwt/hash + + + + + ## [0.9.1](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.9.0...v0.9.1) (2024-12-13) **Note:** Version bump only for package @sd-jwt/hash diff --git a/packages/hash/package.json b/packages/hash/package.json index ddb3f811..ea0424b7 100644 --- a/packages/hash/package.json +++ b/packages/hash/package.json @@ -1,6 +1,6 @@ { "name": "@sd-jwt/hash", - "version": "0.9.1", + "version": "0.9.2", "description": "sd-jwt draft 7 implementation in typescript", "main": "dist/index.js", "module": "dist/index.mjs", diff --git a/packages/jwt-status-list/CHANGELOG.md b/packages/jwt-status-list/CHANGELOG.md index 1064fc21..8c7ab619 100644 --- a/packages/jwt-status-list/CHANGELOG.md +++ b/packages/jwt-status-list/CHANGELOG.md @@ -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. +## [0.9.2](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.9.1...v0.9.2) (2025-01-29) + +**Note:** Version bump only for package @sd-jwt/jwt-status-list + + + + + ## [0.9.1](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.9.0...v0.9.1) (2024-12-13) **Note:** Version bump only for package @sd-jwt/jwt-status-list diff --git a/packages/jwt-status-list/package.json b/packages/jwt-status-list/package.json index d454e5db..480067b1 100644 --- a/packages/jwt-status-list/package.json +++ b/packages/jwt-status-list/package.json @@ -1,6 +1,6 @@ { "name": "@sd-jwt/jwt-status-list", - "version": "0.9.1", + "version": "0.9.2", "description": "Implementation based on https://datatracker.ietf.org/doc/draft-ietf-oauth-status-list/", "main": "dist/index.js", "module": "dist/index.mjs", diff --git a/packages/node-crypto/CHANGELOG.md b/packages/node-crypto/CHANGELOG.md index 801dd531..4329c4d5 100644 --- a/packages/node-crypto/CHANGELOG.md +++ b/packages/node-crypto/CHANGELOG.md @@ -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. +## [0.9.2](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.9.1...v0.9.2) (2025-01-29) + +**Note:** Version bump only for package @sd-jwt/crypto-nodejs + + + + + ## [0.9.1](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.9.0...v0.9.1) (2024-12-13) **Note:** Version bump only for package @sd-jwt/crypto-nodejs diff --git a/packages/node-crypto/package.json b/packages/node-crypto/package.json index e09c0a9e..5eb36cfe 100644 --- a/packages/node-crypto/package.json +++ b/packages/node-crypto/package.json @@ -1,6 +1,6 @@ { "name": "@sd-jwt/crypto-nodejs", - "version": "0.9.1", + "version": "0.9.2", "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 index 93dd256b..68276485 100644 --- a/packages/present/CHANGELOG.md +++ b/packages/present/CHANGELOG.md @@ -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. +## [0.9.2](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.9.1...v0.9.2) (2025-01-29) + +**Note:** Version bump only for package @sd-jwt/present + + + + + ## [0.9.1](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.9.0...v0.9.1) (2024-12-13) **Note:** Version bump only for package @sd-jwt/present diff --git a/packages/present/package.json b/packages/present/package.json index 752f7c31..17391d85 100644 --- a/packages/present/package.json +++ b/packages/present/package.json @@ -1,6 +1,6 @@ { "name": "@sd-jwt/present", - "version": "0.9.1", + "version": "0.9.2", "description": "sd-jwt draft 7 implementation in typescript", "main": "dist/index.js", "module": "dist/index.mjs", diff --git a/packages/sd-jwt-vc/CHANGELOG.md b/packages/sd-jwt-vc/CHANGELOG.md index 0279408e..98e2fbe3 100644 --- a/packages/sd-jwt-vc/CHANGELOG.md +++ b/packages/sd-jwt-vc/CHANGELOG.md @@ -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. +## [0.9.2](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.9.1...v0.9.2) (2025-01-29) + +**Note:** Version bump only for package @sd-jwt/sd-jwt-vc + + + + + ## [0.9.1](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.9.0...v0.9.1) (2024-12-13) **Note:** Version bump only for package @sd-jwt/sd-jwt-vc diff --git a/packages/sd-jwt-vc/package.json b/packages/sd-jwt-vc/package.json index 47a583b0..bf1e98f7 100644 --- a/packages/sd-jwt-vc/package.json +++ b/packages/sd-jwt-vc/package.json @@ -1,6 +1,6 @@ { "name": "@sd-jwt/sd-jwt-vc", - "version": "0.9.1", + "version": "0.9.2", "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 index 74ee704f..5fd30e6d 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -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.9.2](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.9.1...v0.9.2) (2025-01-29) + + +### Bug Fixes + +* Frame fails when a type with an optional or nullable field is used ([#272](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/272)) ([ed907e3](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/ed907e33c79f140268a03098af1e8c5cc1003ce9)) + + + + + ## [0.9.1](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.9.0...v0.9.1) (2024-12-13) **Note:** Version bump only for package @sd-jwt/types diff --git a/packages/types/package.json b/packages/types/package.json index 2e36e760..58c00663 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@sd-jwt/types", - "version": "0.9.1", + "version": "0.9.2", "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 index 40e16517..f74fbe02 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -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. +## [0.9.2](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.9.1...v0.9.2) (2025-01-29) + +**Note:** Version bump only for package @sd-jwt/utils + + + + + ## [0.9.1](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.9.0...v0.9.1) (2024-12-13) **Note:** Version bump only for package @sd-jwt/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index 6c7758ba..28e2bb32 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@sd-jwt/utils", - "version": "0.9.1", + "version": "0.9.2", "description": "sd-jwt draft 7 implementation in typescript", "main": "dist/index.js", "module": "dist/index.mjs",