Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @snowpack/app-scripts-preact@1.8.6
 - @snowpack/app-template-11ty@1.7.9
 - @snowpack/app-template-blank-typescript@1.8.9
 - @snowpack/app-template-blank@1.6.9
 - @snowpack/app-template-lit-element-typescript@1.8.9
 - @snowpack/app-template-lit-element@1.8.9
 - @snowpack/app-template-preact@1.8.9
 - @snowpack/app-template-react-typescript@1.10.2
 - @snowpack/app-template-react@1.9.3
 - @snowpack/app-template-svelte-typescript@1.8.10
 - @snowpack/app-template-svelte@1.8.10
 - @snowpack/app-template-vue@1.8.9
 - @snowpack/plugin-webpack@2.0.7
 - snowpack@2.10.2
  • Loading branch information
FredKSchott committed Sep 8, 2020
1 parent 2966ec4 commit 73631d8
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion create-snowpack-app/app-scripts-preact/package.json
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-scripts-preact",
"version": "1.8.5",
"version": "1.8.6",
"main": "snowpack.config.js",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions create-snowpack-app/app-template-11ty/package.json
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-11ty",
"version": "1.7.8",
"version": "1.7.9",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -22,7 +22,7 @@
"@11ty/eleventy": "^0.10.0",
"@snowpack/plugin-run-script": "^2.1.1",
"prettier": "^2.0.5",
"snowpack": "^2.10.0"
"snowpack": "^2.10.2"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-blank-typescript",
"version": "1.8.8",
"version": "1.8.9",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -23,7 +23,7 @@
"@types/canvas-confetti": "^1.0.0",
"@types/snowpack-env": "^2.3.0",
"prettier": "^2.0.5",
"snowpack": "^2.10.0",
"snowpack": "^2.10.2",
"typescript": "^3.9.7"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
Expand Down
4 changes: 2 additions & 2 deletions create-snowpack-app/app-template-blank/package.json
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-blank",
"version": "1.6.8",
"version": "1.6.9",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -20,7 +20,7 @@
},
"devDependencies": {
"prettier": "^2.0.5",
"snowpack": "^2.10.0"
"snowpack": "^2.10.2"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-lit-element-typescript",
"version": "1.8.8",
"version": "1.8.9",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -26,7 +26,7 @@
"@snowpack/app-scripts-lit-element": "^1.8.4",
"@types/snowpack-env": "^2.3.0",
"prettier": "^2.0.5",
"snowpack": "^2.10.0",
"snowpack": "^2.10.2",
"typescript": "^3.9.7"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
Expand Down
4 changes: 2 additions & 2 deletions create-snowpack-app/app-template-lit-element/package.json
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-lit-element",
"version": "1.8.8",
"version": "1.8.9",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -24,7 +24,7 @@
"@babel/plugin-proposal-decorators": "^7.10.5",
"@snowpack/app-scripts-lit-element": "^1.8.4",
"prettier": "^2.0.5",
"snowpack": "^2.10.0"
"snowpack": "^2.10.2"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
6 changes: 3 additions & 3 deletions create-snowpack-app/app-template-preact/package.json
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-preact",
"version": "1.8.8",
"version": "1.8.9",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -19,12 +19,12 @@
"preact": "^10.4.6"
},
"devDependencies": {
"@snowpack/app-scripts-preact": "^1.8.5",
"@snowpack/app-scripts-preact": "^1.8.6",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/preact": "^1.0.2",
"jest": "^26.2.2",
"prettier": "^2.0.5",
"snowpack": "^2.10.0"
"snowpack": "^2.10.2"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-react-typescript",
"version": "1.10.1",
"version": "1.10.2",
"license": "MIT",
"keywords": [
"csa-template"
Expand Down Expand Up @@ -28,7 +28,7 @@
"@types/snowpack-env": "^2.3.0",
"jest": "^26.2.2",
"prettier": "^2.0.5",
"snowpack": "^2.10.0",
"snowpack": "^2.10.2",
"typescript": "^3.9.7"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
Expand Down
4 changes: 2 additions & 2 deletions create-snowpack-app/app-template-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-react",
"version": "1.9.2",
"version": "1.9.3",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -25,7 +25,7 @@
"@testing-library/react": "^10.0.3",
"jest": "^26.2.2",
"prettier": "^2.0.5",
"snowpack": "^2.10.0"
"snowpack": "^2.10.2"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-svelte-typescript",
"version": "1.8.9",
"version": "1.8.10",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -25,7 +25,7 @@
"@types/jest": "^26.0.4",
"@types/snowpack-env": "^2.3.0",
"jest": "^26.2.2",
"snowpack": "^2.10.0",
"snowpack": "^2.10.2",
"svelte-check": "^1.0.0",
"svelte-preprocess": "^4.0.8",
"typescript": "^3.9.7"
Expand Down
4 changes: 2 additions & 2 deletions create-snowpack-app/app-template-svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-svelte",
"version": "1.8.9",
"version": "1.8.10",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -21,7 +21,7 @@
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/svelte": "^3.0.0",
"jest": "^26.2.2",
"snowpack": "^2.10.0",
"snowpack": "^2.10.2",
"svelte-check": "^1.0.0"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
Expand Down
4 changes: 2 additions & 2 deletions create-snowpack-app/app-template-vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-vue",
"version": "1.8.8",
"version": "1.8.9",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -18,7 +18,7 @@
},
"devDependencies": {
"@snowpack/app-scripts-vue": "^1.8.4",
"snowpack": "^2.10.0"
"snowpack": "^2.10.2"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
2 changes: 1 addition & 1 deletion plugins/plugin-webpack/package.json
@@ -1,6 +1,6 @@
{
"name": "@snowpack/plugin-webpack",
"version": "2.0.6",
"version": "2.0.7",
"main": "plugin.js",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion snowpack/package.json
@@ -1,6 +1,6 @@
{
"name": "snowpack",
"version": "2.10.1",
"version": "2.10.2",
"description": "Run npm packages directly in the browser. No Webpack, Parcel, or bundlers required.",
"author": "Fred K. Schott <fkschott@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 73631d8

Please sign in to comment.