Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update versions
Browse files Browse the repository at this point in the history
bclabum committed Oct 18, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent a02ba53 commit 10fa80a
Showing 6 changed files with 20 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -21,6 +21,7 @@
"late-geckos-retire",
"modern-grapes-buy",
"purple-jokes-hunt",
"weak-frogs-occur"
"weak-frogs-occur",
"wicked-socks-play"
]
}
}
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
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",
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
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",
@@ -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",
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.

0 comments on commit 10fa80a

Please sign in to comment.