Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @snowpack/app-scripts-lit-element@1.8.4
 - @snowpack/app-scripts-preact@1.8.5
 - @snowpack/app-scripts-react@1.10.0
 - @snowpack/app-scripts-svelte@1.8.4
 - @snowpack/app-scripts-vue@1.8.4
 - @snowpack/app-template-11ty@1.7.7
 - @snowpack/app-template-blank-typescript@1.8.7
 - @snowpack/app-template-blank@1.6.7
 - @snowpack/app-template-lit-element-typescript@1.8.7
 - @snowpack/app-template-lit-element@1.8.7
 - @snowpack/app-template-preact@1.8.7
 - @snowpack/app-template-react-typescript@1.10.0
 - @snowpack/app-template-react@1.9.1
 - @snowpack/app-template-svelte-typescript@1.8.8
 - @snowpack/app-template-svelte@1.8.8
 - @snowpack/app-template-vue@1.8.7
 - create-snowpack-app@1.7.3
 - @snowpack/babel-plugin-package-import@1.1.2
 - @snowpack/plugin-babel@2.1.0
 - @snowpack/plugin-build-script@2.0.6
 - @snowpack/plugin-dotenv@2.0.1
 - @snowpack/plugin-parcel@2.0.3
 - @snowpack/plugin-postcss@1.0.2
 - @snowpack/plugin-react-refresh@2.1.0
 - @snowpack/plugin-run-script@2.1.1
 - @snowpack/plugin-svelte@2.0.4
 - @snowpack/plugin-vue@2.1.1
 - @snowpack/plugin-webpack@2.0.5
 - snowpack@2.9.0
  • Loading branch information
