Skip to content

Commit

Permalink
chore: version packages (beta) (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
bclabum authored Aug 13, 2023
1 parent 205136a commit 60865a1
Show file tree
Hide file tree
Showing 17 changed files with 86 additions and 21 deletions.
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,9 @@
"@blockchain-lab-um/masca": "0.4.7",
"@blockchain-lab-um/masca-types": "0.4.7"
},
"changesets": []
"changesets": [
"eleven-games-sparkle",
"perfect-lemons-dream",
"yellow-games-attack"
]
}
11 changes: 11 additions & 0 deletions packages/connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.0.0-beta.0

### Major Changes

- [`205136a`](https://github.com/blockchain-lab-um/masca/commit/205136a5e7ceaa39d7dbcbf9c5ef41c255639262) Thanks [@martines3000](https://github.com/martines3000)! - Release first major version of Masca packages.

### Patch Changes

- Updated dependencies [[`205136a`](https://github.com/blockchain-lab-um/masca/commit/205136a5e7ceaa39d7dbcbf9c5ef41c255639262)]:
- @blockchain-lab-um/masca-types@1.0.0-beta.0

## 0.4.7

### 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": "0.4.7",
"version": "1.0.0-beta.0",
"description": "Library for using Masca on the frontend",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -41,7 +41,7 @@
"prepack": "pnpm build"
},
"dependencies": {
"@blockchain-lab-um/masca-types": "0.4.7",
"@blockchain-lab-um/masca-types": "1.0.0-beta.0",
"@blockchain-lab-um/utils": "1.3.5",
"@didtools/pkh-ethereum": "0.4.0",
"@metamask/detect-provider": "^2.0.0",
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": "0.4.7"
"mascaVersion": "1.0.0-beta.0"
}
11 changes: 11 additions & 0 deletions packages/dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @blockchain-lab-um/dapp

## 1.0.0-beta.0

### Major Changes

- [`205136a`](https://github.com/blockchain-lab-um/masca/commit/205136a5e7ceaa39d7dbcbf9c5ef41c255639262) Thanks [@martines3000](https://github.com/martines3000)! - Release first major version of Masca packages.

### Patch Changes

- Updated dependencies [[`205136a`](https://github.com/blockchain-lab-um/masca/commit/205136a5e7ceaa39d7dbcbf9c5ef41c255639262)]:
- @blockchain-lab-um/masca-connector@1.0.0-beta.0

## 0.1.6

### 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": "0.1.6",
"version": "1.0.0-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": "0.4.7",
"@blockchain-lab-um/masca-connector": "1.0.0-beta.0",
"@blockchain-lab-um/oidc-types": "0.0.7",
"@headlessui/react": "^1.7.16",
"@heroicons/react": "^2.0.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/dapp/src/utils/masca.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"mascaVersion": "0.4.7"
"mascaVersion": "1.0.0-beta.0"
}
11 changes: 11 additions & 0 deletions packages/datamanager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.0.0-beta.0

### Major Changes

- [`205136a`](https://github.com/blockchain-lab-um/masca/commit/205136a5e7ceaa39d7dbcbf9c5ef41c255639262) Thanks [@martines3000](https://github.com/martines3000)! - Release first major version of Masca packages.

### Patch Changes

- Updated dependencies [[`205136a`](https://github.com/blockchain-lab-um/masca/commit/205136a5e7ceaa39d7dbcbf9c5ef41c255639262)]:
- @blockchain-lab-um/masca-types@1.0.0-beta.0

## 0.4.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/datamanager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/veramo-datamanager",
"version": "0.4.7",
"version": "1.0.0-beta.0",
"license": "(Apache-2.0 AND MIT)",
"type": "module",
"main": "./dist/index.js",
Expand All @@ -26,7 +26,7 @@
"test:ci": "pnpm run test --silent --coverage"
},
"dependencies": {
"@blockchain-lab-um/masca-types": "0.4.7",
"@blockchain-lab-um/masca-types": "1.0.0-beta.0",
"@types/jsonpath": "^0.2.0",
"@veramo/core": "5.4.1",
"jsonpath": "^1.1.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @blockchain-lab-um/masca-docs

## 1.0.0-beta.0

### Major Changes

- [`205136a`](https://github.com/blockchain-lab-um/masca/commit/205136a5e7ceaa39d7dbcbf9c5ef41c255639262) Thanks [@martines3000](https://github.com/martines3000)! - Release first major version of Masca packages.

## 0.0.5

### Patch 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": "0.0.5",
"version": "1.0.0-beta.0",
"private": true,
"scripts": {
"prebuild": "rimraf .docusaurus build",
Expand Down
16 changes: 16 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 1.0.0-beta.0

### Major Changes

- [`205136a`](https://github.com/blockchain-lab-um/masca/commit/205136a5e7ceaa39d7dbcbf9c5ef41c255639262) Thanks [@martines3000](https://github.com/martines3000)! - Release first major version of Masca packages.

### Patch Changes

- [#411](https://github.com/blockchain-lab-um/masca/pull/411) [`f8e82cb`](https://github.com/blockchain-lab-um/masca/commit/f8e82cbca3bd7848c27cfa2058572161dcd46c04) Thanks [@andyv09](https://github.com/andyv09)! - fix text in popups

- [#409](https://github.com/blockchain-lab-um/masca/pull/409) [`8ba3e07`](https://github.com/blockchain-lab-um/masca/commit/8ba3e071b86fc8d516e759ea518bd612612dadd8) Thanks [@andyv09](https://github.com/andyv09)! - Migrate to Ceramic mainnet

- Updated dependencies [[`205136a`](https://github.com/blockchain-lab-um/masca/commit/205136a5e7ceaa39d7dbcbf9c5ef41c255639262)]:
- @blockchain-lab-um/veramo-datamanager@1.0.0-beta.0
- @blockchain-lab-um/masca-types@1.0.0-beta.0

## 0.4.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "0.4.7",
"version": "1.0.0-beta.0",
"description": "Snap for managing VCs and VPs in MetaMask",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -57,11 +57,11 @@
"@babel/runtime": "7.22.10",
"@blockchain-lab-um/did-provider-ebsi": "1.0.5",
"@blockchain-lab-um/did-provider-key": "1.0.6",
"@blockchain-lab-um/masca-types": "0.4.7",
"@blockchain-lab-um/masca-types": "1.0.0-beta.0",
"@blockchain-lab-um/oidc-client-plugin": "0.0.7",
"@blockchain-lab-um/oidc-types": "0.0.7",
"@blockchain-lab-um/utils": "1.3.5",
"@blockchain-lab-um/veramo-datamanager": "0.4.7",
"@blockchain-lab-um/veramo-datamanager": "1.0.0-beta.0",
"@ceramicnetwork/http-client": "2.27.0",
"@didtools/pkh-ethereum": "0.4.0",
"@ethersproject/providers": "^5.7.2",
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": "0.4.7",
"version": "1.0.0-beta.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": "LcDZq9qViJxNMiktRqcdpJ4r2C6m9qlGB3UmDheYuv8="
"shasum": "i8wCvJ/kkpqXVxipo8nMi/SJi3tCDlND6KuuH3lGpa4="
},
"initialPermissions": {
"endowment:ethereum-provider": {},
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.0.0-beta.0

### Major Changes

- [`205136a`](https://github.com/blockchain-lab-um/masca/commit/205136a5e7ceaa39d7dbcbf9c5ef41c255639262) Thanks [@martines3000](https://github.com/martines3000)! - Release first major version of Masca packages.

## 0.4.7

### 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": "0.4.7",
"version": "1.0.0-beta.0",
"description": "Types for Masca",
"keywords": [
"ssi",
Expand Down
10 changes: 5 additions & 5 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 60865a1

Please sign in to comment.