Skip to content

Commit

Permalink
chore: version packages (#479)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Domajnko <domajnko.martin@gmail.com>
  • Loading branch information
bclabum and martines3000 committed Sep 20, 2023
1 parent f2c161e commit d77b419
Show file tree
Hide file tree
Showing 21 changed files with 60 additions and 84 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-forks-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-knives-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-balloons-talk.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-rings-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-falcons-occur.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/oidc/issuer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@blockchain-lab-um/did-provider-key": "1.0.8-beta.0",
"@blockchain-lab-um/oidc-rp-plugin": "0.0.8",
"@blockchain-lab-um/oidc-types": "0.0.8",
"@blockchain-lab-um/utils": "1.3.7-beta.0",
"@blockchain-lab-um/utils": "1.3.7",
"@fastify/formbody": "^7.4.0",
"@nestjs/common": "^10.1.3",
"@nestjs/config": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/did-provider-key/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test:ci": "pnpm run test --silent --coverage"
},
"dependencies": {
"@blockchain-lab-um/utils": "1.3.7-beta.0",
"@blockchain-lab-um/utils": "1.3.7",
"@cef-ebsi/key-did-resolver": "^1.1.0",
"@stablelib/ed25519": "^1.0.3",
"@veramo/core": "5.4.1",
Expand Down
2 changes: 1 addition & 1 deletion libs/oidc/client-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@blockchain-lab-um/oidc-types": "0.0.8",
"@blockchain-lab-um/utils": "1.3.7-beta.0",
"@blockchain-lab-um/utils": "1.3.7",
"@sphereon/pex": "^2.0.1",
"@veramo/core": "5.4.1",
"@veramo/utils": "5.4.1",
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.7

### Patch Changes

- [#464](https://github.com/blockchain-lab-um/masca/pull/464) [`16f202e`](https://github.com/blockchain-lab-um/masca/commit/16f202ed6f6d9d8f2ba55336d6ce7fbce0cba2c3) Thanks [@tadejpodrekar](https://github.com/tadejpodrekar)! - Zero fill Buffers used in utility functions

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

## 1.1.0

### Minor Changes

- [#469](https://github.com/blockchain-lab-um/masca/pull/469) [`a756e7d`](https://github.com/blockchain-lab-um/masca/commit/a756e7d9a1df075172cc4965855d156377e6deed) Thanks [@tadejpodrekar](https://github.com/tadejpodrekar)! - Added method to check if installed MetaMask supports snaps.

- [#467](https://github.com/blockchain-lab-um/masca/pull/467) [`56b5732`](https://github.com/blockchain-lab-um/masca/commit/56b5732e6bbfec6bfd6c131805342b3b50123ded) Thanks [@tadejpodrekar](https://github.com/tadejpodrekar)! - Added function to generate an ID for the wallet

### Patch Changes

- Updated dependencies [[`56b5732`](https://github.com/blockchain-lab-um/masca/commit/56b5732e6bbfec6bfd6c131805342b3b50123ded), [`16f202e`](https://github.com/blockchain-lab-um/masca/commit/16f202ed6f6d9d8f2ba55336d6ce7fbce0cba2c3)]:
- @blockchain-lab-um/masca-types@1.1.0
- @blockchain-lab-um/utils@1.3.7

## 1.1.0-beta.0

### Minor 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": "1.1.0-beta.0",
"version": "1.1.0",
"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": "1.1.0-beta.0",
"@blockchain-lab-um/utils": "1.3.7-beta.0",
"@blockchain-lab-um/masca-types": "1.1.0",
"@blockchain-lab-um/utils": "1.3.7",
"@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": "1.1.0-beta.0"
"mascaVersion": "1.0.0"
}
2 changes: 1 addition & 1 deletion packages/dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"start": "next start"
},
"dependencies": {
"@blockchain-lab-um/masca-connector": "1.1.0-beta.0",
"@blockchain-lab-um/masca-connector": "1.1.0",
"@blockchain-lab-um/oidc-types": "0.0.8",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
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.1

### Patch Changes

- [#469](https://github.com/blockchain-lab-um/masca/pull/469) [`a756e7d`](https://github.com/blockchain-lab-um/masca/commit/a756e7d9a1df075172cc4965855d156377e6deed) Thanks [@tadejpodrekar](https://github.com/tadejpodrekar)! - Removed mentions of MetaMask Flask.

## 1.0.1-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": "1.0.1-beta.0",
"version": "1.0.1",
"private": true,
"scripts": {
"prebuild": "rimraf .docusaurus build",
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
"dependencies": {
"@0xpolygonid/js-sdk": "1.0.3",
"@blockchain-lab-um/did-provider-key": "1.0.8-beta.0",
"@blockchain-lab-um/masca-types": "1.1.0-beta.0",
"@blockchain-lab-um/masca-types": "1.1.0",
"@blockchain-lab-um/oidc-client-plugin": "0.2.0-beta.0",
"@blockchain-lab-um/oidc-types": "0.0.8",
"@blockchain-lab-um/utils": "1.3.7-beta.0",
"@blockchain-lab-um/utils": "1.3.7",
"@blockchain-lab-um/veramo-datamanager": "1.0.0",
"@ceramicnetwork/http-client": "2.27.0",
"@ethersproject/providers": "^5.7.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.1.0

### Minor Changes

- [#467](https://github.com/blockchain-lab-um/masca/pull/467) [`56b5732`](https://github.com/blockchain-lab-um/masca/commit/56b5732e6bbfec6bfd6c131805342b3b50123ded) Thanks [@tadejpodrekar](https://github.com/tadejpodrekar)! - Added types for walletId RPC method.

### Patch Changes

- Updated dependencies [[`16f202e`](https://github.com/blockchain-lab-um/masca/commit/16f202ed6f6d9d8f2ba55336d6ce7fbce0cba2c3)]:
- @blockchain-lab-um/utils@1.3.7

## 1.1.0-beta.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0-beta.0",
"version": "1.1.0",
"description": "Types for Masca",
"keywords": [
"ssi",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@0xpolygonid/js-sdk": "1.0.3",
"@blockchain-lab-um/utils": "1.3.7-beta.0",
"@blockchain-lab-um/utils": "1.3.7",
"@iden3/js-iden3-core": "1.0.1",
"@veramo/core": "5.4.1",
"typia": "^4.2.1"
Expand Down
18 changes: 9 additions & 9 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 d77b419

Please sign in to comment.