FredKSchott committed Aug 23, 2020
1 parent f487f7e commit d1b2ec1
Show file tree
Hide file tree
Showing 29 changed files with 64 additions and 64 deletions.
6 changes: 3 additions & 3 deletions create-snowpack-app/app-scripts-lit-element/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@snowpack/app-scripts-lit-element",
"version": "1.8.3",
"version": "1.8.4",
"main": "snowpack.config.js",
"publishConfig": {
"access": "public"
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.10.5",
"@snowpack/plugin-babel": "^2.0.3",
"@snowpack/plugin-dotenv": "^2.0.0"
"@snowpack/plugin-babel": "^2.1.0",
"@snowpack/plugin-dotenv": "^2.0.1"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
6 changes: 3 additions & 3 deletions create-snowpack-app/app-scripts-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-scripts-preact",
"version": "1.8.4",
"version": "1.8.5",
"main": "snowpack.config.js",
"publishConfig": {
"access": "public"
Expand All @@ -13,8 +13,8 @@
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@prefresh/snowpack": "1.1.1",
"@snowpack/plugin-babel": "^2.0.3",
"@snowpack/plugin-dotenv": "^2.0.0",
"@snowpack/plugin-babel": "^2.1.0",
"@snowpack/plugin-dotenv": "^2.0.1",
"babel-jest": "^26.2.2",
"react-app-polyfill": "^1.0.6",
"react-refresh": "^0.8.3"
Expand Down
8 changes: 4 additions & 4 deletions create-snowpack-app/app-scripts-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-scripts-react",
"version": "1.9.0",
"version": "1.10.0",
"main": "snowpack.config.js",
"publishConfig": {
"access": "public"
Expand All @@ -11,9 +11,9 @@
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@snowpack/plugin-babel": "^2.0.3",
"@snowpack/plugin-dotenv": "^2.0.0",
"@snowpack/plugin-react-refresh": "^2.0.3",
"@snowpack/plugin-babel": "^2.1.0",
"@snowpack/plugin-dotenv": "^2.0.1",
"@snowpack/plugin-react-refresh": "^2.1.0",
"babel-jest": "^26.2.2",
"babel-preset-react-app": "^9.1.2",
"react-app-polyfill": "^1.0.6"
Expand Down
6 changes: 3 additions & 3 deletions create-snowpack-app/app-scripts-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-scripts-svelte",
"version": "1.8.3",
"version": "1.8.4",
"main": "snowpack.config.js",
"publishConfig": {
"access": "public"
Expand All @@ -16,8 +16,8 @@
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@snowpack/plugin-dotenv": "^2.0.0",
"@snowpack/plugin-svelte": "^2.0.3",
"@snowpack/plugin-dotenv": "^2.0.1",
"@snowpack/plugin-svelte": "^2.0.4",
"babel-jest": "^26.2.2",
"jest-transform-svelte": "^2.1.1"
},
Expand Down
6 changes: 3 additions & 3 deletions create-snowpack-app/app-scripts-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@snowpack/app-scripts-vue",
"version": "1.8.3",
"version": "1.8.4",
"main": "snowpack.config.js",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@snowpack/plugin-dotenv": "^2.0.0",
"@snowpack/plugin-vue": "^2.1.0"
"@snowpack/plugin-dotenv": "^2.0.1",
"@snowpack/plugin-vue": "^2.1.1"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
6 changes: 3 additions & 3 deletions create-snowpack-app/app-template-11ty/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-11ty",
"version": "1.7.6",
"version": "1.7.7",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -20,9 +20,9 @@
},
"devDependencies": {
"@11ty/eleventy": "^0.10.0",
"@snowpack/plugin-run-script": "^2.1.0",
"@snowpack/plugin-run-script": "^2.1.1",
"prettier": "^2.0.5",
"snowpack": "^2.8.0"
"snowpack": "^2.9.0"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-blank-typescript",
"version": "1.8.6",
"version": "1.8.7",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -19,11 +19,11 @@
"canvas-confetti": "^1.2.0"
},
"devDependencies": {
"@snowpack/plugin-run-script": "^2.1.0",
"@snowpack/plugin-run-script": "^2.1.1",
"@types/canvas-confetti": "^1.0.0",
"@types/snowpack-env": "^2.3.0",
"prettier": "^2.0.5",
"snowpack": "^2.8.0",
"snowpack": "^2.9.0",
"typescript": "^3.9.7"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
Expand Down
4 changes: 2 additions & 2 deletions create-snowpack-app/app-template-blank/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-blank",
"version": "1.6.6",
"version": "1.6.7",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -20,7 +20,7 @@
},
"devDependencies": {
"prettier": "^2.0.5",
"snowpack": "^2.8.0"
"snowpack": "^2.9.0"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-lit-element-typescript",
"version": "1.8.6",
"version": "1.8.7",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -23,10 +23,10 @@
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/preset-typescript": "^7.10.4",
"@snowpack/app-scripts-lit-element": "^1.8.3",
"@snowpack/app-scripts-lit-element": "^1.8.4",
"@types/snowpack-env": "^2.3.0",
"prettier": "^2.0.5",
"snowpack": "^2.8.0",
"snowpack": "^2.9.0",
"typescript": "^3.9.7"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
Expand Down
6 changes: 3 additions & 3 deletions create-snowpack-app/app-template-lit-element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-lit-element",
"version": "1.8.6",
"version": "1.8.7",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -22,9 +22,9 @@
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@snowpack/app-scripts-lit-element": "^1.8.3",
"@snowpack/app-scripts-lit-element": "^1.8.4",
"prettier": "^2.0.5",
"snowpack": "^2.8.0"
"snowpack": "^2.9.0"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
6 changes: 3 additions & 3 deletions create-snowpack-app/app-template-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-preact",
"version": "1.8.6",
"version": "1.8.7",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -19,12 +19,12 @@
"preact": "^10.4.6"
},
"devDependencies": {
"@snowpack/app-scripts-preact": "^1.8.4",
"@snowpack/app-scripts-preact": "^1.8.5",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/preact": "^1.0.2",
"jest": "^26.2.2",
"prettier": "^2.0.5",
"snowpack": "^2.8.0"
"snowpack": "^2.9.0"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-react-typescript",
"version": "1.9.0",
"version": "1.10.0",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -20,15 +20,15 @@
"react-dom": "^16.13.1"
},
"devDependencies": {
"@snowpack/app-scripts-react": "^1.9.0",
"@snowpack/app-scripts-react": "^1.10.0",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.3",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/snowpack-env": "^2.3.0",
"jest": "^26.2.2",
"prettier": "^2.0.5",
"snowpack": "^2.8.0",
"snowpack": "^2.9.0",
"typescript": "^3.9.7"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
Expand Down
6 changes: 3 additions & 3 deletions create-snowpack-app/app-template-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-react",
"version": "1.9.0",
"version": "1.9.1",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -20,12 +20,12 @@
"react-dom": "^16.13.1"
},
"devDependencies": {
"@snowpack/app-scripts-react": "^1.9.0",
"@snowpack/app-scripts-react": "^1.10.0",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.3",
"jest": "^26.2.2",
"prettier": "^2.0.5",
"snowpack": "^2.8.0"
"snowpack": "^2.9.0"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-svelte-typescript",
"version": "1.8.7",
"version": "1.8.8",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -17,15 +17,15 @@
"svelte": "^3.24.0"
},
"devDependencies": {
"@snowpack/app-scripts-svelte": "^1.8.3",
"@snowpack/plugin-run-script": "^2.1.0",
"@snowpack/app-scripts-svelte": "^1.8.4",
"@snowpack/plugin-run-script": "^2.1.1",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/svelte": "^3.0.0",
"@tsconfig/svelte": "^1.0.3",
"@types/jest": "^26.0.4",
"@types/snowpack-env": "^2.3.0",
"jest": "^26.2.2",
"snowpack": "^2.8.0",
"snowpack": "^2.9.0",
"svelte-check": "^1.0.0",
"svelte-preprocess": "^4.0.8",
"typescript": "^3.9.7"
Expand Down
6 changes: 3 additions & 3 deletions create-snowpack-app/app-template-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-svelte",
"version": "1.8.7",
"version": "1.8.8",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -17,11 +17,11 @@
"svelte": "^3.24.0"
},
"devDependencies": {
"@snowpack/app-scripts-svelte": "^1.8.3",
"@snowpack/app-scripts-svelte": "^1.8.4",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/svelte": "^3.0.0",
"jest": "^26.2.2",
"snowpack": "^2.8.0",
"snowpack": "^2.9.0",
"svelte-check": "^1.0.0"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
Expand Down
6 changes: 3 additions & 3 deletions create-snowpack-app/app-template-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-vue",
"version": "1.8.6",
"version": "1.8.7",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -17,8 +17,8 @@
"vue": "^3.0.0-rc.4"
},
"devDependencies": {
"@snowpack/app-scripts-vue": "^1.8.3",
"snowpack": "^2.8.0"
"@snowpack/app-scripts-vue": "^1.8.4",
"snowpack": "^2.9.0"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
2 changes: 1 addition & 1 deletion create-snowpack-app/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-snowpack-app",
"version": "1.7.2",
"version": "1.7.3",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion plugins/babel-plugin-package-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/babel-plugin-package-import",
"version": "1.1.1",
"version": "1.1.2",
"main": "plugin.js",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/plugin-babel",
"version": "2.0.3",
"version": "2.1.0",
"main": "plugin.js",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-build-script/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.5",
"version": "2.0.6",
"name": "@snowpack/plugin-build-script",
"main": "plugin.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-dotenv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/plugin-dotenv",
"version": "2.0.0",
"version": "2.0.1",
"main": "plugin.js",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-parcel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/plugin-parcel",
"version": "2.0.2",
"version": "2.0.3",
"main": "plugin.js",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-postcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/plugin-postcss",
"version": "1.0.1",
"version": "1.0.2",
"main": "plugin.js",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-react-refresh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/plugin-react-refresh",
"version": "2.0.3",
"version": "2.1.0",
"main": "plugin.js",
"license": "MIT",
"publishConfig": {
Expand Down

1 comment on commit d1b2ec1

@vercel
Copy link

@vercel vercel bot commented on d1b2ec1 Aug 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.