Skip to content

Commit

Permalink
chore: Update version for release (pre) (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 6, 2023
1 parent 77b8f70 commit d2ec185
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
"@remix-run/web-form-data": "3.1.0",
"@remix-run/web-stream": "1.1.0"
},
"changesets": []
"changesets": [
"wise-dogs-clean"
]
}
2 changes: 1 addition & 1 deletion packages/blob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"repository": "https://github.com/remix-run/web-std-io",
"license": "MIT",
"devDependencies": {
"@remix-run/web-fetch": "^4.4.0",
"@remix-run/web-fetch": "^4.4.2-pre.0",
"@types/node": "15.0.2",
"git-validate": "2.2.4",
"husky": "^6.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.4.2-pre.0

### Patch Changes

- 3986fb3: Support HTTP2 pseudo-headers like `:authority`, `:method`, etc.

## 4.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/web-fetch",
"version": "4.4.1",
"version": "4.4.2-pre.0",
"description": "Web API compatible fetch implementation",
"main": "./dist/lib.node.cjs",
"module": "./src/lib.node.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"repository": "https://github.com/remix-run/web-std-io",
"license": "MIT",
"devDependencies": {
"@remix-run/web-fetch": "^4.4.0",
"@remix-run/web-fetch": "^4.4.2-pre.0",
"@types/node": "15.0.2",
"git-validate": "2.2.4",
"husky": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/form-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"license": "MIT",
"devDependencies": {
"@remix-run/web-blob": "^3.1.0",
"@remix-run/web-fetch": "^4.4.0",
"@remix-run/web-fetch": "^4.4.2-pre.0",
"@remix-run/web-file": "^3.1.0",
"@types/node": "15.0.2",
"git-validate": "2.2.4",
Expand Down

0 comments on commit d2ec185

Please sign in to comment.