diff --git a/.changeset/wise-bulldogs-sin.md b/.changeset/wise-bulldogs-sin.md deleted file mode 100644 index 045365a5cd..0000000000 --- a/.changeset/wise-bulldogs-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'snowpack': patch ---- - -Fix a small SSR bug with default exports diff --git a/snowpack/CHANGELOG.md b/snowpack/CHANGELOG.md index ce7f0aaff5..55a2f8747c 100644 --- a/snowpack/CHANGELOG.md +++ b/snowpack/CHANGELOG.md @@ -1,5 +1,11 @@ # snowpack +## 3.8.3 + +### Patch Changes + +- 91da2b6a: Fix a small SSR bug with default exports + ## 3.8.2 ### Patch Changes diff --git a/snowpack/package.json b/snowpack/package.json index 0c0d59b0ad..750760bd48 100644 --- a/snowpack/package.json +++ b/snowpack/package.json @@ -1,6 +1,6 @@ { "name": "snowpack", - "version": "3.8.2", + "version": "3.8.3", "description": "The ESM-powered frontend build tool. Fast, lightweight, unbundled.", "author": "Fred K. Schott ", "license": "MIT", diff --git a/test/build/config-loading-esm-package/package.json b/test/build/config-loading-esm-package/package.json index 6135dff01f..7f0ed827bb 100644 --- a/test/build/config-loading-esm-package/package.json +++ b/test/build/config-loading-esm-package/package.json @@ -7,6 +7,6 @@ "testbuild": "snowpack build" }, "dependencies": { - "snowpack": "^3.8.2" + "snowpack": "^3.8.3" } } diff --git a/test/build/config-loading-mjs/package.json b/test/build/config-loading-mjs/package.json index b8e9f9a1f0..4b04a42c6b 100644 --- a/test/build/config-loading-mjs/package.json +++ b/test/build/config-loading-mjs/package.json @@ -6,6 +6,6 @@ "testbuild": "snowpack build" }, "dependencies": { - "snowpack": "^3.8.2" + "snowpack": "^3.8.3" } } diff --git a/test/build/entrypoint-ids/package.json b/test/build/entrypoint-ids/package.json index ff0fd87a03..0384916147 100644 --- a/test/build/entrypoint-ids/package.json +++ b/test/build/entrypoint-ids/package.json @@ -16,6 +16,6 @@ "ansi-styles": "*" }, "devDependencies": { - "snowpack": "^3.8.2" + "snowpack": "^3.8.3" } } diff --git a/test/build/import-assets/package.json b/test/build/import-assets/package.json index 0f44f300ac..fc6e04357e 100644 --- a/test/build/import-assets/package.json +++ b/test/build/import-assets/package.json @@ -8,6 +8,6 @@ "testbuild": "snowpack build" }, "devDependencies": { - "snowpack": "^3.8.2" + "snowpack": "^3.8.3" } } diff --git a/test/build/package-bootstrap/package.json b/test/build/package-bootstrap/package.json index 9f252113cf..332d7046c6 100644 --- a/test/build/package-bootstrap/package.json +++ b/test/build/package-bootstrap/package.json @@ -15,6 +15,6 @@ "bootstrap": "^4.5.2" }, "devDependencies": { - "snowpack": "^3.8.2" + "snowpack": "^3.8.3" } } diff --git a/test/build/package-workspace/package.json b/test/build/package-workspace/package.json index 27a5407e5c..b6051aad8b 100644 --- a/test/build/package-workspace/package.json +++ b/test/build/package-workspace/package.json @@ -7,7 +7,7 @@ "testbuild": "snowpack build" }, "devDependencies": { - "snowpack": "^3.8.2" + "snowpack": "^3.8.3" }, "dependencies": { "test-workspace-component": "^1.0.0" diff --git a/test/build/plugin-build-script/package.json b/test/build/plugin-build-script/package.json index 9c3d8ab814..248308308e 100644 --- a/test/build/plugin-build-script/package.json +++ b/test/build/plugin-build-script/package.json @@ -9,7 +9,7 @@ "devDependencies": { "@babel/cli": "^7.10.5", "@snowpack/plugin-build-script": "^2.0.0", - "snowpack": "^3.8.2" + "snowpack": "^3.8.3" }, "dependencies": { "@babel/preset-typescript": "^7.13.0" diff --git a/test/build/plugin-hook-optimize/package.json b/test/build/plugin-hook-optimize/package.json index b386415a8b..64a86400d3 100644 --- a/test/build/plugin-hook-optimize/package.json +++ b/test/build/plugin-hook-optimize/package.json @@ -9,6 +9,6 @@ }, "devDependencies": { "@snowpack/plugin-optimize": "^0.2.0", - "snowpack": "^3.8.2" + "snowpack": "^3.8.3" } } diff --git a/test/build/plugin-run-script/package.json b/test/build/plugin-run-script/package.json index 1b82d556c7..f2c01869cf 100644 --- a/test/build/plugin-run-script/package.json +++ b/test/build/plugin-run-script/package.json @@ -9,6 +9,6 @@ "devDependencies": { "@snowpack/plugin-run-script": "^2.0.0", "sass": "^1.26.10", - "snowpack": "^3.8.2" + "snowpack": "^3.8.3" } } diff --git a/test/build/prepare-external-package/package.json b/test/build/prepare-external-package/package.json index 47875708c8..272c0d9919 100644 --- a/test/build/prepare-external-package/package.json +++ b/test/build/prepare-external-package/package.json @@ -19,7 +19,7 @@ } }, "devDependencies": { - "snowpack": "^3.8.2" + "snowpack": "^3.8.3" }, "dependencies": { "array-flatten": "^3.0.0" diff --git a/test/esinstall/alias/package.json b/test/esinstall/alias/package.json index e0b54b509d..8fa1185908 100644 --- a/test/esinstall/alias/package.json +++ b/test/esinstall/alias/package.json @@ -9,6 +9,6 @@ "vue-currency-input": "^1.21.0" }, "devDependencies": { - "snowpack": "^3.8.2" + "snowpack": "^3.8.3" } } diff --git a/test/esinstall/config-package-svelte/package.json b/test/esinstall/config-package-svelte/package.json index 8e3b417d18..943d6f6628 100644 --- a/test/esinstall/config-package-svelte/package.json +++ b/test/esinstall/config-package-svelte/package.json @@ -7,6 +7,6 @@ "simple-svelte-autocomplete": "1.2.4" }, "devDependencies": { - "snowpack": "^3.8.2" + "snowpack": "^3.8.3" } } diff --git a/test/esinstall/dep-list-simple/package.json b/test/esinstall/dep-list-simple/package.json index 92cea68e6b..9e4805d8ea 100644 --- a/test/esinstall/dep-list-simple/package.json +++ b/test/esinstall/dep-list-simple/package.json @@ -4,6 +4,6 @@ "name": "@snowpack/test-dep-list-simple", "dependencies": { "async": "3.1.0", - "snowpack": "^3.8.2" + "snowpack": "^3.8.3" } } diff --git a/test/esinstall/error-missing-dep/package.json b/test/esinstall/error-missing-dep/package.json index ed9049d4db..5ca744803b 100644 --- a/test/esinstall/error-missing-dep/package.json +++ b/test/esinstall/error-missing-dep/package.json @@ -3,6 +3,6 @@ "version": "1.0.1", "name": "@snowpack/test-error-missing-dep", "devDependencies": { - "snowpack": "^3.8.2" + "snowpack": "^3.8.3" } } diff --git a/test/esinstall/exclude-external-packages/package.json b/test/esinstall/exclude-external-packages/package.json index 5ba544be86..925102d4d8 100644 --- a/test/esinstall/exclude-external-packages/package.json +++ b/test/esinstall/exclude-external-packages/package.json @@ -7,6 +7,6 @@ "react-dom": "17.0.1" }, "devDependencies": { - "snowpack": "^3.8.2" + "snowpack": "^3.8.3" } } diff --git a/test/esinstall/exports-only-no-main/package.json b/test/esinstall/exports-only-no-main/package.json index 9d59e622bc..d1a0eb1696 100644 --- a/test/esinstall/exports-only-no-main/package.json +++ b/test/esinstall/exports-only-no-main/package.json @@ -10,6 +10,6 @@ "exports-only-no-main": "file:./pkg" }, "devDependencies": { - "snowpack": "^3.8.2" + "snowpack": "^3.8.3" } } diff --git a/test/esinstall/exports-only/package.json b/test/esinstall/exports-only/package.json index 53c634ee05..d6e5e5ba10 100644 --- a/test/esinstall/exports-only/package.json +++ b/test/esinstall/exports-only/package.json @@ -10,6 +10,6 @@ "exports-only": "file:./pkg" }, "devDependencies": { - "snowpack": "^3.8.2" + "snowpack": "^3.8.3" } } diff --git a/test/esinstall/import-nothing/package.json b/test/esinstall/import-nothing/package.json index 86affa8b5c..ba6efd6b25 100644 --- a/test/esinstall/import-nothing/package.json +++ b/test/esinstall/import-nothing/package.json @@ -3,6 +3,6 @@ "version": "1.0.1", "name": "@snowpack/test-import-nothing", "devDependencies": { - "snowpack": "^3.8.2" + "snowpack": "^3.8.3" } } diff --git a/test/esinstall/named-exports/package.json b/test/esinstall/named-exports/package.json index e28fdd40ed..8dc3111040 100644 --- a/test/esinstall/named-exports/package.json +++ b/test/esinstall/named-exports/package.json @@ -13,6 +13,6 @@ "umd-named-exports": "file:./packages/umd-named-exports" }, "devDependencies": { - "snowpack": "^3.8.2" + "snowpack": "^3.8.3" } } diff --git a/test/esinstall/package-node-fetch/package.json b/test/esinstall/package-node-fetch/package.json index 6dcef25ff6..ec990bf11e 100644 --- a/test/esinstall/package-node-fetch/package.json +++ b/test/esinstall/package-node-fetch/package.json @@ -17,6 +17,6 @@ "dep-node-fetch-mock-pkg": "file:./packages/dep-node-fetch-mock-pkg" }, "devDependencies": { - "snowpack": "^3.8.2" + "snowpack": "^3.8.3" } } diff --git a/test/esinstall/package-react/package.json b/test/esinstall/package-react/package.json index d2cb43bc3d..348bbad8db 100644 --- a/test/esinstall/package-react/package.json +++ b/test/esinstall/package-react/package.json @@ -8,6 +8,6 @@ "react-dom": "16.13.1" }, "devDependencies": { - "snowpack": "^3.8.2" + "snowpack": "^3.8.3" } } diff --git a/test/esinstall/rollup/package.json b/test/esinstall/rollup/package.json index 6ba2d80337..7d2283413f 100644 --- a/test/esinstall/rollup/package.json +++ b/test/esinstall/rollup/package.json @@ -11,6 +11,6 @@ "svelte-routing": "^1.4.0" }, "devDependencies": { - "snowpack": "^3.8.2" + "snowpack": "^3.8.3" } }