Skip to content

Commit 974b018

Browse files
committed
v1.0.0-alpha15
1 parent 01752b1 commit 974b018

File tree

18 files changed

+20
-20
lines changed

18 files changed

+20
-20
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.0.0-rc.4",
3-
"version": "1.0.0-alpha14",
3+
"version": "1.0.0-alpha15",
44
"npmClient": "npm",
55
"packages": [
66
"packages/*"

packages/gatsby-dev-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"yargs": "^8.0.1"
1010
},
1111
"name": "gatsby-dev-cli",
12-
"version": "1.0.0-alpha14",
12+
"version": "1.0.0-alpha15",
1313
"description": "CLI helpers for contributors working on Gatsby",
1414
"main": "index.js",
1515
"devDependencies": {

packages/gatsby-link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-link",
3-
"version": "1.0.0-alpha14",
3+
"version": "1.0.0-alpha15",
44
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
55
"main": "index.js",
66
"types": "index.d.ts",

packages/gatsby-plugin-catch-links/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-catch-links",
3-
"version": "1.0.0-alpha14",
3+
"version": "1.0.0-alpha15",
44
"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.",
55
"main": "index.js",
66
"scripts": {

packages/gatsby-plugin-google-analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-google-analytics",
33
"description": "Gatsby plugin to add google analytics onto a site",
4-
"version": "1.0.0-alpha14",
4+
"version": "1.0.0-alpha15",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"devDependencies": {
77
"babel-cli": "^6.24.1"

packages/gatsby-plugin-preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-preact",
3-
"version": "1.0.0-alpha14",
3+
"version": "1.0.0-alpha15",
44
"description": "A Gatsby plugin which replaces React with Preact",
55
"main": "index.js",
66
"scripts": {

packages/gatsby-plugin-sharp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-sharp",
33
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
4-
"version": "1.0.0-alpha14",
4+
"version": "1.0.0-alpha15",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"bluebird": "^3.5.0",

packages/gatsby-remark-copy-linked-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-remark-copy-linked-files",
33
"description": "Find files which are linked to from markdown and copy them to the public directory",
4-
"version": "1.0.0-alpha14",
4+
"version": "1.0.0-alpha15",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"fs-extra": "^3.0.1",

packages/gatsby-source-drupal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-drupal",
3-
"version": "1.0.0-alpha14",
3+
"version": "1.0.0-alpha15",
44
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
55
"scripts": {
66
"build": "babel src --out-dir .",

packages/gatsby-source-filesystem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-filesystem",
3-
"version": "1.0.0-alpha14",
3+
"version": "1.0.0-alpha15",
44
"description": "Gatsby plugin which parses files within a directory for further parsing by other plugins",
55
"scripts": {
66
"build": "babel src --out-dir .",

0 commit comments

Comments
 (0)