Skip to content

Commit c499682

Browse files
committed
v1.0.0-alpha19
1 parent 6da3ae6 commit c499682

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"packages/*"
66
],
77
"hoist": true,
8-
"version": "1.0.0-alpha18"
8+
"version": "1.0.0-alpha19"
99
}

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-alpha17",
4+
"version": "1.0.0-alpha19",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"devDependencies": {
77
"babel-cli": "^6.24.1"

packages/gatsby-plugin-manifest/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-manifest",
3-
"version": "1.0.0-alpha17",
3+
"version": "1.0.0-alpha19",
44
"description": "Gatsby plugin which adds a manifest.json to make sites progressive web apps",
55
"main": "index.js",
66
"scripts": {

packages/gatsby-plugin-offline/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-offline",
33
"description": "Gatsby plugin which sets up a site to be able to run offline",
4-
"version": "1.0.0-alpha17",
4+
"version": "1.0.0-alpha19",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"devDependencies": {
77
"babel-cli": "^6.24.1"

packages/gatsby-plugin-react-helmet/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-react-helmet",
3-
"version": "1.0.0-alpha18",
3+
"version": "1.0.0-alpha19",
44
"description": "Stub description for gatsby-plugin-react-helmet",
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-alpha18",
4+
"version": "1.0.0-alpha19",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"async": "^2.4.1",

packages/gatsby-remark-responsive-iframe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-remark-responsive-iframe",
3-
"version": "1.0.0-alpha14",
3+
"version": "1.0.0-alpha19",
44
"description": "Make iframes in Markdown processed by Remark responsive",
55
"main": "index.js",
66
"scripts": {

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-alpha17",
3+
"version": "1.0.0-alpha19",
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-transformer-react-docgen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-transformer-react-docgen",
3-
"version": "1.0.0-alpha17",
3+
"version": "1.0.0-alpha19",
44
"description": "Expose React component metadata and prop information as GraphQL types",
55
"main": "index.js",
66
"scripts": {

packages/gatsby-transformer-remark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-remark",
33
"description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem",
4-
"version": "1.0.0-alpha17",
4+
"version": "1.0.0-alpha19",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"bluebird": "^3.5.0",

0 commit comments

Comments
 (0)