Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Sep 17, 2024
1 parent 89043da commit 541e0a2
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.10.5](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.10.4...v1.10.5) (2024-09-17)

**Note:** Version bump only for package webcrypto-local





## [1.10.4](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.10.3...v1.10.4) (2024-09-17)

**Note:** Version bump only for package webcrypto-local
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages": [
"packages/*"
],
"version": "1.10.4",
"version": "1.10.5",
"useWorkspaces": true
}
8 changes: 8 additions & 0 deletions packages/cards/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.10.5](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.10.4...v1.10.5) (2024-09-17)

**Note:** Version bump only for package @webcrypto-local/cards





## [1.10.4](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.10.3...v1.10.4) (2024-09-17)

**Note:** Version bump only for package @webcrypto-local/cards
Expand Down
2 changes: 1 addition & 1 deletion packages/cards/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webcrypto-local/cards",
"version": "1.10.4",
"version": "1.10.5",
"description": "A package of `webcrypto-local` framework. TypeScript definitions for card.json",
"author": "PeculiarVentures",
"contributors": [
Expand Down
8 changes: 8 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.10.5](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.10.4...v1.10.5) (2024-09-17)

**Note:** Version bump only for package @webcrypto-local/server





## [1.10.4](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.10.3...v1.10.4) (2024-09-17)

**Note:** Version bump only for package @webcrypto-local/server
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webcrypto-local/server",
"version": "1.10.4",
"version": "1.10.5",
"description": "A package of `webcrypto-local` framework. WebSocket server",
"keywords": [
"webcrypto",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@peculiar/webcrypto": "1.0.22",
"@peculiar/x509": "^1.12.1",
"@types/pvutils": "^1.0.4",
"@webcrypto-local/cards": "^1.10.4",
"@webcrypto-local/cards": "^1.10.5",
"@webcrypto-local/core": "^1.10.3",
"@webcrypto-local/proto": "^1.10.3",
"graphene-pk11": "^2.3.6",
Expand Down

0 comments on commit 541e0a2

Please sign in to comment.