Skip to content

Commit

Permalink
chore: release packages (#2545)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 22, 2024
1 parent b5380a1 commit 57c1481
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/wet-glasses-tickle.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-pdf/examples

## 3.2.5

### Patch Changes

- Updated dependencies [[`b5380a1`](https://github.com/diegomura/react-pdf/commit/b5380a1a0a7397b4111d68ce97b4acb702d34d51)]:
- @react-pdf/renderer@3.3.3

## 3.2.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/examples",
"version": "3.2.4",
"version": "3.2.5",
"license": "MIT",
"private": true,
"author": "Diego Muracciole <[email protected]>",
Expand All @@ -10,7 +10,7 @@
"dev": "vite ./src --open"
},
"dependencies": {
"@react-pdf/renderer": "^3.3.2"
"@react-pdf/renderer": "^3.3.3"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/render/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-pdf/render

## 3.4.1

### Patch Changes

- [#2544](https://github.com/diegomura/react-pdf/pull/2544) [`b5380a1`](https://github.com/diegomura/react-pdf/commit/b5380a1a0a7397b4111d68ce97b4acb702d34d51) Thanks [@satelllte](https://github.com/satelllte)! - fix: creationDate and modificationDate types

## 3.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/render/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/render",
"version": "3.4.0",
"version": "3.4.1",
"license": "MIT",
"description": "A render engine for Node and the browser",
"author": "Diego Muracciole <[email protected]>",
Expand Down
9 changes: 9 additions & 0 deletions packages/renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @react-pdf/renderer

## 3.3.3

### Patch Changes

- [#2544](https://github.com/diegomura/react-pdf/pull/2544) [`b5380a1`](https://github.com/diegomura/react-pdf/commit/b5380a1a0a7397b4111d68ce97b4acb702d34d51) Thanks [@satelllte](https://github.com/satelllte)! - fix: creationDate and modificationDate types

- Updated dependencies [[`b5380a1`](https://github.com/diegomura/react-pdf/commit/b5380a1a0a7397b4111d68ce97b4acb702d34d51)]:
- @react-pdf/render@3.4.1

## 3.3.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/renderer",
"version": "3.3.2",
"version": "3.3.3",
"license": "MIT",
"description": "Create PDF files on the browser and server",
"author": "Diego Muracciole <[email protected]>",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@react-pdf/layout": "^3.10.2",
"@react-pdf/pdfkit": "^3.1.1",
"@react-pdf/primitives": "^3.1.1",
"@react-pdf/render": "^3.4.0",
"@react-pdf/render": "^3.4.1",
"@react-pdf/types": "^2.4.0",
"events": "^3.3.0",
"object-assign": "^4.1.1",
Expand Down

0 comments on commit 57c1481

Please sign in to comment.