Skip to content

Commit

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

## [1.10.3](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.10.2...v1.10.3) (2024-08-29)


### Bug Fixes

* changed the logic of deleting the provider when deleting the token from the device ([1d02029](https://github.com/PeculiarVentures/webcrypto-local/commit/1d020293477a25a4892e07e284d0d2f61c2af2ba))
* Improve PCSC watcher to handle the PCSC service being stopped ([e71059e](https://github.com/PeculiarVentures/webcrypto-local/commit/e71059ef4290aaa39a38195fdae2113f0e904dcf))
* Make Map iterable ([9e3d9ea](https://github.com/PeculiarVentures/webcrypto-local/commit/9e3d9ea8d86c4cf42959dca278844d06e2370c18))





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


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.2",
"version": "1.10.3",
"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.3](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.10.2...v1.10.3) (2024-08-29)

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





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


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.2",
"version": "1.10.3",
"description": "A package of `webcrypto-local` framework. TypeScript definitions for card.json",
"author": "PeculiarVentures",
"contributors": [
Expand Down
8 changes: 8 additions & 0 deletions packages/client/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.3](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.10.2...v1.10.3) (2024-08-29)

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





# [1.10.0](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.9.0...v1.10.0) (2024-06-07)

**Note:** Version bump only for package @webcrypto-local/client
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webcrypto-local/client",
"version": "1.10.0",
"version": "1.10.3",
"description": "A package of `webcrypto-local` framework. WebSocket client",
"keywords": [
"webcrypto",
Expand Down Expand Up @@ -44,8 +44,8 @@
},
"dependencies": {
"2key-ratchet": "^1.0.18",
"@webcrypto-local/core": "^1.9.0",
"@webcrypto-local/proto": "^1.9.0",
"@webcrypto-local/core": "^1.10.3",
"@webcrypto-local/proto": "^1.10.3",
"idb": "^2",
"pvtsutils": "^1.3.5",
"tslib": "^2.7.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.3](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.10.2...v1.10.3) (2024-08-29)

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





# [1.9.0](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.8.2...v1.9.0) (2024-06-05)

**Note:** Version bump only for package @webcrypto-local/core
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webcrypto-local/core",
"version": "1.9.0",
"version": "1.10.3",
"description": "A package of `webcrypto-local` framework",
"keywords": [],
"author": "PeculiarVentures",
Expand Down
8 changes: 8 additions & 0 deletions packages/proto/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.3](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.10.2...v1.10.3) (2024-08-29)

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





# [1.9.0](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.8.2...v1.9.0) (2024-06-05)

**Note:** Version bump only for package @webcrypto-local/proto
4 changes: 2 additions & 2 deletions packages/proto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webcrypto-local/proto",
"version": "1.9.0",
"version": "1.10.3",
"description": "A package of `webcrypto-local` framework. Google protobuf schemas for client/server messages",
"keywords": [
"protobuf",
Expand Down Expand Up @@ -38,7 +38,7 @@
"url": "https://github.com/PeculiarVentures/webcrypto-local/issues"
},
"dependencies": {
"@webcrypto-local/core": "^1.9.0",
"@webcrypto-local/core": "^1.10.3",
"pvtsutils": "^1.3.5",
"tslib": "^2.7.0",
"tsprotobuf": "^1.0.19"
Expand Down
13 changes: 13 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.10.3](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.10.2...v1.10.3) (2024-08-29)


### Bug Fixes

* changed the logic of deleting the provider when deleting the token from the device ([1d02029](https://github.com/PeculiarVentures/webcrypto-local/commit/1d020293477a25a4892e07e284d0d2f61c2af2ba))
* Improve PCSC watcher to handle the PCSC service being stopped ([e71059e](https://github.com/PeculiarVentures/webcrypto-local/commit/e71059ef4290aaa39a38195fdae2113f0e904dcf))
* Make Map iterable ([9e3d9ea](https://github.com/PeculiarVentures/webcrypto-local/commit/9e3d9ea8d86c4cf42959dca278844d06e2370c18))





## [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
Expand Down
8 changes: 4 additions & 4 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.2",
"version": "1.10.3",
"description": "A package of `webcrypto-local` framework. WebSocket server",
"keywords": [
"webcrypto",
Expand Down Expand Up @@ -46,9 +46,9 @@
"@peculiar/webcrypto": "1.0.22",
"@peculiar/x509": "^1.12.1",
"@types/pvutils": "^1.0.4",
"@webcrypto-local/cards": "^1.10.2",
"@webcrypto-local/core": "^1.9.0",
"@webcrypto-local/proto": "^1.9.0",
"@webcrypto-local/cards": "^1.10.3",
"@webcrypto-local/core": "^1.10.3",
"@webcrypto-local/proto": "^1.10.3",
"graphene-pk11": "^2.3.6",
"node-webcrypto-p11": "^2.6.5",
"pcsclite": "^1.0.1",
Expand Down

0 comments on commit 6b590c0

Please sign in to comment.