Skip to content

Commit

Permalink
chore: release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 31, 2022
1 parent 25a80eb commit da5f518
Show file tree
Hide file tree
Showing 34 changed files with 169 additions and 130 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-crabs-carry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/dirty-geckos-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-candles-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-mangos-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-tomatoes-live.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lazy-rules-attend.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/light-rockets-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-dodos-happen.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tough-cows-give.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wild-deers-kiss.md

This file was deleted.

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

## 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

- Updated dependencies [[`6c799ec`](https://github.com/diegomura/react-pdf/commit/6c799ec1bbe17106df6db109df4a62c70e39bd24)]:
- @react-pdf/renderer@2.1.2
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.0",
"version": "2.0.1",
"license": "MIT",
"private": true,
"author": "Diego Muracciole <diegomuracciole@gmail.com>",
Expand All @@ -11,7 +11,7 @@
"test": "jest"
},
"dependencies": {
"@react-pdf/renderer": "^2.0.6",
"@react-pdf/renderer": "^2.1.2",
"camelcase": "^6.2.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/fns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @react-pdf/fns

## 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": "0.0.0",
"version": "1.0.0",
"license": "MIT",
"description": "React-pdf helper functions",
"author": "Diego Muracciole <diegomuracciole@gmail.com>",
Expand Down
6 changes: 6 additions & 0 deletions packages/font/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-pdf/font

## 2.2.0

### Minor Changes

- [#1841](https://github.com/diegomura/react-pdf/pull/1841) [`25a80eb`](https://github.com/diegomura/react-pdf/commit/25a80ebd5f96ade7101883624010bad51474967c) Thanks [@diegomura](https://github.com/diegomura)! - feat: support bold-italic standard fonts

## 2.1.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.1.1",
"version": "2.2.0",
"license": "MIT",
"description": "Register font and emoji source for react-pdf document",
"author": "Diego Muracciole <diegomuracciole@gmail.com>",
Expand Down
25 changes: 25 additions & 0 deletions packages/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @react-pdf/layout

## 3.0.0

### Major 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

### Minor Changes

- [#1841](https://github.com/diegomura/react-pdf/pull/1841) [`25a80eb`](https://github.com/diegomura/react-pdf/commit/25a80ebd5f96ade7101883624010bad51474967c) Thanks [@diegomura](https://github.com/diegomura)! - feat: support bold-italic standard fonts

### Patch Changes

- [#1829](https://github.com/diegomura/react-pdf/pull/1829) [`5458a00`](https://github.com/diegomura/react-pdf/commit/5458a00979d883341c6df094243cae859344d2b9) Thanks [@diegomura](https://github.com/diegomura)! - refactor: remove ramda from stylesheet package

* [#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

- [#1830](https://github.com/diegomura/react-pdf/pull/1830) [`9a2b935`](https://github.com/diegomura/react-pdf/commit/9a2b935cfe173f80425ed87d9f474da271c050d2) Thanks [@diegomura](https://github.com/diegomura)! - refactor: remove ramda from textkit package

- Updated dependencies [[`e938df0`](https://github.com/diegomura/react-pdf/commit/e938df0857642707b10b7f65f17ed22dc394ac1b), [`5458a00`](https://github.com/diegomura/react-pdf/commit/5458a00979d883341c6df094243cae859344d2b9), [`9bdb5c9`](https://github.com/diegomura/react-pdf/commit/9bdb5c934a822340754cd4c892d399f91f6218de), [`9a2b935`](https://github.com/diegomura/react-pdf/commit/9a2b935cfe173f80425ed87d9f474da271c050d2), [`25a80eb`](https://github.com/diegomura/react-pdf/commit/25a80ebd5f96ade7101883624010bad51474967c)]:
- @react-pdf/primitives@3.0.0
- @react-pdf/stylesheet@3.0.0
- @react-pdf/fns@1.0.0
- @react-pdf/textkit@3.0.0
- @react-pdf/pdfkit@2.2.0

## 2.1.1

### 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": "2.1.1",
"version": "3.0.0",
"license": "MIT",
"description": "Resolve overall document component's layout",
"author": "Diego Muracciole <diegomuracciole@gmail.com>",
Expand All @@ -18,12 +18,12 @@
},
"dependencies": {
"@babel/runtime": "^7.16.4",
"@react-pdf/fns": "0.0.0",
"@react-pdf/fns": "1.0.0",
"@react-pdf/image": "^2.1.1",
"@react-pdf/pdfkit": "^2.1.0",
"@react-pdf/primitives": "^2.0.2",
"@react-pdf/stylesheet": "^2.1.0",
"@react-pdf/textkit": "^2.1.0",
"@react-pdf/pdfkit": "^2.2.0",
"@react-pdf/primitives": "^3.0.0",
"@react-pdf/stylesheet": "^3.0.0",
"@react-pdf/textkit": "^3.0.0",
"@react-pdf/types": "^2.0.8",
"@react-pdf/yoga": "^2.0.4",
"cross-fetch": "^3.1.5",
Expand Down
20 changes: 8 additions & 12 deletions packages/pdfkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,24 @@
# @react-pdf/pdfkit

## 2.1.0
### Minor Changes
## 2.2.0

### Minor Changes

- [#1841](https://github.com/diegomura/react-pdf/pull/1841) [`25a80eb`](https://github.com/diegomura/react-pdf/commit/25a80ebd5f96ade7101883624010bad51474967c) Thanks [@diegomura](https://github.com/diegomura)! - feat: support bold-italic standard fonts

- [#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

## 2.1.0

### Minor Changes

- [#1654](https://github.com/diegomura/react-pdf/pull/1654) [`ccf3bf2`](https://github.com/diegomura/react-pdf/commit/ccf3bf22867a9bd49668cdd3543ec32492a40e4b) Thanks [@jeetiss](https://github.com/jeetiss)! - added `@babel/runtime` to dependencies
- [#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

* [#1654](https://github.com/diegomura/react-pdf/pull/1654) [`ccf3bf2`](https://github.com/diegomura/react-pdf/commit/ccf3bf22867a9bd49668cdd3543ec32492a40e4b) Thanks [@jeetiss](https://github.com/jeetiss)! - added `@babel/runtime` to dependencies

### Patch Changes



- [#1673](https://github.com/diegomura/react-pdf/pull/1673) [`d341ae6`](https://github.com/diegomura/react-pdf/commit/d341ae66e91774e95e82deb8d9162bf458688768) Thanks [@jeetiss](https://github.com/jeetiss)! - ingore fs package in browser bundle



- [#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


* [#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

- [#1607](https://github.com/diegomura/react-pdf/pull/1607) [`a592e99`](https://github.com/diegomura/react-pdf/commit/a592e99f7df7481697582c2a12f31ce7f9559c66) Thanks [@jeetiss](https://github.com/jeetiss)! - replaced `crypto-js` with `crypto-js/md5` to reduce bundle size

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": "2.1.0",
"version": "2.2.0",
"description": "A PDF generation library for Node.js",
"main": "lib/pdfkit.cjs.js",
"module": "lib/pdfkit.es.js",
Expand Down
9 changes: 7 additions & 2 deletions packages/primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# @react-pdf/primitives

## 2.0.2
### Patch Changes
## 3.0.0

### Major Changes

- [#1658](https://github.com/diegomura/react-pdf/pull/1658) [`e938df0`](https://github.com/diegomura/react-pdf/commit/e938df0857642707b10b7f65f17ed22dc394ac1b) Thanks [@jeetiss](https://github.com/jeetiss)! - convert code to esm

## 2.0.2

### 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/primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/primitives",
"version": "2.0.2",
"version": "3.0.0",
"license": "MIT",
"description": "Define uninitialized elements",
"author": "Diego Muracciole <diegomuracciole@gmail.com>",
Expand Down
25 changes: 18 additions & 7 deletions packages/render/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,35 @@
# @react-pdf/render

## 2.1.0
### Minor Changes
## 3.0.0

### Major Changes

- [#1834](https://github.com/diegomura/react-pdf/pull/1834) [`7e97bb5`](https://github.com/diegomura/react-pdf/commit/7e97bb579aaa847e5a2de650b5b327ac90a465c7) Thanks [@diegomura](https://github.com/diegomura)! - refactor: remove ramda from render package

- [#1654](https://github.com/diegomura/react-pdf/pull/1654) [`ccf3bf2`](https://github.com/diegomura/react-pdf/commit/ccf3bf22867a9bd49668cdd3543ec32492a40e4b) Thanks [@jeetiss](https://github.com/jeetiss)! - added `@babel/runtime` to dependencies
### 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

### Patch 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

* Updated dependencies [[`e938df0`](https://github.com/diegomura/react-pdf/commit/e938df0857642707b10b7f65f17ed22dc394ac1b), [`9bdb5c9`](https://github.com/diegomura/react-pdf/commit/9bdb5c934a822340754cd4c892d399f91f6218de), [`9a2b935`](https://github.com/diegomura/react-pdf/commit/9a2b935cfe173f80425ed87d9f474da271c050d2)]:
- @react-pdf/primitives@3.0.0
- @react-pdf/fns@1.0.0
- @react-pdf/textkit@3.0.0

## 2.1.0

### Minor Changes

- [#1648](https://github.com/diegomura/react-pdf/pull/1648) [`46a4b0c`](https://github.com/diegomura/react-pdf/commit/46a4b0c88836e0653db0c8bae6f71f969882277c) Thanks [@jeetiss](https://github.com/jeetiss)! - fixed render crush when a node has `debug` prop and `margin: auto`
- [#1654](https://github.com/diegomura/react-pdf/pull/1654) [`ccf3bf2`](https://github.com/diegomura/react-pdf/commit/ccf3bf22867a9bd49668cdd3543ec32492a40e4b) Thanks [@jeetiss](https://github.com/jeetiss)! - added `@babel/runtime` to dependencies

### Patch Changes

- [#1648](https://github.com/diegomura/react-pdf/pull/1648) [`46a4b0c`](https://github.com/diegomura/react-pdf/commit/46a4b0c88836e0653db0c8bae6f71f969882277c) Thanks [@jeetiss](https://github.com/jeetiss)! - fixed render crush when a node has `debug` prop and `margin: auto`

- [#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
* [#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

- Updated dependencies [[`04449ab`](https://github.com/diegomura/react-pdf/commit/04449ab352db0cca2155024dd3e8c690e42193ca), [`5d2d688`](https://github.com/diegomura/react-pdf/commit/5d2d688e18c830bb96c6e08446437d29f9f9c65f), [`ccf3bf2`](https://github.com/diegomura/react-pdf/commit/ccf3bf22867a9bd49668cdd3543ec32492a40e4b)]:
* Updated dependencies [[`04449ab`](https://github.com/diegomura/react-pdf/commit/04449ab352db0cca2155024dd3e8c690e42193ca), [`5d2d688`](https://github.com/diegomura/react-pdf/commit/5d2d688e18c830bb96c6e08446437d29f9f9c65f), [`ccf3bf2`](https://github.com/diegomura/react-pdf/commit/ccf3bf22867a9bd49668cdd3543ec32492a40e4b)]:
- @react-pdf/primitives@2.0.2
- @react-pdf/textkit@2.1.0
- @react-pdf/types@2.0.8
8 changes: 4 additions & 4 deletions packages/render/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/render",
"version": "2.1.0",
"version": "3.0.0",
"license": "MIT",
"description": "A render engine for Node and the browser",
"author": "Diego Muracciole <diegomuracciole@gmail.com>",
Expand All @@ -18,9 +18,9 @@
},
"dependencies": {
"@babel/runtime": "^7.16.4",
"@react-pdf/fns": "0.0.0",
"@react-pdf/primitives": "^2.0.2",
"@react-pdf/textkit": "^2.1.0",
"@react-pdf/fns": "1.0.0",
"@react-pdf/primitives": "^3.0.0",
"@react-pdf/textkit": "^3.0.0",
"@react-pdf/types": "^2.0.8",
"abs-svg-path": "^0.1.1",
"color-string": "^1.5.3",
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

## 2.1.2

### Patch Changes

- [#1836](https://github.com/diegomura/react-pdf/pull/1836) [`6c799ec`](https://github.com/diegomura/react-pdf/commit/6c799ec1bbe17106df6db109df4a62c70e39bd24) Thanks [@diegomura](https://github.com/diegomura)! - refactor: remove unused ramda dependency

- Updated dependencies [[`e938df0`](https://github.com/diegomura/react-pdf/commit/e938df0857642707b10b7f65f17ed22dc394ac1b), [`7c1d373`](https://github.com/diegomura/react-pdf/commit/7c1d373a06b04369e762069be4b96d4e40371ecc), [`5458a00`](https://github.com/diegomura/react-pdf/commit/5458a00979d883341c6df094243cae859344d2b9), [`9bdb5c9`](https://github.com/diegomura/react-pdf/commit/9bdb5c934a822340754cd4c892d399f91f6218de), [`7e97bb5`](https://github.com/diegomura/react-pdf/commit/7e97bb579aaa847e5a2de650b5b327ac90a465c7), [`9a2b935`](https://github.com/diegomura/react-pdf/commit/9a2b935cfe173f80425ed87d9f474da271c050d2), [`25a80eb`](https://github.com/diegomura/react-pdf/commit/25a80ebd5f96ade7101883624010bad51474967c)]:
- @react-pdf/primitives@3.0.0
- @react-pdf/layout@3.0.0
- @react-pdf/render@3.0.0
- @react-pdf/font@2.2.0
- @react-pdf/pdfkit@2.2.0

## 2.1.1

### 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": "2.1.1",
"version": "2.1.2",
"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.1.1",
"@react-pdf/layout": "^2.1.1",
"@react-pdf/pdfkit": "^2.1.0",
"@react-pdf/primitives": "^2.0.2",
"@react-pdf/render": "^2.1.0",
"@react-pdf/font": "^2.2.0",
"@react-pdf/layout": "^3.0.0",
"@react-pdf/pdfkit": "^2.2.0",
"@react-pdf/primitives": "^3.0.0",
"@react-pdf/render": "^3.0.0",
"@react-pdf/types": "^2.0.8",
"blob-stream": "^0.1.3",
"queue": "^6.0.1",
Expand Down
Loading

0 comments on commit da5f518

Please sign in to comment.