Skip to content

Commit

Permalink
chore: release packages (#2480)
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 15, 2024
1 parent 1f987cc commit def2bcd
Show file tree
Hide file tree
Showing 30 changed files with 135 additions and 74 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-boats-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-lizards-leave.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/gorgeous-dragons-brake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/heavy-taxis-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-taxis-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-jars-relax.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/pretty-flies-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-parrots-compete.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.0.0

### Major Changes

- [#2487](https://github.com/diegomura/react-pdf/pull/2487) [`3f31046`](https://github.com/diegomura/react-pdf/commit/3f310460dcadb7bd65adeab0309812aa757cde29) Thanks [@diegomura](https://github.com/diegomura)! - add dev script

### Patch Changes

- [#2479](https://github.com/diegomura/react-pdf/pull/2479) [`45b2bd3`](https://github.com/diegomura/react-pdf/commit/45b2bd37037c605727ad5783f2f2a438dc19cac4) Thanks [@diegomura](https://github.com/diegomura)! - fix linting

- Updated dependencies [[`8654d00`](https://github.com/diegomura/react-pdf/commit/8654d003023dd0899cddfc2ea2f5a552e01cf570)]:
- @react-pdf/renderer@3.1.16

## 2.0.14

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

## 2.3.8

### Patch Changes

- [#2467](https://github.com/diegomura/react-pdf/pull/2467) [`1f987cc`](https://github.com/diegomura/react-pdf/commit/1f987cc27c3fd1ef1b6748ebe58a289a78b538d2) Thanks [@JaeSeoKim](https://github.com/JaeSeoKim)! - feat: add withVariationSelectors option to registerEmojiSource [#2466](https://github.com/diegomura/react-pdf/issues/2466)

- Updated dependencies [[`e5c8fde`](https://github.com/diegomura/react-pdf/commit/e5c8fde9379a9a85ecac7e3d6273953e39d65f8d), [`1f987cc`](https://github.com/diegomura/react-pdf/commit/1f987cc27c3fd1ef1b6748ebe58a289a78b538d2), [`4c40b14`](https://github.com/diegomura/react-pdf/commit/4c40b149cfed42f2513e1dd330a92ccc3363c04f)]:
- @react-pdf/types@2.3.5

## 2.3.7

### Patch 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.3.7",
"version": "2.3.8",
"license": "MIT",
"description": "Register font and emoji source for react-pdf document",
"author": "Diego Muracciole <[email protected]>",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime": "^7.20.13",
"@react-pdf/types": "^2.3.4",
"@react-pdf/types": "^2.3.5",
"cross-fetch": "^3.1.5",
"fontkit": "^2.0.2",
"is-url": "^1.2.4"
Expand Down
6 changes: 6 additions & 0 deletions packages/image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-pdf/image

## 2.2.3

### Patch Changes

- [#2479](https://github.com/diegomura/react-pdf/pull/2479) [`45b2bd3`](https://github.com/diegomura/react-pdf/commit/45b2bd37037c605727ad5783f2f2a438dc19cac4) Thanks [@diegomura](https://github.com/diegomura)! - fix linting

## 2.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/image",
"version": "2.2.2",
"version": "2.2.3",
"license": "MIT",
"description": "Parses the images in png or jpeg format for react-pdf document",
"author": "Diego Muracciole <[email protected]>",
Expand Down
19 changes: 19 additions & 0 deletions packages/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @react-pdf/layout

## 3.7.0

### Minor Changes

- [#2473](https://github.com/diegomura/react-pdf/pull/2473) [`b227e0e`](https://github.com/diegomura/react-pdf/commit/b227e0e303da8bca754910f55f5d27dd18f3a874) Thanks [@mskec](https://github.com/mskec)! - Upgraded yoga to v2 and dropped bundled yoga v1 package

### Patch Changes

- [#2479](https://github.com/diegomura/react-pdf/pull/2479) [`45b2bd3`](https://github.com/diegomura/react-pdf/commit/45b2bd37037c605727ad5783f2f2a438dc19cac4) Thanks [@diegomura](https://github.com/diegomura)! - fix linting

* [#2467](https://github.com/diegomura/react-pdf/pull/2467) [`1f987cc`](https://github.com/diegomura/react-pdf/commit/1f987cc27c3fd1ef1b6748ebe58a289a78b538d2) Thanks [@JaeSeoKim](https://github.com/JaeSeoKim)! - feat: add withVariationSelectors option to registerEmojiSource [#2466](https://github.com/diegomura/react-pdf/issues/2466)

* Updated dependencies [[`e5c8fde`](https://github.com/diegomura/react-pdf/commit/e5c8fde9379a9a85ecac7e3d6273953e39d65f8d), [`45b2bd3`](https://github.com/diegomura/react-pdf/commit/45b2bd37037c605727ad5783f2f2a438dc19cac4), [`b457a0c`](https://github.com/diegomura/react-pdf/commit/b457a0cc1c1352325e6c633af3000a3c9241f7f7), [`1f987cc`](https://github.com/diegomura/react-pdf/commit/1f987cc27c3fd1ef1b6748ebe58a289a78b538d2), [`4c40b14`](https://github.com/diegomura/react-pdf/commit/4c40b149cfed42f2513e1dd330a92ccc3363c04f)]:
- @react-pdf/types@2.3.5
- @react-pdf/textkit@4.2.1
- @react-pdf/pdfkit@3.0.4
- @react-pdf/image@2.2.3
- @react-pdf/stylesheet@4.1.9

## 3.6.4

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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.6.4",
"version": "3.7.0",
"license": "MIT",
"description": "Resolve overall document component's layout",
"author": "Diego Muracciole <[email protected]>",
Expand All @@ -20,12 +20,12 @@
"dependencies": {
"@babel/runtime": "^7.20.13",
"@react-pdf/fns": "2.0.1",
"@react-pdf/image": "^2.2.2",
"@react-pdf/pdfkit": "^3.0.3",
"@react-pdf/image": "^2.2.3",
"@react-pdf/pdfkit": "^3.0.4",
"@react-pdf/primitives": "^3.0.0",
"@react-pdf/stylesheet": "^4.1.8",
"@react-pdf/textkit": "^4.2.0",
"@react-pdf/types": "^2.3.4",
"@react-pdf/stylesheet": "^4.1.9",
"@react-pdf/textkit": "^4.2.1",
"@react-pdf/types": "^2.3.5",
"cross-fetch": "^3.1.5",
"emoji-regex": "^10.2.1",
"queue": "^6.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/pdfkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @react-pdf/pdfkit

## 3.0.4

### Patch Changes

- [#2479](https://github.com/diegomura/react-pdf/pull/2479) [`45b2bd3`](https://github.com/diegomura/react-pdf/commit/45b2bd37037c605727ad5783f2f2a438dc19cac4) Thanks [@diegomura](https://github.com/diegomura)! - fix linting

* [#2488](https://github.com/diegomura/react-pdf/pull/2488) [`b457a0c`](https://github.com/diegomura/react-pdf/commit/b457a0cc1c1352325e6c633af3000a3c9241f7f7) Thanks [@diegomura](https://github.com/diegomura)! - fix: copy-paste for registered font

## 3.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pdfkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/pdfkit",
"version": "3.0.3",
"version": "3.0.4",
"license": "MIT",
"description": "A PDF generation library for Node.js",
"main": "./lib/pdfkit.cjs.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/render/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @react-pdf/render

## 3.2.8

### Patch Changes

- [#2363](https://github.com/diegomura/react-pdf/pull/2363) [`8654d00`](https://github.com/diegomura/react-pdf/commit/8654d003023dd0899cddfc2ea2f5a552e01cf570) Thanks [@azmy60](https://github.com/azmy60)! - fix: SVGPresentationAttributes types

- Updated dependencies [[`e5c8fde`](https://github.com/diegomura/react-pdf/commit/e5c8fde9379a9a85ecac7e3d6273953e39d65f8d), [`45b2bd3`](https://github.com/diegomura/react-pdf/commit/45b2bd37037c605727ad5783f2f2a438dc19cac4), [`1f987cc`](https://github.com/diegomura/react-pdf/commit/1f987cc27c3fd1ef1b6748ebe58a289a78b538d2), [`4c40b14`](https://github.com/diegomura/react-pdf/commit/4c40b149cfed42f2513e1dd330a92ccc3363c04f)]:
- @react-pdf/types@2.3.5
- @react-pdf/textkit@4.2.1

## 3.2.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.2.7",
"version": "3.2.8",
"license": "MIT",
"description": "A render engine for Node and the browser",
"author": "Diego Muracciole <[email protected]>",
Expand All @@ -21,8 +21,8 @@
"@babel/runtime": "^7.20.13",
"@react-pdf/fns": "2.0.1",
"@react-pdf/primitives": "^3.0.0",
"@react-pdf/textkit": "^4.2.0",
"@react-pdf/types": "^2.3.4",
"@react-pdf/textkit": "^4.2.1",
"@react-pdf/types": "^2.3.5",
"abs-svg-path": "^0.1.1",
"color-string": "^1.5.3",
"normalize-svg-path": "^1.1.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @react-pdf/renderer

## 3.1.16

### Patch Changes

- [#2363](https://github.com/diegomura/react-pdf/pull/2363) [`8654d00`](https://github.com/diegomura/react-pdf/commit/8654d003023dd0899cddfc2ea2f5a552e01cf570) Thanks [@azmy60](https://github.com/azmy60)! - fix: SVGPresentationAttributes types

- Updated dependencies [[`b227e0e`](https://github.com/diegomura/react-pdf/commit/b227e0e303da8bca754910f55f5d27dd18f3a874), [`e5c8fde`](https://github.com/diegomura/react-pdf/commit/e5c8fde9379a9a85ecac7e3d6273953e39d65f8d), [`45b2bd3`](https://github.com/diegomura/react-pdf/commit/45b2bd37037c605727ad5783f2f2a438dc19cac4), [`8654d00`](https://github.com/diegomura/react-pdf/commit/8654d003023dd0899cddfc2ea2f5a552e01cf570), [`b457a0c`](https://github.com/diegomura/react-pdf/commit/b457a0cc1c1352325e6c633af3000a3c9241f7f7), [`1f987cc`](https://github.com/diegomura/react-pdf/commit/1f987cc27c3fd1ef1b6748ebe58a289a78b538d2), [`4c40b14`](https://github.com/diegomura/react-pdf/commit/4c40b149cfed42f2513e1dd330a92ccc3363c04f)]:
- @react-pdf/layout@3.7.0
- @react-pdf/types@2.3.5
- @react-pdf/pdfkit@3.0.4
- @react-pdf/render@3.2.8
- @react-pdf/font@2.3.8

## 3.1.15

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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.1.15",
"version": "3.1.16",
"license": "MIT",
"description": "Create PDF files on the browser and server",
"types": "index.d.ts",
Expand All @@ -26,12 +26,12 @@
},
"dependencies": {
"@babel/runtime": "^7.20.13",
"@react-pdf/font": "^2.3.7",
"@react-pdf/layout": "^3.6.4",
"@react-pdf/pdfkit": "^3.0.3",
"@react-pdf/font": "^2.3.8",
"@react-pdf/layout": "^3.7.0",
"@react-pdf/pdfkit": "^3.0.4",
"@react-pdf/primitives": "^3.0.0",
"@react-pdf/render": "^3.2.7",
"@react-pdf/types": "^2.3.4",
"@react-pdf/render": "^3.2.8",
"@react-pdf/types": "^2.3.5",
"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.1.9

### Patch Changes

- Updated dependencies [[`e5c8fde`](https://github.com/diegomura/react-pdf/commit/e5c8fde9379a9a85ecac7e3d6273953e39d65f8d), [`1f987cc`](https://github.com/diegomura/react-pdf/commit/1f987cc27c3fd1ef1b6748ebe58a289a78b538d2), [`4c40b14`](https://github.com/diegomura/react-pdf/commit/4c40b149cfed42f2513e1dd330a92ccc3363c04f)]:
- @react-pdf/types@2.3.5

## 4.1.8

### Patch 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.1.8",
"version": "4.1.9",
"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.20.13",
"@react-pdf/fns": "2.0.1",
"@react-pdf/types": "^2.3.4",
"@react-pdf/types": "^2.3.5",
"color-string": "^1.5.3",
"hsl-to-hex": "^1.0.0",
"media-engine": "^1.0.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/svgkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-pdf/svgkit

## 2.2.4

### Patch Changes

- Updated dependencies [[`45b2bd3`](https://github.com/diegomura/react-pdf/commit/45b2bd37037c605727ad5783f2f2a438dc19cac4), [`b457a0c`](https://github.com/diegomura/react-pdf/commit/b457a0cc1c1352325e6c633af3000a3c9241f7f7)]:
- @react-pdf/pdfkit@3.0.4

## 2.2.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/svgkit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-pdf/svgkit",
"license": "MIT",
"version": "2.2.3",
"version": "2.2.4",
"description": "A SVG generation library for Node.js and browser",
"main": "./lib/index.js",
"repository": {
Expand All @@ -22,6 +22,6 @@
],
"dependencies": {
"@babel/runtime": "^7.20.13",
"@react-pdf/pdfkit": "^3.0.3"
"@react-pdf/pdfkit": "^3.0.4"
}
}
6 changes: 6 additions & 0 deletions packages/textkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-pdf/textkit

## 4.2.1

### Patch Changes

- [#2479](https://github.com/diegomura/react-pdf/pull/2479) [`45b2bd3`](https://github.com/diegomura/react-pdf/commit/45b2bd37037c605727ad5783f2f2a438dc19cac4) Thanks [@diegomura](https://github.com/diegomura)! - fix linting

## 4.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/textkit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-pdf/textkit",
"license": "MIT",
"version": "4.2.0",
"version": "4.2.1",
"description": "An advanced text layout framework",
"main": "./lib/textkit.cjs.js",
"module": "./lib/textkit.es.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @react-pdf/types

## 2.3.5

### Patch Changes

- [#2453](https://github.com/diegomura/react-pdf/pull/2453) [`e5c8fde`](https://github.com/diegomura/react-pdf/commit/e5c8fde9379a9a85ecac7e3d6273953e39d65f8d) Thanks [@chuckspencer-aiq](https://github.com/chuckspencer-aiq)! - fix: add clipPath to typing for SVGPresentationAttributes

* [#2467](https://github.com/diegomura/react-pdf/pull/2467) [`1f987cc`](https://github.com/diegomura/react-pdf/commit/1f987cc27c3fd1ef1b6748ebe58a289a78b538d2) Thanks [@JaeSeoKim](https://github.com/JaeSeoKim)! - feat: add withVariationSelectors option to registerEmojiSource [#2466](https://github.com/diegomura/react-pdf/issues/2466)

- [#2416](https://github.com/diegomura/react-pdf/pull/2416) [`4c40b14`](https://github.com/diegomura/react-pdf/commit/4c40b149cfed42f2513e1dd330a92ccc3363c04f) Thanks [@TheMikeyRoss](https://github.com/TheMikeyRoss)! - Updated svg.d.ts to include strokeLinejoin

## 2.3.4

### Patch Changes
Expand Down
Loading

0 comments on commit def2bcd

Please sign in to comment.