Skip to content

Commit 06cd4f7

Browse files
authoredDec 2, 2022
chore: Update version for release (#27)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 090ea15 commit 06cd4f7

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed
 

‎.changeset/real-news-divide.md

-5
This file was deleted.

‎packages/form-data/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 3.0.4
4+
5+
### Patch Changes
6+
7+
- c4a9738: allow passing a form to FormData. implementation taken from https://github.com/tchak/remix-router-turbo/blob/main/test/setup-test-env.ts, thank you @tchak
8+
39
## 3.0.3
410

511
### Patch Changes

‎packages/form-data/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/web-form-data",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Web API compatible Form Data implementation",
55
"files": [
66
"src",

0 commit comments

Comments
 (0)