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

# [1.17.0](https://github.com/PeculiarVentures/pdf/compare/v1.16.0...v1.17.0) (2025-01-07)


### Bug Fixes

* **cms:** improve signing algorithm handling in OCSP response ([6ddfbaf](https://github.com/PeculiarVentures/pdf/commit/6ddfbaf3cb0d7b9b008bc2040f52fba7a26adcf6))
* **doc:** improve wording for identity verification and document structure warnings ([52cb7af](https://github.com/PeculiarVentures/pdf/commit/52cb7afdfc69197f6f9e42971d545d2f765bd2af))
* **doc:** update default xref option to 0 for XRef Stream ([cf115bc](https://github.com/PeculiarVentures/pdf/commit/cf115bc9764562f99f0d2eb7b007952568676cff))
* **forms:** implement paint call on border and color change events ([9b98eee](https://github.com/PeculiarVentures/pdf/commit/9b98eee3bd90d299ce07cbc74f126455a751ec02))
* implement Registry class for managing circular dependencies and enhance CMS imports ([c5cd79b](https://github.com/PeculiarVentures/pdf/commit/c5cd79b0364a1b198ae128799d81688410dd40a1))
* update repo-init action to use NPM token instead of GitHub token ([7267dc2](https://github.com/PeculiarVentures/pdf/commit/7267dc2c0bb977fd2bb174f48ee67848fcff869d))


### Features

* **doc:** add catalog getter with error handling in PDFDocument ([7a1e043](https://github.com/PeculiarVentures/pdf/commit/7a1e0435814d8136f453514b8cafe835b3c4fecc))
* **doc:** enable signature flags in AcroForm for PDFPage ([ad910e7](https://github.com/PeculiarVentures/pdf/commit/ad910e757d0b036cf5172e2f5977451df6da0495))
* **forms:** add name parameter to IFormComponentParameters and improve FormComponent structure ([9822cde](https://github.com/PeculiarVentures/pdf/commit/9822cde2acf80072d074dd935b5ed3f525208caa))
* **tests:** add password parameter to PdfRenderingHelper load and getPageHash methods ([1acc968](https://github.com/PeculiarVentures/pdf/commit/1acc968473de1569c6ec4f7bf33ab5c73207face))
* **tests:** add PDF testing utilities and helpers ([8911ac5](https://github.com/PeculiarVentures/pdf/commit/8911ac5e2c87661a122b1a8d11148cea235e8268))
* **tests:** add PKI handling and PDF file writing utilities ([d088f1c](https://github.com/PeculiarVentures/pdf/commit/d088f1c54710d7d598b0df4ee2ea601db20f9b37))
* **tests:** enhance PdfRenderingHelper and add resource handling ([f3c41b7](https://github.com/PeculiarVentures/pdf/commit/f3c41b78f3701344e1b2d3c34b3048a427d4bc9d))
* **ViewWriter:** add toString method to convert buffer to binary string ([c471b75](https://github.com/PeculiarVentures/pdf/commit/c471b759415e049d96bb760bb72f1cb8ee8a6b9e))





# [1.16.0](https://github.com/PeculiarVentures/pdf/compare/v1.15.0...v1.16.0) (2024-07-22)


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.16.0",
"version": "1.17.0",
"command": {
"publish": {
"registry": "https://registry.npmjs.org/"
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.17.0](https://github.com/PeculiarVentures/pdf/compare/v1.16.0...v1.17.0) (2025-01-07)

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





# [1.16.0](https://github.com/PeculiarVentures/pdf/compare/v1.15.0...v1.16.0) (2024-07-22)

**Note:** Version bump only for package @peculiarventures/pdf-cli
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peculiar/pdf-cli",
"version": "1.16.0",
"version": "1.17.0",
"description": "Command-line interface for PDF document manipulation and analysis",
"author": "microshine <[email protected]>",
"homepage": "https://github.com/PeculiarVentures/pdf/tree/master/packages/pdf-cli#readme",
Expand Down Expand Up @@ -30,10 +30,10 @@
"url": "https://github.com/PeculiarVentures/pdf/issues"
},
"dependencies": {
"@peculiar/pdf-core": "^1.17.0",
"@peculiar/pdf-doc": "^1.17.0",
"@peculiar/webcrypto": "^1.5.0",
"@peculiar/pdf-core": "^1.16.0",
"@peculiar/pdf-doc": "^1.16.0",
"commander": "^12.1.0",
"pkijs": "^3.2.4"
}
}
}
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.17.0](https://github.com/PeculiarVentures/pdf/compare/v1.16.0...v1.17.0) (2025-01-07)

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





# [1.16.0](https://github.com/PeculiarVentures/pdf/compare/v1.15.0...v1.16.0) (2024-07-22)

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

# [1.17.0](https://github.com/PeculiarVentures/pdf/compare/v1.16.0...v1.17.0) (2025-01-07)


### Bug Fixes

* **doc:** update default xref option to 0 for XRef Stream ([cf115bc](https://github.com/PeculiarVentures/pdf/commit/cf115bc9764562f99f0d2eb7b007952568676cff))


### Features

* **doc:** add catalog getter with error handling in PDFDocument ([7a1e043](https://github.com/PeculiarVentures/pdf/commit/7a1e0435814d8136f453514b8cafe835b3c4fecc))
* **ViewWriter:** add toString method to convert buffer to binary string ([c471b75](https://github.com/PeculiarVentures/pdf/commit/c471b759415e049d96bb760bb72f1cb8ee8a6b9e))





# [1.16.0](https://github.com/PeculiarVentures/pdf/compare/v1.15.0...v1.16.0) (2024-07-22)

**Note:** Version bump only for package @peculiarventures/pdf-core
Expand Down
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": "@peculiar/pdf-core",
"version": "1.16.0",
"version": "1.17.0",
"description": "Core functionality library for PDF document processing and manipulation",
"keywords": [
"pdf",
Expand Down Expand Up @@ -50,4 +50,4 @@
"pvutils": "^1.1.3",
"tslib": "^2.8.1"
}
}
}
20 changes: 20 additions & 0 deletions packages/doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.17.0](https://github.com/PeculiarVentures/pdf/compare/v1.16.0...v1.17.0) (2025-01-07)


### Bug Fixes

* **cms:** improve signing algorithm handling in OCSP response ([6ddfbaf](https://github.com/PeculiarVentures/pdf/commit/6ddfbaf3cb0d7b9b008bc2040f52fba7a26adcf6))
* **doc:** improve wording for identity verification and document structure warnings ([52cb7af](https://github.com/PeculiarVentures/pdf/commit/52cb7afdfc69197f6f9e42971d545d2f765bd2af))
* **forms:** implement paint call on border and color change events ([9b98eee](https://github.com/PeculiarVentures/pdf/commit/9b98eee3bd90d299ce07cbc74f126455a751ec02))
* implement Registry class for managing circular dependencies and enhance CMS imports ([c5cd79b](https://github.com/PeculiarVentures/pdf/commit/c5cd79b0364a1b198ae128799d81688410dd40a1))


### Features

* **doc:** enable signature flags in AcroForm for PDFPage ([ad910e7](https://github.com/PeculiarVentures/pdf/commit/ad910e757d0b036cf5172e2f5977451df6da0495))
* **forms:** add name parameter to IFormComponentParameters and improve FormComponent structure ([9822cde](https://github.com/PeculiarVentures/pdf/commit/9822cde2acf80072d074dd935b5ed3f525208caa))





# [1.16.0](https://github.com/PeculiarVentures/pdf/compare/v1.15.0...v1.16.0) (2024-07-22)


Expand Down
10 changes: 5 additions & 5 deletions packages/doc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peculiar/pdf-doc",
"version": "1.16.0",
"version": "1.17.0",
"description": "High-level PDF manipulation and generation module for Node.js and browser",
"keywords": [],
"author": "microshine <[email protected]>",
Expand Down Expand Up @@ -34,10 +34,10 @@
"@peculiar/asn1-schema": "^2.3.13",
"@peculiar/asn1-tsp": "^2.3.13",
"@peculiar/asn1-x509": "^2.3.13",
"@peculiar/pdf-copy": "^1.17.0",
"@peculiar/pdf-core": "^1.17.0",
"@peculiar/pdf-font": "^1.17.0",
"@peculiar/x509": "^1.12.3",
"@peculiar/pdf-copy": "^1.16.0",
"@peculiar/pdf-core": "^1.16.0",
"@peculiar/pdf-font": "^1.16.0",
"asn1js": "^3.0.5",
"bytestreamjs": "2.0.1",
"fast-png": "^6.2.0",
Expand All @@ -47,4 +47,4 @@
"pvutils": "^1.1.3",
"tslib": "^2.8.1"
}
}
}
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.17.0](https://github.com/PeculiarVentures/pdf/compare/v1.16.0...v1.17.0) (2025-01-07)

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





# [1.16.0](https://github.com/PeculiarVentures/pdf/compare/v1.15.0...v1.16.0) (2024-07-22)

**Note:** Version bump only for package @peculiarventures/pdf-font
Expand Down
4 changes: 2 additions & 2 deletions packages/font/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peculiar/pdf-font",
"version": "1.16.0",
"version": "1.17.0",
"description": "Font handling library for PDF document generation",
"keywords": [
"pdf",
Expand Down Expand Up @@ -44,4 +44,4 @@
"pvtsutils": "^1.3.6",
"tslib": "^2.8.1"
}
}
}
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.17.0](https://github.com/PeculiarVentures/pdf/compare/v1.16.0...v1.17.0) (2025-01-07)

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





# [1.16.0](https://github.com/PeculiarVentures/pdf/compare/v1.15.0...v1.16.0) (2024-07-22)

**Note:** Version bump only for package @peculiarventures/pdf-form-json
Expand Down
8 changes: 4 additions & 4 deletions packages/form-json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peculiar/pdf-form-json",
"version": "1.16.0",
"version": "1.17.0",
"description": "A PDF module enabling working with form elements through JSON.",
"keywords": [
"pdf",
Expand Down Expand Up @@ -34,9 +34,9 @@
"url": "https://github.com/PeculiarVentures/pdf/issues"
},
"dependencies": {
"@peculiar/pdf-core": "^1.16.0",
"@peculiar/pdf-doc": "^1.16.0",
"@peculiar/pdf-core": "^1.17.0",
"@peculiar/pdf-doc": "^1.17.0",
"pvtsutils": "^1.3.6",
"tslib": "^2.8.1"
}
}
}
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.17.0](https://github.com/PeculiarVentures/pdf/compare/v1.16.0...v1.17.0) (2025-01-07)

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





# [1.16.0](https://github.com/PeculiarVentures/pdf/compare/v1.15.0...v1.16.0) (2024-07-22)

**Note:** Version bump only for package @peculiarventures/pdf-repair
Expand Down
8 changes: 4 additions & 4 deletions packages/repair/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peculiar/pdf-repair",
"version": "1.16.0",
"version": "1.17.0",
"description": "A comprehensive PDF repair module for Node.js, providing automated diagnosis and correction of PDF documents.",
"keywords": [
"pdf",
Expand Down Expand Up @@ -33,8 +33,8 @@
"url": "https://github.com/PeculiarVentures/pdf/issues"
},
"dependencies": {
"@peculiar/pdf-core": "^1.16.0",
"@peculiar/pdf-doc": "^1.16.0",
"@peculiar/pdf-core": "^1.17.0",
"@peculiar/pdf-doc": "^1.17.0",
"tslib": "^2.8.1"
}
}
}
14 changes: 14 additions & 0 deletions packages/tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

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

# [1.17.0](https://github.com/PeculiarVentures/pdf/compare/v1.16.0...v1.17.0) (2025-01-07)


### Features

* **tests:** add password parameter to PdfRenderingHelper load and getPageHash methods ([1acc968](https://github.com/PeculiarVentures/pdf/commit/1acc968473de1569c6ec4f7bf33ab5c73207face))
* **tests:** add PDF testing utilities and helpers ([8911ac5](https://github.com/PeculiarVentures/pdf/commit/8911ac5e2c87661a122b1a8d11148cea235e8268))
* **tests:** add PKI handling and PDF file writing utilities ([d088f1c](https://github.com/PeculiarVentures/pdf/commit/d088f1c54710d7d598b0df4ee2ea601db20f9b37))
* **tests:** enhance PdfRenderingHelper and add resource handling ([f3c41b7](https://github.com/PeculiarVentures/pdf/commit/f3c41b78f3701344e1b2d3c34b3048a427d4bc9d))
4 changes: 2 additions & 2 deletions packages/tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peculiar/pdf-tests",
"version": "1.16.0",
"version": "1.17.0",
"description": "Test suite for PDF - Utilities and helper tools for testing purposes",
"keywords": [],
"author": "microshine <[email protected]>",
Expand All @@ -25,4 +25,4 @@
"bugs": {
"url": "https://github.com/PeculiarVentures/pdf/issues"
}
}
}

0 comments on commit 3db58f1

Please sign in to comment.