Skip to content

Commit

Permalink
chore: version packages (beta) (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
bclabum authored Mar 17, 2024
1 parent 96ba0ab commit cb5ae47
Show file tree
Hide file tree
Showing 21 changed files with 149 additions and 47 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
},
"changesets": [
"gorgeous-cougars-marry",
"strong-pens-thank"
"strong-pens-thank",
"warm-jeans-sit",
"witty-apes-repair"
]
}
9 changes: 9 additions & 0 deletions libs/did-provider-key/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.0.8-beta.1

### Patch Changes

- [#589](https://github.com/blockchain-lab-um/masca/pull/589) [`96ba0ab`](https://github.com/blockchain-lab-um/masca/commit/96ba0ab2da593844a988e71316529e7f1c1e02ba) Thanks [@andyv09](https://github.com/andyv09)! - Build packages with Tsup

- Updated dependencies [[`96ba0ab`](https://github.com/blockchain-lab-um/masca/commit/96ba0ab2da593844a988e71316529e7f1c1e02ba)]:
- @blockchain-lab-um/utils@1.3.8-beta.0

## 1.0.8-beta.0

### Patch Changes
Expand Down
11 changes: 8 additions & 3 deletions libs/did-provider-key/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/did-provider-key",
"version": "1.0.8-beta.0",
"version": "1.0.8-beta.1",
"private": false,
"description": "Veramo plugin for the key did method (with added support for EBSI)",
"keywords": [],
Expand All @@ -19,7 +19,12 @@
"module": "./dist/index.js",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"files": ["dist/**", "README.md", "package.json", "CHANGELOG.md"],
"files": [
"dist/**",
"README.md",
"package.json",
"CHANGELOG.md"
],
"scripts": {
"build": "pnpm clean && pnpm compile",
"clean": "rimraf dist",
Expand All @@ -30,7 +35,7 @@
"test:ci": "pnpm run test"
},
"dependencies": {
"@blockchain-lab-um/utils": "1.3.7",
"@blockchain-lab-um/utils": "1.3.8-beta.0",
"@cef-ebsi/key-did-resolver": "^2.0.0",
"@stablelib/ed25519": "^1.0.3",
"@veramo/core": "5.6.1-next.57",
Expand Down
11 changes: 11 additions & 0 deletions libs/extended-verification/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @blockchain-lab-um/extended-verification

## 0.1.1-beta.1

### Patch Changes

- [#589](https://github.com/blockchain-lab-um/masca/pull/589) [`96ba0ab`](https://github.com/blockchain-lab-um/masca/commit/96ba0ab2da593844a988e71316529e7f1c1e02ba) Thanks [@andyv09](https://github.com/andyv09)! - Build packages with Tsup

- Updated dependencies [[`96ba0ab`](https://github.com/blockchain-lab-um/masca/commit/96ba0ab2da593844a988e71316529e7f1c1e02ba)]:
- @blockchain-lab-um/did-provider-key@1.0.8-beta.1
- @blockchain-lab-um/utils@1.3.8-beta.0
- @blockchain-lab-um/masca-types@1.3.1-beta.1

## 0.1.1-beta.0

### Patch Changes
Expand Down
15 changes: 10 additions & 5 deletions 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.0",
"version": "0.1.1-beta.1",
"private": false,
"description": "",
"keywords": [],
Expand All @@ -19,7 +19,12 @@
"module": "./dist/index.js",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"files": ["dist/**", "README.md", "package.json", "CHANGELOG.md"],
"files": [
"dist/**",
"README.md",
"package.json",
"CHANGELOG.md"
],
"scripts": {
"build": "pnpm clean && pnpm compile",
"clean": "rimraf dist",
Expand All @@ -30,9 +35,9 @@
"test:ci": "pnpm run test"
},
"dependencies": {
"@blockchain-lab-um/did-provider-key": "1.0.8-beta.0",
"@blockchain-lab-um/masca-types": "1.3.1-beta.0",
"@blockchain-lab-um/utils": "1.3.7",
"@blockchain-lab-um/did-provider-key": "1.0.8-beta.1",
"@blockchain-lab-um/masca-types": "1.3.1-beta.1",
"@blockchain-lab-um/utils": "1.3.8-beta.0",
"@veramo/core": "5.6.0",
"@veramo/credential-eip712": "5.6.0",
"@veramo/credential-status": "5.4.1",
Expand Down
7 changes: 7 additions & 0 deletions libs/oidc/client-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @blockchain-lab-um/oidc-client-plugin

## 0.3.1-beta.0

### Patch Changes

- Updated dependencies [[`96ba0ab`](https://github.com/blockchain-lab-um/masca/commit/96ba0ab2da593844a988e71316529e7f1c1e02ba)]:
- @blockchain-lab-um/utils@1.3.8-beta.0

## 0.3.0

### Minor Changes
Expand Down
11 changes: 8 additions & 3 deletions libs/oidc/client-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"name": "@blockchain-lab-um/oidc-client-plugin",
"version": "0.3.0",
"version": "0.3.1-beta.0",
"license": "(Apache-2.0 AND MIT)",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"files": ["dist/", "README.md", "CHANGELOG.md", "package.json"],
"files": [
"dist/",
"README.md",
"CHANGELOG.md",
"package.json"
],
"scripts": {
"build": "pnpm clean && pnpm compile",
"clean": "rimraf dist",
Expand All @@ -21,7 +26,7 @@
},
"dependencies": {
"@blockchain-lab-um/oidc-types": "0.0.8",
"@blockchain-lab-um/utils": "1.3.7",
"@blockchain-lab-um/utils": "1.3.8-beta.0",
"@sphereon/pex": "^2.0.1",
"@veramo/core": "5.6.1-next.57",
"@veramo/utils": "5.6.1-next.57",
Expand Down
6 changes: 6 additions & 0 deletions libs/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.3.8-beta.0

### Patch Changes

- [#589](https://github.com/blockchain-lab-um/masca/pull/589) [`96ba0ab`](https://github.com/blockchain-lab-um/masca/commit/96ba0ab2da593844a988e71316529e7f1c1e02ba) Thanks [@andyv09](https://github.com/andyv09)! - Build packages with Tsup

## 1.3.7

### Patch Changes
Expand Down
9 changes: 7 additions & 2 deletions libs/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/utils",
"version": "1.3.7",
"version": "1.3.8-beta.0",
"private": false,
"description": "Helper utilities for Masca monorepo",
"keywords": [],
Expand All @@ -19,7 +19,12 @@
"module": "./dist/index.js",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"files": ["dist/**", "README.md", "package.json", "CHANGELOG.md"],
"files": [
"dist/**",
"README.md",
"package.json",
"CHANGELOG.md"
],
"scripts": {
"build": "pnpm clean && pnpm compile",
"clean": "rimraf dist",
Expand Down
8 changes: 8 additions & 0 deletions packages/connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.3.1-beta.1

### Patch Changes

- Updated dependencies [[`96ba0ab`](https://github.com/blockchain-lab-um/masca/commit/96ba0ab2da593844a988e71316529e7f1c1e02ba)]:
- @blockchain-lab-um/utils@1.3.8-beta.0
- @blockchain-lab-um/masca-types@1.3.1-beta.1

## 1.3.1-beta.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/masca-connector",
"version": "1.3.1-beta.0",
"version": "1.3.1-beta.1",
"description": "Library for using Masca on the frontend",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -40,8 +40,8 @@
"prepack": "pnpm build"
},
"dependencies": {
"@blockchain-lab-um/masca-types": "1.3.1-beta.0",
"@blockchain-lab-um/utils": "1.3.7",
"@blockchain-lab-um/masca-types": "1.3.1-beta.1",
"@blockchain-lab-um/utils": "1.3.8-beta.0",
"@didtools/pkh-ethereum": "0.4.0",
"@veramo/core": "5.6.1-next.57",
"did-session": "2.0.1",
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.2.1-beta.1

### Patch Changes

- Updated dependencies [[`96ba0ab`](https://github.com/blockchain-lab-um/masca/commit/96ba0ab2da593844a988e71316529e7f1c1e02ba)]:
- @blockchain-lab-um/did-provider-key@1.0.8-beta.1
- @blockchain-lab-um/masca-connector@1.3.1-beta.1

## 1.2.1-beta.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "1.2.1-beta.1",
"private": true,
"license": "(Apache-2.0 AND MIT)",
"type": "commonjs",
Expand All @@ -17,8 +17,8 @@
"supabase:generate": "supabase gen types typescript --project-id vfxyvzkprpeegheyapzg --schema public > src/utils/supabase/database.types.ts"
},
"dependencies": {
"@blockchain-lab-um/did-provider-key": "1.0.8-beta.0",
"@blockchain-lab-um/masca-connector": "1.3.1-beta.0",
"@blockchain-lab-um/did-provider-key": "1.0.8-beta.1",
"@blockchain-lab-um/masca-connector": "1.3.1-beta.1",
"@blockchain-lab-um/oidc-types": "0.0.8",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/datamanager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.0.2-beta.0

### Patch Changes

- [#589](https://github.com/blockchain-lab-um/masca/pull/589) [`96ba0ab`](https://github.com/blockchain-lab-um/masca/commit/96ba0ab2da593844a988e71316529e7f1c1e02ba) Thanks [@andyv09](https://github.com/andyv09)! - Build packages with Tsup

## 1.0.1

### Patch Changes
Expand Down
9 changes: 7 additions & 2 deletions packages/datamanager/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"name": "@blockchain-lab-um/veramo-datamanager",
"version": "1.0.1",
"version": "1.0.2-beta.0",
"license": "(Apache-2.0 AND MIT)",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"files": ["dist/**", "README.md", "package.json", "CHANGELOG.md"],
"files": [
"dist/**",
"README.md",
"package.json",
"CHANGELOG.md"
],
"scripts": {
"build": "pnpm clean && pnpm compile",
"clean": "rimraf dist",
Expand Down
13 changes: 13 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 1.2.1-beta.1

### Patch Changes

- [#589](https://github.com/blockchain-lab-um/masca/pull/589) [`96ba0ab`](https://github.com/blockchain-lab-um/masca/commit/96ba0ab2da593844a988e71316529e7f1c1e02ba) Thanks [@andyv09](https://github.com/andyv09)! - Added migration for legacy state when importing state

- Updated dependencies [[`96ba0ab`](https://github.com/blockchain-lab-um/masca/commit/96ba0ab2da593844a988e71316529e7f1c1e02ba)]:
- @blockchain-lab-um/did-provider-key@1.0.8-beta.1
- @blockchain-lab-um/veramo-datamanager@1.0.2-beta.0
- @blockchain-lab-um/utils@1.3.8-beta.0
- @blockchain-lab-um/oidc-client-plugin@0.3.1-beta.0
- @blockchain-lab-um/masca-types@1.3.1-beta.1

## 1.2.1-beta.0

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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.1-beta.0",
"version": "1.2.1-beta.1",
"description": "Snap for managing VCs and VPs in MetaMask",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -55,12 +55,12 @@
},
"dependencies": {
"@0xpolygonid/js-sdk": "1.0.3",
"@blockchain-lab-um/did-provider-key": "1.0.8-beta.0",
"@blockchain-lab-um/masca-types": "1.3.1-beta.0",
"@blockchain-lab-um/oidc-client-plugin": "0.3.0",
"@blockchain-lab-um/did-provider-key": "1.0.8-beta.1",
"@blockchain-lab-um/masca-types": "1.3.1-beta.1",
"@blockchain-lab-um/oidc-client-plugin": "0.3.1-beta.0",
"@blockchain-lab-um/oidc-types": "0.0.8",
"@blockchain-lab-um/utils": "1.3.7",
"@blockchain-lab-um/veramo-datamanager": "1.0.1",
"@blockchain-lab-um/utils": "1.3.8-beta.0",
"@blockchain-lab-um/veramo-datamanager": "1.0.2-beta.0",
"@ceramicnetwork/http-client": "2.27.0",
"@glazed/did-datastore": "0.3.2",
"@iden3/js-iden3-core": "1.0.1",
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.0",
"version": "1.2.1-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": "CVm1yViB1CFAr/11FLiGrhV85R7GeDpy7WOiB9wvEik="
"shasum": "/c3Lib//0nRscH6ELFaE+sHmkrFg+sSn0VMZeA0Xw6s="
},
"initialPermissions": {
"endowment:ethereum-provider": {},
Expand Down
7 changes: 7 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.3.1-beta.1

### Patch Changes

- Updated dependencies [[`96ba0ab`](https://github.com/blockchain-lab-um/masca/commit/96ba0ab2da593844a988e71316529e7f1c1e02ba)]:
- @blockchain-lab-um/utils@1.3.8-beta.0

## 1.3.1-beta.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/masca-types",
"version": "1.3.1-beta.0",
"version": "1.3.1-beta.1",
"description": "Types for Masca",
"keywords": [
"ssi",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@0xpolygonid/js-sdk": "1.0.3",
"@blockchain-lab-um/utils": "1.3.7",
"@blockchain-lab-um/utils": "1.3.8-beta.0",
"@iden3/js-iden3-core": "1.0.1",
"@veramo/core": "5.6.1-next.57",
"typia": "^5.5.0"
Expand Down
Loading

0 comments on commit cb5ae47

Please sign in to comment.