Skip to content

Commit

Permalink
Merge pull request #34 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 28, 2024
2 parents fc118b3 + d6fa154 commit a8fb0e2
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/violet-bottles-push.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.35

## 0.2.34

## 0.2.33
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.34",
"version": "0.2.35",
"private": false,
"main": "./dist/cjs/src/index.js",
"module": "./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.35

### Patch Changes

- @protokoll/core@0.2.35

## 0.2.34

### 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.34",
"version": "0.2.35",
"private": false,
"main": "./dist/cjs/src/index.js",
"module": "./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.35

### Patch Changes

- @protokoll/core@0.2.35
- @protokoll/jose@0.2.35

## 0.2.34

### 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.34",
"version": "0.2.35",
"private": false,
"main": "./dist/cjs/src/index.js",
"module": "./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.35

### Patch Changes

- @protokoll/core@0.2.35

## 0.2.34

### 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.34",
"version": "0.2.35",
"main": "./dist/cjs/src/index.js",
"module": "./dist/cjs/src/index.js",
"types": "./dist/cjs/src/index.d.ts",
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.35

### Patch Changes

- fc118b3: fix: react-native
- @protokoll/core@0.2.35

## 0.2.34

### 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.34",
"version": "0.2.35",
"private": false,
"main": "./dist/cjs/src/index.js",
"module": "./dist/cjs/src/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/mdoc/mdoc-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @protokoll/mdoc-node

## 0.2.35

### Patch Changes

- Updated dependencies [fc118b3]
- @protokoll/mdoc-client@0.2.35
- @protokoll/core@0.2.35
- @protokoll/crypto@0.2.35

## 0.2.34

### 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.34",
"version": "0.2.35",
"private": false,
"main": "./dist/cjs/src/index.js",
"module": "./dist/cjs/src/index.js",
Expand Down

0 comments on commit a8fb0e2

Please sign in to comment.