Skip to content

Commit

Permalink
chore: version packages (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
bclabum authored Feb 3, 2025
1 parent 121790f commit 523acf3
Show file tree
Hide file tree
Showing 56 changed files with 225 additions and 289 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-icons-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-deers-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-ravens-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-cows-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-eyes-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-elephants-float.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fast-rats-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-toes-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-goats-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-poets-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-tools-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-drinks-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-otters-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-radios-carry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lemon-bears-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-snakes-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-carrots-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-pens-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-sloths-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-moles-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-walls-boil.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-pandas-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-swans-cough.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/seven-tables-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-humans-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-birds-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-students-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-cats-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-roses-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-cherries-happen.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wise-spoons-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-forks-jog.md

This file was deleted.

13 changes: 13 additions & 0 deletions libs/did-provider-key/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 1.1.0

### Minor Changes

- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Update Veramo libraries.

### Patch Changes

- [#637](https://github.com/blockchain-lab-um/masca/pull/637) [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032) Thanks [@martines3000](https://github.com/martines3000)! - Update Vitest

- Updated dependencies [[`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032)]:
- @blockchain-lab-um/utils@1.4.0

## 1.1.0-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.1.0-beta.1",
"version": "1.1.0",
"private": false,
"description": "Veramo plugin for the key did method (with added support for EBSI)",
"keywords": [],
Expand Down Expand Up @@ -30,7 +30,7 @@
"test:ci": "pnpm run test"
},
"dependencies": {
"@blockchain-lab-um/utils": "1.4.0-beta.1",
"@blockchain-lab-um/utils": "1.4.0",
"@cef-ebsi/key-did-resolver": "^2.0.0",
"@stablelib/ed25519": "^1.0.3",
"@veramo/core": "6.0.0",
Expand Down
17 changes: 17 additions & 0 deletions libs/extended-verification/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @blockchain-lab-um/extended-verification

## 0.2.0

### Minor Changes

- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Update Veramo libraries.

- [#637](https://github.com/blockchain-lab-um/masca/pull/637) [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032) Thanks [@martines3000](https://github.com/martines3000)! - Add universal resolver support.

### Patch Changes

- [#637](https://github.com/blockchain-lab-um/masca/pull/637) [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032) Thanks [@martines3000](https://github.com/martines3000)! - Update Vitest

- Updated dependencies [[`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`8480f01`](https://github.com/blockchain-lab-um/masca/commit/8480f01a217123ed51a51fc235609a41174a4223), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032)]:
- @blockchain-lab-um/utils@1.4.0
- @blockchain-lab-um/did-provider-key@1.1.0
- @blockchain-lab-um/masca-types@1.4.0

## 0.2.0-beta.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions libs/extended-verification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/extended-verification",
"version": "0.2.0-beta.2",
"version": "0.2.0",
"private": false,
"description": "",
"keywords": [],
Expand Down Expand Up @@ -30,9 +30,9 @@
"test:ci": "pnpm run test"
},
"dependencies": {
"@blockchain-lab-um/did-provider-key": "1.1.0-beta.1",
"@blockchain-lab-um/masca-types": "1.4.0-beta.2",
"@blockchain-lab-um/utils": "1.4.0-beta.1",
"@blockchain-lab-um/did-provider-key": "1.1.0",
"@blockchain-lab-um/masca-types": "1.4.0",
"@blockchain-lab-um/utils": "1.4.0",
"@sd-jwt/crypto-nodejs": "^0.7.2",
"@sd-jwt/sd-jwt-vc": "^0.8.0",
"@veramo/core": "6.0.0",
Expand Down
16 changes: 16 additions & 0 deletions libs/oidc/client-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @blockchain-lab-um/oidc-client-plugin

## 0.4.0

### Minor Changes

- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Update Veramo libraries.

- [#658](https://github.com/blockchain-lab-um/masca/pull/658) [`413bc9c`](https://github.com/blockchain-lab-um/masca/commit/413bc9c37e8742a3befb17b61a40b32992880746) Thanks [@martines3000](https://github.com/martines3000)! - Update handling of oidc auth requests.

### Patch Changes

- [#637](https://github.com/blockchain-lab-um/masca/pull/637) [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032) Thanks [@martines3000](https://github.com/martines3000)! - Update Vitest

- Updated dependencies [[`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032), [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459), [`411a30d`](https://github.com/blockchain-lab-um/masca/commit/411a30d7ce1bee5e02e0f3c1f46e695f5602d032)]:
- @blockchain-lab-um/utils@1.4.0
- @blockchain-lab-um/oidc-types@0.1.0

## 0.4.0-beta.2

### Minor 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.4.0-beta.2",
"version": "0.4.0",
"license": "(Apache-2.0 AND MIT)",
"type": "module",
"main": "./dist/index.js",
Expand All @@ -20,8 +20,8 @@
"test:ci": "pnpm run test"
},
"dependencies": {
"@blockchain-lab-um/oidc-types": "0.1.0-beta.0",
"@blockchain-lab-um/utils": "1.4.0-beta.1",
"@blockchain-lab-um/oidc-types": "0.1.0",
"@blockchain-lab-um/utils": "1.4.0",
"@sphereon/pex": "^3.3.3",
"@veramo/core": "6.0.0",
"@veramo/utils": "6.0.0",
Expand Down
6 changes: 6 additions & 0 deletions libs/oidc/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @blockchain-lab-um/oidc-types

## 0.1.0

### Minor Changes

- [#627](https://github.com/blockchain-lab-um/masca/pull/627) [`160d322`](https://github.com/blockchain-lab-um/masca/commit/160d32263a27b0014d29852457d4a581f0759459) Thanks [@martines3000](https://github.com/martines3000)! - Update Veramo libraries.

## 0.1.0-beta.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0-beta.0",
"version": "0.1.0",
"description": "Types for OIDC.",
"keywords": ["ssi", "oidc", "vc", "vp"],
"license": "(Apache-2.0 AND MIT)",
Expand Down
Loading

0 comments on commit 523acf3

Please sign in to comment.