Skip to content

Commit

Permalink
Bump version (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
van100j committed Feb 18, 2024
1 parent 8077c83 commit 5abacb3
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 5 deletions.
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pdfslick/core

## 1.3.0

### Minor Changes

- Allow loading PDFs as ArrayBuffers

## 1.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pdfslick/core",
"version": "1.2.7",
"version": "1.3.0",
"source": "./index.ts",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @pdfslick/react

## 1.3.0

### Minor Changes

- Allow loading PDFs as ArrayBuffers

### Patch Changes

- Updated dependencies
- @pdfslick/core@1.3.0

## 1.2.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pdfslick/react",
"version": "1.2.7",
"version": "1.3.0",
"source": "./index.tsx",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -58,7 +58,7 @@
"react-dom": ">=17"
},
"dependencies": {
"@pdfslick/core": "^1.2.7",
"@pdfslick/core": "^1.3.0",
"react-use": "^17.5.0",
"zustand": "^4.5.1"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @pdfslick/solid

## 1.3.0

### Minor Changes

- Allow loading PDFs as ArrayBuffers

### Patch Changes

- Updated dependencies
- @pdfslick/core@1.3.0

## 1.2.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pdfslick/solid",
"version": "1.2.7",
"version": "1.3.0",
"source": "./index.tsx",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -70,7 +70,7 @@
"solid-js": ">=1.5.0"
},
"dependencies": {
"@pdfslick/core": "^1.2.7",
"@pdfslick/core": "^1.3.0",
"@solid-primitives/resize-observer": "^2.0.23",
"zustand": "^4.5.1"
},
Expand Down

0 comments on commit 5abacb3

Please sign in to comment.