Skip to content

Commit

Permalink
chore: version packages (beta) (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
bclabum authored Oct 19, 2023
1 parent 60c0e6e commit a89285f
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 17 deletions.
6 changes: 4 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"late-geckos-retire",
"modern-grapes-buy",
"purple-jokes-hunt",
"weak-frogs-occur"
"shy-seals-remember",
"weak-frogs-occur",
"wicked-socks-play"
]
}
}
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-beta.0

### 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.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.2.0",
"version": "1.2.1-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 packages/connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.2.1-beta.0

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

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

## 1.1.1-beta.0

### Patch Changes

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

## 1.1.0

### Minor 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.0",
"version": "1.1.1-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.2.0",
"@blockchain-lab-um/masca-connector": "1.2.1-beta.0",
"@blockchain-lab-um/oidc-types": "0.0.8",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
Expand Down
22 changes: 11 additions & 11 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 a89285f

Please sign in to comment.