Skip to content

Commit

Permalink
chore: release packages (#2410)
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 Oct 10, 2023
1 parent 3b5e1c7 commit d698681
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/smooth-dolphins-tap.md

This file was deleted.

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

## 2.0.12

### Patch Changes

- Updated dependencies [[`3b5e1c7`](https://github.com/diegomura/react-pdf/commit/3b5e1c7c71a0f830ae2b70da8aac2b2bd5015ca3)]:
- @react-pdf/renderer@3.1.13

## 2.0.11

### 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": "2.0.11",
"version": "2.0.12",
"license": "MIT",
"private": true,
"author": "Diego Muracciole <[email protected]>",
Expand All @@ -11,7 +11,7 @@
"test": "jest"
},
"dependencies": {
"@react-pdf/renderer": "^3.1.12",
"@react-pdf/renderer": "^3.1.13",
"camelcase": "^6.2.0"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-pdf/renderer

## 3.1.13

### Patch Changes

- [#2406](https://github.com/diegomura/react-pdf/pull/2406) [`3b5e1c7`](https://github.com/diegomura/react-pdf/commit/3b5e1c7c71a0f830ae2b70da8aac2b2bd5015ca3) Thanks [@JoachimKoenigslieb](https://github.com/JoachimKoenigslieb)! - Added an optional callback to the updateContainer method. This allows the user of the pdf instance to know when the update operation is finished in React. As this is an optional argument, no user code should be changed.

## 3.1.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/renderer",
"version": "3.1.12",
"version": "3.1.13",
"license": "MIT",
"description": "Create PDF files on the browser and server",
"types": "index.d.ts",
Expand Down

0 comments on commit d698681

Please sign in to comment.