Skip to content

Commit

Permalink
chore: version packages (beta) (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
bclabum committed Mar 20, 2024
1 parent 1d11e8d commit 6bb9bb7
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
"@blockchain-lab-um/masca-types": "1.3.0"
},
"changesets": [
"giant-bags-draw",
"gorgeous-cougars-marry",
"late-needles-press",
"shiny-meals-talk",
"strong-pens-thank",
"warm-jeans-sit",
"witty-apes-repair"
Expand Down
6 changes: 6 additions & 0 deletions libs/extended-verification/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @blockchain-lab-um/extended-verification

## 0.1.1-beta.2

### Patch Changes

- [#553](https://github.com/blockchain-lab-um/masca/pull/553) [`1d11e8d`](https://github.com/blockchain-lab-um/masca/commit/1d11e8d73e9731410e6356b9aef24ad008446ab5) Thanks [@pseudobun](https://github.com/pseudobun)! - Adds public JSON RPC providers.

## 0.1.1-beta.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/extended-verification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/extended-verification",
"version": "0.1.1-beta.1",
"version": "0.1.1-beta.2",
"private": false,
"description": "",
"keywords": [],
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.0-beta.2

### Minor Changes

- [#553](https://github.com/blockchain-lab-um/masca/pull/553) [`1d11e8d`](https://github.com/blockchain-lab-um/masca/commit/1d11e8d73e9731410e6356b9aef24ad008446ab5) Thanks [@pseudobun](https://github.com/pseudobun)! - Adds campaigns feature.

## 1.2.1-beta.1

### 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.2.1-beta.1",
"version": "1.3.0-beta.2",
"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.1-beta.2

### Patch Changes

- [#553](https://github.com/blockchain-lab-um/masca/pull/553) [`1d11e8d`](https://github.com/blockchain-lab-um/masca/commit/1d11e8d73e9731410e6356b9aef24ad008446ab5) Thanks [@pseudobun](https://github.com/pseudobun)! - Sets default network to mainnet.

## 1.2.1-beta.1

### 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.1-beta.1",
"version": "1.2.1-beta.2",
"description": "Snap for managing VCs and VPs in MetaMask",
"keywords": [
"MetaMask",
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.1-beta.1",
"version": "1.2.1-beta.2",
"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": "/c3Lib//0nRscH6ELFaE+sHmkrFg+sSn0VMZeA0Xw6s="
"shasum": "wjdsUqRK+Su13uULfo70kSw0aWrZB+Qru/QNDV+LU2c="
},
"initialPermissions": {
"endowment:ethereum-provider": {},
Expand Down

0 comments on commit 6bb9bb7

Please sign in to comment.