Skip to content

Commit 8cb0c9b

Browse files
chore: release packages (diegomura#3066)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fcfa568 commit 8cb0c9b

File tree

2 files changed

+25
-8
lines changed

2 files changed

+25
-8
lines changed

CHANGELOG.md

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

3+
## 4.2.3
4+
5+
### Patch Changes
6+
7+
- [#3082](https://github.com/diegomura/react-pdf/pull/3082) [`24fe4bf8`](https://github.com/diegomura/react-pdf/commit/24fe4bf894fff055121926488b30d0bf212a9c45) Thanks [@diegomura](https://github.com/diegomura)! - feat: rework and type stylesheet package
8+
9+
- [#3077](https://github.com/diegomura/react-pdf/pull/3077) [`442ce355`](https://github.com/diegomura/react-pdf/commit/442ce35534f916b9146a35fd03870387ed488d92) Thanks [@diegomura](https://github.com/diegomura)! - refactor: convert textkit package to TS
10+
11+
- Updated dependencies [[`226467e3`](https://github.com/diegomura/react-pdf/commit/226467e39443d3690b8f8c3298aa8278b43fbfa6), [`96c2464d`](https://github.com/diegomura/react-pdf/commit/96c2464dfaa7294e0d79b7ed64743bfd7b1a8c72), [`24fe4bf8`](https://github.com/diegomura/react-pdf/commit/24fe4bf894fff055121926488b30d0bf212a9c45), [`700535c5`](https://github.com/diegomura/react-pdf/commit/700535c57ff1b105d923be70f4fc4bfdf4479f91), [`442ce355`](https://github.com/diegomura/react-pdf/commit/442ce35534f916b9146a35fd03870387ed488d92), [`8d39fc46`](https://github.com/diegomura/react-pdf/commit/8d39fc4602730755ee63824ad4ed6ecd1bcd059f), [`3007d34a`](https://github.com/diegomura/react-pdf/commit/3007d34ad3e10bf32ada3631938f5bb08e1c549f)]:
12+
- @react-pdf/pdfkit@4.0.2
13+
- @react-pdf/primitives@4.1.1
14+
- @react-pdf/types@2.8.0
15+
- @react-pdf/stylesheet@6.0.0
16+
- @react-pdf/fns@3.1.1
17+
- @react-pdf/textkit@5.0.3
18+
- @react-pdf/image@3.0.2
19+
320
## 4.2.2
421

522
### Patch Changes

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-pdf/layout",
3-
"version": "4.2.2",
3+
"version": "4.2.3",
44
"license": "MIT",
55
"description": "Resolve overall document component's layout",
66
"author": "Diego Muracciole <diegomuracciole@gmail.com>",
@@ -19,13 +19,13 @@
1919
},
2020
"dependencies": {
2121
"@babel/runtime": "^7.20.13",
22-
"@react-pdf/fns": "3.1.0",
23-
"@react-pdf/image": "^3.0.1",
24-
"@react-pdf/pdfkit": "^4.0.1",
25-
"@react-pdf/primitives": "^4.1.0",
26-
"@react-pdf/stylesheet": "^5.2.2",
27-
"@react-pdf/textkit": "^5.0.2",
28-
"@react-pdf/types": "^2.7.1",
22+
"@react-pdf/fns": "3.1.1",
23+
"@react-pdf/image": "^3.0.2",
24+
"@react-pdf/pdfkit": "^4.0.2",
25+
"@react-pdf/primitives": "^4.1.1",
26+
"@react-pdf/stylesheet": "^6.0.0",
27+
"@react-pdf/textkit": "^5.0.3",
28+
"@react-pdf/types": "^2.8.0",
2929
"emoji-regex": "^10.3.0",
3030
"queue": "^6.0.1",
3131
"yoga-layout": "^3.2.1"

0 commit comments

Comments
 (0)