Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Sep 14, 2023
1 parent eb1c936 commit f5b96f9
Show file tree
Hide file tree
Showing 12 changed files with 71 additions and 13 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.13.12](https://github.com/PeculiarVentures/pdf/compare/v1.13.11...v1.13.12) (2023-09-14)


### Bug Fixes

* begin update with end of line if needed ([5aa651b](https://github.com/PeculiarVentures/pdf/commit/5aa651b67b33e988eae7d5b5dd86b1c70570157a))
* enable cache to reduce value conversion ([3e7a8ac](https://github.com/PeculiarVentures/pdf/commit/3e7a8ac3c75d85647c51528d6300c0de14004872))
* incorrect trailer size ([72eb6af](https://github.com/PeculiarVentures/pdf/commit/72eb6af6986dd9c2e7832169d2339e76391b562e)), closes [#102](https://github.com/PeculiarVentures/pdf/issues/102)





## [1.13.11](https://github.com/PeculiarVentures/pdf/compare/v1.13.10...v1.13.11) (2023-09-14)


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.13.11",
"version": "1.13.12",
"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.13.12](https://github.com/PeculiarVentures/pdf/compare/v1.13.11...v1.13.12) (2023-09-14)

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





## [1.13.11](https://github.com/PeculiarVentures/pdf/compare/v1.13.10...v1.13.11) (2023-09-14)

**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.13.11",
"version": "1.13.12",
"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.3",
"@peculiarventures/pdf-core": "^1.13.11",
"@peculiarventures/pdf-doc": "^1.13.11",
"@peculiarventures/pdf-core": "^1.13.12",
"@peculiarventures/pdf-doc": "^1.13.12",
"commander": "^11.0.0",
"pkijs": "^3.0.15"
}
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.13.12](https://github.com/PeculiarVentures/pdf/compare/v1.13.11...v1.13.12) (2023-09-14)

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





## [1.13.11](https://github.com/PeculiarVentures/pdf/compare/v1.13.10...v1.13.11) (2023-09-14)

**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.13.11",
"version": "1.13.12",
"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.13.11",
"@peculiarventures/pdf-core": "^1.13.12",
"tslib": "^2.6.2"
}
}
13 changes: 13 additions & 0 deletions packages/core/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.13.12](https://github.com/PeculiarVentures/pdf/compare/v1.13.11...v1.13.12) (2023-09-14)


### Bug Fixes

* begin update with end of line if needed ([5aa651b](https://github.com/PeculiarVentures/pdf/commit/5aa651b67b33e988eae7d5b5dd86b1c70570157a))
* enable cache to reduce value conversion ([3e7a8ac](https://github.com/PeculiarVentures/pdf/commit/3e7a8ac3c75d85647c51528d6300c0de14004872))
* incorrect trailer size ([72eb6af](https://github.com/PeculiarVentures/pdf/commit/72eb6af6986dd9c2e7832169d2339e76391b562e)), closes [#102](https://github.com/PeculiarVentures/pdf/issues/102)





## [1.13.11](https://github.com/PeculiarVentures/pdf/compare/v1.13.10...v1.13.11) (2023-09-14)


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.13.11",
"version": "1.13.12",
"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.13.12](https://github.com/PeculiarVentures/pdf/compare/v1.13.11...v1.13.12) (2023-09-14)

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





## [1.13.11](https://github.com/PeculiarVentures/pdf/compare/v1.13.10...v1.13.11) (2023-09-14)

**Note:** Version bump only for package @peculiarventures/pdf-doc
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.13.11",
"version": "1.13.12",
"description": "High level PDF module",
"keywords": [],
"author": "microshine <[email protected]>",
Expand Down Expand Up @@ -36,8 +36,8 @@
"@peculiar/asn1-tsp": "^2.3.6",
"@peculiar/asn1-x509": "^2.3.6",
"@peculiar/x509": "^1.9.5",
"@peculiarventures/pdf-copy": "^1.13.11",
"@peculiarventures/pdf-core": "^1.13.11",
"@peculiarventures/pdf-copy": "^1.13.12",
"@peculiarventures/pdf-core": "^1.13.12",
"@peculiarventures/pdf-font": "^1.13.11",
"asn1js": "^3.0.5",
"bytestreamjs": "2.0.1",
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.13.12](https://github.com/PeculiarVentures/pdf/compare/v1.13.11...v1.13.12) (2023-09-14)

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





## [1.13.11](https://github.com/PeculiarVentures/pdf/compare/v1.13.10...v1.13.11) (2023-09-14)

**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.13.11",
"version": "1.13.12",
"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.13.11",
"@peculiarventures/pdf-doc": "^1.13.11",
"@peculiarventures/pdf-core": "^1.13.12",
"@peculiarventures/pdf-doc": "^1.13.12",
"pvtsutils": "^1.3.5",
"tslib": "^2.6.2"
}
Expand Down

0 comments on commit f5b96f9

Please sign in to comment.