Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Jun 5, 2024
1 parent 18fab7e commit 1d6fc9f
Show file tree
Hide file tree
Showing 12 changed files with 73 additions and 16 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.9.0](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.8.2...v1.9.0) (2024-06-05)


### Features

* update ts version and generateKey declaration ([ec75186](https://github.com/PeculiarVentures/webcrypto-local/commit/ec75186e244eee2b0e821b588b1d94e51449c428))





## [1.8.2](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.8.1...v1.8.2) (2024-03-06)

**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.8.2",
"version": "1.9.0",
"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.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/cards





## [1.8.2](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.8.1...v1.8.2) (2024-03-06)

**Note:** Version bump only for package @webcrypto-local/cards
Expand Down
4 changes: 2 additions & 2 deletions packages/cards/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webcrypto-local/cards",
"version": "1.8.2",
"version": "1.9.0",
"description": "A package of `webcrypto-local` framework. TypeScript definitions for card.json",
"author": "PeculiarVentures",
"contributors": [
Expand Down Expand Up @@ -36,4 +36,4 @@
"@peculiar/json-schema": "^1.1.12",
"tslib": "^2.6.3"
}
}
}
11 changes: 11 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* update ts version and generateKey declaration ([ec75186](https://github.com/PeculiarVentures/webcrypto-local/commit/ec75186e244eee2b0e821b588b1d94e51449c428))
8 changes: 4 additions & 4 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.7.9",
"version": "1.9.0",
"description": "A package of `webcrypto-local` framework. WebSocket client",
"keywords": [
"webcrypto",
Expand Down Expand Up @@ -44,12 +44,12 @@
},
"dependencies": {
"2key-ratchet": "^1.0.18",
"@webcrypto-local/core": "^1.7.7",
"@webcrypto-local/proto": "^1.7.9",
"@webcrypto-local/core": "^1.9.0",
"@webcrypto-local/proto": "^1.9.0",
"idb": "^2",
"pvtsutils": "^1.3.5",
"tslib": "^2.6.3",
"webcrypto-core": "^1.8.0",
"ws": "^8.17.0"
}
}
}
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webcrypto-local/core",
"version": "1.7.7",
"version": "1.9.0",
"description": "A package of `webcrypto-local` framework",
"keywords": [],
"author": "PeculiarVentures",
Expand Down Expand Up @@ -38,4 +38,4 @@
"pvtsutils": "^1.3.5",
"tslib": "^2.6.3"
}
}
}
8 changes: 8 additions & 0 deletions packages/proto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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.7.9",
"version": "1.9.0",
"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.7.7",
"@webcrypto-local/core": "^1.9.0",
"pvtsutils": "^1.3.2",
"tslib": "^2.4.0",
"tsprotobuf": "^1.0.18"
Expand Down
11 changes: 11 additions & 0 deletions packages/server/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.9.0](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.8.2...v1.9.0) (2024-06-05)


### Features

* update ts version and generateKey declaration ([ec75186](https://github.com/PeculiarVentures/webcrypto-local/commit/ec75186e244eee2b0e821b588b1d94e51449c428))





## [1.8.2](https://github.com/PeculiarVentures/webcrypto-local/compare/v1.8.1...v1.8.2) (2024-03-06)

**Note:** Version bump only for package @webcrypto-local/server
Expand Down
10 changes: 5 additions & 5 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.8.2",
"version": "1.9.0",
"description": "A package of `webcrypto-local` framework. WebSocket server",
"keywords": [
"webcrypto",
Expand Down Expand Up @@ -43,9 +43,9 @@
"@peculiar/webcrypto": "1.0.22",
"@peculiar/x509": "^1.11.0",
"@types/pvutils": "^1.0.4",
"@webcrypto-local/cards": "^1.8.2",
"@webcrypto-local/core": "^1.7.7",
"@webcrypto-local/proto": "^1.7.9",
"@webcrypto-local/cards": "^1.9.0",
"@webcrypto-local/core": "^1.9.0",
"@webcrypto-local/proto": "^1.9.0",
"asn1js": "^3.0.5",
"graphene-pk11": "^2.3.5",
"node-webcrypto-p11": "^2.6.4",
Expand All @@ -61,4 +61,4 @@
"resolutions": {
"pkcs11js": "^2.1.1"
}
}
}

0 comments on commit 1d6fc9f

Please sign in to comment.