Skip to content

Commit

Permalink
chore: release packages (diegomura#2074)
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 Nov 7, 2022
1 parent 992b91b commit b385dcb
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/lemon-cameras-visit.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stale-needles-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-eggs-destroy.md

This file was deleted.

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

## 2.3.1

### Patch Changes

- [#2023](https://github.com/diegomura/react-pdf/pull/2023) [`ce1c43c`](https://github.com/diegomura/react-pdf/commit/ce1c43c1b450b3737a23a356c5143626ac2a43ad) Thanks [@carlobeltrame](https://github.com/carlobeltrame)! - Fix warning about 'buffer' dependency in CRA 5 and webpack 5

## 2.3.0

### Minor Changes
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": "@react-pdf/font",
"version": "2.3.0",
"version": "2.3.1",
"license": "MIT",
"description": "Register font and emoji source for react-pdf document",
"author": "Diego Muracciole <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions packages/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @react-pdf/layout

## 3.2.1

### Patch Changes

- [#2056](https://github.com/diegomura/react-pdf/pull/2056) [`2ebba93`](https://github.com/diegomura/react-pdf/commit/2ebba93c43608a31655e99f226f1cf2d7006ac39) Thanks [@jasnross](https://github.com/jasnross)! - fix: TypeError when returning fragments or arrays from render prop

* [#2034](https://github.com/diegomura/react-pdf/pull/2034) [`992b91b`](https://github.com/diegomura/react-pdf/commit/992b91b3866e8e24efa014eef4d3eeec6a40f9a5) Thanks [@imatwork](https://github.com/imatwork)! - fix: page wrap=false not preventing page from breaking

## 3.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/layout",
"version": "3.2.0",
"version": "3.2.1",
"license": "MIT",
"description": "Resolve overall document component's layout",
"author": "Diego Muracciole <[email protected]>",
Expand Down
10 changes: 10 additions & 0 deletions packages/renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @react-pdf/renderer

## 3.0.1

### Patch Changes

- [#2056](https://github.com/diegomura/react-pdf/pull/2056) [`2ebba93`](https://github.com/diegomura/react-pdf/commit/2ebba93c43608a31655e99f226f1cf2d7006ac39) Thanks [@jasnross](https://github.com/jasnross)! - fix: TypeError when returning fragments or arrays from render prop

- Updated dependencies [[`ce1c43c`](https://github.com/diegomura/react-pdf/commit/ce1c43c1b450b3737a23a356c5143626ac2a43ad), [`2ebba93`](https://github.com/diegomura/react-pdf/commit/2ebba93c43608a31655e99f226f1cf2d7006ac39), [`992b91b`](https://github.com/diegomura/react-pdf/commit/992b91b3866e8e24efa014eef4d3eeec6a40f9a5)]:
- @react-pdf/font@2.3.1
- @react-pdf/layout@3.2.1

## 3.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 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.0.0",
"version": "3.0.1",
"license": "MIT",
"description": "Create PDF files on the browser and server",
"types": "index.d.ts",
Expand All @@ -26,8 +26,8 @@
},
"dependencies": {
"@babel/runtime": "^7.16.4",
"@react-pdf/font": "^2.3.0",
"@react-pdf/layout": "^3.2.0",
"@react-pdf/font": "^2.3.1",
"@react-pdf/layout": "^3.2.1",
"@react-pdf/pdfkit": "^3.0.0",
"@react-pdf/primitives": "^3.0.0",
"@react-pdf/render": "^3.2.1",
Expand Down

0 comments on commit b385dcb

Please sign in to comment.