Skip to content

Commit c58ae5b

Browse files
committed
v1.0.0-beta.4
1 parent 3306017 commit c58ae5b

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
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-beta.3"
8+
"version": "1.0.0-beta.4"
99
}

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-beta.2",
3+
"version": "1.0.0-beta.4",
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-google-tagmanager/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-tagmanager",
33
"description": "Gatsby plugin to add google tagmanager onto a site",
4-
"version": "1.0.0-beta.3",
4+
"version": "1.0.0-beta.4",
55
"author": "Thijs Koerselman <thijs@vauxlab.com>",
66
"devDependencies": {
77
"babel-cli": "^6.24.1"

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-beta.2",
4+
"version": "1.0.0-beta.4",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"dependencies": {
77
"async": "^2.4.1",

packages/gatsby-remark-responsive-image/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-image",
3-
"version": "1.0.0-beta.3",
3+
"version": "1.0.0-beta.4",
44
"description": "Create responsive image thumbnails for your images used in your markdown",
55
"main": "index.js",
66
"keywords": [

packages/gatsby-remark-smartypants/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-smartypants",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0-beta.4",
44
"description": "Use retext-smartypants to auto-enhance typography of markdown",
55
"main": "index.js",
66
"scripts": {

packages/gatsby-source-contentful/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-contentful",
3-
"version": "1.0.0-beta.3",
3+
"version": "1.0.0-beta.4",
44
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
55
"scripts": {
66
"build": "babel src --out-dir . --ignore __tests__",

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-beta.2",
3+
"version": "1.0.0-beta.4",
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-beta.1",
3+
"version": "1.0.0-beta.4",
44
"description": "Gatsby plugin which parses files within a directory for further parsing by other plugins",
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-beta.1",
3+
"version": "1.0.0-beta.4",
44
"description": "Expose React component metadata and prop information as GraphQL types",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)