Skip to content

Commit 0fe5224

Browse files
committed
chore: bump versions (#27)
Release-As: 3.0.0
1 parent 11491f1 commit 0fe5224

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/blob/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web-std/blob",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "Web API compatible Blob implementation",
55
"keywords": [
66
"blob",

packages/fetch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web-std/fetch",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Web compatible Fetch API implementation for node.js",
55
"main": "./dist/index.cjs",
66
"module": "./src/index.js",

packages/file/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web-std/file",
3-
"version": "1.1.0",
3+
"version": "3.0.0",
44
"description": "Web API compatible File implementation for node",
55
"keywords": [
66
"file",

packages/form-data/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web-std/form-data",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "Web API compatible Form Data implementation",
55
"keywords": [
66
"formdata",

0 commit comments

Comments
 (0)