Skip to content

Commit

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

## [1.10.2](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.10.1...v1.10.2) (2024-07-30)


### Bug Fixes

* Use `generate` template for `SafeNet Authentication Client` instead of `copy` ([79fcf93](https://github.com/PeculiarVentures/webcrypto-local/commit/79fcf931e9cab64967da7f8a0dcb637b09c74517))





## [1.10.1](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.10.0...v1.10.1) (2024-06-20)

**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.1",
"version": "1.10.2",
"useWorkspaces": true
}
11 changes: 11 additions & 0 deletions packages/cards/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.10.2](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.10.1...v1.10.2) (2024-07-30)


### Bug Fixes

* Use `generate` template for `SafeNet Authentication Client` instead of `copy` ([79fcf93](https://github.com/PeculiarVentures/webcrypto-local/commit/79fcf931e9cab64967da7f8a0dcb637b09c74517))





## [1.10.1](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.10.0...v1.10.1) (2024-06-20)

**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.1",
"version": "1.10.2",
"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.2](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.10.1...v1.10.2) (2024-07-30)

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





## [1.10.1](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.10.0...v1.10.1) (2024-06-20)

**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.1",
"version": "1.10.2",
"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.11.0",
"@types/pvutils": "^1.0.4",
"@webcrypto-local/cards": "^1.10.1",
"@webcrypto-local/cards": "^1.10.2",
"@webcrypto-local/core": "^1.9.0",
"@webcrypto-local/proto": "^1.9.0",
"graphene-pk11": "^2.3.5",
Expand Down

0 comments on commit ee019c4

Please sign in to comment.