Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release packages #2157

Merged
merged 1 commit into from
Jan 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <diegomuracciole@gmail.com>",
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 <diegomuracciole@gmail.com>",
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 <diegomuracciole@gmail.com>",
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 <diegomuracciole@gmail.com>",
Expand Down