Skip to content

Commit

Permalink
chore(release): v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cre8 committed Feb 21, 2024
1 parent 9d74a3e commit 567e209
Show file tree
Hide file tree
Showing 19 changed files with 1,631 additions and 4,193 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v2.0.1...v2.1.0) (2024-02-21)


### Bug Fixes

* add correct urls ([edb6bbb](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/edb6bbb0cd73c4b0ec6d650af12b31dadd1b5142))
* test ci ([9940152](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/9940152227b384baff0a0db9448adf5555a887d9))
* the bytes of the output of the hash function must be base64url-encoded. ([#57](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/57)) ([025786b](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/025786bd76415195e5daff0c5f2270ece31bd963))


### Features

* Apply lerna to move src to core ([#67](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/67)) ([c4d555c](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/c4d555c3ca61e83eb4703cd8cda75a9c261e2915))
* use tsup as a bundler ([#62](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/62)) ([e1ae323](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/e1ae323023031e3defea20ec8ce9c56c2f1a7ea6))






## [2.0.3](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v2.0.2...v2.0.3) (2024-02-20)


Expand Down
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "2.0.3",
"version": "2.1.0",
"npmClient": "pnpm",
"exact": true,
"message": "chore(release): %s",
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"command": {
"publish": {
"conventionalCommits": true,
Expand Down
9 changes: 9 additions & 0 deletions packages/broswer-crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v2.0.1...v2.1.0) (2024-02-21)

**Note:** Version bump only for package @bcrl/sd-jwt-browser-crypto






## [2.0.3](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v2.0.2...v2.0.3) (2024-02-20)

**Note:** Version bump only for package @bcrl/sd-jwt-browser-crypto
2 changes: 1 addition & 1 deletion packages/broswer-crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bcrl/sd-jwt-browser-crypto",
"version": "2.0.3",
"version": "2.1.0",
"description": "sd-jwt draft 7 implementation in typescript",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v2.0.1...v2.1.0) (2024-02-21)


### Features

* Apply lerna to move src to core ([#67](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/67)) ([c4d555c](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/c4d555c3ca61e83eb4703cd8cda75a9c261e2915))






## [2.0.3](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v2.0.2...v2.0.3) (2024-02-20)

**Note:** Version bump only for package @bcrl/sd-jwt-core
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bcrl/sd-jwt-core",
"version": "2.0.3",
"version": "2.1.0",
"description": "sd-jwt draft 7 implementation in typescript",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -36,12 +36,12 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@bcrl/sd-jwt-node-crypto": "2.0.3"
"@bcrl/sd-jwt-node-crypto": "2.1.0"
},
"dependencies": {
"@bcrl/sd-jwt-decode": "2.0.3",
"@bcrl/sd-jwt-type": "2.0.3",
"@bcrl/sd-jwt-util": "2.0.3"
"@bcrl/sd-jwt-decode": "2.1.0",
"@bcrl/sd-jwt-type": "2.1.0",
"@bcrl/sd-jwt-util": "2.1.0"
},
"tsup": {
"entry": [
Expand Down
9 changes: 9 additions & 0 deletions packages/decode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v2.0.1...v2.1.0) (2024-02-21)

**Note:** Version bump only for package @bcrl/sd-jwt-decode






## [2.0.3](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v2.0.2...v2.0.3) (2024-02-20)

**Note:** Version bump only for package @bcrl/sd-jwt-decode
8 changes: 4 additions & 4 deletions packages/decode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bcrl/sd-jwt-decode",
"version": "2.0.3",
"version": "2.1.0",
"description": "sd-jwt draft 7 implementation in typescript",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -34,11 +34,11 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@bcrl/sd-jwt-node-crypto": "2.0.3"
"@bcrl/sd-jwt-node-crypto": "2.1.0"
},
"dependencies": {
"@bcrl/sd-jwt-type": "2.0.3",
"@bcrl/sd-jwt-util": "2.0.3"
"@bcrl/sd-jwt-type": "2.1.0",
"@bcrl/sd-jwt-util": "2.1.0"
},
"tsup": {
"entry": [
Expand Down
9 changes: 9 additions & 0 deletions packages/hash/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v2.0.1...v2.1.0) (2024-02-21)

**Note:** Version bump only for package @bcrl/sd-jwt-hash






## [2.0.3](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v2.0.2...v2.0.3) (2024-02-20)

**Note:** Version bump only for package @bcrl/sd-jwt-hash
6 changes: 3 additions & 3 deletions packages/hash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bcrl/sd-jwt-hash",
"version": "2.0.3",
"version": "2.1.0",
"description": "sd-jwt draft 7 implementation in typescript",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -35,10 +35,10 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@bcrl/sd-jwt-node-crypto": "2.0.3"
"@bcrl/sd-jwt-node-crypto": "2.1.0"
},
"dependencies": {
"@bcrl/sd-jwt-util": "2.0.3",
"@bcrl/sd-jwt-util": "2.1.0",
"@noble/hashes": "1.0.0"
},
"tsup": {
Expand Down
9 changes: 9 additions & 0 deletions packages/node-crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v2.0.1...v2.1.0) (2024-02-21)

**Note:** Version bump only for package @bcrl/sd-jwt-node-crypto






## [2.0.3](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v2.0.2...v2.0.3) (2024-02-20)

**Note:** Version bump only for package @bcrl/sd-jwt-node-crypto
2 changes: 1 addition & 1 deletion packages/node-crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bcrl/sd-jwt-node-crypto",
"version": "2.0.3",
"version": "2.1.0",
"description": "sd-jwt draft 7 implementation in typescript",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
9 changes: 9 additions & 0 deletions packages/present/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v2.0.1...v2.1.0) (2024-02-21)

**Note:** Version bump only for package @bcrl/sd-jwt-present






## [2.0.3](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v2.0.2...v2.0.3) (2024-02-20)

**Note:** Version bump only for package @bcrl/sd-jwt-present
10 changes: 5 additions & 5 deletions packages/present/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bcrl/sd-jwt-present",
"version": "2.0.3",
"version": "2.1.0",
"description": "sd-jwt draft 7 implementation in typescript",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -35,12 +35,12 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@bcrl/sd-jwt-node-crypto": "2.0.3"
"@bcrl/sd-jwt-node-crypto": "2.1.0"
},
"dependencies": {
"@bcrl/sd-jwt-decode": "2.0.3",
"@bcrl/sd-jwt-type": "2.0.3",
"@bcrl/sd-jwt-util": "2.0.3"
"@bcrl/sd-jwt-decode": "2.1.0",
"@bcrl/sd-jwt-type": "2.1.0",
"@bcrl/sd-jwt-util": "2.1.0"
},
"tsup": {
"entry": [
Expand Down
9 changes: 9 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v2.0.1...v2.1.0) (2024-02-21)

**Note:** Version bump only for package @bcrl/sd-jwt-type






## [2.0.3](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v2.0.2...v2.0.3) (2024-02-20)

**Note:** Version bump only for package @bcrl/sd-jwt-type
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": "@bcrl/sd-jwt-type",
"version": "2.0.3",
"version": "2.1.0",
"description": "sd-jwt draft 7 implementation in typescript",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
9 changes: 9 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v2.0.1...v2.1.0) (2024-02-21)

**Note:** Version bump only for package @bcrl/sd-jwt-util






## [2.0.3](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v2.0.2...v2.0.3) (2024-02-20)

**Note:** Version bump only for package @bcrl/sd-jwt-util
6 changes: 3 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bcrl/sd-jwt-util",
"version": "2.0.3",
"version": "2.1.0",
"description": "sd-jwt draft 7 implementation in typescript",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -35,10 +35,10 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@bcrl/sd-jwt-node-crypto": "2.0.3"
"@bcrl/sd-jwt-node-crypto": "2.1.0"
},
"dependencies": {
"@bcrl/sd-jwt-type": "2.0.3",
"@bcrl/sd-jwt-type": "2.1.0",
"js-base64": "^3.7.6"
},
"tsup": {
Expand Down
Loading

0 comments on commit 567e209

Please sign in to comment.