Skip to content

Commit

Permalink
v2018.4.26-11
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter T Bosse II committed Apr 26, 2018
1 parent 2553c14 commit 0d70515
Show file tree
Hide file tree
Showing 19 changed files with 44 additions and 19 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages": [
"packages/*"
],
"version": "2018.4.26-10"
"version": "2018.4.26-11"
}
4 changes: 2 additions & 2 deletions packages/amory/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "amory",
"version": "2018.4.26-10",
"version": "2018.4.26-11",
"main": "index.js",
"author": "Peter T Bosse II <ptb@ioutime.com> (http://ptb2.me/)",
"license": "Apache-2.0",
"dependencies": {
"@ptb/queue": "^2018.4.26-10",
"@ptb/queue": "^2018.4.26-11",
"tapable": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/animated-transition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"build": "babel src --out-dir . --ignore __tests__",
"watch": "babel -w src --out-dir . --ignore __tests__"
},
"version": "2018.4.26-10"
"version": "2018.4.26-11"
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"postinstall": "npx npm-run-all 'postinstall:*'",
"postinstall:merge": "find '.amory' -maxdepth 1 -name '*.json' -print0 | xargs -0 -I {} -n1 basename '{}' | xargs -I {} -n1 npx -p @ptb/merge-json -c 'merge-json ../../../{} .amory/{}'"
},
"version": "2018.4.26-10"
"version": "2018.4.26-11"
}
2 changes: 1 addition & 1 deletion packages/gatsby-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src/index.js --out-file index.js --ignore __tests__"
},
"version": "2018.4.26-10"
"version": "2018.4.26-11"
}
2 changes: 1 addition & 1 deletion packages/gatsby-image/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class GatsbyImage extends Component {
"proxy": (alt, src, isLoaded, style, title) => ({
"alt": alt,
"className": css (this.getStyle ().image (0, null, isLoaded, style)),
"srcset": src,
"src": src,
"title": title
}),
"ratio": (img) => ({
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-pug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"postinstall:merge": "find '.amory' -maxdepth 1 -name '*.json' -print0 | xargs -0 -I {} -n1 basename '{}' | xargs -I {} -n1 npx -p @ptb/merge-json -c 'merge-json ../../../{} .amory/{}'",
"postinstall:setup": "find '.amory' -maxdepth 1 -not -name '.amory' -not -name '*.json' -exec cp -R '{}' '../../../' \\;"
},
"version": "2018.4.26-10"
"version": "2018.4.26-11"
}
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-react-helmet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"postinstall:merge": "find '.amory' -maxdepth 1 -name '*.json' -print0 | xargs -0 -I {} -n1 basename '{}' | xargs -I {} -n1 npx -p @ptb/merge-json -c 'merge-json ../../../{} .amory/{}'",
"postinstall:setup": "find '.amory' -maxdepth 1 -not -name '.amory' -not -name '*.json' -exec cp -R '{}' '../../../' \\;"
},
"version": "2018.4.26-10"
"version": "2018.4.26-11"
}
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-styletron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"postinstall:merge": "find '.amory' -maxdepth 1 -name '*.json' -print0 | xargs -0 -I {} -n1 basename '{}' | xargs -I {} -n1 npx -p @ptb/merge-json -c 'merge-json ../../../{} .amory/{}'",
"postinstall:setup": "find '.amory' -maxdepth 1 -not -name '.amory' -not -name '*.json' -exec cp -R '{}' '../../../' \\;"
},
"version": "2018.4.26-10"
"version": "2018.4.26-11"
}
2 changes: 1 addition & 1 deletion packages/gatsby-source-filesystem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore __tests__"
},
"version": "2018.4.26-10"
"version": "2018.4.26-11"
}
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"postinstall:merge": "find '.amory' -maxdepth 1 -name '*.json' -print0 | xargs -0 -I {} -n1 basename '{}' | xargs -I {} -n1 npx -p @ptb/merge-json -c 'merge-json ../../../{} .amory/{}'",
"postinstall:setup": "find '.amory' -maxdepth 1 -not -name '.amory' -not -name '*.json' -exec cp -R '{}' '../../../' \\;"
},
"version": "2018.4.26-10"
"version": "2018.4.26-11"
}
25 changes: 25 additions & 0 deletions packages/gatsby/patches-next/9-jsdir-2.diff
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,28 @@
};

default:
@@ -222,24 +222,6 @@
)
})

- if (page.jsonName in staticDataPaths) {
- const dataPath = `${pathPrefix}js/p/${
- staticDataPaths[page.jsonName]
- }.json`
- // Insert json data path after app
- headComponents.splice(
- 1,
- 0,
- <link
- rel="preload"
- key={dataPath}
- href={dataPath}
- as="script"
- crossorigin="use-credentials"
- />
- )
- }
-
styles
.slice(0)
.reverse()
2 changes: 1 addition & 1 deletion packages/git-setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"postinstall": "npx npm-run-all 'postinstall:*'",
"postinstall:setup": "source autokeep.command 0 && cd ../../../ && autokeep"
},
"version": "2018.4.26-10"
"version": "2018.4.26-11"
}
2 changes: 1 addition & 1 deletion packages/http-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"postinstall": "npx npm-run-all 'postinstall:*'",
"postinstall:merge": "find '.amory' -maxdepth 1 -name '*.json' -print0 | xargs -0 -I {} -n1 basename '{}' | xargs -I {} -n1 npx -p @ptb/merge-json -c 'merge-json ../../../{} .amory/{}'"
},
"version": "2018.4.26-10"
"version": "2018.4.26-11"
}
2 changes: 1 addition & 1 deletion packages/merge-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"access": "public"
},
"repository": "https://github.com/ptb/amory/tree/master/packages/merge-json",
"version": "2018.4.26-10"
"version": "2018.4.26-11"
}
2 changes: 1 addition & 1 deletion packages/prettier-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"postinstall": "npx npm-run-all 'postinstall:*'",
"postinstall:merge": "find '.amory' -maxdepth 1 -name '*.json' -print0 | xargs -0 -I {} -n1 basename '{}' | xargs -I {} -n1 npx -p @ptb/merge-json -c 'merge-json ../../../{} .amory/{}'"
},
"version": "2018.4.26-10"
"version": "2018.4.26-11"
}
2 changes: 1 addition & 1 deletion packages/queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"access": "public"
},
"repository": "https://github.com/ptb/amory/tree/master/packages/queue",
"version": "2018.4.26-10"
"version": "2018.4.26-11"
}
2 changes: 1 addition & 1 deletion packages/sort-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"postinstall": "npx npm-run-all 'postinstall:*'",
"postinstall:merge": "find '.amory' -maxdepth 1 -name '*.json' -print0 | xargs -0 -I {} -n1 basename '{}' | xargs -I {} -n1 npx -p @ptb/merge-json -c 'merge-json ../../../{} .amory/{}'"
},
"version": "2018.4.26-10"
"version": "2018.4.26-11"
}
2 changes: 1 addition & 1 deletion packages/uncssstyle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"access": "public"
},
"repository": "https://github.com/ptb/amory/tree/master/packages/uncssstyle",
"version": "2018.4.26-10"
"version": "2018.4.26-11"
}

0 comments on commit 0d70515

Please sign in to comment.