From bd5efc629991766c207eeec3f8ca2a9337a4e61f Mon Sep 17 00:00:00 2001 From: Sphereon Date: Thu, 1 Aug 2024 12:16:21 +0000 Subject: [PATCH] chore(release): v0.3.0 --- CHANGELOG.md | 29 +++++++++++++++++++++++ lerna.json | 2 +- packages/core/CHANGELOG.md | 8 +++++++ packages/core/package.json | 2 +- packages/credential-branding/CHANGELOG.md | 23 ++++++++++++++++++ packages/credential-branding/package.json | 2 +- packages/ssi-react-native/CHANGELOG.md | 12 ++++++++++ packages/ssi-react-native/package.json | 4 ++-- packages/ssi-react/CHANGELOG.md | 16 +++++++++++++ packages/ssi-react/package.json | 2 +- pnpm-lock.yaml | 2 -- 11 files changed, 94 insertions(+), 8 deletions(-) create mode 100644 packages/credential-branding/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index fba4da3..a027307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.3.0](https://github.com/Sphereon-Opensource/UI-Components/compare/v0.2.0...v0.3.0) (2024-08-01) + +### Bug Fixes + +- (WIP) removed react-native support ([2b7f5ca](https://github.com/Sphereon-Opensource/UI-Components/commit/2b7f5cab03e93c7a3a26d880a5097f24e3149591)) +- added exports and moved the CredentialMapper functions to a separate file ([aec40fd](https://github.com/Sphereon-Opensource/UI-Components/commit/aec40fdcb7a471f93fa72e9b1fc626030b251d0a)) +- all values of a credential were being tried to download ([7373e54](https://github.com/Sphereon-Opensource/UI-Components/commit/7373e5479a2ef8e5d532460cc1750b02ab62bd97)) +- filename ([77e19ab](https://github.com/Sphereon-Opensource/UI-Components/commit/77e19abcc0279bd493c0a14c7313f5a5b9d9b8ad)) +- fixed react-native impl to be able to import in react env ([3f294ef](https://github.com/Sphereon-Opensource/UI-Components/commit/3f294efc86fe843b2fcb0cf3e0f971d273e7b596)) +- removed default value for logo's aspect ratio. added logic for using both maxHeight and maxWidth parameter for long or wide logo's ([6cb50a1](https://github.com/Sphereon-Opensource/UI-Components/commit/6cb50a157b9339ce3bd221b0d9c9bdb52411c306)) +- updated logic for getting the issuerAlias ([d8b6eef](https://github.com/Sphereon-Opensource/UI-Components/commit/d8b6eef1718b727f7a6fb17fe98069e4899b5900)) +- updated logic for getting the issuerAlias ([37957a2](https://github.com/Sphereon-Opensource/UI-Components/commit/37957a25b31430f21ed987d77e7a6bc06b0bea8b)) +- updated logo component for showing long logos ([5b23976](https://github.com/Sphereon-Opensource/UI-Components/commit/5b2397677779f1ab13907aee5bda1384bb526120)) + +### Features + +- Add more json form options, and make data typed ([4d42999](https://github.com/Sphereon-Opensource/UI-Components/commit/4d42999bd78f2b42370302f1a1ad1aa9b762d33c)) +- added back the react-native handler for the CredentialMapper ([5f7746b](https://github.com/Sphereon-Opensource/UI-Components/commit/5f7746b335cc357bbd00aaa845223cf3702b3d1a)) +- added credential-branding module ([d12a4c2](https://github.com/Sphereon-Opensource/UI-Components/commit/d12a4c254bdac07b82d9944b954d3a87063b8a22)) +- Added pencil icon ([fe3642a](https://github.com/Sphereon-Opensource/UI-Components/commit/fe3642ad564aa14221ac0f9420813cac197f1ba8)) +- added ViewIcon & CopyIcon ([b64bc39](https://github.com/Sphereon-Opensource/UI-Components/commit/b64bc39f2979e1c9075053c430f28dd25d12c990)) +- components for SIOP VP flow screens ([7104a28](https://github.com/Sphereon-Opensource/UI-Components/commit/7104a28f1549d022c833aa7ac680c3152cb05626)) +- Improvements to credential details ([ca335e2](https://github.com/Sphereon-Opensource/UI-Components/commit/ca335e2df3ecc7db5d9ee3cc7487beb31d1d2ea9)) +- Improvements to credential details ([57a0065](https://github.com/Sphereon-Opensource/UI-Components/commit/57a0065e4573713efb46be568e764928f8bac8f7)) +- Improvements to credential json view ([4ab33de](https://github.com/Sphereon-Opensource/UI-Components/commit/4ab33de23ad70def6090cfdfbc5039f1852f6581)) +- Improvements to credential json view ([ed8f4d9](https://github.com/Sphereon-Opensource/UI-Components/commit/ed8f4d92f564f5bca2a80e328ec34afd71576c42)) +- refactor work and small formView additions ([0c3e560](https://github.com/Sphereon-Opensource/UI-Components/commit/0c3e560dd1878d1aa7a6074a7d2838816569a296)) +- update to rn 0.74 and latest styled components ([4f37b20](https://github.com/Sphereon-Opensource/UI-Components/commit/4f37b208cf3a2e90a109d7e76b174a2ed674b466)) + # [0.2.0](https://github.com/Sphereon-Opensource/UI-Components/compare/v0.1.2...v0.2.0) (2024-04-30) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 3c7592a..ca59c6c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*"], - "version": "0.2.0", + "version": "0.3.0", "npmClient": "pnpm", "command": { "publish": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 9b47ee9..424ff4b 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.3.0](https://github.com/Sphereon-Opensource/UI-Components/compare/v0.2.0...v0.3.0) (2024-08-01) + +### Features + +- added credential-branding module ([d12a4c2](https://github.com/Sphereon-Opensource/UI-Components/commit/d12a4c254bdac07b82d9944b954d3a87063b8a22)) +- refactor work and small formView additions ([0c3e560](https://github.com/Sphereon-Opensource/UI-Components/commit/0c3e560dd1878d1aa7a6074a7d2838816569a296)) +- update to rn 0.74 and latest styled components ([4f37b20](https://github.com/Sphereon-Opensource/UI-Components/commit/4f37b208cf3a2e90a109d7e76b174a2ed674b466)) + # [0.2.0](https://github.com/Sphereon-Opensource/UI-Components/compare/v0.1.2...v0.2.0) (2024-04-30) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index 12478a3..fca95bf 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@sphereon/ui-components.core", "private": false, - "version": "0.2.0", + "version": "0.3.0", "description": "SSI UI components Core", "repository": "git@github.com:Sphereon-Opensource/UI-Components.git", "author": "Sphereon ", diff --git a/packages/credential-branding/CHANGELOG.md b/packages/credential-branding/CHANGELOG.md new file mode 100644 index 0000000..436eee5 --- /dev/null +++ b/packages/credential-branding/CHANGELOG.md @@ -0,0 +1,23 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.3.0](https://github.com/Sphereon-Opensource/UI-Components/compare/v0.2.0...v0.3.0) (2024-08-01) + +### Bug Fixes + +- (WIP) removed react-native support ([2b7f5ca](https://github.com/Sphereon-Opensource/UI-Components/commit/2b7f5cab03e93c7a3a26d880a5097f24e3149591)) +- added exports and moved the CredentialMapper functions to a separate file ([aec40fd](https://github.com/Sphereon-Opensource/UI-Components/commit/aec40fdcb7a471f93fa72e9b1fc626030b251d0a)) +- all values of a credential were being tried to download ([7373e54](https://github.com/Sphereon-Opensource/UI-Components/commit/7373e5479a2ef8e5d532460cc1750b02ab62bd97)) +- updated logic for getting the issuerAlias ([d8b6eef](https://github.com/Sphereon-Opensource/UI-Components/commit/d8b6eef1718b727f7a6fb17fe98069e4899b5900)) +- updated logic for getting the issuerAlias ([37957a2](https://github.com/Sphereon-Opensource/UI-Components/commit/37957a25b31430f21ed987d77e7a6bc06b0bea8b)) + +### Features + +- added back the react-native handler for the CredentialMapper ([5f7746b](https://github.com/Sphereon-Opensource/UI-Components/commit/5f7746b335cc357bbd00aaa845223cf3702b3d1a)) +- added credential-branding module ([d12a4c2](https://github.com/Sphereon-Opensource/UI-Components/commit/d12a4c254bdac07b82d9944b954d3a87063b8a22)) +- Improvements to credential details ([ca335e2](https://github.com/Sphereon-Opensource/UI-Components/commit/ca335e2df3ecc7db5d9ee3cc7487beb31d1d2ea9)) +- Improvements to credential details ([57a0065](https://github.com/Sphereon-Opensource/UI-Components/commit/57a0065e4573713efb46be568e764928f8bac8f7)) +- Improvements to credential json view ([ed8f4d9](https://github.com/Sphereon-Opensource/UI-Components/commit/ed8f4d92f564f5bca2a80e328ec34afd71576c42)) +- update to rn 0.74 and latest styled components ([4f37b20](https://github.com/Sphereon-Opensource/UI-Components/commit/4f37b208cf3a2e90a109d7e76b174a2ed674b466)) diff --git a/packages/credential-branding/package.json b/packages/credential-branding/package.json index 02fe705..8828198 100644 --- a/packages/credential-branding/package.json +++ b/packages/credential-branding/package.json @@ -1,7 +1,7 @@ { "name": "@sphereon/ui-components.credential-branding", "private": false, - "version": "0.2.0", + "version": "0.3.0", "description": "SSI UI components credential branding", "repository": "git@github.com:Sphereon-Opensource/UI-Components.git", "author": "Sphereon ", diff --git a/packages/ssi-react-native/CHANGELOG.md b/packages/ssi-react-native/CHANGELOG.md index 9313c37..987b3fc 100644 --- a/packages/ssi-react-native/CHANGELOG.md +++ b/packages/ssi-react-native/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.3.0](https://github.com/Sphereon-Opensource/UI-Components/compare/v0.2.0...v0.3.0) (2024-08-01) + +### Bug Fixes + +- removed default value for logo's aspect ratio. added logic for using both maxHeight and maxWidth parameter for long or wide logo's ([6cb50a1](https://github.com/Sphereon-Opensource/UI-Components/commit/6cb50a157b9339ce3bd221b0d9c9bdb52411c306)) +- updated logo component for showing long logos ([5b23976](https://github.com/Sphereon-Opensource/UI-Components/commit/5b2397677779f1ab13907aee5bda1384bb526120)) + +### Features + +- refactor work and small formView additions ([0c3e560](https://github.com/Sphereon-Opensource/UI-Components/commit/0c3e560dd1878d1aa7a6074a7d2838816569a296)) +- update to rn 0.74 and latest styled components ([4f37b20](https://github.com/Sphereon-Opensource/UI-Components/commit/4f37b208cf3a2e90a109d7e76b174a2ed674b466)) + # [0.2.0](https://github.com/Sphereon-Opensource/UI-Components/compare/v0.1.2...v0.2.0) (2024-04-30) ### Features diff --git a/packages/ssi-react-native/package.json b/packages/ssi-react-native/package.json index 8c08a4f..78f9c99 100644 --- a/packages/ssi-react-native/package.json +++ b/packages/ssi-react-native/package.json @@ -1,7 +1,7 @@ { "name": "@sphereon/ui-components.ssi-react-native", "private": false, - "version": "0.2.0", + "version": "0.3.0", "description": "SSI UI components for React-Native", "repository": "git@github.com:Sphereon-Opensource/UI-Components.git", "author": "Sphereon ", @@ -38,8 +38,8 @@ "styled-components": "^6.1.12" }, "devDependencies": { - "expo": "^51.0.22", "@types/react": "~18.2.79", + "expo": "^51.0.22", "typescript": "~5.3.3" }, "peerDependencies": { diff --git a/packages/ssi-react/CHANGELOG.md b/packages/ssi-react/CHANGELOG.md index 5c32518..08daab5 100644 --- a/packages/ssi-react/CHANGELOG.md +++ b/packages/ssi-react/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.3.0](https://github.com/Sphereon-Opensource/UI-Components/compare/v0.2.0...v0.3.0) (2024-08-01) + +### Bug Fixes + +- filename ([77e19ab](https://github.com/Sphereon-Opensource/UI-Components/commit/77e19abcc0279bd493c0a14c7313f5a5b9d9b8ad)) + +### Features + +- Add more json form options, and make data typed ([4d42999](https://github.com/Sphereon-Opensource/UI-Components/commit/4d42999bd78f2b42370302f1a1ad1aa9b762d33c)) +- Added pencil icon ([fe3642a](https://github.com/Sphereon-Opensource/UI-Components/commit/fe3642ad564aa14221ac0f9420813cac197f1ba8)) +- added ViewIcon & CopyIcon ([b64bc39](https://github.com/Sphereon-Opensource/UI-Components/commit/b64bc39f2979e1c9075053c430f28dd25d12c990)) +- Improvements to credential json view ([4ab33de](https://github.com/Sphereon-Opensource/UI-Components/commit/4ab33de23ad70def6090cfdfbc5039f1852f6581)) +- Improvements to credential json view ([ed8f4d9](https://github.com/Sphereon-Opensource/UI-Components/commit/ed8f4d92f564f5bca2a80e328ec34afd71576c42)) +- refactor work and small formView additions ([0c3e560](https://github.com/Sphereon-Opensource/UI-Components/commit/0c3e560dd1878d1aa7a6074a7d2838816569a296)) +- update to rn 0.74 and latest styled components ([4f37b20](https://github.com/Sphereon-Opensource/UI-Components/commit/4f37b208cf3a2e90a109d7e76b174a2ed674b466)) + # [0.2.0](https://github.com/Sphereon-Opensource/UI-Components/compare/v0.1.2...v0.2.0) (2024-04-30) ### Bug Fixes diff --git a/packages/ssi-react/package.json b/packages/ssi-react/package.json index de400ee..a48ea5c 100644 --- a/packages/ssi-react/package.json +++ b/packages/ssi-react/package.json @@ -1,7 +1,7 @@ { "name": "@sphereon/ui-components.ssi-react", "private": false, - "version": "0.2.0", + "version": "0.3.0", "description": "SSI UI components for React", "repository": "git@github.com:Sphereon-Opensource/UI-Components.git", "author": "Sphereon ", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 42e35f4..1d051bb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,7 +11,6 @@ overrides: '@sphereon/ssi-types': 0.29.0 importers: - .: devDependencies: lerna: @@ -227,7 +226,6 @@ importers: version: 5.3.3 packages: - /@ampproject/remapping@2.3.0: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'}