Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version packages (beta) #487

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,16 @@
"@blockchain-lab-um/masca": "1.1.0-beta.0",
"@blockchain-lab-um/masca-types": "1.1.0"
},
"changesets": []
"changesets": [
"chilly-boxes-sit",
"great-radios-love",
"heavy-hotels-build",
"heavy-timers-laugh",
"long-ligers-brush",
"moody-cheetahs-perform",
"nine-ducks-explain",
"purple-jokes-hunt",
"sour-pots-wait",
"weak-frogs-occur"
]
}
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.0-beta.0

### Minor Changes

- [#483](https://github.com/blockchain-lab-um/masca/pull/483) [`60eb0c0`](https://github.com/blockchain-lab-um/masca/commit/60eb0c066fb712a694518e01c7c7124e56938c72) Thanks [@Vid201](https://github.com/Vid201)! - Revert to ethers v5

## 1.1.0

### Minor 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.1.0",
"version": "1.2.0-beta.0",
"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-beta.1

### 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-beta.1",
"license": "(Apache-2.0 AND MIT)",
"type": "module",
"main": "./dist/index.js",
Expand Down
20 changes: 20 additions & 0 deletions packages/dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @blockchain-lab-um/dapp

## 1.1.0-beta.1

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

- [#477](https://github.com/blockchain-lab-um/masca/pull/477) [`c4a346a`](https://github.com/blockchain-lab-um/masca/commit/c4a346aada1b2810304f400c9a8934a623021e1a) Thanks [@martines3000](https://github.com/martines3000)! - Removed linting and typechecking from production builds

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

- [#477](https://github.com/blockchain-lab-um/masca/pull/477) [`c4a346a`](https://github.com/blockchain-lab-um/masca/commit/c4a346aada1b2810304f400c9a8934a623021e1a) Thanks [@martines3000](https://github.com/martines3000)! - Updated dependencies, nextjs 13.5.1

## 1.1.0-beta.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.0-beta.0",
"version": "1.1.0-beta.1",
"private": true,
"license": "(Apache-2.0 AND MIT)",
"type": "commonjs",
Expand Down
11 changes: 11 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.1.0-beta.1

### 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 [[`242fe6d`](https://github.com/blockchain-lab-um/masca/commit/242fe6d2425fd2e9c092c95fa24d79b8dc5b4c15)]:
- @blockchain-lab-um/[email protected]

## 1.1.0-beta.0

### Minor 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.0",
"version": "1.1.0-beta.1",
"description": "Snap for managing VCs and VPs in MetaMask",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@0xpolygonid/js-sdk": "1.0.3",
"@blockchain-lab-um/did-provider-key": "1.0.8-beta.0",
"@blockchain-lab-um/masca-types": "1.1.0",
"@blockchain-lab-um/oidc-client-plugin": "0.2.0-beta.0",
"@blockchain-lab-um/oidc-client-plugin": "0.2.0-beta.1",
"@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
2 changes: 1 addition & 1 deletion packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-beta.0",
"version": "1.1.0-beta.1",
"description": "Snap for managing VCs and VPs in MetaMask",
"proposedName": "Masca",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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