Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
auer-martin committed Sep 27, 2024
2 parents 31f9a0f + 5055c94 commit 443aca6
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-hotels-compare.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @protokoll/core

## 0.2.17

## 0.2.16

## 0.2.15
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/jarm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/jarm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions packages/jose/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @protokoll/jose

## 0.2.17

### Patch Changes

- @protokoll/core@0.2.17

## 0.2.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions tooling/eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @protokoll/eslint-config

## 0.2.17

## 0.2.16

## 0.2.15
Expand Down
2 changes: 1 addition & 1 deletion tooling/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions tooling/github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @protokoll/github

## 0.2.17

## 0.2.16

## 0.2.15
Expand Down
2 changes: 1 addition & 1 deletion tooling/github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@protokoll/github",
"description": "Protokoll Github Actions",
"version": "0.2.16",
"version": "0.2.17",
"private": true
}
2 changes: 2 additions & 0 deletions tooling/prettier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @protokoll/prettier-config

## 0.2.17

## 0.2.16

## 0.2.15
Expand Down
2 changes: 1 addition & 1 deletion tooling/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions tooling/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @protokoll/tsconfig

## 0.2.17

## 0.2.16

## 0.2.15
Expand Down
2 changes: 1 addition & 1 deletion tooling/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Protokoll Typescript Config",
"author": "Martin Auer",
"private": true,
"version": "0.2.16",
"version": "0.2.17",
"files": [
"*.json"
]
Expand Down

0 comments on commit 443aca6

Please sign in to comment.