Skip to content

Commit

Permalink
chore: release packages (#2523)
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 19, 2024
1 parent 0f5c43f commit 7ec6923
Show file tree
Hide file tree
Showing 23 changed files with 91 additions and 63 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-jokes-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-gorillas-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-panthers-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-moons-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-rockets-begin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slimy-kiwis-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-houses-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-tips-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-yaks-notice.md

This file was deleted.

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

## 3.2.2

### Patch Changes

- [#2518](https://github.com/diegomura/react-pdf/pull/2518) [`3c62070`](https://github.com/diegomura/react-pdf/commit/3c6207035d2f02109bb2b5ef8804febc5a05b488) Thanks [@wojtekmaj](https://github.com/wojtekmaj)! - Fix invalid prop (style) in Resume example

* [#2521](https://github.com/diegomura/react-pdf/pull/2521) [`214207b`](https://github.com/diegomura/react-pdf/commit/214207b62bc8061a46a7cb220901e193d327effe) Thanks [@wojtekmaj](https://github.com/wojtekmaj)! - Fix invalid display property in objectFit example

- [#2517](https://github.com/diegomura/react-pdf/pull/2517) [`bc0d4f4`](https://github.com/diegomura/react-pdf/commit/bc0d4f42fe5d8b8bd2fb560b753041fbf013ab33) Thanks [@wojtekmaj](https://github.com/wojtekmaj)! - Fix invalid props (xmlns, id) in SVG example

- Updated dependencies [[`64f7bba`](https://github.com/diegomura/react-pdf/commit/64f7bba0d840d17188e50086169c84c415abd8d5), [`e817223`](https://github.com/diegomura/react-pdf/commit/e8172231d07d10ece4ca960641f9ee52c5d4660d), [`cf73180`](https://github.com/diegomura/react-pdf/commit/cf7318069e63170e160a36602359fc8cbc3386c2), [`0f5c43f`](https://github.com/diegomura/react-pdf/commit/0f5c43fa6f3c0b53c067200cc1ac21e651504760), [`66a40b2`](https://github.com/diegomura/react-pdf/commit/66a40b2e41cefe11f1ef8d467ba449a8861adb69)]:
- @react-pdf/renderer@3.3.0

## 3.2.1

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

## 2.4.1

### Patch Changes

- Updated dependencies [[`9e5842b`](https://github.com/diegomura/react-pdf/commit/9e5842bbecca6e249af2c5fc50078bb7ddd5420f)]:
- @react-pdf/types@2.3.6

## 2.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/font/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/font",
"version": "2.4.0",
"version": "2.4.1",
"license": "MIT",
"description": "Register font and emoji source for react-pdf document",
"author": "Diego Muracciole <[email protected]>",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@babel/runtime": "^7.20.13",
"@react-pdf/types": "^2.3.5",
"@react-pdf/types": "^2.3.6",
"cross-fetch": "^3.1.5",
"fontkit": "^2.0.2",
"is-url": "^1.2.4"
Expand Down
12 changes: 12 additions & 0 deletions packages/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @react-pdf/layout

## 3.10.0

### Minor Changes

- [#2505](https://github.com/diegomura/react-pdf/pull/2505) [`0f5c43f`](https://github.com/diegomura/react-pdf/commit/0f5c43fa6f3c0b53c067200cc1ac21e651504760) Thanks [@diegomura](https://github.com/diegomura)! - feat: wasm yoga

### Patch Changes

- Updated dependencies [[`9e5842b`](https://github.com/diegomura/react-pdf/commit/9e5842bbecca6e249af2c5fc50078bb7ddd5420f)]:
- @react-pdf/types@2.3.6
- @react-pdf/stylesheet@4.2.1

## 3.9.1

### Patch 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.9.1",
"version": "3.10.0",
"license": "MIT",
"description": "Resolve overall document component's layout",
"author": "Diego Muracciole <[email protected]>",
Expand Down Expand Up @@ -31,9 +31,9 @@
"@react-pdf/image": "^2.3.0",
"@react-pdf/pdfkit": "^3.1.0",
"@react-pdf/primitives": "^3.1.1",
"@react-pdf/stylesheet": "^4.2.0",
"@react-pdf/stylesheet": "^4.2.1",
"@react-pdf/textkit": "^4.3.0",
"@react-pdf/types": "^2.3.5",
"@react-pdf/types": "^2.3.6",
"cross-fetch": "^3.1.5",
"emoji-regex": "^10.3.0",
"queue": "^6.0.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/render/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-pdf/render

## 3.3.2

### Patch Changes

- Updated dependencies [[`9e5842b`](https://github.com/diegomura/react-pdf/commit/9e5842bbecca6e249af2c5fc50078bb7ddd5420f)]:
- @react-pdf/types@2.3.6

## 3.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/render/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/render",
"version": "3.3.1",
"version": "3.3.2",
"license": "MIT",
"description": "A render engine for Node and the browser",
"author": "Diego Muracciole <[email protected]>",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@react-pdf/fns": "2.1.0",
"@react-pdf/primitives": "^3.1.1",
"@react-pdf/textkit": "^4.3.0",
"@react-pdf/types": "^2.3.5",
"@react-pdf/types": "^2.3.6",
"abs-svg-path": "^0.1.1",
"color-string": "^1.9.1",
"normalize-svg-path": "^1.1.0",
Expand Down
22 changes: 22 additions & 0 deletions packages/renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @react-pdf/renderer

## 3.3.0

### Minor Changes

- [#2505](https://github.com/diegomura/react-pdf/pull/2505) [`0f5c43f`](https://github.com/diegomura/react-pdf/commit/0f5c43fa6f3c0b53c067200cc1ac21e651504760) Thanks [@diegomura](https://github.com/diegomura)! - feat: wasm yoga

### Patch Changes

- [#2515](https://github.com/diegomura/react-pdf/pull/2515) [`64f7bba`](https://github.com/diegomura/react-pdf/commit/64f7bba0d840d17188e50086169c84c415abd8d5) Thanks [@wojtekmaj](https://github.com/wojtekmaj)! - Allow <G style={…} /> in TypeScript

* [#2522](https://github.com/diegomura/react-pdf/pull/2522) [`e817223`](https://github.com/diegomura/react-pdf/commit/e8172231d07d10ece4ca960641f9ee52c5d4660d) Thanks [@wojtekmaj](https://github.com/wojtekmaj)! - Make options in usePDF optional in TypeScript

- [#2519](https://github.com/diegomura/react-pdf/pull/2519) [`cf73180`](https://github.com/diegomura/react-pdf/commit/cf7318069e63170e160a36602359fc8cbc3386c2) Thanks [@wojtekmaj](https://github.com/wojtekmaj)! - Fix props unnecessarily required in LinearGradient and RadialGradient in TypeScript

* [#2516](https://github.com/diegomura/react-pdf/pull/2516) [`66a40b2`](https://github.com/diegomura/react-pdf/commit/66a40b2e41cefe11f1ef8d467ba449a8861adb69) Thanks [@wojtekmaj](https://github.com/wojtekmaj)! - Allow <Link href={…} /> in TypeScript

* Updated dependencies [[`9e5842b`](https://github.com/diegomura/react-pdf/commit/9e5842bbecca6e249af2c5fc50078bb7ddd5420f), [`0f5c43f`](https://github.com/diegomura/react-pdf/commit/0f5c43fa6f3c0b53c067200cc1ac21e651504760)]:
- @react-pdf/types@2.3.6
- @react-pdf/layout@3.10.0
- @react-pdf/font@2.4.1
- @react-pdf/render@3.3.2

## 3.2.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.2.1",
"version": "3.3.0",
"license": "MIT",
"description": "Create PDF files on the browser and server",
"author": "Diego Muracciole <[email protected]>",
Expand Down Expand Up @@ -33,12 +33,12 @@
},
"dependencies": {
"@babel/runtime": "^7.20.13",
"@react-pdf/font": "^2.4.0",
"@react-pdf/layout": "^3.9.1",
"@react-pdf/font": "^2.4.1",
"@react-pdf/layout": "^3.10.0",
"@react-pdf/pdfkit": "^3.1.0",
"@react-pdf/primitives": "^3.1.1",
"@react-pdf/render": "^3.3.1",
"@react-pdf/types": "^2.3.5",
"@react-pdf/render": "^3.3.2",
"@react-pdf/types": "^2.3.6",
"events": "^3.3.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/stylesheet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-pdf/stylesheet

## 4.2.1

### Patch Changes

- Updated dependencies [[`9e5842b`](https://github.com/diegomura/react-pdf/commit/9e5842bbecca6e249af2c5fc50078bb7ddd5420f)]:
- @react-pdf/types@2.3.6

## 4.2.0

### Minor 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.2.0",
"version": "4.2.1",
"license": "MIT",
"description": "A styles engine for Node and the browser",
"author": "Diego Muracciole <[email protected]>",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@babel/runtime": "^7.20.13",
"@react-pdf/fns": "2.1.0",
"@react-pdf/types": "^2.3.5",
"@react-pdf/types": "^2.3.6",
"color-string": "^1.9.1",
"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.3.6

### Patch Changes

- [#2525](https://github.com/diegomura/react-pdf/pull/2525) [`9e5842b`](https://github.com/diegomura/react-pdf/commit/9e5842bbecca6e249af2c5fc50078bb7ddd5420f) Thanks [@wojtekmaj](https://github.com/wojtekmaj)! - Fix rowGap and columnGap style properties not accepting strings

## 2.3.5

### 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.3.5",
"version": "2.3.6",
"license": "MIT",
"description": "React-pdf TypeScript definitions",
"author": "Diego Muracciole <[email protected]>",
Expand Down

0 comments on commit 7ec6923

Please sign in to comment.