Skip to content

Commit

Permalink
chore: version packages (beta) (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
bclabum authored Dec 5, 2023
1 parent 27940d9 commit 5929343
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"@blockchain-lab-um/masca-types": "1.2.0"
},
"changesets": [
"chatty-plants-notice",
"chilled-bugs-remember",
"small-apples-invent",
"thin-donkeys-grin"
]
}
6 changes: 6 additions & 0 deletions libs/oidc/client-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @blockchain-lab-um/oidc-client-plugin

## 0.3.0-beta.0

### Minor Changes

- [#529](https://github.com/blockchain-lab-um/masca/pull/529) [`27940d9`](https://github.com/blockchain-lab-um/masca/commit/27940d9b52ac06716aa25a04715e4e5706f95a86) Thanks [@martines3000](https://github.com/martines3000)! - Resolve issue where presentation_definiton was not set when using presentation_definition_uri

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/oidc/client-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/oidc-client-plugin",
"version": "0.2.0",
"version": "0.3.0-beta.0",
"license": "(Apache-2.0 AND MIT)",
"type": "module",
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @blockchain-lab-um/dapp

## 1.2.0-beta.0

### Minor Changes

- [#521](https://github.com/blockchain-lab-um/masca/pull/521) [`3952981`](https://github.com/blockchain-lab-um/masca/commit/3952981e3d1404eee62a54a64358417c10482204) Thanks [@andyv09](https://github.com/andyv09)! - Add better popover for filtering VCs on dashboard

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/dapp",
"version": "1.1.1",
"version": "1.2.0-beta.0",
"private": true,
"license": "(Apache-2.0 AND MIT)",
"type": "commonjs",
Expand Down
9 changes: 9 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.2.0-beta.1

### Patch Changes

- [#526](https://github.com/blockchain-lab-um/masca/pull/526) [`9504781`](https://github.com/blockchain-lab-um/masca/commit/9504781766a5cf3e4a03b3bb5d137c40f728958c) Thanks [@andyv09](https://github.com/andyv09)! - Replaced @metamask/snaps-types, snaps-utils and snaps-ui with @metamask/snaps-sdk

- Updated dependencies [[`27940d9`](https://github.com/blockchain-lab-um/masca/commit/27940d9b52ac06716aa25a04715e4e5706f95a86)]:
- @blockchain-lab-um/oidc-client-plugin@0.3.0-beta.0

## 1.2.0-beta.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/masca",
"version": "1.2.0-beta.0",
"version": "1.2.0-beta.1",
"description": "Snap for managing VCs and VPs in MetaMask",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@0xpolygonid/js-sdk": "1.0.3",
"@blockchain-lab-um/did-provider-key": "1.0.8-beta.0",
"@blockchain-lab-um/masca-types": "1.2.0",
"@blockchain-lab-um/oidc-client-plugin": "0.2.0",
"@blockchain-lab-um/oidc-client-plugin": "0.3.0-beta.0",
"@blockchain-lab-um/oidc-types": "0.0.8",
"@blockchain-lab-um/utils": "1.3.7",
"@blockchain-lab-um/veramo-datamanager": "1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0-beta.0",
"version": "1.2.0-beta.1",
"description": "Snap for managing VCs and VPs in MetaMask",
"proposedName": "Masca",
"repository": {
Expand All @@ -26,7 +26,7 @@
"./files/circuits/credentialAtomicQuerySigV2/circuit_final.zkey",
"./files/circuits/credentialAtomicQuerySigV2/verification_key.json"
],
"shasum": "vgUkqk/lkN5CHHgEFyvWarJAZqW446jP/EGGG3XT4p0="
"shasum": "PT+2OnS1Y/P/mrJNPSHijGPUh/413+98dy3AvXAi0C4="
},
"initialPermissions": {
"endowment:ethereum-provider": {},
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 5929343

Please sign in to comment.