Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Jan 31, 2023
1 parent 0763e20 commit 236cb54
Show file tree
Hide file tree
Showing 10 changed files with 66 additions and 11 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.7.0](https://github.com/PeculiarVentures/pdf/compare/v1.6.7...v1.7.0) (2023-01-31)


### Features

* Public Key encryption ([#35](https://github.com/PeculiarVentures/pdf/issues/35)) ([0763e20](https://github.com/PeculiarVentures/pdf/commit/0763e20dc9973d101c97e46a2b496b8ed09d2e06))





## [1.6.7](https://github.com/PeculiarVentures/pdf/compare/v1.6.6...v1.6.7) (2023-01-24)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "1.6.7",
"version": "1.7.0",
"useWorkspaces": true,
"command": {
"publish": {
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/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.7.0](https://github.com/PeculiarVentures/pdf/compare/v1.6.7...v1.7.0) (2023-01-31)


### Features

* Public Key encryption ([#35](https://github.com/PeculiarVentures/pdf/issues/35)) ([0763e20](https://github.com/PeculiarVentures/pdf/commit/0763e20dc9973d101c97e46a2b496b8ed09d2e06))





## [1.6.7](https://github.com/PeculiarVentures/pdf/compare/v1.6.6...v1.6.7) (2023-01-24)

**Note:** Version bump only for package @peculiarventures/pdf-cli
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peculiarventures/pdf-cli",
"version": "1.6.7",
"version": "1.7.0",
"description": "> TODO: description",
"author": "microshine <[email protected]>",
"homepage": "https://github.com/PeculiarVentures/pdf/tree/master/packages/pdf-cli#readme",
Expand Down Expand Up @@ -33,8 +33,8 @@
},
"dependencies": {
"@peculiar/webcrypto": "^1.4.1",
"@peculiarventures/pdf-core": "^1.6.5",
"@peculiarventures/pdf-doc": "^1.6.7",
"@peculiarventures/pdf-core": "^1.7.0",
"@peculiarventures/pdf-doc": "^1.7.0",
"commander": "^9.2.0",
"pkijs": "^3.0.13"
}
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.7.0](https://github.com/PeculiarVentures/pdf/compare/v1.6.7...v1.7.0) (2023-01-31)


### Features

* Public Key encryption ([#35](https://github.com/PeculiarVentures/pdf/issues/35)) ([0763e20](https://github.com/PeculiarVentures/pdf/commit/0763e20dc9973d101c97e46a2b496b8ed09d2e06))





## [1.6.5](https://github.com/PeculiarVentures/pdf/compare/v1.6.4...v1.6.5) (2023-01-23)

**Note:** Version bump only for package @peculiarventures/pdf-core
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peculiarventures/pdf-core",
"version": "1.6.5",
"version": "1.7.0",
"description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",
"keywords": [],
"author": "microshine <[email protected]>",
Expand Down Expand Up @@ -31,8 +31,8 @@
"url": "https://github.com/PeculiarVentures/pdf/issues"
},
"dependencies": {
"@types/events": "^3.0.0",
"@peculiar/x509": "^1.9.3",
"@types/events": "^3.0.0",
"asn1js": "^3.0.5",
"bytestreamjs": "2.0.1",
"events": "3.3.0",
Expand All @@ -42,4 +42,4 @@
"pvutils": "^1.1.3",
"tslib": "^2.5.0"
}
}
}
11 changes: 11 additions & 0 deletions packages/doc/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.7.0](https://github.com/PeculiarVentures/pdf/compare/v1.6.7...v1.7.0) (2023-01-31)


### Features

* Public Key encryption ([#35](https://github.com/PeculiarVentures/pdf/issues/35)) ([0763e20](https://github.com/PeculiarVentures/pdf/commit/0763e20dc9973d101c97e46a2b496b8ed09d2e06))





## [1.6.7](https://github.com/PeculiarVentures/pdf/compare/v1.6.6...v1.6.7) (2023-01-24)


Expand Down
6 changes: 3 additions & 3 deletions packages/doc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peculiarventures/pdf-doc",
"version": "1.6.7",
"version": "1.7.0",
"description": "High level PDF module",
"keywords": [],
"author": "microshine <[email protected]>",
Expand Down Expand Up @@ -36,8 +36,8 @@
"@peculiar/asn1-tsp": "^2.1.4",
"@peculiar/asn1-x509": "^2.1.4",
"@peculiar/x509": "^1.9.3",
"@peculiarventures/pdf-core": "^1.6.5",
"@peculiarventures/pdf-font": "^1.6.1",
"@peculiarventures/pdf-core": "^1.7.0",
"@peculiarventures/pdf-font": "^1.7.0",
"asn1js": "^3.0.5",
"bytestreamjs": "2.0.1",
"fast-png": "^6.1.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/font/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.7.0](https://github.com/PeculiarVentures/pdf/compare/v1.6.7...v1.7.0) (2023-01-31)


### Features

* Public Key encryption ([#35](https://github.com/PeculiarVentures/pdf/issues/35)) ([0763e20](https://github.com/PeculiarVentures/pdf/commit/0763e20dc9973d101c97e46a2b496b8ed09d2e06))





## [1.6.1](https://github.com/PeculiarVentures/pdf/compare/v1.6.0...v1.6.1) (2023-01-22)

**Note:** Version bump only for package @peculiarventures/pdf-font
Expand Down
2 changes: 1 addition & 1 deletion packages/font/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peculiarventures/pdf-font",
"version": "1.6.1",
"version": "1.7.0",
"description": "",
"keywords": [],
"author": "microshine <[email protected]>",
Expand Down

0 comments on commit 236cb54

Please sign in to comment.