Skip to content

Commit c3fa882

Browse files
chore: release packages (diegomura#2480)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 952b395 commit c3fa882

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @react-pdf/layout
22

3+
## 3.7.0
4+
5+
### Minor Changes
6+
7+
- [#2473](https://github.com/diegomura/react-pdf/pull/2473) [`b227e0e`](https://github.com/diegomura/react-pdf/commit/b227e0e303da8bca754910f55f5d27dd18f3a874) Thanks [@mskec](https://github.com/mskec)! - Upgraded yoga to v2 and dropped bundled yoga v1 package
8+
9+
### Patch Changes
10+
11+
- [#2479](https://github.com/diegomura/react-pdf/pull/2479) [`45b2bd3`](https://github.com/diegomura/react-pdf/commit/45b2bd37037c605727ad5783f2f2a438dc19cac4) Thanks [@diegomura](https://github.com/diegomura)! - fix linting
12+
13+
* [#2467](https://github.com/diegomura/react-pdf/pull/2467) [`1f987cc`](https://github.com/diegomura/react-pdf/commit/1f987cc27c3fd1ef1b6748ebe58a289a78b538d2) Thanks [@JaeSeoKim](https://github.com/JaeSeoKim)! - feat: add withVariationSelectors option to registerEmojiSource [#2466](https://github.com/diegomura/react-pdf/issues/2466)
14+
15+
* Updated dependencies [[`e5c8fde`](https://github.com/diegomura/react-pdf/commit/e5c8fde9379a9a85ecac7e3d6273953e39d65f8d), [`45b2bd3`](https://github.com/diegomura/react-pdf/commit/45b2bd37037c605727ad5783f2f2a438dc19cac4), [`b457a0c`](https://github.com/diegomura/react-pdf/commit/b457a0cc1c1352325e6c633af3000a3c9241f7f7), [`1f987cc`](https://github.com/diegomura/react-pdf/commit/1f987cc27c3fd1ef1b6748ebe58a289a78b538d2), [`4c40b14`](https://github.com/diegomura/react-pdf/commit/4c40b149cfed42f2513e1dd330a92ccc3363c04f)]:
16+
- @react-pdf/types@2.3.5
17+
- @react-pdf/textkit@4.2.1
18+
- @react-pdf/pdfkit@3.0.4
19+
- @react-pdf/image@2.2.3
20+
- @react-pdf/stylesheet@4.1.9
21+
322
## 3.6.4
423

524
### Patch Changes

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-pdf/layout",
3-
"version": "3.6.4",
3+
"version": "3.7.0",
44
"license": "MIT",
55
"description": "Resolve overall document component's layout",
66
"author": "Diego Muracciole <[email protected]>",
@@ -20,12 +20,12 @@
2020
"dependencies": {
2121
"@babel/runtime": "^7.20.13",
2222
"@react-pdf/fns": "2.0.1",
23-
"@react-pdf/image": "^2.2.2",
24-
"@react-pdf/pdfkit": "^3.0.3",
23+
"@react-pdf/image": "^2.2.3",
24+
"@react-pdf/pdfkit": "^3.0.4",
2525
"@react-pdf/primitives": "^3.0.0",
26-
"@react-pdf/stylesheet": "^4.1.8",
27-
"@react-pdf/textkit": "^4.2.0",
28-
"@react-pdf/types": "^2.3.4",
26+
"@react-pdf/stylesheet": "^4.1.9",
27+
"@react-pdf/textkit": "^4.2.1",
28+
"@react-pdf/types": "^2.3.5",
2929
"cross-fetch": "^3.1.5",
3030
"emoji-regex": "^10.2.1",
3131
"queue": "^6.0.1",

0 commit comments

Comments
 (0)