Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bclabum committed Feb 15, 2024
1 parent f834489 commit a0801b8
Show file tree
Hide file tree
Showing 13 changed files with 378 additions and 46 deletions.
12 changes: 12 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,28 @@
"@blockchain-lab-um/masca-types": "1.2.0"
},
"changesets": [
"beige-clocks-love",
"brave-suits-know",
"breezy-wombats-sin",
"brown-lizards-reflect",
"chatty-plants-notice",
"chilled-bugs-remember",
"chilled-pumas-play",
"eight-masks-mix",
"empty-beers-trade",
"five-planets-wave",
"fuzzy-numbers-happen",
"gorgeous-taxis-own",
"light-candles-accept",
"neat-swans-occur",
"plenty-stingrays-give",
"sixty-ties-relate",
"small-apples-invent",
"ten-jeans-develop",
"thin-donkeys-grin",
"tidy-pillows-lick",
"tricky-frogs-rest",
"wet-wombats-perform",
"young-camels-give"
]
}
13 changes: 13 additions & 0 deletions packages/connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 1.3.0-beta.1

### Minor Changes

- [#544](https://github.com/blockchain-lab-um/masca/pull/544) [`b688093`](https://github.com/blockchain-lab-um/masca/commit/b688093520e727815250d4015bb9c6adc406894d) Thanks [@pseudobun](https://github.com/pseudobun)! - Adds EIP-6963 support, adds viem client.

### Patch Changes

- [#533](https://github.com/blockchain-lab-um/masca/pull/533) [`e8d8e5b`](https://github.com/blockchain-lab-um/masca/commit/e8d8e5ba52bf40f8984434e39c20e79e2c1e781c) Thanks [@andyv09](https://github.com/andyv09)! - Changed and updated trusted dapps

- Updated dependencies [[`e8d8e5b`](https://github.com/blockchain-lab-um/masca/commit/e8d8e5ba52bf40f8984434e39c20e79e2c1e781c), [`b688093`](https://github.com/blockchain-lab-um/masca/commit/b688093520e727815250d4015bb9c6adc406894d), [`af204fc`](https://github.com/blockchain-lab-um/masca/commit/af204fc2f3e5365c6780ef37cd58f3350d62bd1a)]:
- @blockchain-lab-um/masca-types@1.3.0-beta.1

## 1.2.2-beta.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.2.2-beta.0",
"version": "1.3.0-beta.1",
"description": "Library for using Masca on the frontend",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -42,7 +42,7 @@
"prepack": "pnpm build"
},
"dependencies": {
"@blockchain-lab-um/masca-types": "1.2.1-beta.0",
"@blockchain-lab-um/masca-types": "1.3.0-beta.1",
"@blockchain-lab-um/utils": "1.3.7",
"@didtools/pkh-ethereum": "0.4.0",
"@veramo/core": "5.6.0",
Expand Down
21 changes: 21 additions & 0 deletions packages/dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @blockchain-lab-um/dapp

## 1.2.0-beta.2

### Minor Changes

- [#544](https://github.com/blockchain-lab-um/masca/pull/544) [`b688093`](https://github.com/blockchain-lab-um/masca/commit/b688093520e727815250d4015bb9c6adc406894d) Thanks [@pseudobun](https://github.com/pseudobun)! - Adds ENS, `did:ens` support, transitions to wagmi.

### Patch Changes

- [#549](https://github.com/blockchain-lab-um/masca/pull/549) [`0fc5970`](https://github.com/blockchain-lab-um/masca/commit/0fc5970bfcb48db249663aec7d227498e2f5971c) Thanks [@Vid201](https://github.com/Vid201)! - Update text

- [#533](https://github.com/blockchain-lab-um/masca/pull/533) [`e8d8e5b`](https://github.com/blockchain-lab-um/masca/commit/e8d8e5ba52bf40f8984434e39c20e79e2c1e781c) Thanks [@andyv09](https://github.com/andyv09)! - Changed and updated trusted dapps

- [#554](https://github.com/blockchain-lab-um/masca/pull/554) [`af204fc`](https://github.com/blockchain-lab-um/masca/commit/af204fc2f3e5365c6780ef37cd58f3350d62bd1a) Thanks [@martines3000](https://github.com/martines3000)! - Remove support for Goerli.

- [#557](https://github.com/blockchain-lab-um/masca/pull/557) [`ad80cd1`](https://github.com/blockchain-lab-um/masca/commit/ad80cd14ac116d1e1db17abf811926a8f0a1027d) Thanks [@andyv09](https://github.com/andyv09)! - Add Social Media Sharing & update OG

- [#562](https://github.com/blockchain-lab-um/masca/pull/562) [`f834489`](https://github.com/blockchain-lab-um/masca/commit/f83448962bc8cbf0d3b797d283275740c7813032) Thanks [@tadejpodrekar](https://github.com/tadejpodrekar)! - Fixed minor visual bugs

- Updated dependencies [[`e8d8e5b`](https://github.com/blockchain-lab-um/masca/commit/e8d8e5ba52bf40f8984434e39c20e79e2c1e781c), [`b688093`](https://github.com/blockchain-lab-um/masca/commit/b688093520e727815250d4015bb9c6adc406894d)]:
- @blockchain-lab-um/masca-connector@1.3.0-beta.1

## 1.2.0-beta.1

### 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.2.0-beta.1",
"version": "1.2.0-beta.2",
"private": true,
"license": "(Apache-2.0 AND MIT)",
"type": "commonjs",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@blockchain-lab-um/did-provider-key": "1.0.8-beta.0",
"@blockchain-lab-um/masca-connector": "1.2.2-beta.0",
"@blockchain-lab-um/masca-connector": "1.3.0-beta.1",
"@blockchain-lab-um/oidc-types": "0.0.8",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
Expand Down
8 changes: 8 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @blockchain-lab-um/masca-docs

## 1.1.1-beta.0

### Patch Changes

- [#533](https://github.com/blockchain-lab-um/masca/pull/533) [`e8d8e5b`](https://github.com/blockchain-lab-um/masca/commit/e8d8e5ba52bf40f8984434e39c20e79e2c1e781c) Thanks [@andyv09](https://github.com/andyv09)! - Changed and updated trusted dapps

- [#544](https://github.com/blockchain-lab-um/masca/pull/544) [`b688093`](https://github.com/blockchain-lab-um/masca/commit/b688093520e727815250d4015bb9c6adc406894d) Thanks [@pseudobun](https://github.com/pseudobun)! - Document EIP-6963 support.

## 1.1.0

### Minor 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.1.0",
"version": "1.1.1-beta.0",
"private": true,
"scripts": {
"prebuild": "rimraf .docusaurus build",
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.2.0-beta.3

### Minor Changes

- [#544](https://github.com/blockchain-lab-um/masca/pull/544) [`b688093`](https://github.com/blockchain-lab-um/masca/commit/b688093520e727815250d4015bb9c6adc406894d) Thanks [@pseudobun](https://github.com/pseudobun)! - Adds ENS, `did:ens` support, viem client, Ethereum service instance.

### Patch Changes

- [#549](https://github.com/blockchain-lab-um/masca/pull/549) [`0fc5970`](https://github.com/blockchain-lab-um/masca/commit/0fc5970bfcb48db249663aec7d227498e2f5971c) Thanks [@Vid201](https://github.com/Vid201)! - Update text

- [#533](https://github.com/blockchain-lab-um/masca/pull/533) [`e8d8e5b`](https://github.com/blockchain-lab-um/masca/commit/e8d8e5ba52bf40f8984434e39c20e79e2c1e781c) Thanks [@andyv09](https://github.com/andyv09)! - Changed and updated trusted dapps

- [#554](https://github.com/blockchain-lab-um/masca/pull/554) [`af204fc`](https://github.com/blockchain-lab-um/masca/commit/af204fc2f3e5365c6780ef37cd58f3350d62bd1a) Thanks [@martines3000](https://github.com/martines3000)! - Remove support for Goerli.

- Updated dependencies [[`e8d8e5b`](https://github.com/blockchain-lab-um/masca/commit/e8d8e5ba52bf40f8984434e39c20e79e2c1e781c), [`b688093`](https://github.com/blockchain-lab-um/masca/commit/b688093520e727815250d4015bb9c6adc406894d), [`af204fc`](https://github.com/blockchain-lab-um/masca/commit/af204fc2f3e5365c6780ef37cd58f3350d62bd1a)]:
- @blockchain-lab-um/masca-types@1.3.0-beta.1

## 1.2.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.2.0-beta.2",
"version": "1.2.0-beta.3",
"description": "Snap for managing VCs and VPs in MetaMask",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -58,7 +58,7 @@
"dependencies": {
"@0xpolygonid/js-sdk": "1.0.3",
"@blockchain-lab-um/did-provider-key": "1.0.8-beta.0",
"@blockchain-lab-um/masca-types": "1.2.1-beta.0",
"@blockchain-lab-um/masca-types": "1.3.0-beta.1",
"@blockchain-lab-um/oidc-client-plugin": "0.3.0-beta.0",
"@blockchain-lab-um/oidc-types": "0.0.8",
"@blockchain-lab-um/utils": "1.3.7",
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.2.0-beta.2",
"version": "1.2.0-beta.3",
"description": "Snap for managing VCs and VPs in MetaMask",
"proposedName": "Masca",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.3.0-beta.1

### Minor Changes

- [#544](https://github.com/blockchain-lab-um/masca/pull/544) [`b688093`](https://github.com/blockchain-lab-um/masca/commit/b688093520e727815250d4015bb9c6adc406894d) Thanks [@pseudobun](https://github.com/pseudobun)! - Adds `did:ens` types.

### Patch Changes

- [#533](https://github.com/blockchain-lab-um/masca/pull/533) [`e8d8e5b`](https://github.com/blockchain-lab-um/masca/commit/e8d8e5ba52bf40f8984434e39c20e79e2c1e781c) Thanks [@andyv09](https://github.com/andyv09)! - Changed and updated trusted dapps

- [#554](https://github.com/blockchain-lab-um/masca/pull/554) [`af204fc`](https://github.com/blockchain-lab-um/masca/commit/af204fc2f3e5365c6780ef37cd58f3350d62bd1a) Thanks [@martines3000](https://github.com/martines3000)! - Remove support for Goerli.

## 1.2.1-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2.1-beta.0",
"version": "1.3.0-beta.1",
"description": "Types for Masca",
"keywords": [
"ssi",
Expand Down
Loading

0 comments on commit a0801b8

Please sign in to comment.