Skip to content

Commit

Permalink
Merge pull request #21 from auer-martin/changeset-release/main
Browse files Browse the repository at this point in the history
ops: version packages
  • Loading branch information
auer-martin authored Oct 4, 2024
2 parents 336733d + 4402f7a commit dcb0d82
Show file tree
Hide file tree
Showing 21 changed files with 56 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/nervous-mugs-call.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.22

## 0.2.21

## 0.2.20
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.21",
"version": "0.2.22",
"private": false,
"type": "module",
"main": "./dist/cjs/src/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @protokoll/core

## 0.2.22

### Patch Changes

- @protokoll/core@0.2.22

## 0.2.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@protokoll/crypto",
"description": "Protokoll subtle-crypto Functionality",
"author": "Martin Auer",
"version": "0.2.21",
"version": "0.2.22",
"private": false,
"type": "module",
"main": "./dist/cjs/src/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/jarm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @protokoll/jarm

## 0.2.22

### Patch Changes

- @protokoll/core@0.2.22
- @protokoll/jose@0.2.22

## 0.2.21

### 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.21",
"version": "0.2.22",
"private": false,
"type": "module",
"main": "./dist/cjs/src/index.js",
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.22

### Patch Changes

- @protokoll/core@0.2.22

## 0.2.21

### 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.21",
"version": "0.2.22",
"type": "module",
"main": "./dist/cjs/src/index.js",
"module": "./dist/esm/src/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/mdoc/mdoc-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @protokoll/mdoc-client

## 0.2.22

### Patch Changes

- 336733d: fix: update library
- @protokoll/core@0.2.22

## 0.2.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mdoc/mdoc-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@protokoll/mdoc-client",
"description": "Protokoll Mdoc and MDL client",
"author": "Martin Auer",
"version": "0.2.21",
"version": "0.2.22",
"private": false,
"type": "module",
"main": "./dist/cjs/src/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/mdoc/mdoc-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @protokoll/mdoc-node

## 0.2.22

### Patch Changes

- 336733d: fix: update library
- Updated dependencies [336733d]
- @protokoll/mdoc-client@0.2.22
- @protokoll/core@0.2.22
- @protokoll/crypto@0.2.22

## 0.2.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mdoc/mdoc-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@protokoll/mdoc-node",
"description": "Protokoll Mdoc and MDL node implementation",
"author": "Martin Auer",
"version": "0.2.21",
"version": "0.2.22",
"private": false,
"type": "module",
"main": "./dist/cjs/src/index.js",
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.22

## 0.2.21

## 0.2.20
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.21",
"version": "0.2.22",
"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.22

## 0.2.21

## 0.2.20
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.21",
"version": "0.2.22",
"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.22

## 0.2.21

## 0.2.20
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.21",
"version": "0.2.22",
"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.22

## 0.2.21

## 0.2.20
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.21",
"version": "0.2.22",
"files": [
"*.json"
]
Expand Down

0 comments on commit dcb0d82

Please sign in to comment.