Skip to content

Commit

Permalink
Create form data export (#770)
Browse files Browse the repository at this point in the history
* add export for createFormData

* add @ymouzakis as a contributor

---------

Co-authored-by: Brent Swisher <[email protected]>
  • Loading branch information
ymouzakis and brentswisher authored Jun 20, 2024
1 parent 73b839d commit 38b9506
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,15 @@
"design",
"doc"
]
},
{
"login": "ymouzakis",
"name": "Yanni Mouzakis",
"avatar_url": "https://avatars.githubusercontent.com/u/64924035?s=400&v=4",
"profile": "https://github.com/ymouzakis",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7
Expand Down
5 changes: 5 additions & 0 deletions .changeset/cold-crews-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ithaka/pharos': patch
---

Add export for createFormData
1 change: 1 addition & 0 deletions packages/pharos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"./lib/styles/pharos": "./lib/styles/pharos.scss",
"./lib/utils/scss/mixins": "./lib/utils/scss/_mixins.scss",
"./lib/utils/registerComponents": "./lib/utils/registerComponents.js",
"./lib/utils/createFormData": "./lib/utils/createFormData.js",
"./lib/utils/PharosContext": "./lib/utils/PharosContext.js",
"./package.json": "./package.json",
"./custom-elements.json": "./custom-elements.json"
Expand Down

0 comments on commit 38b9506

Please sign in to comment.