Skip to content

Commit

Permalink
chore: Update version for release (remix-run#53)
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] committed Sep 18, 2023
1 parent 15868ef commit d4cdb8f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/add-blob-dependency.md

This file was deleted.

8 changes: 7 additions & 1 deletion packages/fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.4.1

### Patch Changes

- 15868ef: Add missing `@remix-run/web-blob` dependency to `@remix-run/web-fetch`

## 4.4.0

### Minor Changes
Expand All @@ -8,7 +14,7 @@

### Patch Changes

- Fix `toFormData` imports ([d3a1ffd](https://github.com/remix-run/web-std-io/commit/d3a1ffd))
- Fix `toFormData` imports ([d3a1ffd](https://github.com/remix-run/web-std-io/commit/d3a1ffd))
- Updated dependencies
- `@remix-run/web-file@3.1.0`
- `@remix-run/web-form-data@3.1.0`
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.0",
"version": "4.4.1",
"description": "Web API compatible fetch implementation",
"main": "./dist/lib.node.cjs",
"module": "./src/lib.node.js",
Expand Down

0 comments on commit d4cdb8f

Please sign in to comment.