Skip to content

Commit

Permalink
chore: version packages (#398)
Browse files Browse the repository at this point in the history
chore: update versions

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 10, 2023
1 parent 37059a0 commit 42cde2a
Show file tree
Hide file tree
Showing 35 changed files with 209 additions and 119 deletions.
9 changes: 0 additions & 9 deletions .changeset/nice-apricots-scream.md

This file was deleted.

24 changes: 0 additions & 24 deletions .changeset/pre.json

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/tall-seahorses-camp.md

This file was deleted.

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.4

### Patch Changes

- [#397](https://github.com/blockchain-lab-um/masca/pull/397) [`e26e48f`](https://github.com/blockchain-lab-um/masca/commit/e26e48f43265ad880da109bda468c92cdd036f85) Thanks [@martines3000](https://github.com/martines3000)! - Bump patch version of all packages

- Updated dependencies [[`a14552c`](https://github.com/blockchain-lab-um/masca/commit/a14552c1c2ac7782218cbf912ff0af31201f9d16), [`e26e48f`](https://github.com/blockchain-lab-um/masca/commit/e26e48f43265ad880da109bda468c92cdd036f85)]:
- @blockchain-lab-um/utils@1.3.2
- @blockchain-lab-um/did-provider-key@1.0.3
- @blockchain-lab-um/oidc-rp-plugin@0.0.4
- @blockchain-lab-um/oidc-types@0.0.4

## 0.0.4-beta.1

### 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.4-beta.1",
"version": "0.0.4",
"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.3-beta.1",
"@blockchain-lab-um/oidc-rp-plugin": "0.0.4-beta.1",
"@blockchain-lab-um/oidc-types": "0.0.4-beta.1",
"@blockchain-lab-um/utils": "1.3.2-beta.1",
"@blockchain-lab-um/did-provider-key": "1.0.3",
"@blockchain-lab-um/oidc-rp-plugin": "0.0.4",
"@blockchain-lab-um/oidc-types": "0.0.4",
"@blockchain-lab-um/utils": "1.3.2",
"@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.4

### Patch Changes

- [#397](https://github.com/blockchain-lab-um/masca/pull/397) [`e26e48f`](https://github.com/blockchain-lab-um/masca/commit/e26e48f43265ad880da109bda468c92cdd036f85) Thanks [@martines3000](https://github.com/martines3000)! - Bump patch version of all packages

- Updated dependencies [[`e26e48f`](https://github.com/blockchain-lab-um/masca/commit/e26e48f43265ad880da109bda468c92cdd036f85)]:
- @blockchain-lab-um/oidc-rp-plugin@0.0.4
- @blockchain-lab-um/oidc-types@0.0.4

## 0.0.4-beta.1

### 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.4-beta.1",
"version": "0.0.4",
"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.4-beta.1",
"@blockchain-lab-um/oidc-types": "0.0.4-beta.1",
"@blockchain-lab-um/oidc-rp-plugin": "0.0.4",
"@blockchain-lab-um/oidc-types": "0.0.4",
"@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.2

### Patch Changes

- [#397](https://github.com/blockchain-lab-um/masca/pull/397) [`e26e48f`](https://github.com/blockchain-lab-um/masca/commit/e26e48f43265ad880da109bda468c92cdd036f85) Thanks [@martines3000](https://github.com/martines3000)! - Bump patch version of all packages

## 1.0.2-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.2-beta.0",
"version": "1.0.2",
"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.3

### Patch Changes

- [#397](https://github.com/blockchain-lab-um/masca/pull/397) [`e26e48f`](https://github.com/blockchain-lab-um/masca/commit/e26e48f43265ad880da109bda468c92cdd036f85) Thanks [@martines3000](https://github.com/martines3000)! - Bump patch version of all packages

- Updated dependencies [[`a14552c`](https://github.com/blockchain-lab-um/masca/commit/a14552c1c2ac7782218cbf912ff0af31201f9d16), [`e26e48f`](https://github.com/blockchain-lab-um/masca/commit/e26e48f43265ad880da109bda468c92cdd036f85)]:
- @blockchain-lab-um/utils@1.3.2

## 1.0.3-beta.1

### 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.3-beta.1",
"version": "1.0.3",
"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.2-beta.1",
"@blockchain-lab-um/utils": "1.3.2",
"@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.4

### Patch Changes

- [#397](https://github.com/blockchain-lab-um/masca/pull/397) [`e26e48f`](https://github.com/blockchain-lab-um/masca/commit/e26e48f43265ad880da109bda468c92cdd036f85) Thanks [@martines3000](https://github.com/martines3000)! - Bump patch version of all packages

- Updated dependencies [[`a14552c`](https://github.com/blockchain-lab-um/masca/commit/a14552c1c2ac7782218cbf912ff0af31201f9d16), [`e26e48f`](https://github.com/blockchain-lab-um/masca/commit/e26e48f43265ad880da109bda468c92cdd036f85)]:
- @blockchain-lab-um/utils@1.3.2
- @blockchain-lab-um/oidc-types@0.0.4

## 0.0.4-beta.1

### 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.4-beta.1",
"version": "0.0.4",
"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.4-beta.1",
"@blockchain-lab-um/utils": "1.3.2-beta.1",
"@blockchain-lab-um/oidc-types": "0.0.4",
"@blockchain-lab-um/utils": "1.3.2",
"@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.4

### Patch Changes

- [#397](https://github.com/blockchain-lab-um/masca/pull/397) [`e26e48f`](https://github.com/blockchain-lab-um/masca/commit/e26e48f43265ad880da109bda468c92cdd036f85) Thanks [@martines3000](https://github.com/martines3000)! - Bump patch version of all packages

- Updated dependencies [[`a14552c`](https://github.com/blockchain-lab-um/masca/commit/a14552c1c2ac7782218cbf912ff0af31201f9d16), [`e26e48f`](https://github.com/blockchain-lab-um/masca/commit/e26e48f43265ad880da109bda468c92cdd036f85)]:
- @blockchain-lab-um/utils@1.3.2
- @blockchain-lab-um/oidc-types@0.0.4

## 0.0.4-beta.1

### 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.4-beta.1",
"version": "0.0.4",
"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.4-beta.1",
"@blockchain-lab-um/utils": "1.3.2-beta.1",
"@blockchain-lab-um/oidc-types": "0.0.4",
"@blockchain-lab-um/utils": "1.3.2",
"@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.4

### Patch Changes

- [#397](https://github.com/blockchain-lab-um/masca/pull/397) [`e26e48f`](https://github.com/blockchain-lab-um/masca/commit/e26e48f43265ad880da109bda468c92cdd036f85) Thanks [@martines3000](https://github.com/martines3000)! - Bump patch version of all packages

- Updated dependencies [[`a14552c`](https://github.com/blockchain-lab-um/masca/commit/a14552c1c2ac7782218cbf912ff0af31201f9d16), [`e26e48f`](https://github.com/blockchain-lab-um/masca/commit/e26e48f43265ad880da109bda468c92cdd036f85)]:
- @blockchain-lab-um/utils@1.3.2

## 0.0.4-beta.1

### 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.4-beta.1",
"version": "0.0.4",
"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.2-beta.1",
"@blockchain-lab-um/utils": "1.3.2",
"@veramo/core": "5.4.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions libs/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.3.2

### Patch Changes

- [#394](https://github.com/blockchain-lab-um/masca/pull/394) [`a14552c`](https://github.com/blockchain-lab-um/masca/commit/a14552c1c2ac7782218cbf912ff0af31201f9d16) Thanks [@martines3000](https://github.com/martines3000)! - Bump version to test stable release

- [#397](https://github.com/blockchain-lab-um/masca/pull/397) [`e26e48f`](https://github.com/blockchain-lab-um/masca/commit/e26e48f43265ad880da109bda468c92cdd036f85) Thanks [@martines3000](https://github.com/martines3000)! - Bump patch version of all packages

## 1.3.2-beta.1

### 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.2-beta.1",
"version": "1.3.2",
"private": false,
"description": "Helper utilities for Masca monorepo",
"keywords": [],
Expand Down
12 changes: 12 additions & 0 deletions packages/connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.4.4

### Patch Changes

- [#394](https://github.com/blockchain-lab-um/masca/pull/394) [`a14552c`](https://github.com/blockchain-lab-um/masca/commit/a14552c1c2ac7782218cbf912ff0af31201f9d16) Thanks [@martines3000](https://github.com/martines3000)! - Bump version to test stable release

- [#397](https://github.com/blockchain-lab-um/masca/pull/397) [`e26e48f`](https://github.com/blockchain-lab-um/masca/commit/e26e48f43265ad880da109bda468c92cdd036f85) Thanks [@martines3000](https://github.com/martines3000)! - Bump patch version of all packages

- Updated dependencies [[`a14552c`](https://github.com/blockchain-lab-um/masca/commit/a14552c1c2ac7782218cbf912ff0af31201f9d16), [`e26e48f`](https://github.com/blockchain-lab-um/masca/commit/e26e48f43265ad880da109bda468c92cdd036f85)]:
- @blockchain-lab-um/utils@1.3.2
- @blockchain-lab-um/masca-types@0.4.4

## 0.4.4-beta.1

### 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.4-beta.1",
"version": "0.4.4",
"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.4-beta.1",
"@blockchain-lab-um/utils": "1.3.2-beta.1",
"@blockchain-lab-um/masca-types": "0.4.4",
"@blockchain-lab-um/utils": "1.3.2",
"@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.4-beta.1"
"mascaVersion": "0.4.4"
}
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.3

### Patch Changes

- [#397](https://github.com/blockchain-lab-um/masca/pull/397) [`e26e48f`](https://github.com/blockchain-lab-um/masca/commit/e26e48f43265ad880da109bda468c92cdd036f85) Thanks [@martines3000](https://github.com/martines3000)! - Bump patch version of all packages

- Updated dependencies [[`a14552c`](https://github.com/blockchain-lab-um/masca/commit/a14552c1c2ac7782218cbf912ff0af31201f9d16), [`e26e48f`](https://github.com/blockchain-lab-um/masca/commit/e26e48f43265ad880da109bda468c92cdd036f85)]:
- @blockchain-lab-um/masca-connector@0.4.4
- @blockchain-lab-um/oidc-types@0.0.4

## 0.1.3-beta.1

### 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.3-beta.1",
"version": "0.1.3",
"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.4-beta.1",
"@blockchain-lab-um/oidc-types": "0.0.4-beta.1",
"@blockchain-lab-um/masca-connector": "0.4.4",
"@blockchain-lab-um/oidc-types": "0.0.4",
"@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.4-beta.1"
"mascaVersion": "0.4.4"
}
Loading

0 comments on commit 42cde2a

Please sign in to comment.