Skip to content

Commit

Permalink
chore: release packages (#2872)
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 Sep 23, 2024
1 parent fdcef56 commit 3729489
Show file tree
Hide file tree
Showing 38 changed files with 218 additions and 87 deletions.
6 changes: 0 additions & 6 deletions .changeset/gentle-news-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-boxes-juggle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/perfect-rats-raise.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/polite-eels-brush.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smart-ligers-deny.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/strong-rockets-fix.md

This file was deleted.

7 changes: 7 additions & 0 deletions e2e/node-cjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-pdf/e2e-node-cjs

## 2.0.7

### Patch Changes

- Updated dependencies [[`afe4bcfe`](https://github.com/diegomura/react-pdf/commit/afe4bcfe6f4b991cf22341242fc27d169b758d47), [`70f29a04`](https://github.com/diegomura/react-pdf/commit/70f29a0407b1d56e9a7932b25c0d69132e9b4119)]:
- @react-pdf/renderer@4.0.0

## 2.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions e2e/node-cjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/e2e-node-cjs",
"version": "2.0.6",
"version": "2.0.7",
"license": "MIT",
"private": true,
"type": "commonjs",
Expand All @@ -12,7 +12,7 @@
"start": "node ./index.js"
},
"dependencies": {
"@react-pdf/renderer": "^3.4.5",
"@react-pdf/renderer": "^4.0.0",
"react": "^18.2.0"
}
}
7 changes: 7 additions & 0 deletions e2e/node-esm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-pdf/e2e-node-esm

## 2.0.7

### Patch Changes

- Updated dependencies [[`afe4bcfe`](https://github.com/diegomura/react-pdf/commit/afe4bcfe6f4b991cf22341242fc27d169b758d47), [`70f29a04`](https://github.com/diegomura/react-pdf/commit/70f29a0407b1d56e9a7932b25c0d69132e9b4119)]:
- @react-pdf/renderer@4.0.0

## 2.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions e2e/node-esm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/e2e-node-esm",
"version": "2.0.6",
"version": "2.0.7",
"license": "MIT",
"private": true,
"type": "module",
Expand All @@ -12,7 +12,7 @@
"start": "node ./index.js"
},
"dependencies": {
"@react-pdf/renderer": "^3.4.5",
"@react-pdf/renderer": "^4.0.0",
"react": "^18.2.0"
}
}
7 changes: 7 additions & 0 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-pdf/examples

## 3.3.3

### Patch Changes

- Updated dependencies [[`afe4bcfe`](https://github.com/diegomura/react-pdf/commit/afe4bcfe6f4b991cf22341242fc27d169b758d47), [`70f29a04`](https://github.com/diegomura/react-pdf/commit/70f29a0407b1d56e9a7932b25c0d69132e9b4119)]:
- @react-pdf/renderer@4.0.0

## 3.3.2

### 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.3.2",
"version": "3.3.3",
"license": "MIT",
"private": true,
"author": "Diego Muracciole <diegomuracciole@gmail.com>",
Expand All @@ -10,7 +10,7 @@
"dev": "vite ./src --open"
},
"dependencies": {
"@react-pdf/renderer": "^3.4.5"
"@react-pdf/renderer": "^4.0.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/fns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-pdf/fns

## 3.0.0

### Major Changes

- [#2871](https://github.com/diegomura/react-pdf/pull/2871) [`70f29a04`](https://github.com/diegomura/react-pdf/commit/70f29a0407b1d56e9a7932b25c0d69132e9b4119) Thanks [@diegomura](https://github.com/diegomura)! - feat!: drop cjs support

## 2.2.1

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

## 3.0.0

### Major Changes

- [#2871](https://github.com/diegomura/react-pdf/pull/2871) [`70f29a04`](https://github.com/diegomura/react-pdf/commit/70f29a0407b1d56e9a7932b25c0d69132e9b4119) Thanks [@diegomura](https://github.com/diegomura)! - feat!: drop cjs support

### Patch Changes

- Updated dependencies [[`46c3047d`](https://github.com/diegomura/react-pdf/commit/46c3047de56ae82f062b72c4910a4e6096eee99f), [`55973278`](https://github.com/diegomura/react-pdf/commit/55973278ac8bc8f703b63844f57d6f155ae8d86f)]:
- @react-pdf/types@2.7.0

## 2.5.2

### 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.5.2",
"version": "3.0.0",
"license": "MIT",
"description": "Register font and emoji source for react-pdf document",
"author": "Diego Muracciole <diegomuracciole@gmail.com>",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@babel/runtime": "^7.20.13",
"@react-pdf/types": "^2.6.0",
"@react-pdf/types": "^2.7.0",
"cross-fetch": "^3.1.5",
"fontkit": "^2.0.2",
"is-url": "^1.2.4"
Expand Down
13 changes: 13 additions & 0 deletions packages/image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @react-pdf/image

## 3.0.0

### Major Changes

- [#2871](https://github.com/diegomura/react-pdf/pull/2871) [`70f29a04`](https://github.com/diegomura/react-pdf/commit/70f29a0407b1d56e9a7932b25c0d69132e9b4119) Thanks [@diegomura](https://github.com/diegomura)! - feat!: drop cjs support

### Patch Changes

- [#2877](https://github.com/diegomura/react-pdf/pull/2877) [`fdcef566`](https://github.com/diegomura/react-pdf/commit/fdcef5666e4eeed542b625d394cdfe60d6346600) Thanks [@Friendseeker](https://github.com/Friendseeker)! - chore: bump jay-peg

- Updated dependencies [[`70f29a04`](https://github.com/diegomura/react-pdf/commit/70f29a0407b1d56e9a7932b25c0d69132e9b4119)]:
- @react-pdf/png-js@3.0.0

## 2.3.6

### 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.3.6",
"version": "3.0.0",
"license": "MIT",
"description": "Parses the images in png or jpeg format for react-pdf document",
"author": "Diego Muracciole <diegomuracciole@gmail.com>",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@babel/runtime": "^7.20.13",
"@react-pdf/png-js": "^2.3.1",
"@react-pdf/png-js": "^3.0.0",
"cross-fetch": "^3.1.5",
"jay-peg": "^1.1.0"
},
Expand Down
27 changes: 27 additions & 0 deletions packages/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @react-pdf/layout

## 4.0.0

### Major Changes

- [#2711](https://github.com/diegomura/react-pdf/pull/2711) [`42570321`](https://github.com/diegomura/react-pdf/commit/42570321af54bf331ca81f09a102664cd9f7c46a) Thanks [@wojtekmaj](https://github.com/wojtekmaj)! - Update Yoga to 3.0

- [#2871](https://github.com/diegomura/react-pdf/pull/2871) [`70f29a04`](https://github.com/diegomura/react-pdf/commit/70f29a0407b1d56e9a7932b25c0d69132e9b4119) Thanks [@diegomura](https://github.com/diegomura)! - feat!: drop cjs support

### Minor Changes

- [#2876](https://github.com/diegomura/react-pdf/pull/2876) [`afe4bcfe`](https://github.com/diegomura/react-pdf/commit/afe4bcfe6f4b991cf22341242fc27d169b758d47) Thanks [@diegomura](https://github.com/diegomura)! - feat: add gap percentage support

- [#2875](https://github.com/diegomura/react-pdf/pull/2875) [`46c3047d`](https://github.com/diegomura/react-pdf/commit/46c3047de56ae82f062b72c4910a4e6096eee99f) Thanks [@diegomura](https://github.com/diegomura)! - feat: add position: static support

- [#2874](https://github.com/diegomura/react-pdf/pull/2874) [`55973278`](https://github.com/diegomura/react-pdf/commit/55973278ac8bc8f703b63844f57d6f155ae8d86f) Thanks [@diegomura](https://github.com/diegomura)! - feat: add align-content: space-evenly support

### Patch Changes

- Updated dependencies [[`fdcef566`](https://github.com/diegomura/react-pdf/commit/fdcef5666e4eeed542b625d394cdfe60d6346600), [`46c3047d`](https://github.com/diegomura/react-pdf/commit/46c3047de56ae82f062b72c4910a4e6096eee99f), [`55973278`](https://github.com/diegomura/react-pdf/commit/55973278ac8bc8f703b63844f57d6f155ae8d86f), [`70f29a04`](https://github.com/diegomura/react-pdf/commit/70f29a0407b1d56e9a7932b25c0d69132e9b4119)]:
- @react-pdf/pdfkit@4.0.0
- @react-pdf/image@3.0.0
- @react-pdf/types@2.7.0
- @react-pdf/primitives@4.0.0
- @react-pdf/stylesheet@5.0.0
- @react-pdf/textkit@5.0.0
- @react-pdf/fns@3.0.0

## 3.13.0

### Minor Changes
Expand Down
16 changes: 8 additions & 8 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.13.0",
"version": "4.0.0",
"license": "MIT",
"description": "Resolve overall document component's layout",
"author": "Diego Muracciole <diegomuracciole@gmail.com>",
Expand All @@ -19,13 +19,13 @@
},
"dependencies": {
"@babel/runtime": "^7.20.13",
"@react-pdf/fns": "2.2.1",
"@react-pdf/image": "^2.3.6",
"@react-pdf/pdfkit": "^3.2.0",
"@react-pdf/primitives": "^3.1.1",
"@react-pdf/stylesheet": "^4.3.0",
"@react-pdf/textkit": "^4.4.1",
"@react-pdf/types": "^2.6.0",
"@react-pdf/fns": "3.0.0",
"@react-pdf/image": "^3.0.0",
"@react-pdf/pdfkit": "^4.0.0",
"@react-pdf/primitives": "^4.0.0",
"@react-pdf/stylesheet": "^5.0.0",
"@react-pdf/textkit": "^5.0.0",
"@react-pdf/types": "^2.7.0",
"cross-fetch": "^3.1.5",
"emoji-regex": "^10.3.0",
"queue": "^6.0.1",
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

## 4.0.0

### Major Changes

- [#2871](https://github.com/diegomura/react-pdf/pull/2871) [`70f29a04`](https://github.com/diegomura/react-pdf/commit/70f29a0407b1d56e9a7932b25c0d69132e9b4119) Thanks [@diegomura](https://github.com/diegomura)! - feat!: drop cjs support

### Patch Changes

- [#2877](https://github.com/diegomura/react-pdf/pull/2877) [`fdcef566`](https://github.com/diegomura/react-pdf/commit/fdcef5666e4eeed542b625d394cdfe60d6346600) Thanks [@Friendseeker](https://github.com/Friendseeker)! - chore: bump jay-peg

- Updated dependencies [[`70f29a04`](https://github.com/diegomura/react-pdf/commit/70f29a0407b1d56e9a7932b25c0d69132e9b4119)]:
- @react-pdf/png-js@3.0.0

## 3.2.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": "3.2.0",
"version": "4.0.0",
"license": "MIT",
"description": "A PDF generation library for Node.js",
"type": "module",
Expand Down Expand Up @@ -29,7 +29,7 @@
],
"dependencies": {
"@babel/runtime": "^7.20.13",
"@react-pdf/png-js": "^2.3.1",
"@react-pdf/png-js": "^3.0.0",
"browserify-zlib": "^0.2.0",
"crypto-js": "^4.2.0",
"fontkit": "^2.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/png-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-pdf/png-js

## 3.0.0

### Major Changes

- [#2871](https://github.com/diegomura/react-pdf/pull/2871) [`70f29a04`](https://github.com/diegomura/react-pdf/commit/70f29a0407b1d56e9a7932b25c0d69132e9b4119) Thanks [@diegomura](https://github.com/diegomura)! - feat!: drop cjs support

## 2.3.1

### Patch Changes
Expand Down
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.3.1",
"version": "3.0.0",
"license": "MIT",
"type": "module",
"main": "./lib/png-js.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-pdf/primitives

## 4.0.0

### Major Changes

- [#2871](https://github.com/diegomura/react-pdf/pull/2871) [`70f29a04`](https://github.com/diegomura/react-pdf/commit/70f29a0407b1d56e9a7932b25c0d69132e9b4119) Thanks [@diegomura](https://github.com/diegomura)! - feat!: drop cjs support

## 3.1.1

### Patch Changes
Expand Down
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": "3.1.1",
"version": "4.0.0",
"license": "MIT",
"description": "Define uninitialized elements",
"author": "Diego Muracciole <diegomuracciole@gmail.com>",
Expand Down
14 changes: 14 additions & 0 deletions packages/render/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @react-pdf/render

## 4.0.0

### Major Changes

- [#2871](https://github.com/diegomura/react-pdf/pull/2871) [`70f29a04`](https://github.com/diegomura/react-pdf/commit/70f29a0407b1d56e9a7932b25c0d69132e9b4119) Thanks [@diegomura](https://github.com/diegomura)! - feat!: drop cjs support

### Patch Changes

- Updated dependencies [[`46c3047d`](https://github.com/diegomura/react-pdf/commit/46c3047de56ae82f062b72c4910a4e6096eee99f), [`55973278`](https://github.com/diegomura/react-pdf/commit/55973278ac8bc8f703b63844f57d6f155ae8d86f), [`70f29a04`](https://github.com/diegomura/react-pdf/commit/70f29a0407b1d56e9a7932b25c0d69132e9b4119)]:
- @react-pdf/types@2.7.0
- @react-pdf/primitives@4.0.0
- @react-pdf/textkit@5.0.0
- @react-pdf/fns@3.0.0

## 3.5.0

### Minor Changes
Expand Down
Loading

0 comments on commit 3729489

Please sign in to comment.