Skip to content

Commit

Permalink
chore(release): v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sphereon-ci committed Aug 1, 2024
1 parent a9ad453 commit bd5efc6
Show file tree
Hide file tree
Showing 11 changed files with 94 additions and 8 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.2.0",
"version": "0.3.0",
"npmClient": "pnpm",
"command": {
"publish": {
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.

# [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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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 <dev@sphereon.com>",
Expand Down
23 changes: 23 additions & 0 deletions packages/credential-branding/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion packages/credential-branding/package.json
Original file line number Diff line number Diff line change
@@ -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 <dev@sphereon.com>",
Expand Down
12 changes: 12 additions & 0 deletions packages/ssi-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/ssi-react-native/package.json
Original file line number Diff line number Diff line change
@@ -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 <dev@sphereon.com>",
Expand Down Expand Up @@ -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": {
Expand Down
16 changes: 16 additions & 0 deletions packages/ssi-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ssi-react/package.json
Original file line number Diff line number Diff line change
@@ -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 <dev@sphereon.com>",
Expand Down
2 changes: 0 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd5efc6

Please sign in to comment.