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 3, 2024
1 parent 4eeb93f commit 5744218
Show file tree
Hide file tree
Showing 16 changed files with 98 additions and 18 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.15.0](https://github.com/PeculiarVentures/pdf/compare/v1.14.0...v1.15.0) (2024-06-03)


### Bug Fixes

* Update type declaration for TS v5 ([d087096](https://github.com/PeculiarVentures/pdf/commit/d087096c1b413134a9bb8ed5d648bf5c1b3ce313))


### Features

* Update CryptoEngine to support Ed25519 type ([ca62bcf](https://github.com/PeculiarVentures/pdf/commit/ca62bcf50cf194f93bc04cdf35ee866501bc4e79))





# [1.14.0](https://github.com/PeculiarVentures/pdf/compare/v1.13.18...v1.14.0) (2024-01-19)


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.14.0",
"version": "1.15.0",
"command": {
"publish": {
"registry": "https://npm.pkg.github.com/"
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/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.15.0](https://github.com/PeculiarVentures/pdf/compare/v1.14.0...v1.15.0) (2024-06-03)

**Note:** Version bump only for package @peculiarventures/pdf-cli





# [1.14.0](https://github.com/PeculiarVentures/pdf/compare/v1.13.18...v1.14.0) (2024-01-19)

**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.14.0",
"version": "1.15.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.5.0",
"@peculiarventures/pdf-core": "^1.14.0",
"@peculiarventures/pdf-doc": "^1.14.0",
"@peculiarventures/pdf-core": "^1.15.0",
"@peculiarventures/pdf-doc": "^1.15.0",
"commander": "^11.0.0",
"pkijs": "^3.1.0"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/copy/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.15.0](https://github.com/PeculiarVentures/pdf/compare/v1.14.0...v1.15.0) (2024-06-03)

**Note:** Version bump only for package @peculiarventures/pdf-copy





# [1.14.0](https://github.com/PeculiarVentures/pdf/compare/v1.13.18...v1.14.0) (2024-01-19)

**Note:** Version bump only for package @peculiarventures/pdf-copy
Expand Down
4 changes: 2 additions & 2 deletions packages/copy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peculiarventures/pdf-copy",
"version": "1.14.0",
"version": "1.15.0",
"description": "This module allows to recreate the PDF document using specified filters.",
"keywords": [],
"author": "microshine <[email protected]>",
Expand Down Expand Up @@ -31,7 +31,7 @@
"url": "https://github.com/PeculiarVentures/pdf/issues"
},
"dependencies": {
"@peculiarventures/pdf-core": "^1.14.0",
"@peculiarventures/pdf-core": "^1.15.0",
"tslib": "^2.6.2"
}
}
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.15.0](https://github.com/PeculiarVentures/pdf/compare/v1.14.0...v1.15.0) (2024-06-03)


### Bug Fixes

* Update type declaration for TS v5 ([d087096](https://github.com/PeculiarVentures/pdf/commit/d087096c1b413134a9bb8ed5d648bf5c1b3ce313))


### Features

* Update CryptoEngine to support Ed25519 type ([ca62bcf](https://github.com/PeculiarVentures/pdf/commit/ca62bcf50cf194f93bc04cdf35ee866501bc4e79))





# [1.14.0](https://github.com/PeculiarVentures/pdf/compare/v1.13.18...v1.14.0) (2024-01-19)


Expand Down
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": "@peculiarventures/pdf-core",
"version": "1.14.0",
"version": "1.15.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
8 changes: 8 additions & 0 deletions packages/doc/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.15.0](https://github.com/PeculiarVentures/pdf/compare/v1.14.0...v1.15.0) (2024-06-03)

**Note:** Version bump only for package @peculiarventures/pdf-doc





# [1.14.0](https://github.com/PeculiarVentures/pdf/compare/v1.13.18...v1.14.0) (2024-01-19)


Expand Down
8 changes: 4 additions & 4 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.14.0",
"version": "1.15.0",
"description": "High level PDF module",
"keywords": [],
"author": "microshine <[email protected]>",
Expand Down Expand Up @@ -36,9 +36,9 @@
"@peculiar/asn1-tsp": "^2.3.8",
"@peculiar/asn1-x509": "^2.3.8",
"@peculiar/x509": "^1.10.1",
"@peculiarventures/pdf-copy": "^1.14.0",
"@peculiarventures/pdf-core": "^1.14.0",
"@peculiarventures/pdf-font": "^1.13.18",
"@peculiarventures/pdf-copy": "^1.15.0",
"@peculiarventures/pdf-core": "^1.15.0",
"@peculiarventures/pdf-font": "^1.15.0",
"asn1js": "^3.0.5",
"bytestreamjs": "2.0.1",
"fast-png": "^6.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/font/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.15.0](https://github.com/PeculiarVentures/pdf/compare/v1.14.0...v1.15.0) (2024-06-03)

**Note:** Version bump only for package @peculiarventures/pdf-font





## [1.13.18](https://github.com/PeculiarVentures/pdf/compare/v1.13.17...v1.13.18) (2024-01-16)

**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.13.18",
"version": "1.15.0",
"description": "",
"keywords": [],
"author": "microshine <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions packages/form-json/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.15.0](https://github.com/PeculiarVentures/pdf/compare/v1.14.0...v1.15.0) (2024-06-03)

**Note:** Version bump only for package @peculiarventures/pdf-form-json





# [1.14.0](https://github.com/PeculiarVentures/pdf/compare/v1.13.18...v1.14.0) (2024-01-19)

**Note:** Version bump only for package @peculiarventures/pdf-form-json
Expand Down
6 changes: 3 additions & 3 deletions packages/form-json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peculiarventures/pdf-form-json",
"version": "1.14.0",
"version": "1.15.0",
"description": "A PDF module enabling working with form elements through JSON.",
"keywords": [],
"author": "microshine <[email protected]>",
Expand Down Expand Up @@ -31,8 +31,8 @@
"url": "https://github.com/PeculiarVentures/pdf/issues"
},
"dependencies": {
"@peculiarventures/pdf-core": "^1.14.0",
"@peculiarventures/pdf-doc": "^1.14.0",
"@peculiarventures/pdf-core": "^1.15.0",
"@peculiarventures/pdf-doc": "^1.15.0",
"pvtsutils": "^1.3.5",
"tslib": "^2.6.2"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/repair/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.15.0](https://github.com/PeculiarVentures/pdf/compare/v1.14.0...v1.15.0) (2024-06-03)

**Note:** Version bump only for package @peculiarventures/pdf-repair





# [1.14.0](https://github.com/PeculiarVentures/pdf/compare/v1.13.18...v1.14.0) (2024-01-19)

**Note:** Version bump only for package @peculiarventures/pdf-repair
Expand Down
6 changes: 3 additions & 3 deletions packages/repair/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peculiarventures/pdf-repair",
"version": "1.14.0",
"version": "1.15.0",
"description": "A comprehensive PDF repair module for Node.js, providing automated diagnosis and correction of PDF documents.",
"keywords": [],
"author": "microshine <[email protected]>",
Expand Down Expand Up @@ -31,8 +31,8 @@
"url": "https://github.com/PeculiarVentures/pdf/issues"
},
"dependencies": {
"@peculiarventures/pdf-core": "^1.14.0",
"@peculiarventures/pdf-doc": "^1.14.0",
"@peculiarventures/pdf-core": "^1.15.0",
"@peculiarventures/pdf-doc": "^1.15.0",
"tslib": "^2.6.2"
}
}

0 comments on commit 5744218

Please sign in to comment.