Skip to content

Commit

Permalink
chore: release packages (#2868)
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 Sep 22, 2024
1 parent ed94775 commit 4173ab6
Show file tree
Hide file tree
Showing 29 changed files with 135 additions and 67 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-ghosts-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-rocks-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-berries-hide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nine-ways-walk.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pink-owls-drum.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/pretty-jars-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-moles-raise.md

This file was deleted.

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

## 2.0.6

### Patch Changes

- Updated dependencies [[`ed94775`](https://github.com/diegomura/react-pdf/commit/ed94775f4d44db0886ff08c71d09f446bace6392)]:
- @react-pdf/renderer@3.4.5

## 2.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions e2e/node-cjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/e2e-node-cjs",
"version": "2.0.5",
"version": "2.0.6",
"license": "MIT",
"private": true,
"type": "commonjs",
Expand All @@ -12,7 +12,7 @@
"start": "node ./index.js"
},
"dependencies": {
"@react-pdf/renderer": "^3.4.4",
"@react-pdf/renderer": "^3.4.5",
"react": "^18.2.0"
}
}
7 changes: 7 additions & 0 deletions e2e/node-esm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-pdf/e2e-node-esm

## 2.0.6

### Patch Changes

- Updated dependencies [[`ed94775`](https://github.com/diegomura/react-pdf/commit/ed94775f4d44db0886ff08c71d09f446bace6392)]:
- @react-pdf/renderer@3.4.5

## 2.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions e2e/node-esm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/e2e-node-esm",
"version": "2.0.5",
"version": "2.0.6",
"license": "MIT",
"private": true,
"type": "module",
Expand All @@ -12,7 +12,7 @@
"start": "node ./index.js"
},
"dependencies": {
"@react-pdf/renderer": "^3.4.4",
"@react-pdf/renderer": "^3.4.5",
"react": "^18.2.0"
}
}
9 changes: 9 additions & 0 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @react-pdf/examples

## 3.3.2

### Patch Changes

- [#2747](https://github.com/diegomura/react-pdf/pull/2747) [`5af35ec`](https://github.com/diegomura/react-pdf/commit/5af35ec9743cc0d7bf75f5ca789627517ff35816) Thanks [@andrew-spare](https://github.com/andrew-spare)! - fix: font selection regression

- Updated dependencies [[`ed94775`](https://github.com/diegomura/react-pdf/commit/ed94775f4d44db0886ff08c71d09f446bace6392)]:
- @react-pdf/renderer@3.4.5

## 3.3.1

### 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.3.1",
"version": "3.3.2",
"license": "MIT",
"private": true,
"author": "Diego Muracciole <diegomuracciole@gmail.com>",
Expand All @@ -10,7 +10,7 @@
"dev": "vite ./src --open"
},
"dependencies": {
"@react-pdf/renderer": "^3.4.4"
"@react-pdf/renderer": "^3.4.5"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/font/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-pdf/font

## 2.5.2

### Patch Changes

- Updated dependencies [[`8e6a832`](https://github.com/diegomura/react-pdf/commit/8e6a8320f86354aff950c296a96bc41a33e9dab2), [`4bafab8`](https://github.com/diegomura/react-pdf/commit/4bafab8455c9003759f48bad20a720baf4ed189b)]:
- @react-pdf/types@2.6.0

## 2.5.1

### Patch Changes
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": "@react-pdf/font",
"version": "2.5.1",
"version": "2.5.2",
"license": "MIT",
"description": "Register font and emoji source for react-pdf document",
"author": "Diego Muracciole <diegomuracciole@gmail.com>",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@babel/runtime": "^7.20.13",
"@react-pdf/types": "^2.5.0",
"@react-pdf/types": "^2.6.0",
"cross-fetch": "^3.1.5",
"fontkit": "^2.0.2",
"is-url": "^1.2.4"
Expand Down
19 changes: 19 additions & 0 deletions packages/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @react-pdf/layout

## 3.13.0

### Minor Changes

- [#2771](https://github.com/diegomura/react-pdf/pull/2771) [`8e6a832`](https://github.com/diegomura/react-pdf/commit/8e6a8320f86354aff950c296a96bc41a33e9dab2) Thanks [@nikischin](https://github.com/nikischin)! - fix: fix dpi

### Patch Changes

- [#2864](https://github.com/diegomura/react-pdf/pull/2864) [`e425ca4`](https://github.com/diegomura/react-pdf/commit/e425ca4add7eb353b6282a40fd1020aad0da36c4) Thanks [@nnaku](https://github.com/nnaku)! - Prevent loading yoga-layout wasm binaries more than once

- [#2822](https://github.com/diegomura/react-pdf/pull/2822) [`e42a79a`](https://github.com/diegomura/react-pdf/commit/e42a79a3857932a4ebc89feb6e4d2c891280d633) Thanks [@mantljosh](https://github.com/mantljosh)! - fix: prevent infinite loop while splitting pages

- [#2747](https://github.com/diegomura/react-pdf/pull/2747) [`5af35ec`](https://github.com/diegomura/react-pdf/commit/5af35ec9743cc0d7bf75f5ca789627517ff35816) Thanks [@andrew-spare](https://github.com/andrew-spare)! - fix: font selection regression

- Updated dependencies [[`8e6a832`](https://github.com/diegomura/react-pdf/commit/8e6a8320f86354aff950c296a96bc41a33e9dab2), [`4bafab8`](https://github.com/diegomura/react-pdf/commit/4bafab8455c9003759f48bad20a720baf4ed189b)]:
- @react-pdf/pdfkit@3.2.0
- @react-pdf/stylesheet@4.3.0
- @react-pdf/types@2.6.0

## 3.12.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/layout",
"version": "3.12.1",
"version": "3.13.0",
"license": "MIT",
"description": "Resolve overall document component's layout",
"author": "Diego Muracciole <diegomuracciole@gmail.com>",
Expand Down Expand Up @@ -29,11 +29,11 @@
"@babel/runtime": "^7.20.13",
"@react-pdf/fns": "2.2.1",
"@react-pdf/image": "^2.3.6",
"@react-pdf/pdfkit": "^3.1.10",
"@react-pdf/pdfkit": "^3.2.0",
"@react-pdf/primitives": "^3.1.1",
"@react-pdf/stylesheet": "^4.2.5",
"@react-pdf/stylesheet": "^4.3.0",
"@react-pdf/textkit": "^4.4.1",
"@react-pdf/types": "^2.5.0",
"@react-pdf/types": "^2.6.0",
"cross-fetch": "^3.1.5",
"emoji-regex": "^10.3.0",
"queue": "^6.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/pdfkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-pdf/pdfkit

## 3.2.0

### Minor Changes

- [#2771](https://github.com/diegomura/react-pdf/pull/2771) [`8e6a832`](https://github.com/diegomura/react-pdf/commit/8e6a8320f86354aff950c296a96bc41a33e9dab2) Thanks [@nikischin](https://github.com/nikischin)! - fix: fix dpi

## 3.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pdfkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/pdfkit",
"version": "3.1.10",
"version": "3.2.0",
"license": "MIT",
"description": "A PDF generation library for Node.js",
"type": "module",
Expand Down
13 changes: 13 additions & 0 deletions packages/render/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @react-pdf/render

## 3.5.0

### Minor Changes

- [#2771](https://github.com/diegomura/react-pdf/pull/2771) [`8e6a832`](https://github.com/diegomura/react-pdf/commit/8e6a8320f86354aff950c296a96bc41a33e9dab2) Thanks [@nikischin](https://github.com/nikischin)! - fix: fix dpi

### Patch Changes

- [#2836](https://github.com/diegomura/react-pdf/pull/2836) [`53bf803`](https://github.com/diegomura/react-pdf/commit/53bf803465f4fecf13531d1a10697c3d4067cf8f) Thanks [@obi-awyss](https://github.com/obi-awyss)! - [fix] "TypeError: renderFn is not a function"
It may also address issue #2644
- Updated dependencies [[`8e6a832`](https://github.com/diegomura/react-pdf/commit/8e6a8320f86354aff950c296a96bc41a33e9dab2), [`4bafab8`](https://github.com/diegomura/react-pdf/commit/4bafab8455c9003759f48bad20a720baf4ed189b)]:
- @react-pdf/types@2.6.0

## 3.4.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.4",
"version": "3.5.0",
"license": "MIT",
"description": "A render engine for Node and the browser",
"author": "Diego Muracciole <diegomuracciole@gmail.com>",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@react-pdf/fns": "2.2.1",
"@react-pdf/primitives": "^3.1.1",
"@react-pdf/textkit": "^4.4.1",
"@react-pdf/types": "^2.5.0",
"@react-pdf/types": "^2.6.0",
"abs-svg-path": "^0.1.1",
"color-string": "^1.9.1",
"normalize-svg-path": "^1.1.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @react-pdf/renderer

## 3.4.5

### Patch Changes

- [#2669](https://github.com/diegomura/react-pdf/pull/2669) [`ed94775`](https://github.com/diegomura/react-pdf/commit/ed94775f4d44db0886ff08c71d09f446bace6392) Thanks [@Finanzasparahippies](https://github.com/Finanzasparahippies)! - fix: download IE checks

- Updated dependencies [[`e425ca4`](https://github.com/diegomura/react-pdf/commit/e425ca4add7eb353b6282a40fd1020aad0da36c4), [`e42a79a`](https://github.com/diegomura/react-pdf/commit/e42a79a3857932a4ebc89feb6e4d2c891280d633), [`5af35ec`](https://github.com/diegomura/react-pdf/commit/5af35ec9743cc0d7bf75f5ca789627517ff35816), [`53bf803`](https://github.com/diegomura/react-pdf/commit/53bf803465f4fecf13531d1a10697c3d4067cf8f), [`8e6a832`](https://github.com/diegomura/react-pdf/commit/8e6a8320f86354aff950c296a96bc41a33e9dab2), [`4bafab8`](https://github.com/diegomura/react-pdf/commit/4bafab8455c9003759f48bad20a720baf4ed189b)]:
- @react-pdf/layout@3.13.0
- @react-pdf/render@3.5.0
- @react-pdf/pdfkit@3.2.0
- @react-pdf/types@2.6.0
- @react-pdf/font@2.5.2

## 3.4.4

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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.4.4",
"version": "3.4.5",
"license": "MIT",
"description": "Create PDF files on the browser and server",
"author": "Diego Muracciole <diegomuracciole@gmail.com>",
Expand Down Expand Up @@ -33,12 +33,12 @@
},
"dependencies": {
"@babel/runtime": "^7.20.13",
"@react-pdf/font": "^2.5.1",
"@react-pdf/layout": "^3.12.1",
"@react-pdf/pdfkit": "^3.1.10",
"@react-pdf/font": "^2.5.2",
"@react-pdf/layout": "^3.13.0",
"@react-pdf/pdfkit": "^3.2.0",
"@react-pdf/primitives": "^3.1.1",
"@react-pdf/render": "^3.4.4",
"@react-pdf/types": "^2.5.0",
"@react-pdf/render": "^3.5.0",
"@react-pdf/types": "^2.6.0",
"events": "^3.3.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/stylesheet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @react-pdf/stylesheet

## 4.3.0

### Minor Changes

- [#2771](https://github.com/diegomura/react-pdf/pull/2771) [`8e6a832`](https://github.com/diegomura/react-pdf/commit/8e6a8320f86354aff950c296a96bc41a33e9dab2) Thanks [@nikischin](https://github.com/nikischin)! - fix: fix dpi

### Patch Changes

- Updated dependencies [[`8e6a832`](https://github.com/diegomura/react-pdf/commit/8e6a8320f86354aff950c296a96bc41a33e9dab2), [`4bafab8`](https://github.com/diegomura/react-pdf/commit/4bafab8455c9003759f48bad20a720baf4ed189b)]:
- @react-pdf/types@2.6.0

## 4.2.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/stylesheet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/stylesheet",
"version": "4.2.5",
"version": "4.3.0",
"license": "MIT",
"description": "A styles engine for Node and the browser",
"author": "Diego Muracciole <diegomuracciole@gmail.com>",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@babel/runtime": "^7.20.13",
"@react-pdf/fns": "2.2.1",
"@react-pdf/types": "^2.5.0",
"@react-pdf/types": "^2.6.0",
"color-string": "^1.9.1",
"hsl-to-hex": "^1.0.0",
"media-engine": "^1.0.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/svgkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-pdf/svgkit

## 2.3.11

### Patch Changes

- Updated dependencies [[`8e6a832`](https://github.com/diegomura/react-pdf/commit/8e6a8320f86354aff950c296a96bc41a33e9dab2)]:
- @react-pdf/pdfkit@3.2.0

## 2.3.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/svgkit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-pdf/svgkit",
"license": "MIT",
"version": "2.3.10",
"version": "2.3.11",
"description": "A SVG generation library for Node.js and browser",
"type": "module",
"main": "./lib/index.js",
Expand All @@ -23,6 +23,6 @@
],
"dependencies": {
"@babel/runtime": "^7.20.13",
"@react-pdf/pdfkit": "^3.1.10"
"@react-pdf/pdfkit": "^3.2.0"
}
}
10 changes: 10 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @react-pdf/types

## 2.6.0

### Minor Changes

- [#2771](https://github.com/diegomura/react-pdf/pull/2771) [`8e6a832`](https://github.com/diegomura/react-pdf/commit/8e6a8320f86354aff950c296a96bc41a33e9dab2) Thanks [@nikischin](https://github.com/nikischin)! - fix: fix dpi

### Patch Changes

- [#2727](https://github.com/diegomura/react-pdf/pull/2727) [`4bafab8`](https://github.com/diegomura/react-pdf/commit/4bafab8455c9003759f48bad20a720baf4ed189b) Thanks [@hendrikmolder](https://github.com/hendrikmolder)! - accept string array for `fontFamily` in stylesheets

## 2.5.0

### Minor Changes
Expand Down
Loading

0 comments on commit 4173ab6

Please sign in to comment.