Skip to content

Commit

Permalink
chore: release packages (#2171)
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 Jan 30, 2023
1 parent b06f8f4 commit 7b0c740
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-chicken-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-hounds-own.md

This file was deleted.

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.2

### Patch Changes

- [#2170](https://github.com/diegomura/react-pdf/pull/2170) [`b06f8f4`](https://github.com/diegomura/react-pdf/commit/b06f8f4e2ac8490b75093e05bfdc9a7be5594936) Thanks [@jeetiss](https://github.com/jeetiss)! - fix both esm and commonjs entries

## 3.1.1

### 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.1",
"version": "3.1.2",
"license": "MIT",
"description": "Create PDF files on the browser and server",
"types": "index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/yoga/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-pdf/yoga

## 4.0.1

### Patch Changes

- [#2168](https://github.com/diegomura/react-pdf/pull/2168) [`a45355a`](https://github.com/diegomura/react-pdf/commit/a45355afa4568fc01020e520af56eaa1e48dd85b) Thanks [@jeetiss](https://github.com/jeetiss)! - transpile modern js

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/yoga/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/yoga",
"version": "4.0.0",
"version": "4.0.1",
"description": "Prebuilt yoga-layout package",
"license": "MIT",
"author": "Diego Muracciole <[email protected]>",
Expand Down

0 comments on commit 7b0c740

Please sign in to comment.