Skip to content

Commit 33dbee7

Browse files
authored
Merge pull request #34 from nutshelllabs/changeset-release/master
chore: release packages
2 parents 26d1dcc + 4f15cd1 commit 33dbee7

File tree

7 files changed

+29
-11
lines changed

7 files changed

+29
-11
lines changed

.changeset/thirty-hornets-float.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/examples/CHANGELOG.md

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

3+
## 2.1.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d36420e`](https://github.com/nutshelllabs/react-pdf/commit/d36420e77acef746692653ea23a98ecc6283ea1c)]:
8+
- @nutshelllabs/renderer@3.9.0
9+
310
## 2.1.9
411

512
### Patch Changes

packages/examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nutshelllabs/examples",
3-
"version": "2.1.9",
3+
"version": "2.1.10",
44
"license": "MIT",
55
"private": true,
66
"author": "Nutshell Labs <[email protected]>",
@@ -11,7 +11,7 @@
1111
"test": "jest"
1212
},
1313
"dependencies": {
14-
"@nutshelllabs/renderer": "^3.8.1",
14+
"@nutshelllabs/renderer": "^3.9.0",
1515
"camelcase": "^6.2.0"
1616
},
1717
"peerDependencies": {

packages/layout/CHANGELOG.md

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

3+
## 3.10.0
4+
5+
### Minor Changes
6+
7+
- [#31](https://github.com/nutshelllabs/react-pdf/pull/31) [`d36420e`](https://github.com/nutshelllabs/react-pdf/commit/d36420e77acef746692653ea23a98ecc6283ea1c) Thanks [@dannythai](https://github.com/dannythai)! - Added a new onRender parameter
8+
39
## 3.9.0
410

511
### Minor Changes

packages/layout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nutshelllabs/layout",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"license": "MIT",
55
"description": "Resolve overall document component's layout",
66
"author": "Nutshell Labs <[email protected]>",

packages/renderer/CHANGELOG.md

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

3+
## 3.9.0
4+
5+
### Minor Changes
6+
7+
- [#31](https://github.com/nutshelllabs/react-pdf/pull/31) [`d36420e`](https://github.com/nutshelllabs/react-pdf/commit/d36420e77acef746692653ea23a98ecc6283ea1c) Thanks [@dannythai](https://github.com/dannythai)! - Added a new onRender parameter
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`d36420e`](https://github.com/nutshelllabs/react-pdf/commit/d36420e77acef746692653ea23a98ecc6283ea1c)]:
12+
- @nutshelllabs/layout@3.10.0
13+
314
## 3.8.1
415

516
### Patch Changes

packages/renderer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nutshelllabs/renderer",
3-
"version": "3.8.1",
3+
"version": "3.9.0",
44
"license": "MIT",
55
"description": "Create PDF files on the browser and server",
66
"types": "index.d.ts",
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@babel/runtime": "^7.20.13",
2929
"@nutshelllabs/font": "^2.3.7",
30-
"@nutshelllabs/layout": "^3.9.0",
30+
"@nutshelllabs/layout": "^3.10.0",
3131
"@nutshelllabs/pdfkit": "^3.1.0",
3232
"@nutshelllabs/primitives": "^3.0.2",
3333
"@nutshelllabs/render": "^3.4.1",

0 commit comments

Comments
 (0)