Skip to content

Commit

Permalink
chore: release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 28, 2023
1 parent a743c90 commit 58af7fa
Show file tree
Hide file tree
Showing 16 changed files with 67 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-gifts-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-cars-relax.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/healthy-lobsters-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-dolphins-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-buttons-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-horses-lay.md

This file was deleted.

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

## 3.3.0

### Minor Changes

- [#2160](https://github.com/diegomura/react-pdf/pull/2160) [`a743c90`](https://github.com/diegomura/react-pdf/commit/a743c905fb5d201d2382bc9175fa36b83cc47284) Thanks [@jeetiss](https://github.com/jeetiss)! - implement flex gap

### Patch Changes

- Updated dependencies [[`a743c90`](https://github.com/diegomura/react-pdf/commit/a743c905fb5d201d2382bc9175fa36b83cc47284), [`a14ca9e`](https://github.com/diegomura/react-pdf/commit/a14ca9e62c9edc37f239558f8dbae29212b0da4d)]:
- @react-pdf/stylesheet@4.1.0
- @react-pdf/types@2.2.0
- @react-pdf/yoga@4.0.0

## 3.2.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.2.2",
"version": "3.3.0",
"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.0.0",
"@react-pdf/stylesheet": "^4.1.0",
"@react-pdf/textkit": "^4.1.0",
"@react-pdf/types": "^2.1.0",
"@react-pdf/yoga": "^3.0.0",
"@react-pdf/types": "^2.2.0",
"@react-pdf/yoga": "^4.0.0",
"cross-fetch": "^3.1.5",
"emoji-regex": "^8.0.0",
"queue": "^6.0.1"
Expand Down
20 changes: 20 additions & 0 deletions packages/renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @react-pdf/renderer

## 3.1.0

### Minor Changes

- [#2140](https://github.com/diegomura/react-pdf/pull/2140) [`327f071`](https://github.com/diegomura/react-pdf/commit/327f071ea72a7abb22423009666ddf06838a0654) Thanks [@jeetiss](https://github.com/jeetiss)! - fix react peer dependency problem

* [#2160](https://github.com/diegomura/react-pdf/pull/2160) [`a743c90`](https://github.com/diegomura/react-pdf/commit/a743c905fb5d201d2382bc9175fa36b83cc47284) Thanks [@jeetiss](https://github.com/jeetiss)! - implement flex gap

### Patch Changes

- [#2158](https://github.com/diegomura/react-pdf/pull/2158) [`2343a99`](https://github.com/diegomura/react-pdf/commit/2343a9982c647b0c6684df911d001120ed55596b) Thanks [@jeetiss](https://github.com/jeetiss)! - add type definition for renderToBuffer method

* [#2149](https://github.com/diegomura/react-pdf/pull/2149) [`54e9625`](https://github.com/diegomura/react-pdf/commit/54e962505a9917b20b2a3ffe8508a36a6bbc4f30) Thanks [@jeetiss](https://github.com/jeetiss)! - Fix "Invalid" error when a text label is a child of a Tspan element

- [#1798](https://github.com/diegomura/react-pdf/pull/1798) [`17a8006`](https://github.com/diegomura/react-pdf/commit/17a80066453454dce6141f7da2033d348b4d53c8) Thanks [@karlhorky](https://github.com/karlhorky)! - fix types for @types/react@18

- Updated dependencies [[`a743c90`](https://github.com/diegomura/react-pdf/commit/a743c905fb5d201d2382bc9175fa36b83cc47284)]:
- @react-pdf/layout@3.3.0
- @react-pdf/types@2.2.0

## 3.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.0.3",
"version": "3.1.0",
"license": "MIT",
"description": "Create PDF files on the browser and server",
"types": "index.d.ts",
Expand All @@ -27,11 +27,11 @@
"dependencies": {
"@babel/runtime": "^7.16.4",
"@react-pdf/font": "^2.3.1",
"@react-pdf/layout": "^3.2.1",
"@react-pdf/layout": "^3.3.0",
"@react-pdf/pdfkit": "^3.0.1",
"@react-pdf/primitives": "^3.0.0",
"@react-pdf/render": "^3.2.1",
"@react-pdf/types": "^2.1.1",
"@react-pdf/types": "^2.2.0",
"queue": "^6.0.1",
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/stylesheet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @react-pdf/stylesheet

## 4.1.0

### Minor Changes

- [#2160](https://github.com/diegomura/react-pdf/pull/2160) [`a743c90`](https://github.com/diegomura/react-pdf/commit/a743c905fb5d201d2382bc9175fa36b83cc47284) Thanks [@jeetiss](https://github.com/jeetiss)! - implement flex gap

### Patch Changes

- Updated dependencies [[`a743c90`](https://github.com/diegomura/react-pdf/commit/a743c905fb5d201d2382bc9175fa36b83cc47284)]:
- @react-pdf/types@2.2.0

## 4.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/stylesheet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/stylesheet",
"version": "4.0.0",
"version": "4.1.0",
"license": "MIT",
"description": "A styles engine for Node and the browser",
"author": "Diego Muracciole <[email protected]>",
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"@babel/runtime": "^7.16.4",
"@react-pdf/fns": "2.0.0",
"@react-pdf/types": "^2.1.0",
"@react-pdf/types": "^2.2.0",
"color-string": "^1.5.3",
"hsl-to-hex": "^1.0.0",
"media-engine": "^1.0.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-pdf/types

## 2.2.0

### Minor Changes

- [#2160](https://github.com/diegomura/react-pdf/pull/2160) [`a743c90`](https://github.com/diegomura/react-pdf/commit/a743c905fb5d201d2382bc9175fa36b83cc47284) Thanks [@jeetiss](https://github.com/jeetiss)! - implement flex gap

## 2.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/types",
"version": "2.1.1",
"version": "2.2.0",
"license": "MIT",
"description": "React-pdf TypeScript definitions",
"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.0.0

### Major Changes

- [#2105](https://github.com/diegomura/react-pdf/pull/2105) [`a14ca9e`](https://github.com/diegomura/react-pdf/commit/a14ca9e62c9edc37f239558f8dbae29212b0da4d) Thanks [@jeetiss](https://github.com/jeetiss)! - migrate from yoga-layout-prebuilt to yoga-wasm-web

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

0 comments on commit 58af7fa

Please sign in to comment.