Skip to content

Commit

Permalink
v1.0.0-alpha19
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Jun 3, 2017
1 parent 6da3ae6 commit c499682
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 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-alpha18"
"version": "1.0.0-alpha19"
}
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-alpha17",
"version": "1.0.0-alpha19",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"devDependencies": {
"babel-cli": "^6.24.1"
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-alpha17",
"version": "1.0.0-alpha19",
"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-alpha17",
"version": "1.0.0-alpha19",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"devDependencies": {
"babel-cli": "^6.24.1"
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-alpha18",
"version": "1.0.0-alpha19",
"description": "Stub description for gatsby-plugin-react-helmet",
"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-alpha18",
"version": "1.0.0-alpha19",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"async": "^2.4.1",
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-alpha14",
"version": "1.0.0-alpha19",
"description": "Make iframes in Markdown processed by Remark responsive",
"main": "index.js",
"scripts": {
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-alpha17",
"version": "1.0.0-alpha19",
"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-transformer-react-docgen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-transformer-react-docgen",
"version": "1.0.0-alpha17",
"version": "1.0.0-alpha19",
"description": "Expose React component metadata and prop information as GraphQL types",
"main": "index.js",
"scripts": {
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 Markdown using the Remark library and ecosystem",
"version": "1.0.0-alpha17",
"version": "1.0.0-alpha19",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"bluebird": "^3.5.0",
Expand Down
2 changes: 1 addition & 1 deletion 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-alpha18",
"version": "1.0.0-alpha19",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/gatsby-cli.js"
Expand Down

0 comments on commit c499682

Please sign in to comment.