Skip to content

Commit

Permalink
v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott authored and drwpow committed Jul 27, 2020
1 parent ee560c5 commit b3177d1
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/create-snowpack-app/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.7.3",
"version": "0.7.4",
"npmClient": "yarn",
"useWorkspaces": true
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-scripts-preact",
"version": "0.7.0",
"version": "0.7.4",
"main": "snowpack.config.js",
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-scripts-react",
"version": "0.7.2",
"version": "0.7.4",
"main": "snowpack.config.js",
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-scripts-svelte",
"version": "0.7.0",
"version": "0.7.4",
"main": "snowpack.config.js",
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-preact",
"version": "0.7.2",
"version": "0.7.4",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -17,7 +17,7 @@
},
"webDependencies": {},
"devDependencies": {
"@snowpack/app-scripts-preact": "^0.7.0",
"@snowpack/app-scripts-preact": "^0.7.4",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/preact": "^1.0.2",
"jest": "^25.4.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-react-typescript",
"version": "0.7.2",
"version": "0.7.4",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -17,7 +17,7 @@
},
"webDependencies": {},
"devDependencies": {
"@snowpack/app-scripts-react": "^0.7.2",
"@snowpack/app-scripts-react": "^0.7.4",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.3",
"jest": "^25.4.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-react",
"version": "0.7.2",
"version": "0.7.4",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -17,7 +17,7 @@
},
"webDependencies": {},
"devDependencies": {
"@snowpack/app-scripts-react": "^0.7.2",
"@snowpack/app-scripts-react": "^0.7.4",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.3",
"jest": "^25.4.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-svelte",
"version": "0.7.2",
"version": "0.7.4",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -15,7 +15,7 @@
},
"webDependencies": {},
"devDependencies": {
"@snowpack/app-scripts-svelte": "^0.7.0",
"@snowpack/app-scripts-svelte": "^0.7.4",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/svelte": "^3.0.0",
"jest": "^25.4.0",
Expand Down

0 comments on commit b3177d1

Please sign in to comment.