Skip to content

Commit

Permalink
chore: Update version for release (pre) (#49)
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 Sep 1, 2023
1 parent 918efee commit e5fa794
Show file tree
Hide file tree
Showing 11 changed files with 67 additions and 16 deletions.
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
"@remix-run/web-form-data": "3.0.5",
"@remix-run/web-stream": "1.0.4"
},
"changesets": []
"changesets": [
"afraid-coats-rescue",
"rude-wolves-float"
]
}
11 changes: 11 additions & 0 deletions packages/blob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 3.1.0-pre.0

### Minor Changes

- 807fc63: Export CJS version for browser

### Patch Changes

- Updated dependencies [807fc63]
- @remix-run/web-stream@1.1.0-pre.0

## 3.0.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/blob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/web-blob",
"version": "3.0.5",
"version": "3.1.0-pre.0",
"description": "Web API compatible Blob implementation",
"keywords": [
"blob",
Expand Down Expand Up @@ -28,14 +28,14 @@
}
},
"dependencies": {
"@remix-run/web-stream": "^1.0.4",
"@remix-run/web-stream": "^1.1.0-pre.0",
"web-encoding": "1.1.5"
},
"author": "Irakli Gozalishvili <dev@gozala.io> (https://gozala.io)",
"repository": "https://github.com/remix-run/web-std-io",
"license": "MIT",
"devDependencies": {
"@remix-run/web-fetch": "^4.3.6",
"@remix-run/web-fetch": "^4.4.0-pre.0",
"@types/node": "15.0.2",
"git-validate": "2.2.4",
"husky": "^6.0.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 4.4.0-pre.0

### Minor Changes

- 807fc63: Export CJS version for browser

### 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

## 4.3.8

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions 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.3.8",
"version": "4.4.0-pre.0",
"description": "Web API compatible fetch implementation",
"main": "./dist/lib.node.cjs",
"module": "./src/lib.node.js",
Expand Down Expand Up @@ -99,9 +99,9 @@
"xo": "^0.33.1"
},
"dependencies": {
"@remix-run/web-file": "^3.0.3",
"@remix-run/web-form-data": "^3.0.5",
"@remix-run/web-stream": "^1.0.4",
"@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",
"@web3-storage/multipart-parser": "^1.0.0",
"abort-controller": "^3.0.0",
"data-uri-to-buffer": "^3.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 3.1.0-pre.0

### Minor Changes

- 807fc63: Export CJS version for browser

### Patch Changes

- Updated dependencies [807fc63]
- @remix-run/web-blob@3.1.0-pre.0

## 3.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/web-file",
"version": "3.0.3",
"version": "3.1.0-pre.0",
"description": "Web API compatible File implementation for node",
"files": [
"src",
Expand Down Expand Up @@ -33,13 +33,13 @@
}
},
"dependencies": {
"@remix-run/web-blob": "^3.0.5"
"@remix-run/web-blob": "^3.1.0-pre.0"
},
"author": "Irakli Gozalishvili <dev@gozala.io> (https://gozala.io)",
"repository": "https://github.com/remix-run/web-std-io",
"license": "MIT",
"devDependencies": {
"@remix-run/web-fetch": "^4.3.6",
"@remix-run/web-fetch": "^4.4.0-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/form-data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.1.0-pre.0

### Minor Changes

- 807fc63: Export CJS version for browser

## 3.0.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/form-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/web-form-data",
"version": "3.0.5",
"version": "3.1.0-pre.0",
"description": "Web API compatible Form Data implementation",
"files": [
"src",
Expand Down Expand Up @@ -37,9 +37,9 @@
"repository": "https://github.com/remix-run/web-std-io",
"license": "MIT",
"devDependencies": {
"@remix-run/web-blob": "^3.0.5",
"@remix-run/web-fetch": "^4.3.6",
"@remix-run/web-file": "^3.0.3",
"@remix-run/web-blob": "^3.1.0-pre.0",
"@remix-run/web-fetch": "^4.4.0-pre.0",
"@remix-run/web-file": "^3.1.0-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/stream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.1.0-pre.0

### Minor Changes

- 807fc63: Export CJS version for browser

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-run/web-stream",
"version": "1.0.4",
"version": "1.1.0-pre.0",
"description": "Web API compatible streams for node/web",
"files": [
"src",
Expand Down

0 comments on commit e5fa794

Please sign in to comment.