Skip to content

Commit f90b713

Browse files
chore: version packages (#24)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @simplepdf/react-embed-pdf@1.10.0 ### Minor Changes - cae5ce6: Adds new programmatic actions to the React embed component for advanced integrations: goTo, createField, clearFields, getDocumentContent Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cae5ce6 commit f90b713

3 files changed

Lines changed: 17 additions & 8 deletions

File tree

.changeset/long-paths-tell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @simplepdf/react-embed-pdf
2+
3+
## 1.10.0
4+
5+
### Minor Changes
6+
7+
- cae5ce6: Adds new programmatic actions to the React embed component for advanced integrations: goTo, createField, clearFields, getDocumentContent

react/package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simplepdf/react-embed-pdf",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"description": "SimplePDF straight into your React app",
55
"repository": {
66
"type": "git",
@@ -56,6 +56,13 @@
5656
"typescript": "^5.9.3",
5757
"vitest": "4.0.17"
5858
},
59-
"files": ["dist"],
60-
"keywords": ["react", "typescript", "npm", "pdf"]
59+
"files": [
60+
"dist"
61+
],
62+
"keywords": [
63+
"react",
64+
"typescript",
65+
"npm",
66+
"pdf"
67+
]
6168
}

0 commit comments

Comments
 (0)