Skip to content

Commit

Permalink
chore: version packages (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
bclabum authored Oct 23, 2023
1 parent 304684d commit 40858f1
Show file tree
Hide file tree
Showing 22 changed files with 56 additions and 82 deletions.
5 changes: 0 additions & 5 deletions .changeset/hungry-crabs-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-geckos-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-grapes-buy.md

This file was deleted.

30 changes: 0 additions & 30 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-jokes-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-seals-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-eels-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-frogs-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-socks-play.md

This file was deleted.

6 changes: 6 additions & 0 deletions libs/did-provider-ebsi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.2.1

### Patch Changes

- [#508](https://github.com/blockchain-lab-um/masca/pull/508) [`60c0e6e`](https://github.com/blockchain-lab-um/masca/commit/60c0e6eac0e09c199c9471de292cfb1426650ed7) Thanks [@pseudobun](https://github.com/pseudobun)! - Correctly sets the privateKeyHex.

## 1.2.1-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/did-provider-ebsi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/did-provider-ebsi",
"version": "1.2.1-beta.0",
"version": "1.2.1",
"private": false,
"description": "Veramo plugin that can enable creation and control of EBSI DIDs",
"keywords": [],
Expand Down
6 changes: 6 additions & 0 deletions libs/oidc/client-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @blockchain-lab-um/oidc-client-plugin

## 0.2.0

### Minor Changes

- [#476](https://github.com/blockchain-lab-um/masca/pull/476) [`242fe6d`](https://github.com/blockchain-lab-um/masca/commit/242fe6d2425fd2e9c092c95fa24d79b8dc5b4c15) Thanks [@martines3000](https://github.com/martines3000)! - Replace usage of `randomBytes` with `window.crypto.getRandomValues`

## 0.2.0-beta.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0-beta.0",
"version": "0.2.0",
"license": "(Apache-2.0 AND MIT)",
"type": "module",
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.2.1

### Patch Changes

- [#504](https://github.com/blockchain-lab-um/masca/pull/504) [`54efbd0`](https://github.com/blockchain-lab-um/masca/commit/54efbd0f7777a172e879228a6da134c6cc0b3b33) Thanks [@pseudobun](https://github.com/pseudobun)! - Adds build for UMD.

## 1.2.1-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2.1-beta.0",
"version": "1.2.1",
"description": "Library for using Masca on the frontend",
"keywords": [
"MetaMask",
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"
}
9 changes: 9 additions & 0 deletions packages/dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @blockchain-lab-um/dapp

## 1.1.1

### Patch Changes

- [#507](https://github.com/blockchain-lab-um/masca/pull/507) [`0f322c5`](https://github.com/blockchain-lab-um/masca/commit/0f322c5b4eb3884cf7ea2363860db053332b4649) Thanks [@martines3000](https://github.com/martines3000)! - Fixes issue with importing Polygon ID credentials.

- Updated dependencies [[`54efbd0`](https://github.com/blockchain-lab-um/masca/commit/54efbd0f7777a172e879228a6da134c6cc0b3b33)]:
- @blockchain-lab-um/masca-connector@1.2.1

## 1.1.1-beta.1

### Patch 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.1.1-beta.1",
"version": "1.1.1",
"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.2.1-beta.0",
"@blockchain-lab-um/masca-connector": "1.2.1",
"@blockchain-lab-um/oidc-types": "0.0.8",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
Expand Down
17 changes: 17 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 1.1.0

### Minor Changes

- [#484](https://github.com/blockchain-lab-um/masca/pull/484) [`a07fdcc`](https://github.com/blockchain-lab-um/masca/commit/a07fdcc07e90ba949def10bbcac6b12fbe42e4c0) Thanks [@martines3000](https://github.com/martines3000)! - Added `signData` RPC method (JWT and JWZ support)

- [#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

- [#497](https://github.com/blockchain-lab-um/masca/pull/497) [`c1ec1ea`](https://github.com/blockchain-lab-um/masca/commit/c1ec1ea4caba3c56c1c98b6d0764433e3c6fd2f9) Thanks [@pseudobun](https://github.com/pseudobun)! - Adds e2e tests for PolygonID authorization and credential offer flow.

- [#509](https://github.com/blockchain-lab-um/masca/pull/509) [`0caf964`](https://github.com/blockchain-lab-um/masca/commit/0caf96495c05236aaf0aabc2b8abe19b09ad1607) Thanks [@pseudobun](https://github.com/pseudobun)! - Updates snap shasum.

- Updated dependencies [[`242fe6d`](https://github.com/blockchain-lab-um/masca/commit/242fe6d2425fd2e9c092c95fa24d79b8dc5b4c15)]:
- @blockchain-lab-um/oidc-client-plugin@0.2.0

## 1.1.0-beta.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.1.0-beta.2",
"version": "1.1.0",
"description": "Snap for managing VCs and VPs in MetaMask",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@0xpolygonid/js-sdk": "1.0.3",
"@blockchain-lab-um/did-provider-key": "1.0.8-beta.0",
"@blockchain-lab-um/masca-types": "1.2.0",
"@blockchain-lab-um/oidc-client-plugin": "0.2.0-beta.0",
"@blockchain-lab-um/oidc-client-plugin": "0.2.0",
"@blockchain-lab-um/oidc-types": "0.0.8",
"@blockchain-lab-um/utils": "1.3.7",
"@blockchain-lab-um/veramo-datamanager": "1.0.0",
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.1.0-beta.2",
"version": "1.1.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": "3Ad2GjuhlL4oRdOlzn/pVFlPxgHYIdeZZUuhEdqeqsY="
"shasum": "lvNJQRx0yBScxfNkwkCnAtiRKSDkCkDlp3uMVBZXF7A="
},
"initialPermissions": {
"endowment:ethereum-provider": {},
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 40858f1

Please sign in to comment.