Skip to content

Commit

Permalink
chore: version packages (beta) (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
bclabum authored Jan 16, 2025
1 parent 9b1180f commit 71a4dd6
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 23 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"dull-cows-exist",
"eleven-eyes-hide",
"fair-elephants-float",
"fast-rats-change",
"fifty-toes-beam",
"five-goats-stare",
"five-poets-yell",
Expand All @@ -37,10 +38,13 @@
"plenty-moles-return",
"poor-walls-boil",
"rich-pandas-add",
"serious-swans-cough",
"shaggy-humans-bake",
"short-birds-hug",
"sixty-students-play",
"slow-cats-love",
"swift-roses-change",
"wicked-cherries-happen",
"wise-spoons-lie",
"young-forks-jog"
]
Expand Down
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.4.0-beta.2

### Minor Changes

- [#658](https://github.com/blockchain-lab-um/masca/pull/658) [`413bc9c`](https://github.com/blockchain-lab-um/masca/commit/413bc9c37e8742a3befb17b61a40b32992880746) Thanks [@martines3000](https://github.com/martines3000)! - Update handling of oidc auth requests.

## 0.4.0-beta.1

### Patch 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.4.0-beta.1",
"version": "0.4.0-beta.2",
"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.4.0-beta.3

### Patch Changes

- [#658](https://github.com/blockchain-lab-um/masca/pull/658) [`413bc9c`](https://github.com/blockchain-lab-um/masca/commit/413bc9c37e8742a3befb17b61a40b32992880746) Thanks [@martines3000](https://github.com/martines3000)! - Resolve missing intl translation

## 1.4.0-beta.2

### 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.4.0-beta.2",
"version": "1.4.0-beta.3",
"private": true,
"license": "(Apache-2.0 AND MIT)",
"type": "commonjs",
Expand Down
15 changes: 15 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 1.3.0-beta.3

### Minor Changes

- [#658](https://github.com/blockchain-lab-um/masca/pull/658) [`413bc9c`](https://github.com/blockchain-lab-um/masca/commit/413bc9c37e8742a3befb17b61a40b32992880746) Thanks [@martines3000](https://github.com/martines3000)! - Update handling of oidc auth requests.

- [#655](https://github.com/blockchain-lab-um/masca/pull/655) [`1e8c6a9`](https://github.com/blockchain-lab-um/masca/commit/1e8c6a990f090723ea0af4fa1ec44feef8e7c497) Thanks [@SinanovicEdis](https://github.com/SinanovicEdis)! - Replace old UI with jsx UI

- [`cdaa99e`](https://github.com/blockchain-lab-um/masca/commit/cdaa99e9098f404ac0eb80ac806329a8275fb57c) Thanks [@martines3000](https://github.com/martines3000)! - Fixes credential decoding in handleAuthorizationRequest

### Patch Changes

- Updated dependencies [[`413bc9c`](https://github.com/blockchain-lab-um/masca/commit/413bc9c37e8742a3befb17b61a40b32992880746)]:
- @blockchain-lab-um/oidc-client-plugin@0.4.0-beta.2

## 1.3.0-beta.2

### Patch 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.3.0-beta.2",
"version": "1.3.0-beta.3",
"description": "Snap for managing VCs and VPs in MetaMask",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@blockchain-lab-um/did-provider-key": "1.1.0-beta.1",
"@blockchain-lab-um/extended-verification": "0.2.0-beta.1",
"@blockchain-lab-um/masca-types": "1.4.0-beta.1",
"@blockchain-lab-um/oidc-client-plugin": "0.4.0-beta.1",
"@blockchain-lab-um/oidc-client-plugin": "0.4.0-beta.2",
"@blockchain-lab-um/oidc-types": "0.1.0-beta.0",
"@blockchain-lab-um/utils": "1.4.0-beta.1",
"@blockchain-lab-um/veramo-datamanager": "1.1.0-beta.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.0-beta.2",
"version": "1.3.0-beta.3",
"description": "Snap for managing VCs and VPs in MetaMask",
"proposedName": "Masca",
"repository": {
Expand Down
21 changes: 3 additions & 18 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 71a4dd6

Please sign in to comment.