Skip to content

Commit 5740164

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

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @react-pdf/layout
22

3+
## 4.4.0
4+
5+
### Minor Changes
6+
7+
- [#3112](https://github.com/diegomura/react-pdf/pull/3112) [`f89f75c1`](https://github.com/diegomura/react-pdf/commit/f89f75c1f132ba19b54847c3ac23efec675f8d0a) Thanks [@diegomura](https://github.com/diegomura)! - feat: add xLinkHref, gradientTransform and gradientUnits support
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`f89f75c1`](https://github.com/diegomura/react-pdf/commit/f89f75c1f132ba19b54847c3ac23efec675f8d0a)]:
12+
- @react-pdf/stylesheet@6.1.0
13+
- @react-pdf/types@2.9.0
14+
315
## 4.3.1
416

517
### Patch Changes

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-pdf/layout",
3-
"version": "4.3.1",
3+
"version": "4.4.0",
44
"license": "MIT",
55
"description": "Resolve document component's layout",
66
"author": "Diego Muracciole <[email protected]>",
@@ -23,9 +23,9 @@
2323
"@react-pdf/fns": "3.1.2",
2424
"@react-pdf/image": "^3.0.3",
2525
"@react-pdf/primitives": "^4.1.1",
26-
"@react-pdf/stylesheet": "^6.0.2",
26+
"@react-pdf/stylesheet": "^6.1.0",
2727
"@react-pdf/textkit": "^6.0.0",
28-
"@react-pdf/types": "^2.8.2",
28+
"@react-pdf/types": "^2.9.0",
2929
"emoji-regex": "^10.3.0",
3030
"queue": "^6.0.1",
3131
"yoga-layout": "^3.2.1"

0 commit comments

Comments
 (0)