forked from web-std/io
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update version for release (#51)
- Loading branch information
1 parent
ff8f185
commit e841853
Showing
13 changed files
with
41 additions
and
59 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# Changelog | ||
|
||
## 3.1.0-pre.0 | ||
## 3.1.0 | ||
|
||
### Minor Changes | ||
|
||
- 807fc63: Export CJS version for browser | ||
- Export CJS version for browser ([807fc63](https://github.com/remix-run/web-std-io/commit/807fc63)) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [807fc63] | ||
- @remix-run/web-stream@1.1.0-pre.0 | ||
- Updated dependencies | ||
- `@remix-run/[email protected]` | ||
|
||
## 3.0.5 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@remix-run/web-blob", | ||
"version": "3.1.0-pre.0", | ||
"version": "3.1.0", | ||
"description": "Web API compatible Blob implementation", | ||
"keywords": [ | ||
"blob", | ||
|
@@ -28,14 +28,14 @@ | |
} | ||
}, | ||
"dependencies": { | ||
"@remix-run/web-stream": "^1.1.0-pre.0", | ||
"@remix-run/web-stream": "^1.1.0", | ||
"web-encoding": "1.1.5" | ||
}, | ||
"author": "Irakli Gozalishvili <[email protected]> (https://gozala.io)", | ||
"repository": "https://github.com/remix-run/web-std-io", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@remix-run/web-fetch": "^4.4.0-pre.0", | ||
"@remix-run/web-fetch": "^4.4.0", | ||
"@types/node": "15.0.2", | ||
"git-validate": "2.2.4", | ||
"husky": "^6.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
# Changelog | ||
|
||
## 4.4.0-pre.0 | ||
## 4.4.0 | ||
|
||
### Minor Changes | ||
|
||
- 807fc63: Export CJS version for browser | ||
- Export CJS version for browser ([807fc63](https://github.com/remix-run/web-std-io/commit/807fc63)) | ||
|
||
### Patch Changes | ||
|
||
- d3a1ffd: fix `toFormData` imports | ||
- Updated dependencies [807fc63] | ||
- @remix-run/web-file@3.1.0-pre.0 | ||
- @remix-run/web-form-data@3.1.0-pre.0 | ||
- @remix-run/web-stream@1.1.0-pre.0 | ||
- Fix `toFormData` imports ([d3a1ffd](https://github.com/remix-run/web-std-io/commit/d3a1ffd)) | ||
- Updated dependencies | ||
- `@remix-run/[email protected]` | ||
- `@remix-run/[email protected]` | ||
- `@remix-run/[email protected]` | ||
|
||
## 4.3.8 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,16 @@ | ||
# Changelog | ||
|
||
## 3.1.0 | ||
|
||
### Minor Changes | ||
|
||
- Export CJS version for browser ([807fc63](https://github.com/remix-run/web-std-io/commit/807fc63)) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies | ||
- `@remix-run/[email protected]` | ||
|
||
## 3.1.0-pre.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@remix-run/web-file", | ||
"version": "3.1.0-pre.0", | ||
"version": "3.1.0", | ||
"description": "Web API compatible File implementation for node", | ||
"files": [ | ||
"src", | ||
|
@@ -33,13 +33,13 @@ | |
} | ||
}, | ||
"dependencies": { | ||
"@remix-run/web-blob": "^3.1.0-pre.0" | ||
"@remix-run/web-blob": "^3.1.0" | ||
}, | ||
"author": "Irakli Gozalishvili <[email protected]> (https://gozala.io)", | ||
"repository": "https://github.com/remix-run/web-std-io", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@remix-run/web-fetch": "^4.4.0-pre.0", | ||
"@remix-run/web-fetch": "^4.4.0", | ||
"@types/node": "15.0.2", | ||
"git-validate": "2.2.4", | ||
"husky": "^6.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters