Skip to content

Commit

Permalink
v1.0.0-alpha13
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Apr 24, 2017
1 parent 897a398 commit cf0fcba
Show file tree
Hide file tree
Showing 28 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lerna": "2.0.0-rc.3",
"version": "1.0.0-alpha12",
"version": "1.0.0-alpha13",
"npmClient": "npm"
}
2 changes: 1 addition & 1 deletion packages/gatsby-dev-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"yargs": "^7.0.2"
},
"name": "gatsby-dev-cli",
"version": "0.0.0",
"version": "1.0.0-alpha13",
"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-alpha12",
"version": "1.0.0-alpha13",
"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-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-alpha12",
"version": "1.0.0-alpha13",
"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-alpha12",
"version": "1.0.0-alpha13",
"author": "Kyle Mathews <[email protected]>",
"contributors": [
"Noah Lange <[email protected]>"
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-alpha12",
"version": "1.0.0-alpha13",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"babel-plugin-glamor": "^3.0.0-1",
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-alpha12",
"version": "1.0.0-alpha13",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"react-ga": "^2.1.2"
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-alpha12",
"version": "1.0.0-alpha13",
"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-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-alpha12",
"version": "1.0.0-alpha13",
"author": "Kyle Mathews <[email protected]>",
"devDependencies": {
"babel-cli": "^6.23.0"
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-alpha12",
"version": "1.0.0-alpha13",
"description": "A Gatsby plugin which replaces React with Preact",
"main": "index.js",
"scripts": {
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-alpha12",
"version": "1.0.0-alpha13",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"async": "^2.1.4",
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-alpha12",
"version": "1.0.0-alpha13",
"description": "Adds TypeScript support for Gatsby layouts and pages.",
"author": "Kyle Mathews <[email protected]>",
"contributors": [
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-alpha12",
"version": "1.0.0-alpha13",
"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-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-alpha12",
"version": "1.0.0-alpha13",
"description": "Gatsby transformer plugin for JSON files",
"scripts": {
"build": "babel src --out-dir .",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-remark/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-transformer-remark",
"description": "Gatsby transformer plugin for Remark",
"version": "1.0.0-alpha12",
"version": "1.0.0-alpha13",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"bluebird": "^3.4.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-sharp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-transformer-sharp",
"version": "1.0.0-alpha12",
"version": "1.0.0-alpha13",
"description": "Gatsby transformer plugin for images using Sharp",
"scripts": {
"build": "babel src --out-dir .",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-yaml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-transformer-yaml",
"version": "1.0.0-alpha12",
"version": "1.0.0-alpha13",
"description": "Gatsby transformer plugin for yaml",
"scripts": {
"build": "babel src --out-dir .",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-typegen-filesystem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-typegen-filesystem",
"version": "1.0.0-alpha12",
"version": "1.0.0-alpha13",
"description": "Gatsby plugin which generates graphql types for querying files and directories",
"main": "index.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-typegen-remark-autolink-headers",
"description": "Gatsby plugin for Remark to autolink headers",
"version": "1.0.0-alpha12",
"version": "1.0.0-alpha13",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"github-slugger": "^1.1.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-typegen-remark-copy-linked-files",
"description": "Find files which are linked to from markdown and copy them to the public directory",
"version": "1.0.0-alpha12",
"version": "1.0.0-alpha13",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"fs-extra": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-typegen-remark-prismjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-typegen-remark-prismjs",
"description": "Adds syntax highlighting to code blocks at build time using PrismJS",
"version": "1.0.0-alpha12",
"version": "1.0.0-alpha13",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"prismjs": "^1.6.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-typegen-remark-responsive-iframe",
"version": "1.0.0-alpha12",
"version": "1.0.0-alpha13",
"description": "Make iframes in Markdown processed by Remark responsive",
"main": "index.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-typegen-remark-responsive-image",
"version": "1.0.0-alpha12",
"version": "1.0.0-alpha13",
"description": "Auto creates responsive images for your markdown files",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-typegen-remark-smartypants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-typegen-remark-smartypants",
"version": "1.0.0-alpha12",
"version": "1.0.0-alpha13",
"description": "Use retext-smartypants to auto-enhance typography of Markdown",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-typegen-remark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-typegen-remark",
"version": "1.0.0-alpha12",
"version": "1.0.0-alpha13",
"description": "Gatsby plugin which generates graphql types based on Markdown files using the remark markdown ecosystem",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-typegen-sharp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-typegen-sharp",
"version": "1.0.0-alpha12",
"version": "1.0.0-alpha13",
"description": "Gatsby plugin to expose graphql types to manipulate images using Sharp",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "React.js Static Site Generator",
"version": "1.0.0-alpha12",
"version": "1.0.0-alpha13",
"author": "Kyle Mathews <[email protected]>",
"ava": {
"require": [
Expand Down Expand Up @@ -52,7 +52,7 @@
"glob": "^7.1.0",
"graphql": "^0.8.2",
"graphql-relay": "^0.4.3",
"graphql-skip-limit": "^1.0.0-alpha11-alpha.68e8f9a1",
"graphql-skip-limit": "^1.0.0-alpha13",
"graphql-union-input-type": "^0.2.1",
"gray-matter": "^2.1.0",
"hapi": "^8.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-skip-limit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graphql-skip-limit",
"description": "A library to help construct a graphql-js server supporting skip/relay style pagination. Built for Gatsby but perhaps useful elsewhere.",
"version": "1.0.0-alpha12",
"version": "1.0.0-alpha13",
"author": "Kyle Mathews <[email protected]>",
"devDependencies": {
"babel-cli": "^6.18.0",
Expand Down

0 comments on commit cf0fcba

Please sign in to comment.