Skip to content

Commit

Permalink
chore: version packages (beta) (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
bclabum committed Aug 12, 2023
1 parent bc00f40 commit a40f734
Show file tree
Hide file tree
Showing 33 changed files with 201 additions and 69 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@blockchain-lab-um/masca-types": "0.4.6"
},
"changesets": [
"few-parrots-destroy"
"few-parrots-destroy",
"tiny-lobsters-confess"
]
}
12 changes: 12 additions & 0 deletions apps/oidc/issuer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @blockchain-lab-um/oidc-issuer

## 0.0.7-beta.1

### Patch Changes

- [`bc00f40`](https://github.com/blockchain-lab-um/masca/commit/bc00f40f616692bf267564479bd02c499c31f1a2) Thanks [@martines3000](https://github.com/martines3000)! - Resolve github bot permissions

- Updated dependencies [[`bc00f40`](https://github.com/blockchain-lab-um/masca/commit/bc00f40f616692bf267564479bd02c499c31f1a2)]:
- @blockchain-lab-um/did-provider-key@1.0.6-beta.1
- @blockchain-lab-um/oidc-rp-plugin@0.0.7-beta.1
- @blockchain-lab-um/oidc-types@0.0.7-beta.1
- @blockchain-lab-um/utils@1.3.5-beta.1

## 0.0.7-beta.0

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions apps/oidc/issuer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/oidc-issuer",
"version": "0.0.7-beta.0",
"version": "0.0.7-beta.1",
"private": true,
"description": "",
"license": "(Apache-2.0 AND MIT)",
Expand All @@ -25,10 +25,10 @@
"test:watch": "pnpm jest --watch"
},
"dependencies": {
"@blockchain-lab-um/did-provider-key": "1.0.6-beta.0",
"@blockchain-lab-um/oidc-rp-plugin": "0.0.7-beta.0",
"@blockchain-lab-um/oidc-types": "0.0.7-beta.0",
"@blockchain-lab-um/utils": "1.3.5-beta.0",
"@blockchain-lab-um/did-provider-key": "1.0.6-beta.1",
"@blockchain-lab-um/oidc-rp-plugin": "0.0.7-beta.1",
"@blockchain-lab-um/oidc-types": "0.0.7-beta.1",
"@blockchain-lab-um/utils": "1.3.5-beta.1",
"@ethereumjs/util": "^8.1.0",
"@fastify/formbody": "^7.4.0",
"@nestjs/common": "^10.1.3",
Expand Down
10 changes: 10 additions & 0 deletions apps/oidc/verifier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @blockchain-lab-um/oidc-verifier

## 0.0.7-beta.1

### Patch Changes

- [`bc00f40`](https://github.com/blockchain-lab-um/masca/commit/bc00f40f616692bf267564479bd02c499c31f1a2) Thanks [@martines3000](https://github.com/martines3000)! - Resolve github bot permissions

- Updated dependencies [[`bc00f40`](https://github.com/blockchain-lab-um/masca/commit/bc00f40f616692bf267564479bd02c499c31f1a2)]:
- @blockchain-lab-um/oidc-rp-plugin@0.0.7-beta.1
- @blockchain-lab-um/oidc-types@0.0.7-beta.1

## 0.0.7-beta.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/oidc/verifier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/oidc-verifier",
"version": "0.0.7-beta.0",
"version": "0.0.7-beta.1",
"private": true,
"description": "",
"license": "(Apache-2.0 AND MIT)",
Expand All @@ -25,8 +25,8 @@
"test:watch": "pnpm jest --watch"
},
"dependencies": {
"@blockchain-lab-um/oidc-rp-plugin": "0.0.7-beta.0",
"@blockchain-lab-um/oidc-types": "0.0.7-beta.0",
"@blockchain-lab-um/oidc-rp-plugin": "0.0.7-beta.1",
"@blockchain-lab-um/oidc-types": "0.0.7-beta.1",
"@fastify/formbody": "^7.4.0",
"@nestjs/common": "^10.1.3",
"@nestjs/config": "^3.0.0",
Expand Down
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.0.5-beta.1

### Patch Changes

- [`bc00f40`](https://github.com/blockchain-lab-um/masca/commit/bc00f40f616692bf267564479bd02c499c31f1a2) Thanks [@martines3000](https://github.com/martines3000)! - Resolve github bot permissions

## 1.0.5-beta.0

### Patch 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.0.5-beta.0",
"version": "1.0.5-beta.1",
"private": false,
"description": "Veramo plugin that can enable creation and control of EBSI DIDs",
"keywords": [],
Expand Down
9 changes: 9 additions & 0 deletions libs/did-provider-key/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.0.6-beta.1

### Patch Changes

- [`bc00f40`](https://github.com/blockchain-lab-um/masca/commit/bc00f40f616692bf267564479bd02c499c31f1a2) Thanks [@martines3000](https://github.com/martines3000)! - Resolve github bot permissions

- Updated dependencies [[`bc00f40`](https://github.com/blockchain-lab-um/masca/commit/bc00f40f616692bf267564479bd02c499c31f1a2)]:
- @blockchain-lab-um/utils@1.3.5-beta.1

## 1.0.6-beta.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/did-provider-key/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/did-provider-key",
"version": "1.0.6-beta.0",
"version": "1.0.6-beta.1",
"private": false,
"description": "Veramo plugin for the key did method (with added support for EBSI)",
"keywords": [],
Expand Down Expand Up @@ -37,7 +37,7 @@
"test:ci": "pnpm run test --silent --coverage"
},
"dependencies": {
"@blockchain-lab-um/utils": "1.3.5-beta.0",
"@blockchain-lab-um/utils": "1.3.5-beta.1",
"@cef-ebsi/key-did-resolver": "^1.1.0",
"@stablelib/ed25519": "^1.0.3",
"@veramo/core": "5.4.1",
Expand Down
10 changes: 10 additions & 0 deletions libs/oidc/client-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @blockchain-lab-um/oidc-client-plugin

## 0.0.7-beta.1

### Patch Changes

- [`bc00f40`](https://github.com/blockchain-lab-um/masca/commit/bc00f40f616692bf267564479bd02c499c31f1a2) Thanks [@martines3000](https://github.com/martines3000)! - Resolve github bot permissions

- Updated dependencies [[`bc00f40`](https://github.com/blockchain-lab-um/masca/commit/bc00f40f616692bf267564479bd02c499c31f1a2)]:
- @blockchain-lab-um/oidc-types@0.0.7-beta.1
- @blockchain-lab-um/utils@1.3.5-beta.1

## 0.0.7-beta.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.0.7-beta.0",
"version": "0.0.7-beta.1",
"license": "(Apache-2.0 AND MIT)",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -29,8 +29,8 @@
"test:watch": "pnpm run test --watch --verbose"
},
"dependencies": {
"@blockchain-lab-um/oidc-types": "0.0.7-beta.0",
"@blockchain-lab-um/utils": "1.3.5-beta.0",
"@blockchain-lab-um/oidc-types": "0.0.7-beta.1",
"@blockchain-lab-um/utils": "1.3.5-beta.1",
"@sphereon/pex": "^2.0.1",
"@veramo/core": "5.4.1",
"@veramo/utils": "5.4.1",
Expand Down
10 changes: 10 additions & 0 deletions libs/oidc/rp-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @blockchain-lab-um/oidc-rp-plugin

## 0.0.7-beta.1

### Patch Changes

- [`bc00f40`](https://github.com/blockchain-lab-um/masca/commit/bc00f40f616692bf267564479bd02c499c31f1a2) Thanks [@martines3000](https://github.com/martines3000)! - Resolve github bot permissions

- Updated dependencies [[`bc00f40`](https://github.com/blockchain-lab-um/masca/commit/bc00f40f616692bf267564479bd02c499c31f1a2)]:
- @blockchain-lab-um/oidc-types@0.0.7-beta.1
- @blockchain-lab-um/utils@1.3.5-beta.1

## 0.0.7-beta.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions libs/oidc/rp-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/oidc-rp-plugin",
"version": "0.0.7-beta.0",
"version": "0.0.7-beta.1",
"license": "(Apache-2.0 AND MIT)",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -29,8 +29,8 @@
"test:watch": "pnpm run test --watch --verbose"
},
"dependencies": {
"@blockchain-lab-um/oidc-types": "0.0.7-beta.0",
"@blockchain-lab-um/utils": "1.3.5-beta.0",
"@blockchain-lab-um/oidc-types": "0.0.7-beta.1",
"@blockchain-lab-um/utils": "1.3.5-beta.1",
"@sphereon/pex": "^2.0.1",
"@veramo/core": "5.4.1",
"@veramo/credential-eip712": "5.4.1",
Expand Down
9 changes: 9 additions & 0 deletions libs/oidc/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @blockchain-lab-um/oidc-types

## 0.0.7-beta.1

### Patch Changes

- [`bc00f40`](https://github.com/blockchain-lab-um/masca/commit/bc00f40f616692bf267564479bd02c499c31f1a2) Thanks [@martines3000](https://github.com/martines3000)! - Resolve github bot permissions

- Updated dependencies [[`bc00f40`](https://github.com/blockchain-lab-um/masca/commit/bc00f40f616692bf267564479bd02c499c31f1a2)]:
- @blockchain-lab-um/utils@1.3.5-beta.1

## 0.0.7-beta.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/oidc/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/oidc-types",
"version": "0.0.7-beta.0",
"version": "0.0.7-beta.1",
"description": "Types for OIDC.",
"keywords": [
"ssi",
Expand Down Expand Up @@ -35,7 +35,7 @@
"lint:prettier": "prettier . --check"
},
"dependencies": {
"@blockchain-lab-um/utils": "1.3.5-beta.0",
"@blockchain-lab-um/utils": "1.3.5-beta.1",
"@veramo/core": "5.4.1"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions libs/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.3.5-beta.1

### Patch Changes

- [`bc00f40`](https://github.com/blockchain-lab-um/masca/commit/bc00f40f616692bf267564479bd02c499c31f1a2) Thanks [@martines3000](https://github.com/martines3000)! - Resolve github bot permissions

## 1.3.5-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/utils",
"version": "1.3.5-beta.0",
"version": "1.3.5-beta.1",
"private": false,
"description": "Helper utilities for Masca monorepo",
"keywords": [],
Expand Down
10 changes: 10 additions & 0 deletions packages/connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.4.7-beta.1

### Patch Changes

- [`bc00f40`](https://github.com/blockchain-lab-um/masca/commit/bc00f40f616692bf267564479bd02c499c31f1a2) Thanks [@martines3000](https://github.com/martines3000)! - Resolve github bot permissions

- Updated dependencies [[`bc00f40`](https://github.com/blockchain-lab-um/masca/commit/bc00f40f616692bf267564479bd02c499c31f1a2)]:
- @blockchain-lab-um/utils@1.3.5-beta.1
- @blockchain-lab-um/masca-types@0.4.7-beta.1

## 0.4.7-beta.0

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

## 0.1.6-beta.1

### Patch Changes

- [`bc00f40`](https://github.com/blockchain-lab-um/masca/commit/bc00f40f616692bf267564479bd02c499c31f1a2) Thanks [@martines3000](https://github.com/martines3000)! - Resolve github bot permissions

- Updated dependencies [[`bc00f40`](https://github.com/blockchain-lab-um/masca/commit/bc00f40f616692bf267564479bd02c499c31f1a2)]:
- @blockchain-lab-um/oidc-types@0.0.7-beta.1
- @blockchain-lab-um/masca-connector@0.4.7-beta.1

## 0.1.6-beta.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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-beta.0",
"version": "0.1.6-beta.1",
"private": true,
"license": "(Apache-2.0 AND MIT)",
"type": "commonjs",
Expand All @@ -20,8 +20,8 @@
"start": "next start"
},
"dependencies": {
"@blockchain-lab-um/masca-connector": "0.4.7-beta.0",
"@blockchain-lab-um/oidc-types": "0.0.7-beta.0",
"@blockchain-lab-um/masca-connector": "0.4.7-beta.1",
"@blockchain-lab-um/oidc-types": "0.0.7-beta.1",
"@headlessui/react": "^1.7.16",
"@heroicons/react": "^2.0.18",
"@metamask/detect-provider": "^2.0.0",
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-beta.0"
"mascaVersion": "0.4.7-beta.1"
}
9 changes: 9 additions & 0 deletions packages/datamanager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.4.7-beta.1

### Patch Changes

- [`bc00f40`](https://github.com/blockchain-lab-um/masca/commit/bc00f40f616692bf267564479bd02c499c31f1a2) Thanks [@martines3000](https://github.com/martines3000)! - Resolve github bot permissions

- Updated dependencies [[`bc00f40`](https://github.com/blockchain-lab-um/masca/commit/bc00f40f616692bf267564479bd02c499c31f1a2)]:
- @blockchain-lab-um/masca-types@0.4.7-beta.1

## 0.4.7-beta.0

### 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-beta.0",
"version": "0.4.7-beta.1",
"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-beta.0",
"@blockchain-lab-um/masca-types": "0.4.7-beta.1",
"@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

## 0.0.5-beta.1

### Patch Changes

- [`bc00f40`](https://github.com/blockchain-lab-um/masca/commit/bc00f40f616692bf267564479bd02c499c31f1a2) Thanks [@martines3000](https://github.com/martines3000)! - Resolve github bot permissions

## 0.0.5-beta.0

### 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-beta.0",
"version": "0.0.5-beta.1",
"private": true,
"scripts": {
"prebuild": "rimraf .docusaurus build",
Expand Down
Loading

0 comments on commit a40f734

Please sign in to comment.