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 24, 2024
1 parent 932f6aa commit 4cff4a2
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@
"grumpy-drinks-mix",
"late-radios-carry",
"lemon-bears-lay",
"lemon-snakes-taste",
"metal-carrots-try",
"nine-pens-cover",
"poor-walls-boil",
"rich-pandas-add",
"sixty-students-play",
"slow-cats-love",
"swift-roses-change",
"young-forks-jog"
]
Expand Down
8 changes: 8 additions & 0 deletions packages/dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @blockchain-lab-um/dapp

## 1.4.0-beta.2

### Patch Changes

- [#634](https://github.com/blockchain-lab-um/masca/pull/634) [`c829624`](https://github.com/blockchain-lab-um/masca/commit/c8296242be92d0a76e3d762f952d2d549a570ab0) Thanks [@pseudobun](https://github.com/pseudobun)! - Adds banner at the top of dapp.

- [#626](https://github.com/blockchain-lab-um/masca/pull/626) [`932f6aa`](https://github.com/blockchain-lab-um/masca/commit/932f6aa03cde4007a6e65100869e8403de525552) Thanks [@SinanovicEdis](https://github.com/SinanovicEdis)! - Improves dropdowns.

## 1.4.0-beta.1

### Minor 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.4.0-beta.1",
"version": "1.4.0-beta.2",
"private": true,
"license": "(Apache-2.0 AND MIT)",
"type": "commonjs",
Expand Down Expand Up @@ -106,7 +106,9 @@
},
"nx": {
"namedInputs": {
"default": ["{projectRoot}/**/*"],
"default": [
"{projectRoot}/**/*"
],
"production": [
"default",
"!{projectRoot}/sonar-project.properties",
Expand All @@ -118,13 +120,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
2 changes: 1 addition & 1 deletion packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"./files/circuits/credentialAtomicQuerySigV2/circuit_final.zkey",
"./files/circuits/credentialAtomicQuerySigV2/verification_key.json"
],
"shasum": "ojb0SBSAxtyw0jve30mjVcdByeY5rszbBwJlAfkvEuo="
"shasum": "u+nr7ibdYZD5QlMahxGKyxsupzLmYtNKP78kJmTrb0c="
},
"initialPermissions": {
"endowment:ethereum-provider": {},
Expand Down

0 comments on commit 4cff4a2

Please sign in to comment.