Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Aug 10, 2021
1 parent 47d0792 commit c31436e
Show file tree
Hide file tree
Showing 29 changed files with 40 additions and 40 deletions.
5 changes: 0 additions & 5 deletions .changeset/hip-donkeys-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-actors-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-apes-listen.md

This file was deleted.

6 changes: 6 additions & 0 deletions skypack/CHANGELOG.md
@@ -1,5 +1,11 @@
# skypack

## 0.3.3

### Patch Changes

- 5e84cdd8: Fixes a ghost dependency on 'tar'

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion skypack/package.json
@@ -1,6 +1,6 @@
{
"name": "skypack",
"version": "0.3.2",
"version": "0.3.3",
"description": "The Skypack SDK.",
"keywords": [
"skypack",
Expand Down
9 changes: 9 additions & 0 deletions snowpack/CHANGELOG.md
@@ -1,5 +1,14 @@
# snowpack

## 3.8.4

### Patch Changes

- 47d0792f: Fix using assets from linked packages
- 57f545cc: Fix issue where multiple onFileChange handlers overwrote each other
- Updated dependencies [5e84cdd8]
- skypack@0.3.3

## 3.8.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions snowpack/package.json
@@ -1,6 +1,6 @@
{
"name": "snowpack",
"version": "3.8.3",
"version": "3.8.4",
"description": "The ESM-powered frontend build tool. Fast, lightweight, unbundled.",
"author": "Fred K. Schott <fkschott@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -83,7 +83,7 @@
"rollup": "~2.37.1",
"signal-exit": "^3.0.3",
"slash": "~3.0.0",
"skypack": "^0.3.0",
"skypack": "^0.3.3",
"source-map": "^0.7.3",
"strip-ansi": "^6.0.0",
"strip-comments": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion test/build/config-loading-esm-package/package.json
Expand Up @@ -7,6 +7,6 @@
"testbuild": "snowpack build"
},
"dependencies": {
"snowpack": "^3.8.3"
"snowpack": "^3.8.4"
}
}
2 changes: 1 addition & 1 deletion test/build/config-loading-mjs/package.json
Expand Up @@ -6,6 +6,6 @@
"testbuild": "snowpack build"
},
"dependencies": {
"snowpack": "^3.8.3"
"snowpack": "^3.8.4"
}
}
2 changes: 1 addition & 1 deletion test/build/entrypoint-ids/package.json
Expand Up @@ -16,6 +16,6 @@
"ansi-styles": "*"
},
"devDependencies": {
"snowpack": "^3.8.3"
"snowpack": "^3.8.4"
}
}
2 changes: 1 addition & 1 deletion test/build/import-assets/package.json
Expand Up @@ -8,6 +8,6 @@
"testbuild": "snowpack build"
},
"devDependencies": {
"snowpack": "^3.8.3"
"snowpack": "^3.8.4"
}
}
2 changes: 1 addition & 1 deletion test/build/package-bootstrap/package.json
Expand Up @@ -15,6 +15,6 @@
"bootstrap": "^4.5.2"
},
"devDependencies": {
"snowpack": "^3.8.3"
"snowpack": "^3.8.4"
}
}
2 changes: 1 addition & 1 deletion test/build/package-workspace/package.json
Expand Up @@ -7,7 +7,7 @@
"testbuild": "snowpack build"
},
"devDependencies": {
"snowpack": "^3.8.3"
"snowpack": "^3.8.4"
},
"dependencies": {
"test-workspace-component": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion test/build/plugin-build-script/package.json
Expand Up @@ -9,7 +9,7 @@
"devDependencies": {
"@babel/cli": "^7.10.5",
"@snowpack/plugin-build-script": "^2.0.0",
"snowpack": "^3.8.3"
"snowpack": "^3.8.4"
},
"dependencies": {
"@babel/preset-typescript": "^7.13.0"
Expand Down
2 changes: 1 addition & 1 deletion test/build/plugin-hook-optimize/package.json
Expand Up @@ -9,6 +9,6 @@
},
"devDependencies": {
"@snowpack/plugin-optimize": "^0.2.0",
"snowpack": "^3.8.3"
"snowpack": "^3.8.4"
}
}
2 changes: 1 addition & 1 deletion test/build/plugin-run-script/package.json
Expand Up @@ -9,6 +9,6 @@
"devDependencies": {
"@snowpack/plugin-run-script": "^2.0.0",
"sass": "^1.26.10",
"snowpack": "^3.8.3"
"snowpack": "^3.8.4"
}
}
2 changes: 1 addition & 1 deletion test/build/prepare-external-package/package.json
Expand Up @@ -19,7 +19,7 @@
}
},
"devDependencies": {
"snowpack": "^3.8.3"
"snowpack": "^3.8.4"
},
"dependencies": {
"array-flatten": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion test/esinstall/alias/package.json
Expand Up @@ -9,6 +9,6 @@
"vue-currency-input": "^1.21.0"
},
"devDependencies": {
"snowpack": "^3.8.3"
"snowpack": "^3.8.4"
}
}
2 changes: 1 addition & 1 deletion test/esinstall/config-package-svelte/package.json
Expand Up @@ -7,6 +7,6 @@
"simple-svelte-autocomplete": "1.2.4"
},
"devDependencies": {
"snowpack": "^3.8.3"
"snowpack": "^3.8.4"
}
}
2 changes: 1 addition & 1 deletion test/esinstall/dep-list-simple/package.json
Expand Up @@ -4,6 +4,6 @@
"name": "@snowpack/test-dep-list-simple",
"dependencies": {
"async": "3.1.0",
"snowpack": "^3.8.3"
"snowpack": "^3.8.4"
}
}
2 changes: 1 addition & 1 deletion test/esinstall/error-missing-dep/package.json
Expand Up @@ -3,6 +3,6 @@
"version": "1.0.1",
"name": "@snowpack/test-error-missing-dep",
"devDependencies": {
"snowpack": "^3.8.3"
"snowpack": "^3.8.4"
}
}
2 changes: 1 addition & 1 deletion test/esinstall/exclude-external-packages/package.json
Expand Up @@ -7,6 +7,6 @@
"react-dom": "17.0.1"
},
"devDependencies": {
"snowpack": "^3.8.3"
"snowpack": "^3.8.4"
}
}
2 changes: 1 addition & 1 deletion test/esinstall/exports-only-no-main/package.json
Expand Up @@ -10,6 +10,6 @@
"exports-only-no-main": "file:./pkg"
},
"devDependencies": {
"snowpack": "^3.8.3"
"snowpack": "^3.8.4"
}
}
2 changes: 1 addition & 1 deletion test/esinstall/exports-only/package.json
Expand Up @@ -10,6 +10,6 @@
"exports-only": "file:./pkg"
},
"devDependencies": {
"snowpack": "^3.8.3"
"snowpack": "^3.8.4"
}
}
2 changes: 1 addition & 1 deletion test/esinstall/import-nothing/package.json
Expand Up @@ -3,6 +3,6 @@
"version": "1.0.1",
"name": "@snowpack/test-import-nothing",
"devDependencies": {
"snowpack": "^3.8.3"
"snowpack": "^3.8.4"
}
}
2 changes: 1 addition & 1 deletion test/esinstall/named-exports/package.json
Expand Up @@ -13,6 +13,6 @@
"umd-named-exports": "file:./packages/umd-named-exports"
},
"devDependencies": {
"snowpack": "^3.8.3"
"snowpack": "^3.8.4"
}
}
2 changes: 1 addition & 1 deletion test/esinstall/package-node-fetch/package.json
Expand Up @@ -17,6 +17,6 @@
"dep-node-fetch-mock-pkg": "file:./packages/dep-node-fetch-mock-pkg"
},
"devDependencies": {
"snowpack": "^3.8.3"
"snowpack": "^3.8.4"
}
}
2 changes: 1 addition & 1 deletion test/esinstall/package-react/package.json
Expand Up @@ -8,6 +8,6 @@
"react-dom": "16.13.1"
},
"devDependencies": {
"snowpack": "^3.8.3"
"snowpack": "^3.8.4"
}
}
2 changes: 1 addition & 1 deletion test/esinstall/rollup/package.json
Expand Up @@ -11,6 +11,6 @@
"svelte-routing": "^1.4.0"
},
"devDependencies": {
"snowpack": "^3.8.3"
"snowpack": "^3.8.4"
}
}

0 comments on commit c31436e

Please sign in to comment.