Skip to content

Commit

Permalink
chore: release packages (#1893)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 3, 2022
1 parent e94e50a commit 9511221
Show file tree
Hide file tree
Showing 24 changed files with 106 additions and 63 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-dolls-burn.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fluffy-tables-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-mirrors-warn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gold-fishes-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-pets-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-years-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-rice-chew.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/strange-pots-push.md

This file was deleted.

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.2.1

### Patch Changes

- [#1909](https://github.com/diegomura/react-pdf/pull/1909) [`3acf53b`](https://github.com/diegomura/react-pdf/commit/3acf53b45200fa1415315f7dc22cc4b84a6b54c6) Thanks [@diegomura](https://github.com/diegomura)! - fix: font store load method skip loading

- Updated dependencies [[`0fcc594`](https://github.com/diegomura/react-pdf/commit/0fcc594310d5af30ca1e752b3efc7a047e813dcb)]:
- @react-pdf/fontkit@2.1.2

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

## 2.1.2

### Patch Changes

- [#1907](https://github.com/diegomura/react-pdf/pull/1907) [`0fcc594`](https://github.com/diegomura/react-pdf/commit/0fcc594310d5af30ca1e752b3efc7a047e813dcb) Thanks [@diegomura](https://github.com/diegomura)! - chore: use unicode-properties mainline repo

## 2.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fontkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/fontkit",
"version": "2.1.1",
"version": "2.1.2",
"description": "An advanced font engine for Node and the browser",
"repository": {
"type": "git",
Expand Down
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.1.2

### Patch Changes

- [#1910](https://github.com/diegomura/react-pdf/pull/1910) [`e94e50a`](https://github.com/diegomura/react-pdf/commit/e94e50a931df7347a8febc717ca76843502826c8) Thanks [@diegomura](https://github.com/diegomura)! - fix: media queries computing

* [#1906](https://github.com/diegomura/react-pdf/pull/1906) [`884695b`](https://github.com/diegomura/react-pdf/commit/884695b44feb974f155c83e0714e8e939b4f641b) Thanks [@diegomura](https://github.com/diegomura)! - feat: build textkit with rollup & define public api

* Updated dependencies [[`035d3f8`](https://github.com/diegomura/react-pdf/commit/035d3f8d24fa4f4af9f350950d81b51547858367), [`9527fe4`](https://github.com/diegomura/react-pdf/commit/9527fe4c9087818421eca4753172b06e3c0cb934), [`0fcc594`](https://github.com/diegomura/react-pdf/commit/0fcc594310d5af30ca1e752b3efc7a047e813dcb), [`37a9a74`](https://github.com/diegomura/react-pdf/commit/37a9a747f7677fa05e3ddf5669c0379aa65c1e39), [`884695b`](https://github.com/diegomura/react-pdf/commit/884695b44feb974f155c83e0714e8e939b4f641b)]:
- @react-pdf/pdfkit@2.4.0
- @react-pdf/stylesheet@3.2.0
- @react-pdf/textkit@4.0.0

## 3.1.1

### 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.1.1",
"version": "3.1.2",
"license": "MIT",
"description": "Resolve overall document component's layout",
"author": "Diego Muracciole <[email protected]>",
Expand All @@ -21,10 +21,10 @@
"@babel/runtime": "^7.16.4",
"@react-pdf/fns": "1.0.0",
"@react-pdf/image": "^2.1.1",
"@react-pdf/pdfkit": "^2.3.0",
"@react-pdf/pdfkit": "^2.4.0",
"@react-pdf/primitives": "^3.0.0",
"@react-pdf/stylesheet": "^3.1.0",
"@react-pdf/textkit": "^3.0.0",
"@react-pdf/stylesheet": "^3.2.0",
"@react-pdf/textkit": "^4.0.0",
"@react-pdf/types": "^2.1.0",
"@react-pdf/yoga": "^2.0.4",
"cross-fetch": "^3.1.5",
Expand Down
13 changes: 13 additions & 0 deletions packages/pdfkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @react-pdf/pdfkit

## 2.4.0

### Minor Changes

- [#1892](https://github.com/diegomura/react-pdf/pull/1892) [`035d3f8`](https://github.com/diegomura/react-pdf/commit/035d3f8d24fa4f4af9f350950d81b51547858367) Thanks [@diegomura](https://github.com/diegomura)! - feat: add skew transformation support

### Patch Changes

- [#1894](https://github.com/diegomura/react-pdf/pull/1894) [`9527fe4`](https://github.com/diegomura/react-pdf/commit/9527fe4c9087818421eca4753172b06e3c0cb934) Thanks [@diegomura](https://github.com/diegomura)! - feat: generate document ID

- Updated dependencies [[`0fcc594`](https://github.com/diegomura/react-pdf/commit/0fcc594310d5af30ca1e752b3efc7a047e813dcb)]:
- @react-pdf/fontkit@2.1.2

## 2.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/pdfkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/pdfkit",
"version": "2.3.0",
"version": "2.4.0",
"description": "A PDF generation library for Node.js",
"main": "lib/pdfkit.cjs.js",
"module": "lib/pdfkit.es.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
],
"dependencies": {
"@babel/runtime": "^7.16.4",
"@react-pdf/fontkit": "^2.1.1",
"@react-pdf/fontkit": "^2.1.2",
"@react-pdf/png-js": "^2.1.0",
"crypto-js": "^4.0.0"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/render/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @react-pdf/render

## 3.2.0

### Minor Changes

- [#1892](https://github.com/diegomura/react-pdf/pull/1892) [`035d3f8`](https://github.com/diegomura/react-pdf/commit/035d3f8d24fa4f4af9f350950d81b51547858367) Thanks [@diegomura](https://github.com/diegomura)! - feat: add skew transformation support

### Patch Changes

- [#1906](https://github.com/diegomura/react-pdf/pull/1906) [`884695b`](https://github.com/diegomura/react-pdf/commit/884695b44feb974f155c83e0714e8e939b4f641b) Thanks [@diegomura](https://github.com/diegomura)! - feat: build textkit with rollup & define public api

- Updated dependencies [[`0fcc594`](https://github.com/diegomura/react-pdf/commit/0fcc594310d5af30ca1e752b3efc7a047e813dcb), [`37a9a74`](https://github.com/diegomura/react-pdf/commit/37a9a747f7677fa05e3ddf5669c0379aa65c1e39), [`884695b`](https://github.com/diegomura/react-pdf/commit/884695b44feb974f155c83e0714e8e939b4f641b)]:
- @react-pdf/textkit@4.0.0

## 3.1.0

### Minor 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.1.0",
"version": "3.2.0",
"license": "MIT",
"description": "A render engine for Node and the browser",
"author": "Diego Muracciole <[email protected]>",
Expand All @@ -21,7 +21,7 @@
"@babel/runtime": "^7.16.4",
"@react-pdf/fns": "1.0.0",
"@react-pdf/primitives": "^3.0.0",
"@react-pdf/textkit": "^3.0.0",
"@react-pdf/textkit": "^4.0.0",
"@react-pdf/types": "^2.1.0",
"abs-svg-path": "^0.1.1",
"color-string": "^1.5.3",
Expand Down
14 changes: 14 additions & 0 deletions packages/renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @react-pdf/renderer

## 2.3.0

### Minor Changes

- [#1902](https://github.com/diegomura/react-pdf/pull/1902) [`d011983`](https://github.com/diegomura/react-pdf/commit/d011983204cf45876594fa361f24b47e86c612c9) Thanks [@adamduncan](https://github.com/adamduncan)! - feat: add onClick event to PDFDownloadLink

### Patch Changes

- Updated dependencies [[`3acf53b`](https://github.com/diegomura/react-pdf/commit/3acf53b45200fa1415315f7dc22cc4b84a6b54c6), [`035d3f8`](https://github.com/diegomura/react-pdf/commit/035d3f8d24fa4f4af9f350950d81b51547858367), [`9527fe4`](https://github.com/diegomura/react-pdf/commit/9527fe4c9087818421eca4753172b06e3c0cb934), [`e94e50a`](https://github.com/diegomura/react-pdf/commit/e94e50a931df7347a8febc717ca76843502826c8), [`884695b`](https://github.com/diegomura/react-pdf/commit/884695b44feb974f155c83e0714e8e939b4f641b)]:
- @react-pdf/font@2.2.1
- @react-pdf/pdfkit@2.4.0
- @react-pdf/render@3.2.0
- @react-pdf/layout@3.1.2

## 2.2.0

### Minor 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": "2.2.0",
"version": "2.3.0",
"license": "MIT",
"description": "Create PDF files on the browser and server",
"types": "index.d.ts",
Expand All @@ -26,11 +26,11 @@
},
"dependencies": {
"@babel/runtime": "^7.16.4",
"@react-pdf/font": "^2.2.0",
"@react-pdf/layout": "^3.1.0",
"@react-pdf/pdfkit": "^2.3.0",
"@react-pdf/font": "^2.2.1",
"@react-pdf/layout": "^3.1.2",
"@react-pdf/pdfkit": "^2.4.0",
"@react-pdf/primitives": "^3.0.0",
"@react-pdf/render": "^3.1.0",
"@react-pdf/render": "^3.2.0",
"@react-pdf/types": "^2.1.0",
"blob-stream": "^0.1.3",
"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

## 3.2.0

### Minor Changes

- [#1892](https://github.com/diegomura/react-pdf/pull/1892) [`035d3f8`](https://github.com/diegomura/react-pdf/commit/035d3f8d24fa4f4af9f350950d81b51547858367) Thanks [@diegomura](https://github.com/diegomura)! - feat: add skew transformation support

## 3.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": "3.1.0",
"version": "3.2.0",
"license": "MIT",
"description": "A styles engine for Node and the browser",
"author": "Diego Muracciole <[email protected]>",
Expand Down
14 changes: 14 additions & 0 deletions packages/textkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @react-pdf/textkit

## 4.0.0

### Major Changes

- [#1906](https://github.com/diegomura/react-pdf/pull/1906) [`884695b`](https://github.com/diegomura/react-pdf/commit/884695b44feb974f155c83e0714e8e939b4f641b) Thanks [@diegomura](https://github.com/diegomura)! - feat: build textkit with rollup & define public api

### Minor Changes

- [#1895](https://github.com/diegomura/react-pdf/pull/1895) [`37a9a74`](https://github.com/diegomura/react-pdf/commit/37a9a747f7677fa05e3ddf5669c0379aa65c1e39) Thanks [@diegomura](https://github.com/diegomura)! - feat: exclude rects on textkit layout container

### Patch Changes

- [#1907](https://github.com/diegomura/react-pdf/pull/1907) [`0fcc594`](https://github.com/diegomura/react-pdf/commit/0fcc594310d5af30ca1e752b3efc7a047e813dcb) Thanks [@diegomura](https://github.com/diegomura)! - chore: use unicode-properties mainline repo

## 3.0.0

### Major 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": "3.0.0",
"version": "4.0.0",
"description": "An advanced text layout framework",
"main": "./lib/textkit.cjs.js",
"module": "./lib/textkit.es.js",
Expand Down

0 comments on commit 9511221

Please sign in to comment.