Skip to content

Commit 446b1b8

Browse files
author
github-actions
committed
chore(release): v0.9.1
1 parent 7a729b7 commit 446b1b8

File tree

22 files changed

+225
-42
lines changed

22 files changed

+225
-42
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.9.1](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.9.0...v0.9.1) (2024-12-13)
7+
8+
9+
### Bug Fixes
10+
11+
* push changes ([#262](https://github.com/openwallet-foundation-labs/sd-jwt-js/issues/262)) ([7a729b7](https://github.com/openwallet-foundation-labs/sd-jwt-js/commit/7a729b715e315fd7e1770d69002d25f4ec403f41))
12+
13+
14+
15+
16+
617
# [0.9.0](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.8.0...v0.9.0) (2024-12-10)
718

819

lerna.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"npmClient": "pnpm",
55
"exact": true,
66
"message": "chore(release): %s",
7-
"packages": ["packages/*"],
7+
"packages": [
8+
"packages/*"
9+
],
810
"command": {
911
"publish": {
1012
"conventionalCommits": true

packages/browser-crypto/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.9.1](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.9.0...v0.9.1) (2024-12-13)
7+
8+
**Note:** Version bump only for package @sd-jwt/crypto-browser
9+
10+
11+
12+
13+
614
# [0.9.0](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.8.0...v0.9.0) (2024-12-10)
715

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

packages/browser-crypto/package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sd-jwt/crypto-browser",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "sd-jwt draft 7 implementation in typescript",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -18,7 +18,11 @@
1818
"test:browser": "vitest run ./src/test/*.spec.ts",
1919
"test:cov": "vitest run --coverage"
2020
},
21-
"keywords": ["sd-jwt", "sdjwt", "sd-jwt-vc"],
21+
"keywords": [
22+
"sd-jwt",
23+
"sdjwt",
24+
"sd-jwt-vc"
25+
],
2226
"repository": {
2327
"type": "git",
2428
"url": "https://github.com/openwallet-foundation-labs/sd-jwt-js"
@@ -33,12 +37,17 @@
3337
"access": "public"
3438
},
3539
"tsup": {
36-
"entry": ["./src/index.ts"],
40+
"entry": [
41+
"./src/index.ts"
42+
],
3743
"sourceMap": true,
3844
"splitting": false,
3945
"clean": true,
4046
"dts": true,
41-
"format": ["cjs", "esm"]
47+
"format": [
48+
"cjs",
49+
"esm"
50+
]
4251
},
4352
"gitHead": "ded40e4551bde7ae93083181bf26bd1b38bbfcfb"
4453
}

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.9.1](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.9.0...v0.9.1) (2024-12-13)
7+
8+
**Note:** Version bump only for package @sd-jwt/core
9+
10+
11+
12+
13+
614
# [0.9.0](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.8.0...v0.9.0) (2024-12-10)
715

816
**Note:** Version bump only for package @sd-jwt/core

packages/core/package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sd-jwt/core",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "sd-jwt draft 7 implementation in typescript",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -19,7 +19,11 @@
1919
"test:browser": "vitest run ./src/test/*.spec.ts --environment jsdom",
2020
"test:cov": "vitest run --coverage"
2121
},
22-
"keywords": ["sd-jwt", "sdjwt", "sd-jwt-vc"],
22+
"keywords": [
23+
"sd-jwt",
24+
"sdjwt",
25+
"sd-jwt-vc"
26+
],
2327
"engines": {
2428
"node": ">=18"
2529
},
@@ -46,12 +50,17 @@
4650
"access": "public"
4751
},
4852
"tsup": {
49-
"entry": ["./src/index.ts"],
53+
"entry": [
54+
"./src/index.ts"
55+
],
5056
"sourceMap": true,
5157
"splitting": false,
5258
"clean": true,
5359
"dts": true,
54-
"format": ["cjs", "esm"]
60+
"format": [
61+
"cjs",
62+
"esm"
63+
]
5564
},
5665
"gitHead": "ded40e4551bde7ae93083181bf26bd1b38bbfcfb"
5766
}

packages/decode/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.9.1](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.9.0...v0.9.1) (2024-12-13)
7+
8+
**Note:** Version bump only for package @sd-jwt/decode
9+
10+
11+
12+
13+
614
# [0.9.0](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.8.0...v0.9.0) (2024-12-10)
715

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

packages/decode/package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sd-jwt/decode",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "sd-jwt draft 7 implementation in typescript",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -18,7 +18,11 @@
1818
"test:node": "vitest run ./src/test/*.spec.ts --coverage",
1919
"test:browser": "vitest run ./src/test/*.spec.ts --environment jsdom --coverage"
2020
},
21-
"keywords": ["sd-jwt", "sdjwt", "sd-jwt-vc"],
21+
"keywords": [
22+
"sd-jwt",
23+
"sdjwt",
24+
"sd-jwt-vc"
25+
],
2226
"engines": {
2327
"node": ">=18"
2428
},
@@ -43,12 +47,17 @@
4347
"access": "public"
4448
},
4549
"tsup": {
46-
"entry": ["./src/index.ts"],
50+
"entry": [
51+
"./src/index.ts"
52+
],
4753
"sourceMap": true,
4854
"splitting": false,
4955
"clean": true,
5056
"dts": true,
51-
"format": ["cjs", "esm"]
57+
"format": [
58+
"cjs",
59+
"esm"
60+
]
5261
},
5362
"gitHead": "ded40e4551bde7ae93083181bf26bd1b38bbfcfb"
5463
}

packages/hash/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.9.1](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.9.0...v0.9.1) (2024-12-13)
7+
8+
**Note:** Version bump only for package @sd-jwt/hash
9+
10+
11+
12+
13+
614
# [0.9.0](https://github.com/openwallet-foundation-labs/sd-jwt-js/compare/v0.8.0...v0.9.0) (2024-12-10)
715

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

packages/hash/package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sd-jwt/hash",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "sd-jwt draft 7 implementation in typescript",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -19,7 +19,11 @@
1919
"test:browser": "vitest run ./src/test/*.spec.ts --environment jsdom",
2020
"test:cov": "vitest run --coverage"
2121
},
22-
"keywords": ["sd-jwt", "sdjwt", "sd-jwt-vc"],
22+
"keywords": [
23+
"sd-jwt",
24+
"sdjwt",
25+
"sd-jwt-vc"
26+
],
2327
"engines": {
2428
"node": ">=18"
2529
},
@@ -44,12 +48,17 @@
4448
"access": "public"
4549
},
4650
"tsup": {
47-
"entry": ["./src/index.ts"],
51+
"entry": [
52+
"./src/index.ts"
53+
],
4854
"sourceMap": true,
4955
"splitting": false,
5056
"clean": true,
5157
"dts": true,
52-
"format": ["cjs", "esm"]
58+
"format": [
59+
"cjs",
60+
"esm"
61+
]
5362
},
5463
"gitHead": "ded40e4551bde7ae93083181bf26bd1b38bbfcfb"
5564
}

0 commit comments

Comments
 (0)