Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bclabum committed Apr 22, 2024
1 parent d5601e5 commit 5f275ff
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"@blockchain-lab-um/masca-types": "1.3.2"
},
"changesets": [
"calm-icons-develop",
"eleven-eyes-hide",
"five-poets-yell",
"rich-pandas-add",
"young-forks-jog"
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.3.2-beta.1

### Patch Changes

- [#629](https://github.com/blockchain-lab-um/masca/pull/629) [`d5601e5`](https://github.com/blockchain-lab-um/masca/commit/d5601e5a30ed2297b5b09507c72e23ca56328349) Thanks [@tadejpodrekar](https://github.com/tadejpodrekar)! - Replaced shared presentation verifying lib.

## 1.3.2-beta.0

### Patch Changes
Expand Down
28 changes: 21 additions & 7 deletions 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.3.2-beta.0",
"version": "1.3.2-beta.1",
"private": true,
"license": "(Apache-2.0 AND MIT)",
"type": "commonjs",
Expand Down Expand Up @@ -98,7 +98,9 @@
},
"nx": {
"namedInputs": {
"default": ["{projectRoot}/**/*"],
"default": [
"{projectRoot}/**/*"
],
"production": [
"default",
"!{projectRoot}/sonar-project.properties",
Expand All @@ -110,13 +112,25 @@
},
"targets": {
"build": {
"inputs": ["production", "^production"],
"dependsOn": ["^build"],
"outputs": ["{projectRoot}/.next"]
"inputs": [
"production",
"^production"
],
"dependsOn": [
"^build"
],
"outputs": [
"{projectRoot}/.next"
]
},
"start": {
"inputs": ["production", "^production"],
"dependsOn": ["build"],
"inputs": [
"production",
"^production"
],
"dependsOn": [
"build"
],
"outputs": []
}
}
Expand Down
6 changes: 6 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.2.3-beta.1

### Patch Changes

- [#623](https://github.com/blockchain-lab-um/masca/pull/623) [`34fef30`](https://github.com/blockchain-lab-um/masca/commit/34fef30741b91440366ec7abe980c825a6ab01f5) Thanks [@tadejpodrekar](https://github.com/tadejpodrekar)! - Use external verification for verifyData rpc.

## 1.2.3-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.3-beta.0",
"version": "1.2.3-beta.1",
"description": "Snap for managing VCs and VPs in MetaMask",
"keywords": [
"MetaMask",
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.2.3-beta.0",
"version": "1.2.3-beta.1",
"description": "Snap for managing VCs and VPs in MetaMask",
"proposedName": "Masca",
"repository": {
Expand Down

0 comments on commit 5f275ff

Please sign in to comment.