Skip to content

Commit

Permalink
chore: release packages (diegomura#2490)
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
2 people authored and mskec committed Feb 26, 2024
1 parent 201ef66 commit 4e11fbc
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-lamps-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-birds-eat.md

This file was deleted.

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

## 3.1.0

### Minor Changes

- [#2491](https://github.com/diegomura/react-pdf/pull/2491) [`ed8524f`](https://github.com/diegomura/react-pdf/commit/ed8524f867f71fc8407faeb74edc4574e99a1137) Thanks [@diegomura](https://github.com/diegomura)! - feat: add minPresenceAhead example

### Patch Changes

- Updated dependencies []:
- @react-pdf/renderer@3.1.17

## 3.0.0

### Major 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": "3.0.0",
"version": "3.1.0",
"license": "MIT",
"private": true,
"author": "Diego Muracciole <[email protected]>",
Expand All @@ -10,7 +10,7 @@
"dev": "vite ./src --open"
},
"dependencies": {
"@react-pdf/renderer": "^3.1.16"
"@react-pdf/renderer": "^3.1.17"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-pdf/layout

## 3.8.0

### Minor Changes

- [#2400](https://github.com/diegomura/react-pdf/pull/2400) [`0538bd9`](https://github.com/diegomura/react-pdf/commit/0538bd900e5490a5ef81bcdbd1676fc9f9ae6acb) Thanks [@carlobeltrame](https://github.com/carlobeltrame)! - Rework minPresenceAhead detection and add tests

## 3.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/layout",
"version": "3.7.0",
"version": "3.8.0",
"license": "MIT",
"description": "Resolve overall document component's layout",
"author": "Diego Muracciole <[email protected]>",
Expand Down
7 changes: 7 additions & 0 deletions packages/renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-pdf/renderer

## 3.1.17

### Patch Changes

- Updated dependencies [[`0538bd9`](https://github.com/diegomura/react-pdf/commit/0538bd900e5490a5ef81bcdbd1676fc9f9ae6acb)]:
- @react-pdf/layout@3.8.0

## 3.1.16

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.16",
"version": "3.1.17",
"license": "MIT",
"description": "Create PDF files on the browser and server",
"types": "index.d.ts",
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"@babel/runtime": "^7.20.13",
"@react-pdf/font": "^2.3.8",
"@react-pdf/layout": "^3.7.0",
"@react-pdf/layout": "^3.8.0",
"@react-pdf/pdfkit": "^3.0.4",
"@react-pdf/primitives": "^3.0.0",
"@react-pdf/render": "^3.2.8",
Expand Down

0 comments on commit 4e11fbc

Please sign in to comment.