Skip to content

Commit

Permalink
chore: release packages (#1912)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 30, 2022
1 parent 001a208 commit d5819d1
Show file tree
Hide file tree
Showing 36 changed files with 183 additions and 101 deletions.
14 changes: 0 additions & 14 deletions .changeset/famous-glasses-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-boxes-argue.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fresh-moons-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-steaks-impress.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lemon-actors-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-pots-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-kiwis-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-moles-trade.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-ladybugs-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-nails-accept.md

This file was deleted.

8 changes: 7 additions & 1 deletion packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# @react-pdf/examples

## 2.0.1
## 2.0.2

### Patch Changes

- Updated dependencies [[`a5a933c`](https://github.com/diegomura/react-pdf/commit/a5a933c9733e4c77338ef76a2b3545b84a646a81), [`d1f3d5b`](https://github.com/diegomura/react-pdf/commit/d1f3d5b9b4103705e95e2160347ee253d842ed5d), [`7eefc33`](https://github.com/diegomura/react-pdf/commit/7eefc3323390c59bf6d4f923749526831572ef1a), [`3b054b7`](https://github.com/diegomura/react-pdf/commit/3b054b711f5dc0b1c4fd29feaf85b430baad2663), [`9996158`](https://github.com/diegomura/react-pdf/commit/9996158636edf2118c4a6dcce08a00408b982993)]:
- @react-pdf/renderer@3.0.0

## 2.0.1

### Patch Changes

- [#1827](https://github.com/diegomura/react-pdf/pull/1827) [`7c1d373`](https://github.com/diegomura/react-pdf/commit/7c1d373a06b04369e762069be4b96d4e40371ecc) Thanks [@diegomura](https://github.com/diegomura)! - refactor: remove ramda from layout package

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.1",
"version": "2.0.2",
"license": "MIT",
"private": true,
"author": "Diego Muracciole <[email protected]>",
Expand All @@ -11,7 +11,7 @@
"test": "jest"
},
"dependencies": {
"@react-pdf/renderer": "^2.1.2",
"@react-pdf/renderer": "^3.0.0",
"camelcase": "^6.2.0"
},
"peerDependencies": {
Expand Down
7 changes: 6 additions & 1 deletion packages/fns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# @react-pdf/fns

## 1.0.0
## 2.0.0

### Major Changes

- [#1891](https://github.com/diegomura/react-pdf/pull/1891) [`a5a933c`](https://github.com/diegomura/react-pdf/commit/a5a933c9733e4c77338ef76a2b3545b84a646a81) Thanks [@carlobeltrame](https://github.com/carlobeltrame)! - feat: compatibility with modern web bundlers and browsers

## 1.0.0

### Major Changes

- [#1838](https://github.com/diegomura/react-pdf/pull/1838) [`9bdb5c9`](https://github.com/diegomura/react-pdf/commit/9bdb5c934a822340754cd4c892d399f91f6218de) Thanks [@diegomura](https://github.com/diegomura)! - feat: create fns package
2 changes: 1 addition & 1 deletion packages/fns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/fns",
"version": "1.0.0",
"version": "2.0.0",
"license": "MIT",
"description": "React-pdf helper functions",
"author": "Diego Muracciole <[email protected]>",
Expand Down
14 changes: 14 additions & 0 deletions packages/font/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @react-pdf/font

## 2.3.0

### Minor Changes

- [#1891](https://github.com/diegomura/react-pdf/pull/1891) [`a5a933c`](https://github.com/diegomura/react-pdf/commit/a5a933c9733e4c77338ef76a2b3545b84a646a81) Thanks [@carlobeltrame](https://github.com/carlobeltrame)! - feat: compatibility with modern web bundlers and browsers

### Patch Changes

- [#1908](https://github.com/diegomura/react-pdf/pull/1908) [`d1f3d5b`](https://github.com/diegomura/react-pdf/commit/d1f3d5b9b4103705e95e2160347ee253d842ed5d) Thanks [@diegomura](https://github.com/diegomura)! - chore: use fontkit mainline repo + drop node 12

* [#1927](https://github.com/diegomura/react-pdf/pull/1927) [`27403f9`](https://github.com/diegomura/react-pdf/commit/27403f9a6ac1bbcfb144afc201c4a3e5aca25cbd) Thanks [@diegomura](https://github.com/diegomura)! - feat: remove Buffer dependency from font package

- [#1934](https://github.com/diegomura/react-pdf/pull/1934) [`1a89506`](https://github.com/diegomura/react-pdf/commit/1a89506b4d325822d1a60a8f964434a6f6eb2d3f) Thanks [@carlobeltrame](https://github.com/carlobeltrame)! - fix: ability to load fonts by relative URL in browsers

## 2.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "2.3.0",
"license": "MIT",
"description": "Register font and emoji source for react-pdf document",
"author": "Diego Muracciole <[email protected]>",
Expand Down
11 changes: 11 additions & 0 deletions packages/image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @react-pdf/image

## 2.2.0

### Minor Changes

- [#1891](https://github.com/diegomura/react-pdf/pull/1891) [`a5a933c`](https://github.com/diegomura/react-pdf/commit/a5a933c9733e4c77338ef76a2b3545b84a646a81) Thanks [@carlobeltrame](https://github.com/carlobeltrame)! - feat: compatibility with modern web bundlers and browsers

### Patch Changes

- Updated dependencies [[`a5a933c`](https://github.com/diegomura/react-pdf/commit/a5a933c9733e4c77338ef76a2b3545b84a646a81), [`001a208`](https://github.com/diegomura/react-pdf/commit/001a20812fa039d09931b22eb97a8869e3b31cc5)]:
- @react-pdf/png-js@2.2.0

## 2.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/image",
"version": "2.1.1",
"version": "2.2.0",
"license": "MIT",
"description": "Parses the images in png or jpeg format for react-pdf document",
"author": "Diego Muracciole <[email protected]>",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime": "^7.16.4",
"@react-pdf/png-js": "^2.1.0",
"@react-pdf/png-js": "^2.2.0",
"cross-fetch": "^3.1.5"
},
"devDependencies": {
Expand Down
18 changes: 18 additions & 0 deletions packages/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @react-pdf/layout

## 3.2.0

### Minor Changes

- [#1891](https://github.com/diegomura/react-pdf/pull/1891) [`a5a933c`](https://github.com/diegomura/react-pdf/commit/a5a933c9733e4c77338ef76a2b3545b84a646a81) Thanks [@carlobeltrame](https://github.com/carlobeltrame)! - feat: compatibility with modern web bundlers and browsers

### Patch Changes

- [#1911](https://github.com/diegomura/react-pdf/pull/1911) [`5fe9754`](https://github.com/diegomura/react-pdf/commit/5fe9754f21f103e17d1b70498ee7961cde779b22) Thanks [@diegomura](https://github.com/diegomura)! - refactor: yoga node prop name

- Updated dependencies [[`a5a933c`](https://github.com/diegomura/react-pdf/commit/a5a933c9733e4c77338ef76a2b3545b84a646a81), [`4bb97c3`](https://github.com/diegomura/react-pdf/commit/4bb97c3b92e82d7d7be2698c770f42560c6fcab6), [`001a208`](https://github.com/diegomura/react-pdf/commit/001a20812fa039d09931b22eb97a8869e3b31cc5), [`d1f3d5b`](https://github.com/diegomura/react-pdf/commit/d1f3d5b9b4103705e95e2160347ee253d842ed5d), [`9996158`](https://github.com/diegomura/react-pdf/commit/9996158636edf2118c4a6dcce08a00408b982993)]:
- @react-pdf/fns@2.0.0
- @react-pdf/pdfkit@3.0.0
- @react-pdf/stylesheet@4.0.0
- @react-pdf/yoga@3.0.0
- @react-pdf/image@2.2.0
- @react-pdf/textkit@4.1.0

## 3.1.2

### Patch Changes
Expand Down
14 changes: 7 additions & 7 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.2",
"version": "3.2.0",
"license": "MIT",
"description": "Resolve overall document component's layout",
"author": "Diego Muracciole <[email protected]>",
Expand All @@ -19,14 +19,14 @@
},
"dependencies": {
"@babel/runtime": "^7.16.4",
"@react-pdf/fns": "1.0.0",
"@react-pdf/image": "^2.1.1",
"@react-pdf/pdfkit": "^2.4.0",
"@react-pdf/fns": "2.0.0",
"@react-pdf/image": "^2.2.0",
"@react-pdf/pdfkit": "^3.0.0",
"@react-pdf/primitives": "^3.0.0",
"@react-pdf/stylesheet": "^3.2.0",
"@react-pdf/textkit": "^4.0.0",
"@react-pdf/stylesheet": "^4.0.0",
"@react-pdf/textkit": "^4.1.0",
"@react-pdf/types": "^2.1.0",
"@react-pdf/yoga": "^2.0.4",
"@react-pdf/yoga": "^3.0.0",
"cross-fetch": "^3.1.5",
"emoji-regex": "^8.0.0",
"queue": "^6.0.1"
Expand Down
17 changes: 17 additions & 0 deletions packages/pdfkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @react-pdf/pdfkit

## 3.0.0

### Major Changes

- [#1891](https://github.com/diegomura/react-pdf/pull/1891) [`a5a933c`](https://github.com/diegomura/react-pdf/commit/a5a933c9733e4c77338ef76a2b3545b84a646a81) Thanks [@carlobeltrame](https://github.com/carlobeltrame)! - feat: compatibility with modern web bundlers and browsers

### Patch Changes

- [#1941](https://github.com/diegomura/react-pdf/pull/1941) [`001a208`](https://github.com/diegomura/react-pdf/commit/001a20812fa039d09931b22eb97a8869e3b31cc5) Thanks [@PhilippMeissner](https://github.com/PhilippMeissner)! - chore: adds missing licenses to package.json

* [#1908](https://github.com/diegomura/react-pdf/pull/1908) [`d1f3d5b`](https://github.com/diegomura/react-pdf/commit/d1f3d5b9b4103705e95e2160347ee253d842ed5d) Thanks [@diegomura](https://github.com/diegomura)! - chore: use fontkit mainline repo + drop node 12

- [#1929](https://github.com/diegomura/react-pdf/pull/1929) [`9996158`](https://github.com/diegomura/react-pdf/commit/9996158636edf2118c4a6dcce08a00408b982993) Thanks [@diegomura](https://github.com/diegomura)! - feat: remove blob stream dependency

- Updated dependencies [[`a5a933c`](https://github.com/diegomura/react-pdf/commit/a5a933c9733e4c77338ef76a2b3545b84a646a81), [`001a208`](https://github.com/diegomura/react-pdf/commit/001a20812fa039d09931b22eb97a8869e3b31cc5)]:
- @react-pdf/png-js@2.2.0

## 2.4.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.4.0",
"version": "3.0.0",
"license": "MIT",
"description": "A PDF generation library for Node.js",
"main": "./lib/pdfkit.cjs.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
],
"dependencies": {
"@babel/runtime": "^7.16.4",
"@react-pdf/png-js": "^2.1.0",
"@react-pdf/png-js": "^2.2.0",
"browserify-zlib": "^0.2.0",
"crypto-js": "^4.0.0",
"fontkit": "^2.0.2",
Expand Down
12 changes: 9 additions & 3 deletions packages/png-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
# @react-pdf/png-js

## 2.1.0
## 2.2.0

### Minor Changes

- [#1891](https://github.com/diegomura/react-pdf/pull/1891) [`a5a933c`](https://github.com/diegomura/react-pdf/commit/a5a933c9733e4c77338ef76a2b3545b84a646a81) Thanks [@carlobeltrame](https://github.com/carlobeltrame)! - feat: compatibility with modern web bundlers and browsers

### Patch Changes

- [#1610](https://github.com/diegomura/react-pdf/pull/1610) [`4c5d527`](https://github.com/diegomura/react-pdf/commit/4c5d52721d29d843f1d09c3fd74370832429f70e) Thanks [@jeetiss](https://github.com/jeetiss)! - updated rollup rollup-plugins and babel
- [#1941](https://github.com/diegomura/react-pdf/pull/1941) [`001a208`](https://github.com/diegomura/react-pdf/commit/001a20812fa039d09931b22eb97a8869e3b31cc5) Thanks [@PhilippMeissner](https://github.com/PhilippMeissner)! - chore: adds missing licenses to package.json

## 2.1.0

### Patch Changes
### Minor Changes

- [#1610](https://github.com/diegomura/react-pdf/pull/1610) [`4c5d527`](https://github.com/diegomura/react-pdf/commit/4c5d52721d29d843f1d09c3fd74370832429f70e) Thanks [@jeetiss](https://github.com/jeetiss)! - updated rollup rollup-plugins and babel

### Patch Changes

- [#1581](https://github.com/diegomura/react-pdf/pull/1581) [`04449ab`](https://github.com/diegomura/react-pdf/commit/04449ab352db0cca2155024dd3e8c690e42193ca) Thanks [@jeetiss](https://github.com/jeetiss)! - added changelog with changesets
2 changes: 1 addition & 1 deletion packages/png-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-pdf/png-js",
"description": "A PNG decoder in JS",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT",
"main": "./lib/png-js.cjs.js",
"module": "./lib/png-js.es.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/render/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @react-pdf/render

## 3.2.1

### Patch Changes

- Updated dependencies [[`a5a933c`](https://github.com/diegomura/react-pdf/commit/a5a933c9733e4c77338ef76a2b3545b84a646a81), [`4bb97c3`](https://github.com/diegomura/react-pdf/commit/4bb97c3b92e82d7d7be2698c770f42560c6fcab6)]:
- @react-pdf/fns@2.0.0
- @react-pdf/textkit@4.1.0

## 3.2.0

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

## 3.0.0

### Major Changes

- [#1908](https://github.com/diegomura/react-pdf/pull/1908) [`d1f3d5b`](https://github.com/diegomura/react-pdf/commit/d1f3d5b9b4103705e95e2160347ee253d842ed5d) Thanks [@diegomura](https://github.com/diegomura)! - chore: use fontkit mainline repo + drop node 12

### Minor Changes

- [#1891](https://github.com/diegomura/react-pdf/pull/1891) [`a5a933c`](https://github.com/diegomura/react-pdf/commit/a5a933c9733e4c77338ef76a2b3545b84a646a81) Thanks [@carlobeltrame](https://github.com/carlobeltrame)! - feat: compatibility with modern web bundlers and browsers

### Patch Changes

- [#1604](https://github.com/diegomura/react-pdf/pull/1604) [`7eefc33`](https://github.com/diegomura/react-pdf/commit/7eefc3323390c59bf6d4f923749526831572ef1a) Thanks [@jeetiss](https://github.com/jeetiss)! - fix: skip empty text instance creation in jsx conditions

* [#1924](https://github.com/diegomura/react-pdf/pull/1924) [`3b054b7`](https://github.com/diegomura/react-pdf/commit/3b054b711f5dc0b1c4fd29feaf85b430baad2663) Thanks [@adamduncan](https://github.com/adamduncan)! - fix: bad type on onClick

- [#1929](https://github.com/diegomura/react-pdf/pull/1929) [`9996158`](https://github.com/diegomura/react-pdf/commit/9996158636edf2118c4a6dcce08a00408b982993) Thanks [@diegomura](https://github.com/diegomura)! - feat: remove blob stream dependency

- Updated dependencies [[`a5a933c`](https://github.com/diegomura/react-pdf/commit/a5a933c9733e4c77338ef76a2b3545b84a646a81), [`001a208`](https://github.com/diegomura/react-pdf/commit/001a20812fa039d09931b22eb97a8869e3b31cc5), [`5fe9754`](https://github.com/diegomura/react-pdf/commit/5fe9754f21f103e17d1b70498ee7961cde779b22), [`d1f3d5b`](https://github.com/diegomura/react-pdf/commit/d1f3d5b9b4103705e95e2160347ee253d842ed5d), [`27403f9`](https://github.com/diegomura/react-pdf/commit/27403f9a6ac1bbcfb144afc201c4a3e5aca25cbd), [`9996158`](https://github.com/diegomura/react-pdf/commit/9996158636edf2118c4a6dcce08a00408b982993), [`1a89506`](https://github.com/diegomura/react-pdf/commit/1a89506b4d325822d1a60a8f964434a6f6eb2d3f)]:
- @react-pdf/pdfkit@3.0.0
- @react-pdf/font@2.3.0
- @react-pdf/layout@3.2.0
- @react-pdf/render@3.2.1

## 2.3.0

### Minor Changes
Expand Down
Loading

0 comments on commit d5819d1

Please sign in to comment.