Skip to content

Commit 4fc5047

Browse files
chore: Update version for release (#37)
* chore: Update version for release * Standardize changelogs --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Brophy <[email protected]>
1 parent 43c6ce2 commit 4fc5047

12 files changed

+81
-69
lines changed

.changeset/grumpy-steaks-hug.md

-5
This file was deleted.

.changeset/silver-sloths-lay.md

-9
This file was deleted.

packages/blob/CHANGELOG.md

+17-15
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,43 @@
11
# Changelog
22

3-
### [3.0.4](https://www.github.com/web-std/io/compare/blob-v3.0.3...blob-v3.0.4) (2022-02-24)
3+
## 3.0.5
44

5+
### Patch Changes
56

6-
### Changes
7+
- 43c6ce2: Move types conditional export to the top of the list to align with [the node guidance](https://nodejs.org/api/packages.html#community-conditions-definitions)
8+
- Updated dependencies [43c6ce2]
9+
- @remix-run/web-stream@1.0.4
10+
11+
## [3.0.4](https://www.github.com/web-std/io/compare/blob-v3.0.3...blob-v3.0.4) (2022-02-24)
712

8-
* disable node native blob ([#49](https://www.github.com/web-std/io/issues/49)) ([18e426e](https://www.github.com/web-std/io/commit/18e426e0552eb855275faadceab35c41335582f2))
13+
### Changes
914

10-
### [3.0.3](https://www.github.com/web-std/io/compare/blob-v3.0.2...blob-v3.0.3) (2022-01-21)
15+
- disable node native blob ([#49](https://www.github.com/web-std/io/issues/49)) ([18e426e](https://www.github.com/web-std/io/commit/18e426e0552eb855275faadceab35c41335582f2))
1116

17+
## [3.0.3](https://www.github.com/web-std/io/compare/blob-v3.0.2...blob-v3.0.3) (2022-01-21)
1218

1319
### Changes
1420

15-
* bump version ([91420e2](https://www.github.com/web-std/io/commit/91420e294b4188a6da9c961ce4ef4eeac93595a1))
16-
17-
### [3.0.2](https://www.github.com/web-std/io/compare/blob-v3.0.1...blob-v3.0.2) (2022-01-19)
21+
- bump version ([91420e2](https://www.github.com/web-std/io/commit/91420e294b4188a6da9c961ce4ef4eeac93595a1))
1822

23+
## [3.0.2](https://www.github.com/web-std/io/compare/blob-v3.0.1...blob-v3.0.2) (2022-01-19)
1924

2025
### Bug Fixes
2126

22-
* ship less files to address TSC issues ([#35](https://www.github.com/web-std/io/issues/35)) ([0651e62](https://www.github.com/web-std/io/commit/0651e62ae42d17eae2db89858c9e44f3342c304c))
23-
24-
### [3.0.1](https://www.github.com/web-std/io/compare/blob-v3.0.0...blob-v3.0.1) (2021-11-08)
27+
- ship less files to address TSC issues ([#35](https://www.github.com/web-std/io/issues/35)) ([0651e62](https://www.github.com/web-std/io/commit/0651e62ae42d17eae2db89858c9e44f3342c304c))
2528

29+
## [3.0.1](https://www.github.com/web-std/io/compare/blob-v3.0.0...blob-v3.0.1) (2021-11-08)
2630

2731
### Changes
2832

29-
* align package versions ([09c8676](https://www.github.com/web-std/io/commit/09c8676348619313d9df24d9597cea0eb82704d2))
33+
- align package versions ([09c8676](https://www.github.com/web-std/io/commit/09c8676348619313d9df24d9597cea0eb82704d2))
3034

3135
## 3.0.0 (2021-11-05)
3236

33-
3437
### Features
3538

36-
* Refactor streams into own subpackage ([#19](https://www.github.com/web-std/io/issues/19)) ([90624cf](https://www.github.com/web-std/io/commit/90624cfd2d4253c2cbc316d092f26e77b5169f47))
37-
39+
- Refactor streams into own subpackage ([#19](https://www.github.com/web-std/io/issues/19)) ([90624cf](https://www.github.com/web-std/io/commit/90624cfd2d4253c2cbc316d092f26e77b5169f47))
3840

3941
### Changes
4042

41-
* bump versions ([#27](https://www.github.com/web-std/io/issues/27)) ([0fe5224](https://www.github.com/web-std/io/commit/0fe5224124e318f560dcfbd8a234d05367c9fbcb))
43+
- bump versions ([#27](https://www.github.com/web-std/io/issues/27)) ([0fe5224](https://www.github.com/web-std/io/commit/0fe5224124e318f560dcfbd8a234d05367c9fbcb))

packages/blob/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/web-blob",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "Web API compatible Blob implementation",
55
"keywords": [
66
"blob",
@@ -25,14 +25,14 @@
2525
}
2626
},
2727
"dependencies": {
28-
"@remix-run/web-stream": "^1.0.3",
28+
"@remix-run/web-stream": "^1.0.4",
2929
"web-encoding": "1.1.5"
3030
},
3131
"author": "Irakli Gozalishvili <[email protected]> (https://gozala.io)",
3232
"repository": "https://github.com/remix-run/web-std-io",
3333
"license": "MIT",
3434
"devDependencies": {
35-
"@remix-run/web-fetch": "^4.1.1",
35+
"@remix-run/web-fetch": "^4.3.6",
3636
"@types/node": "15.0.2",
3737
"git-validate": "2.2.4",
3838
"husky": "^6.0.0",

packages/fetch/CHANGELOG.md

+15-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 4.3.6
4+
5+
### Patch Changes
6+
7+
- 5d1e12a: Remove socket listeners if request is aborted
8+
- 43c6ce2: Move types conditional export to the top of the list to align with [the node guidance](https://nodejs.org/api/packages.html#community-conditions-definitions)
9+
- Updated dependencies [43c6ce2]
10+
- @remix-run/web-blob@3.0.5
11+
- @remix-run/web-form-data@3.0.5
12+
- @remix-run/web-stream@1.0.4
13+
314
## 4.3.5
415

516
### Patch Changes
@@ -63,7 +74,7 @@
6374

6475
- add support for application/x-www-form-urlencoded in request.formData() ([#60](https://www.github.com/web-std/io/issues/60)) ([c719b0d](https://www.github.com/web-std/io/commit/c719b0de442811eb588309b777ab6ab3d966cdf1))
6576

66-
### [4.0.1](https://www.github.com/web-std/io/compare/fetch-v4.0.0...fetch-v4.0.1) (2022-04-13)
77+
## [4.0.1](https://www.github.com/web-std/io/compare/fetch-v4.0.0...fetch-v4.0.1) (2022-04-13)
6778

6879
### Bug Fixes
6980

@@ -82,19 +93,19 @@
8293
- export native fetch on the web ([#53](https://www.github.com/web-std/io/issues/53)) ([af03280](https://www.github.com/web-std/io/commit/af03280788286cd69185efb0572da162f16d48cc))
8394
- implement file: protocol support for fetch ([#55](https://www.github.com/web-std/io/issues/55)) ([19d17c7](https://www.github.com/web-std/io/commit/19d17c76f995800c9e07d5d6a923f33b81ab1d22))
8495

85-
### [3.0.3](https://www.github.com/web-std/io/compare/fetch-v3.0.2...fetch-v3.0.3) (2022-01-28)
96+
## [3.0.3](https://www.github.com/web-std/io/compare/fetch-v3.0.2...fetch-v3.0.3) (2022-01-28)
8697

8798
### Bug Fixes
8899

89100
- include dist/index.cjs in files ([#47](https://www.github.com/web-std/io/issues/47)) ([2a12474](https://www.github.com/web-std/io/commit/2a1247404650bf5b6662fa520248bf07ae457987))
90101

91-
### [3.0.2](https://www.github.com/web-std/io/compare/fetch-v3.0.1...fetch-v3.0.2) (2022-01-21)
102+
## [3.0.2](https://www.github.com/web-std/io/compare/fetch-v3.0.1...fetch-v3.0.2) (2022-01-21)
92103

93104
### Changes
94105

95106
- bump fetch versions ([e8ae4e5](https://www.github.com/web-std/io/commit/e8ae4e5e61591f1bcbd45a0541c762468e134e4b))
96107

97-
### [3.0.1](https://www.github.com/web-std/io/compare/fetch-v3.0.0...fetch-v3.0.1) (2022-01-19)
108+
## [3.0.1](https://www.github.com/web-std/io/compare/fetch-v3.0.0...fetch-v3.0.1) (2022-01-19)
98109

99110
### Bug Fixes
100111

packages/fetch/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/web-fetch",
3-
"version": "4.3.5",
3+
"version": "4.3.6",
44
"description": "Web API compatible fetch implementation",
55
"main": "./dist/lib.node.cjs",
66
"module": "./src/lib.node.js",
@@ -96,9 +96,9 @@
9696
"xo": "^0.33.1"
9797
},
9898
"dependencies": {
99-
"@remix-run/web-blob": "^3.0.4",
100-
"@remix-run/web-form-data": "^3.0.3",
101-
"@remix-run/web-stream": "^1.0.3",
99+
"@remix-run/web-blob": "^3.0.5",
100+
"@remix-run/web-form-data": "^3.0.5",
101+
"@remix-run/web-stream": "^1.0.4",
102102
"@web3-storage/multipart-parser": "^1.0.0",
103103
"abort-controller": "^3.0.0",
104104
"data-uri-to-buffer": "^3.0.1",

packages/file/CHANGELOG.md

+14-10
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,32 @@
11
# Changelog
22

3-
### [3.0.2](https://www.github.com/web-std/io/compare/file-v3.0.1...file-v3.0.2) (2022-01-21)
3+
## 3.0.3
44

5+
### Patch Changes
56

6-
### Changes
7+
- 43c6ce2: Move types conditional export to the top of the list to align with [the node guidance](https://nodejs.org/api/packages.html#community-conditions-definitions)
8+
- Updated dependencies [43c6ce2]
9+
- @remix-run/web-blob@3.0.5
10+
11+
## [3.0.2](https://www.github.com/web-std/io/compare/file-v3.0.1...file-v3.0.2) (2022-01-21)
712

8-
* **file:** update blob dep version ([767988b](https://www.github.com/web-std/io/commit/767988b9dade84ee04b8cda515c114cba8a1f659))
13+
### Changes
914

10-
### [3.0.1](https://www.github.com/web-std/io/compare/file-v3.0.0...file-v3.0.1) (2022-01-19)
15+
- **file:** update blob dep version ([767988b](https://www.github.com/web-std/io/commit/767988b9dade84ee04b8cda515c114cba8a1f659))
1116

17+
## [3.0.1](https://www.github.com/web-std/io/compare/file-v3.0.0...file-v3.0.1) (2022-01-19)
1218

1319
### Bug Fixes
1420

15-
* ship less files to address TSC issues ([#35](https://www.github.com/web-std/io/issues/35)) ([0651e62](https://www.github.com/web-std/io/commit/0651e62ae42d17eae2db89858c9e44f3342c304c))
21+
- ship less files to address TSC issues ([#35](https://www.github.com/web-std/io/issues/35)) ([0651e62](https://www.github.com/web-std/io/commit/0651e62ae42d17eae2db89858c9e44f3342c304c))
1622

1723
## 3.0.0 (2021-11-05)
1824

19-
2025
### Features
2126

22-
* revamp the repo ([#19](https://www.github.com/web-std/io/issues/19)) ([90624cf](https://www.github.com/web-std/io/commit/90624cfd2d4253c2cbc316d092f26e77b5169f47))
23-
27+
- revamp the repo ([#19](https://www.github.com/web-std/io/issues/19)) ([90624cf](https://www.github.com/web-std/io/commit/90624cfd2d4253c2cbc316d092f26e77b5169f47))
2428

2529
### Changes
2630

27-
* align package versions ([09c8676](https://www.github.com/web-std/io/commit/09c8676348619313d9df24d9597cea0eb82704d2))
28-
* bump versions ([#27](https://www.github.com/web-std/io/issues/27)) ([0fe5224](https://www.github.com/web-std/io/commit/0fe5224124e318f560dcfbd8a234d05367c9fbcb))
31+
- align package versions ([09c8676](https://www.github.com/web-std/io/commit/09c8676348619313d9df24d9597cea0eb82704d2))
32+
- bump versions ([#27](https://www.github.com/web-std/io/issues/27)) ([0fe5224](https://www.github.com/web-std/io/commit/0fe5224124e318f560dcfbd8a234d05367c9fbcb))

packages/file/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/web-file",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Web API compatible File implementation for node",
55
"files": [
66
"src",
@@ -30,13 +30,13 @@
3030
}
3131
},
3232
"dependencies": {
33-
"@remix-run/web-blob": "^3.0.4"
33+
"@remix-run/web-blob": "^3.0.5"
3434
},
3535
"author": "Irakli Gozalishvili <[email protected]> (https://gozala.io)",
3636
"repository": "https://github.com/remix-run/web-std-io",
3737
"license": "MIT",
3838
"devDependencies": {
39-
"@remix-run/web-fetch": "^4.1.1",
39+
"@remix-run/web-fetch": "^4.3.6",
4040
"@types/node": "15.0.2",
4141
"git-validate": "2.2.4",
4242
"husky": "^6.0.0",

packages/form-data/CHANGELOG.md

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

3+
## 3.0.5
4+
5+
### Patch Changes
6+
7+
- 43c6ce2: Move types conditional export to the top of the list to align with [the node guidance](https://nodejs.org/api/packages.html#community-conditions-definitions)
8+
39
## 3.0.4
410

511
### Patch Changes
@@ -12,13 +18,13 @@
1218

1319
- 6521895: Fix submitting form data when file input is empty. Addresses https://github.com/remix-run/remix/pull/3576
1420

15-
### [3.0.2](https://www.github.com/web-std/io/compare/form-data-v3.0.1...form-data-v3.0.2) (2022-01-21)
21+
## [3.0.2](https://www.github.com/web-std/io/compare/form-data-v3.0.1...form-data-v3.0.2) (2022-01-21)
1622

1723
### Changes
1824

1925
- bump form-data version ([b7ac808](https://www.github.com/web-std/io/commit/b7ac808ba8ae6488d5c2dc6d0d441412a7a8e2b8))
2026

21-
### [3.0.1](https://www.github.com/web-std/io/compare/form-data-v3.0.0...form-data-v3.0.1) (2022-01-19)
27+
## [3.0.1](https://www.github.com/web-std/io/compare/form-data-v3.0.0...form-data-v3.0.1) (2022-01-19)
2228

2329
### Bug Fixes
2430

packages/form-data/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/web-form-data",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "Web API compatible Form Data implementation",
55
"files": [
66
"src",
@@ -34,9 +34,9 @@
3434
"repository": "https://github.com/remix-run/web-std-io",
3535
"license": "MIT",
3636
"devDependencies": {
37-
"@remix-run/web-blob": "^3.0.4",
38-
"@remix-run/web-fetch": "^4.2.0",
39-
"@remix-run/web-file": "^3.0.2",
37+
"@remix-run/web-blob": "^3.0.5",
38+
"@remix-run/web-fetch": "^4.3.6",
39+
"@remix-run/web-file": "^3.0.3",
4040
"@types/node": "15.0.2",
4141
"git-validate": "2.2.4",
4242
"husky": "^6.0.0",

packages/stream/CHANGELOG.md

+12-9
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
11
# Changelog
22

3-
### [1.0.2](https://www.github.com/web-std/io/compare/stream-v1.0.1...stream-v1.0.2) (2022-04-13)
3+
## 1.0.4
44

5+
### Patch Changes
56

6-
### Bug Fixes
7+
- 43c6ce2: Move types conditional export to the top of the list to align with [the node guidance](https://nodejs.org/api/packages.html#community-conditions-definitions)
8+
9+
## [1.0.2](https://www.github.com/web-std/io/compare/stream-v1.0.1...stream-v1.0.2) (2022-04-13)
710

8-
* **packages/fetch:** only export what's needed so TS doesn't mess up the imports in the output files ([30ad037](https://www.github.com/web-std/io/commit/30ad0377a88ebffc3a998616e3b774ce5bcc584a))
9-
* **packages/stream:** no initializers in ambient contexts ([30ad037](https://www.github.com/web-std/io/commit/30ad0377a88ebffc3a998616e3b774ce5bcc584a))
10-
* typescript types ([#56](https://www.github.com/web-std/io/issues/56)) ([30ad037](https://www.github.com/web-std/io/commit/30ad0377a88ebffc3a998616e3b774ce5bcc584a))
11+
### Bug Fixes
1112

12-
### [1.0.1](https://www.github.com/web-std/io/compare/stream-v1.0.0...stream-v1.0.1) (2022-01-19)
13+
- **packages/fetch:** only export what's needed so TS doesn't mess up the imports in the output files ([30ad037](https://www.github.com/web-std/io/commit/30ad0377a88ebffc3a998616e3b774ce5bcc584a))
14+
- **packages/stream:** no initializers in ambient contexts ([30ad037](https://www.github.com/web-std/io/commit/30ad0377a88ebffc3a998616e3b774ce5bcc584a))
15+
- typescript types ([#56](https://www.github.com/web-std/io/issues/56)) ([30ad037](https://www.github.com/web-std/io/commit/30ad0377a88ebffc3a998616e3b774ce5bcc584a))
1316

17+
## [1.0.1](https://www.github.com/web-std/io/compare/stream-v1.0.0...stream-v1.0.1) (2022-01-19)
1418

1519
### Bug Fixes
1620

17-
* ship less files to address TSC issues ([#35](https://www.github.com/web-std/io/issues/35)) ([0651e62](https://www.github.com/web-std/io/commit/0651e62ae42d17eae2db89858c9e44f3342c304c))
21+
- ship less files to address TSC issues ([#35](https://www.github.com/web-std/io/issues/35)) ([0651e62](https://www.github.com/web-std/io/commit/0651e62ae42d17eae2db89858c9e44f3342c304c))
1822

1923
## 1.0.0 (2021-11-05)
2024

21-
2225
### Features
2326

24-
* Factor out streams into separate package ([#19](https://www.github.com/web-std/io/issues/19)) ([90624cf](https://www.github.com/web-std/io/commit/90624cfd2d4253c2cbc316d092f26e77b5169f47))
27+
- Factor out streams into separate package ([#19](https://www.github.com/web-std/io/issues/19)) ([90624cf](https://www.github.com/web-std/io/commit/90624cfd2d4253c2cbc316d092f26e77b5169f47))

packages/stream/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/web-stream",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Web API compatible streams for node/web",
55
"files": [
66
"src",

0 commit comments

Comments
 (0)