Skip to content

Commit

Permalink
v0.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jichang committed Jan 17, 2025
1 parent 1da3c88 commit de30eb6
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unionpdf",
"private": false,
"version": "0.32.0",
"version": "0.32.1",
"workspaces": [
"packages/pdfium",
"packages/models",
Expand Down
6 changes: 3 additions & 3 deletions packages/engines/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unionpdf/engines",
"version": "0.32.0",
"version": "0.32.1",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -66,8 +66,8 @@
"typescript": "^5.7.2"
},
"dependencies": {
"@unionpdf/models": "0.32.0",
"@unionpdf/pdfium": "0.32.0",
"@unionpdf/models": "0.32.1",
"@unionpdf/pdfium": "0.32.1",
"buffer": "^6.0.3",
"process": "^0.11.10"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/models/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unionpdf/models",
"version": "0.32.0",
"version": "0.32.1",
"private": false,
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/pdfium/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unionpdf/pdfium",
"version": "0.32.0",
"version": "0.32.1",
"private": false,
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unionpdf/react",
"version": "0.32.0",
"version": "0.32.1",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -56,7 +56,7 @@
"@types/node": "^22.10.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@unionpdf/engines": "0.32.0",
"@unionpdf/engines": "0.32.1",
"cpy-cli": "^5.0.0",
"jest": "^29.7.0",
"jest-canvas-mock": "^2.5.2",
Expand All @@ -72,7 +72,7 @@
},
"dependencies": {
"@types/classnames": "^2.3.4",
"@unionpdf/models": "0.32.0",
"@unionpdf/models": "0.32.1",
"classnames": "^2.5.1"
},
"peerDependencies": {
Expand Down

0 comments on commit de30eb6

Please sign in to comment.