Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Jul 6, 2017
1 parent 7d2a541 commit 2967f4b
Show file tree
Hide file tree
Showing 57 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"packages/*"
],
"hoist": true,
"version": "1.0.0"
"version": "1.0.1"
}
2 changes: 1 addition & 1 deletion packages/gatsby-dev-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"yargs": "^8.0.1"
},
"name": "gatsby-dev-cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "CLI helpers for contributors working on Gatsby",
"main": "index.js",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-link",
"version": "1.0.0",
"version": "1.0.1",
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-aphrodite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-aphrodite",
"version": "1.0.0",
"version": "1.0.1",
"description": "Stub description for gatsby-plugin-aphrodite",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-canonical-urls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-canonical-urls",
"version": "1.0.0",
"version": "1.0.1",
"description": "Stub description for gatsby-plugin-canonical-urls",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-catch-links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-catch-links",
"version": "1.0.0",
"version": "1.0.1",
"description": "Intercepts local links from markdown and other non-react pages and does a client-side pushState to avoid the browser having to refresh the page.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-coffeescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-coffeescript",
"description": "Adds CoffeeScript support for Gatsby layouts and pages.",
"version": "1.0.0",
"version": "1.0.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"contributors": [
"Noah Lange <noahrlange@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-cxs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-cxs",
"version": "1.0.0",
"version": "1.0.1",
"description": "Stub description for gatsby-plugin-cxs",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-feed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-feed",
"version": "1.0.0",
"version": "1.0.1",
"description": "Creates an RSS feed for your Gatsby site.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-glamor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-glamor",
"description": "Gatsby plugin to add support for Glamor",
"version": "1.0.0",
"version": "1.0.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"babel-plugin-glamor": "^3.0.0-1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-glamorous/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-glamorous",
"version": "1.0.0",
"version": "1.0.1",
"description": "Stub description for gatsby-plugin-glamorous",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-google-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-google-analytics",
"description": "Gatsby plugin to add google analytics onto a site",
"version": "1.0.0",
"version": "1.0.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"devDependencies": {
"babel-cli": "^6.24.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-google-tagmanager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-google-tagmanager",
"description": "Gatsby plugin to add google tagmanager onto a site",
"version": "1.0.0",
"version": "1.0.1",
"author": "Thijs Koerselman <thijs@vauxlab.com>",
"devDependencies": {
"babel-cli": "^6.24.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-jss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-jss",
"version": "1.0.0",
"version": "1.0.1",
"description": "Stub description for gatsby-plugin-jss",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-less/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-less",
"version": "1.0.0",
"version": "1.0.1",
"description": "Stub description for gatsby-plugin-less",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-manifest",
"version": "1.0.0",
"version": "1.0.1",
"description": "Gatsby plugin which adds a manifest.json to make sites progressive web apps",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-nprogress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-nprogress",
"version": "1.0.0",
"version": "1.0.1",
"description": "Shows page loading indicator when loading page resources is delayed",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-offline/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-offline",
"description": "Gatsby plugin which sets up a site to be able to run offline",
"version": "1.0.0",
"version": "1.0.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"devDependencies": {
"babel-cli": "^6.24.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-postcss-sass/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-postcss-sass",
"description": "Gatsby plugin to handle scss/sass files with integrated support for also processing with Postcss plugins",
"version": "1.0.0",
"version": "1.0.1",
"author": "Scotty Eckenthal <scotty@meetfabric.com>",
"dependencies": {
"extract-text-webpack-plugin": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-preact",
"version": "1.0.0",
"version": "1.0.1",
"description": "A Gatsby plugin which replaces React with Preact",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-react-helmet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-react-helmet",
"version": "1.0.0",
"version": "1.0.1",
"description": "Stub description for gatsby-plugin-react-helmet",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sass/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sass",
"description": "Gatsby plugin to handle scss/sass files",
"version": "1.0.0",
"version": "1.0.1",
"author": "Daniel Farrell <daniel@mobelux.com>",
"dependencies": {
"extract-text-webpack-plugin": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sharp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sharp",
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
"version": "1.0.0",
"version": "1.0.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"async": "^2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sitemap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-sitemap",
"version": "1.0.0",
"version": "1.0.1",
"description": "Stub description for gatsby-plugin-sitemap",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-styled-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-styled-components",
"description": "Gatsby plugin to add support for styled components",
"version": "1.0.0",
"version": "1.0.1",
"author": "Guten Ye <ywzhaifei@gmail.com>",
"dependencies": {
"styled-components": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-styled-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-styled-jsx",
"version": "1.0.0",
"version": "1.0.1",
"description": "Stub description for gatsby-plugin-styled-jsx",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-styletron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-styletron",
"version": "1.0.0",
"version": "1.0.1",
"description": "Stub description for gatsby-plugin-styletron",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-stylus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-stylus",
"version": "1.0.0",
"version": "1.0.1",
"description": "Stub description for gatsby-plugin-stylus",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-twitter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-twitter",
"version": "1.0.0",
"version": "1.0.1",
"description": "Stub description for gatsby-plugin-twitter",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-typescript",
"version": "1.0.0",
"version": "1.0.1",
"description": "Adds TypeScript support for Gatsby layouts and pages.",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-autolink-headers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-autolink-headers",
"description": "Gatsby plugin to autolink headers in markdown processed by Remark",
"version": "1.0.0",
"version": "1.0.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"github-slugger": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-copy-linked-files/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-copy-linked-files",
"description": "Find files which are linked to from markdown and copy them to the public directory",
"version": "1.0.0",
"version": "1.0.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"cheerio": "^1.0.0-rc.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-images/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-remark-images",
"version": "1.0.0",
"version": "1.0.1",
"description": "Processes images in markdown so they can be used in the production build.",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-prismjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-prismjs",
"description": "Adds syntax highlighting to code blocks at build time using PrismJS",
"version": "1.0.0",
"version": "1.0.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"parse-numeric-range": "^0.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-responsive-iframe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-remark-responsive-iframe",
"version": "1.0.0",
"version": "1.0.1",
"description": "Make iframes in Markdown processed by Remark responsive",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-smartypants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-remark-smartypants",
"version": "1.0.0",
"version": "1.0.1",
"description": "Use retext-smartypants to auto-enhance typography of markdown",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-contentful/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-contentful",
"version": "1.0.0",
"version": "1.0.1",
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
"scripts": {
"build": "babel src --out-dir . --ignore __tests__",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-drupal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-drupal",
"version": "1.0.0",
"version": "1.0.1",
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
"scripts": {
"build": "babel src --out-dir .",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-filesystem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-filesystem",
"version": "1.0.0",
"version": "1.0.1",
"description": "Gatsby plugin which parses files within a directory for further parsing by other plugins",
"scripts": {
"build": "babel src --out-dir .",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-hacker-news/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-hacker-news",
"version": "1.0.0",
"version": "1.0.1",
"description": "Gatsby source plugin for building websites using Hacker News as a data source",
"scripts": {
"build": "babel src --out-dir .",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-wordpress-com/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-wordpress-com",
"version": "1.0.0",
"version": "1.0.1",
"description": "Stub description for gatsby-source-wordpress-com",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"build": "babel src --out-dir .",
"watch": "babel -w src --out-dir ."
},
"version": "1.0.0"
"version": "1.0.1"
}
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-csv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-transformer-csv",
"version": "1.0.0",
"version": "1.0.1",
"description": "Stub description for gatsby-transformer-csv",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-documentationjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-transformer-documentationjs",
"version": "1.0.0",
"version": "1.0.1",
"description": "Gatsby transformer plugin which uses Documentation.js to extract JavaScript documentation",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-docx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-transformer-docx",
"version": "1.0.0",
"version": "1.0.1",
"description": "Stub description for gatsby-transformer-docx",
"main": "index.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-transformer-javascript-static-exports",
"version": "1.0.0",
"version": "1.0.1",
"description": "Gatsby transformer plugin for JavaScript to extract exports.data statically.",
"scripts": {
"build": "babel src --out-dir . --ignore __tests__",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-transformer-json",
"version": "1.0.0",
"version": "1.0.1",
"description": "Gatsby transformer plugin for JSON files",
"scripts": {
"build": "babel src --out-dir . --ignore __tests__",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-pdf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-transformer-pdf",
"version": "1.0.0",
"version": "1.0.1",
"description": "Stub description for gatsby-transformer-pdf",
"main": "index.js",
"scripts": {
Expand Down
Loading

0 comments on commit 2967f4b

Please sign in to comment.