diff --git a/.changeset/little-hotels-compare.md b/.changeset/little-hotels-compare.md deleted file mode 100644 index 3022fee..0000000 --- a/.changeset/little-hotels-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@protokoll/jarm': patch ---- - -fix: remove wallet abstraction diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index cb09a37..369d446 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,7 @@ # @protokoll/core +## 0.2.17 + ## 0.2.16 ## 0.2.15 diff --git a/packages/core/package.json b/packages/core/package.json index 1be8969..0a581fe 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -2,7 +2,7 @@ "name": "@protokoll/core", "description": "Protokoll Core Functionality", "author": "Martin Auer", - "version": "0.2.16", + "version": "0.2.17", "private": false, "main": "./dist/src/index.js", "module": "./dist/src/index.js", diff --git a/packages/jarm/CHANGELOG.md b/packages/jarm/CHANGELOG.md index bca2142..518648f 100644 --- a/packages/jarm/CHANGELOG.md +++ b/packages/jarm/CHANGELOG.md @@ -1,5 +1,13 @@ # @protokoll/jarm +## 0.2.17 + +### Patch Changes + +- f8ff796: fix: remove wallet abstraction + - @protokoll/core@0.2.17 + - @protokoll/jose@0.2.17 + ## 0.2.16 ### Patch Changes diff --git a/packages/jarm/package.json b/packages/jarm/package.json index c981f1c..a6db490 100644 --- a/packages/jarm/package.json +++ b/packages/jarm/package.json @@ -2,7 +2,7 @@ "name": "@protokoll/jarm", "description": "Protokoll JARM (JWT Secured Authorization Response Mode)", "author": "Auer Martin", - "version": "0.2.16", + "version": "0.2.17", "private": false, "files": [ "dist" diff --git a/packages/jose/CHANGELOG.md b/packages/jose/CHANGELOG.md index 443025f..7112ae2 100644 --- a/packages/jose/CHANGELOG.md +++ b/packages/jose/CHANGELOG.md @@ -1,5 +1,11 @@ # @protokoll/jose +## 0.2.17 + +### Patch Changes + +- @protokoll/core@0.2.17 + ## 0.2.16 ### Patch Changes diff --git a/packages/jose/package.json b/packages/jose/package.json index 473f3d9..6813806 100644 --- a/packages/jose/package.json +++ b/packages/jose/package.json @@ -3,7 +3,7 @@ "description": "Protokoll Jose", "author": "Martin Auer", "private": false, - "version": "0.2.16", + "version": "0.2.17", "main": "./dist/src/index.js", "module": "./dist/src/index.js", "types": "./dist/src/index.d.ts", diff --git a/tooling/eslint/CHANGELOG.md b/tooling/eslint/CHANGELOG.md index 1f20fda..f2ee644 100644 --- a/tooling/eslint/CHANGELOG.md +++ b/tooling/eslint/CHANGELOG.md @@ -1,5 +1,7 @@ # @protokoll/eslint-config +## 0.2.17 + ## 0.2.16 ## 0.2.15 diff --git a/tooling/eslint/package.json b/tooling/eslint/package.json index 94083bf..e82aecf 100644 --- a/tooling/eslint/package.json +++ b/tooling/eslint/package.json @@ -3,7 +3,7 @@ "description": "Protokoll Eslint Config", "author": "Martin Auer", "private": true, - "version": "0.2.16", + "version": "0.2.17", "type": "module", "exports": { "./base": "./base.js" diff --git a/tooling/github/CHANGELOG.md b/tooling/github/CHANGELOG.md index 3f16393..5b84ec9 100644 --- a/tooling/github/CHANGELOG.md +++ b/tooling/github/CHANGELOG.md @@ -1,5 +1,7 @@ # @protokoll/github +## 0.2.17 + ## 0.2.16 ## 0.2.15 diff --git a/tooling/github/package.json b/tooling/github/package.json index 81666b0..a70ba00 100644 --- a/tooling/github/package.json +++ b/tooling/github/package.json @@ -1,6 +1,6 @@ { "name": "@protokoll/github", "description": "Protokoll Github Actions", - "version": "0.2.16", + "version": "0.2.17", "private": true } diff --git a/tooling/prettier/CHANGELOG.md b/tooling/prettier/CHANGELOG.md index 6434ba4..d666871 100644 --- a/tooling/prettier/CHANGELOG.md +++ b/tooling/prettier/CHANGELOG.md @@ -1,5 +1,7 @@ # @protokoll/prettier-config +## 0.2.17 + ## 0.2.16 ## 0.2.15 diff --git a/tooling/prettier/package.json b/tooling/prettier/package.json index 1fbf06d..aa4832e 100644 --- a/tooling/prettier/package.json +++ b/tooling/prettier/package.json @@ -3,7 +3,7 @@ "description": "Protokoll Prettier Config", "author": "Martin Auer", "private": true, - "version": "0.2.16", + "version": "0.2.17", "type": "module", "exports": { ".": "./index.js" diff --git a/tooling/typescript/CHANGELOG.md b/tooling/typescript/CHANGELOG.md index afb2d33..fb77f84 100644 --- a/tooling/typescript/CHANGELOG.md +++ b/tooling/typescript/CHANGELOG.md @@ -1,5 +1,7 @@ # @protokoll/tsconfig +## 0.2.17 + ## 0.2.16 ## 0.2.15 diff --git a/tooling/typescript/package.json b/tooling/typescript/package.json index a37d319..9174d84 100644 --- a/tooling/typescript/package.json +++ b/tooling/typescript/package.json @@ -3,7 +3,7 @@ "description": "Protokoll Typescript Config", "author": "Martin Auer", "private": true, - "version": "0.2.16", + "version": "0.2.17", "files": [ "*.json" ]