Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bclabum committed Sep 12, 2023
1 parent a756e7d commit e7151a0
Show file tree
Hide file tree
Showing 23 changed files with 142 additions and 38 deletions.
14 changes: 13 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,17 @@
"@blockchain-lab-um/masca": "1.0.0",
"@blockchain-lab-um/masca-types": "1.0.0"
},
"changesets": []
"changesets": [
"chilly-boxes-sit",
"gold-forks-exercise",
"great-radios-love",
"heavy-timers-laugh",
"large-knives-rush",
"long-ligers-brush",
"moody-cheetahs-perform",
"plenty-balloons-talk",
"purple-jokes-hunt",
"rich-rings-impress",
"wicked-falcons-occur"
]
}
8 changes: 8 additions & 0 deletions apps/oidc/issuer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @blockchain-lab-um/oidc-issuer

## 0.0.9-beta.0

### Patch Changes

- Updated dependencies [[`16f202e`](https://github.com/blockchain-lab-um/masca/commit/16f202ed6f6d9d8f2ba55336d6ce7fbce0cba2c3)]:
- @blockchain-lab-um/utils@1.3.7-beta.0
- @blockchain-lab-um/did-provider-key@1.0.8-beta.0

## 0.0.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/oidc/issuer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/oidc-issuer",
"version": "0.0.8",
"version": "0.0.9-beta.0",
"private": true,
"description": "",
"license": "(Apache-2.0 AND MIT)",
Expand All @@ -25,10 +25,10 @@
"test:watch": "pnpm jest --watch"
},
"dependencies": {
"@blockchain-lab-um/did-provider-key": "1.0.7",
"@blockchain-lab-um/did-provider-key": "1.0.8-beta.0",
"@blockchain-lab-um/oidc-rp-plugin": "0.0.8",
"@blockchain-lab-um/oidc-types": "0.0.8",
"@blockchain-lab-um/utils": "1.3.6",
"@blockchain-lab-um/utils": "1.3.7-beta.0",
"@fastify/formbody": "^7.4.0",
"@nestjs/common": "^10.1.3",
"@nestjs/config": "^3.0.0",
Expand Down
7 changes: 7 additions & 0 deletions libs/did-provider-key/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.0.8-beta.0

### Patch Changes

- Updated dependencies [[`16f202e`](https://github.com/blockchain-lab-um/masca/commit/16f202ed6f6d9d8f2ba55336d6ce7fbce0cba2c3)]:
- @blockchain-lab-um/utils@1.3.7-beta.0

## 1.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.7",
"version": "1.0.8-beta.0",
"private": false,
"description": "Veramo plugin for the key did method (with added support for EBSI)",
"keywords": [],
Expand Down Expand Up @@ -37,7 +37,7 @@
"test:ci": "pnpm run test --silent --coverage"
},
"dependencies": {
"@blockchain-lab-um/utils": "1.3.6",
"@blockchain-lab-um/utils": "1.3.7-beta.0",
"@cef-ebsi/key-did-resolver": "^1.1.0",
"@stablelib/ed25519": "^1.0.3",
"@veramo/core": "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.1.1-beta.0

### Patch Changes

- Updated dependencies [[`16f202e`](https://github.com/blockchain-lab-um/masca/commit/16f202ed6f6d9d8f2ba55336d6ce7fbce0cba2c3)]:
- @blockchain-lab-um/utils@1.3.7-beta.0

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0",
"version": "0.1.1-beta.0",
"license": "(Apache-2.0 AND MIT)",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@blockchain-lab-um/oidc-types": "0.0.8",
"@blockchain-lab-um/utils": "1.3.6",
"@blockchain-lab-um/utils": "1.3.7-beta.0",
"@sphereon/pex": "^2.0.1",
"@veramo/core": "5.4.1",
"@veramo/utils": "5.4.1",
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.7-beta.0

### Patch Changes

- [#464](https://github.com/blockchain-lab-um/masca/pull/464) [`16f202e`](https://github.com/blockchain-lab-um/masca/commit/16f202ed6f6d9d8f2ba55336d6ce7fbce0cba2c3) Thanks [@tadejpodrekar](https://github.com/tadejpodrekar)! - Zero fill Buffers used in utility functions

## 1.3.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.6",
"version": "1.3.7-beta.0",
"private": false,
"description": "Helper utilities for Masca monorepo",
"keywords": [],
Expand Down
14 changes: 14 additions & 0 deletions packages/connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 1.1.0-beta.0

### Minor Changes

- [#469](https://github.com/blockchain-lab-um/masca/pull/469) [`a756e7d`](https://github.com/blockchain-lab-um/masca/commit/a756e7d9a1df075172cc4965855d156377e6deed) Thanks [@tadejpodrekar](https://github.com/tadejpodrekar)! - Added method to check if installed MetaMask supports snaps.

- [#467](https://github.com/blockchain-lab-um/masca/pull/467) [`56b5732`](https://github.com/blockchain-lab-um/masca/commit/56b5732e6bbfec6bfd6c131805342b3b50123ded) Thanks [@tadejpodrekar](https://github.com/tadejpodrekar)! - Added function to generate an ID for the wallet

### Patch Changes

- Updated dependencies [[`56b5732`](https://github.com/blockchain-lab-um/masca/commit/56b5732e6bbfec6bfd6c131805342b3b50123ded), [`16f202e`](https://github.com/blockchain-lab-um/masca/commit/16f202ed6f6d9d8f2ba55336d6ce7fbce0cba2c3)]:
- @blockchain-lab-um/masca-types@1.1.0-beta.0
- @blockchain-lab-um/utils@1.3.7-beta.0

## 1.0.0

### Major 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.0.0",
"version": "1.1.0-beta.0",
"description": "Library for using Masca on the frontend",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -41,8 +41,8 @@
"prepack": "pnpm build"
},
"dependencies": {
"@blockchain-lab-um/masca-types": "1.0.0",
"@blockchain-lab-um/utils": "1.3.6",
"@blockchain-lab-um/masca-types": "1.1.0-beta.0",
"@blockchain-lab-um/utils": "1.3.7-beta.0",
"@didtools/pkh-ethereum": "0.4.0",
"@metamask/detect-provider": "^2.0.0",
"@veramo/core": "5.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/connector/src/masca.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"mascaVersion": "1.0.0"
"mascaVersion": "1.1.0-beta.0"
}
19 changes: 19 additions & 0 deletions packages/dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @blockchain-lab-um/dapp

## 1.1.0-beta.0

### Minor Changes

- [#465](https://github.com/blockchain-lab-um/masca/pull/465) [`b4714f6`](https://github.com/blockchain-lab-um/masca/commit/b4714f626b7322917f57a8b87250184df6b79b7a) Thanks [@andyv09](https://github.com/andyv09)! - Added Masca description to `Connect Page˙.

### Patch Changes

- [#469](https://github.com/blockchain-lab-um/masca/pull/469) [`a756e7d`](https://github.com/blockchain-lab-um/masca/commit/a756e7d9a1df075172cc4965855d156377e6deed) Thanks [@tadejpodrekar](https://github.com/tadejpodrekar)! - Removed MetaMask Flask requirements.

- [#465](https://github.com/blockchain-lab-um/masca/pull/465) [`b4714f6`](https://github.com/blockchain-lab-um/masca/commit/b4714f626b7322917f57a8b87250184df6b79b7a) Thanks [@andyv09](https://github.com/andyv09)! - Add missing links in navbar and footer

- [#457](https://github.com/blockchain-lab-um/masca/pull/457) [`27e4233`](https://github.com/blockchain-lab-um/masca/commit/27e4233ceddbae96bd2057780f932c23e052f28f) Thanks [@andyv09](https://github.com/andyv09)! - Reset QR Code session on mobile when trying to scan a new session.

- [#467](https://github.com/blockchain-lab-um/masca/pull/467) [`56b5732`](https://github.com/blockchain-lab-um/masca/commit/56b5732e6bbfec6bfd6c131805342b3b50123ded) Thanks [@tadejpodrekar](https://github.com/tadejpodrekar)! - Google drive backup saves to unique file for each wallet.

- Updated dependencies [[`a756e7d`](https://github.com/blockchain-lab-um/masca/commit/a756e7d9a1df075172cc4965855d156377e6deed), [`56b5732`](https://github.com/blockchain-lab-um/masca/commit/56b5732e6bbfec6bfd6c131805342b3b50123ded)]:
- @blockchain-lab-um/masca-connector@1.1.0-beta.0

## 1.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 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.0.0",
"version": "1.1.0-beta.0",
"private": true,
"license": "(Apache-2.0 AND MIT)",
"type": "commonjs",
Expand All @@ -20,7 +20,7 @@
"start": "next start"
},
"dependencies": {
"@blockchain-lab-um/masca-connector": "1.0.0",
"@blockchain-lab-um/masca-connector": "1.1.0-beta.0",
"@blockchain-lab-um/oidc-types": "0.0.8",
"@headlessui/react": "^1.7.16",
"@heroicons/react": "^2.0.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/dapp/src/utils/masca.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"mascaVersion": "1.0.0"
"mascaVersion": "1.1.0-beta.0"
}
6 changes: 6 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @blockchain-lab-um/masca-docs

## 1.0.1-beta.0

### Patch Changes

- [#469](https://github.com/blockchain-lab-um/masca/pull/469) [`a756e7d`](https://github.com/blockchain-lab-um/masca/commit/a756e7d9a1df075172cc4965855d156377e6deed) Thanks [@tadejpodrekar](https://github.com/tadejpodrekar)! - Removed mentions of MetaMask Flask.

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/masca-docs",
"version": "1.0.0",
"version": "1.0.1-beta.0",
"private": true,
"scripts": {
"prebuild": "rimraf .docusaurus build",
Expand Down
14 changes: 14 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 1.1.0-beta.0

### Minor Changes

- [#467](https://github.com/blockchain-lab-um/masca/pull/467) [`56b5732`](https://github.com/blockchain-lab-um/masca/commit/56b5732e6bbfec6bfd6c131805342b3b50123ded) Thanks [@tadejpodrekar](https://github.com/tadejpodrekar)! - Added getWalletId RPC method.

### Patch Changes

- Updated dependencies [[`56b5732`](https://github.com/blockchain-lab-um/masca/commit/56b5732e6bbfec6bfd6c131805342b3b50123ded), [`16f202e`](https://github.com/blockchain-lab-um/masca/commit/16f202ed6f6d9d8f2ba55336d6ce7fbce0cba2c3)]:
- @blockchain-lab-um/masca-types@1.1.0-beta.0
- @blockchain-lab-um/utils@1.3.7-beta.0
- @blockchain-lab-um/did-provider-key@1.0.8-beta.0
- @blockchain-lab-um/oidc-client-plugin@0.1.1-beta.0

## 1.0.0

### Major Changes
Expand Down
10 changes: 5 additions & 5 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.0.0",
"version": "1.1.0-beta.0",
"description": "Snap for managing VCs and VPs in MetaMask",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -54,11 +54,11 @@
},
"dependencies": {
"@0xpolygonid/js-sdk": "1.0.3",
"@blockchain-lab-um/did-provider-key": "1.0.7",
"@blockchain-lab-um/masca-types": "1.0.0",
"@blockchain-lab-um/oidc-client-plugin": "0.1.0",
"@blockchain-lab-um/did-provider-key": "1.0.8-beta.0",
"@blockchain-lab-um/masca-types": "1.1.0-beta.0",
"@blockchain-lab-um/oidc-client-plugin": "0.1.1-beta.0",
"@blockchain-lab-um/oidc-types": "0.0.8",
"@blockchain-lab-um/utils": "1.3.6",
"@blockchain-lab-um/utils": "1.3.7-beta.0",
"@blockchain-lab-um/veramo-datamanager": "1.0.0",
"@ceramicnetwork/http-client": "2.27.0",
"@ethersproject/providers": "^5.7.2",
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.0.0",
"version": "1.1.0-beta.0",
"description": "Snap for managing VCs and VPs in MetaMask",
"proposedName": "Masca",
"repository": {
Expand All @@ -15,7 +15,7 @@
"registry": "https://registry.npmjs.org"
}
},
"shasum": "wSBnbzgfa8qTOIRRgmbawfGEAMb3pLw1tcoRMhLdroY="
"shasum": "9WGWt++x7+GsLAYIkhK7te2jwDDWwMYyS9GVFhdZuFg="
},
"initialPermissions": {
"endowment:ethereum-provider": {},
Expand Down
11 changes: 11 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.1.0-beta.0

### Minor Changes

- [#467](https://github.com/blockchain-lab-um/masca/pull/467) [`56b5732`](https://github.com/blockchain-lab-um/masca/commit/56b5732e6bbfec6bfd6c131805342b3b50123ded) Thanks [@tadejpodrekar](https://github.com/tadejpodrekar)! - Added types for walletId RPC method.

### Patch Changes

- Updated dependencies [[`16f202e`](https://github.com/blockchain-lab-um/masca/commit/16f202ed6f6d9d8f2ba55336d6ce7fbce0cba2c3)]:
- @blockchain-lab-um/utils@1.3.7-beta.0

## 1.0.0

### Major 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.0.0",
"version": "1.1.0-beta.0",
"description": "Types for Masca",
"keywords": [
"ssi",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@0xpolygonid/js-sdk": "1.0.3",
"@blockchain-lab-um/utils": "1.3.6",
"@blockchain-lab-um/utils": "1.3.7-beta.0",
"@iden3/js-iden3-core": "1.0.1",
"@veramo/core": "5.4.1",
"typia": "^4.2.1"
Expand Down
Loading

0 comments on commit e7151a0

Please sign in to comment.