Skip to content

Commit

Permalink
chore: release packages (diegomura#2187)
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 Feb 8, 2023
1 parent 7eaf59c commit 642cf8b
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/early-coats-invite.md

This file was deleted.

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

## 3.3.1

### Patch Changes

- [#2186](https://github.com/diegomura/react-pdf/pull/2186) [`72435bd`](https://github.com/diegomura/react-pdf/commit/72435bd81afdada5b811a1d82af0c873cfb62fa0) Thanks [@jeetiss](https://github.com/jeetiss)! - update yoga-layout to support flexBasis auto

- Updated dependencies [[`72435bd`](https://github.com/diegomura/react-pdf/commit/72435bd81afdada5b811a1d82af0c873cfb62fa0)]:
- @react-pdf/stylesheet@4.1.1
- @react-pdf/yoga@4.1.0

## 3.3.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/layout",
"version": "3.3.0",
"version": "3.3.1",
"license": "MIT",
"description": "Resolve overall document component's layout",
"author": "Diego Muracciole <[email protected]>",
Expand All @@ -23,10 +23,10 @@
"@react-pdf/image": "^2.2.0",
"@react-pdf/pdfkit": "^3.0.0",
"@react-pdf/primitives": "^3.0.0",
"@react-pdf/stylesheet": "^4.1.0",
"@react-pdf/stylesheet": "^4.1.1",
"@react-pdf/textkit": "^4.1.0",
"@react-pdf/types": "^2.2.0",
"@react-pdf/yoga": "^4.0.0",
"@react-pdf/yoga": "^4.1.0",
"cross-fetch": "^3.1.5",
"emoji-regex": "^8.0.0",
"queue": "^6.0.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/stylesheet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-pdf/stylesheet

## 4.1.1

### Patch Changes

- [#2186](https://github.com/diegomura/react-pdf/pull/2186) [`72435bd`](https://github.com/diegomura/react-pdf/commit/72435bd81afdada5b811a1d82af0c873cfb62fa0) Thanks [@jeetiss](https://github.com/jeetiss)! - update yoga-layout to support flexBasis auto

## 4.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stylesheet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/stylesheet",
"version": "4.1.0",
"version": "4.1.1",
"license": "MIT",
"description": "A styles engine for Node and the browser",
"author": "Diego Muracciole <[email protected]>",
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.1.0

### Minor Changes

- [#2186](https://github.com/diegomura/react-pdf/pull/2186) [`72435bd`](https://github.com/diegomura/react-pdf/commit/72435bd81afdada5b811a1d82af0c873cfb62fa0) Thanks [@jeetiss](https://github.com/jeetiss)! - update yoga-layout to support flexBasis auto

## 4.0.1

### Patch 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.1",
"version": "4.1.0",
"description": "Prebuilt yoga-layout package",
"license": "MIT",
"author": "Diego Muracciole <[email protected]>",
Expand Down

0 comments on commit 642cf8b

Please sign in to comment.