Skip to content

Commit 8969502

Browse files
authored
Make into Two Words (#13084)
* docs(gatsby-source-shopify): Add note about API permissions (#13037) Note which permissions you should enable on the Shopify Storefront API. Without these permissions you'll get a fairly cryptic error message. * chore(docs): match the Wording Style of Other Tutorial Parts (#13034) * chore(docs): fix typo in convincing others doc (#13033) <!-- Have any questions? Check out the contributing docs at https://gatsby.dev/contribute, or ask in this Pull Request and a Gatsby maintainer will be happy to help :) --> ## Description Fixes a misspelled word. * fix(docs): expand guidelist on partnering with gatsby page (#13029) Following up on #12970. Current https://www.gatsbyjs.org/docs/partnering-with-gatsby/: ![image](https://user-images.githubusercontent.com/21834/55404445-2f445080-5558-11e9-84d8-f75db8dd7297.png) * fix(starters): update gatsby monorepo (#12925) This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | gatsby | dependencies | patch | [`^2.3.3` -> `^2.3.5`](https://diff.intrinsic.com/gatsby/2.3.3/2.3.5) | [source](https://togithub.com/gatsbyjs/gatsby) | | gatsby-image | dependencies | patch | [`^2.0.35` -> `^2.0.37`](https://diff.intrinsic.com/gatsby-image/2.0.35/2.0.37) | [source](https://togithub.com/gatsbyjs/gatsby) | | gatsby-plugin-manifest | dependencies | patch | [`^2.0.25` -> `^2.0.26`](https://diff.intrinsic.com/gatsby-plugin-manifest/2.0.25/2.0.26) | [source](https://togithub.com/gatsbyjs/gatsby) | --- ### Release Notes <details> <summary>gatsbyjs/gatsby</summary> ### [`v2.3.5`](https://togithub.com/gatsbyjs/gatsby/compare/[email protected]@2.3.5) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/[email protected]@2.3.5) ### [`v2.3.4`](https://togithub.com/gatsbyjs/gatsby/compare/[email protected]@2.3.4) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/[email protected]@2.3.4) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`". :ghost: **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/config-help/issues) if that's undesired. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#gatsbyjs/gatsby). * feat(blog): add gatsby is great blog post (#12777) * chore: add blog post * chore: keep iterating * chore: more tweaks * feat: nearly finish up * chore: run tinypng * chore: fix some typos * chore: fix snippet * chore: add a gif, it gets the people going * chore: more * Update docs/blog/2019-03-25-behind-the-scenes-what-makes-gatsby-great/index.md Co-Authored-By: DSchau <[email protected]> * Update docs/blog/2019-03-25-behind-the-scenes-what-makes-gatsby-great/index.md Co-Authored-By: DSchau <[email protected]> * Update docs/blog/2019-03-25-behind-the-scenes-what-makes-gatsby-great/index.md Co-Authored-By: DSchau <[email protected]> * Update docs/blog/2019-03-25-behind-the-scenes-what-makes-gatsby-great/index.md Co-Authored-By: DSchau <[email protected]> * Update docs/blog/2019-03-25-behind-the-scenes-what-makes-gatsby-great/index.md Co-Authored-By: DSchau <[email protected]> * Update docs/blog/2019-03-25-behind-the-scenes-what-makes-gatsby-great/index.md Co-Authored-By: DSchau <[email protected]> * Update docs/blog/2019-03-25-behind-the-scenes-what-makes-gatsby-great/index.md Co-Authored-By: DSchau <[email protected]> * Update docs/blog/2019-03-25-behind-the-scenes-what-makes-gatsby-great/index.md Co-Authored-By: DSchau <[email protected]> * Update docs/blog/2019-03-25-behind-the-scenes-what-makes-gatsby-great/index.md Co-Authored-By: DSchau <[email protected]> * Update docs/blog/2019-03-25-behind-the-scenes-what-makes-gatsby-great/index.md Co-Authored-By: DSchau <[email protected]> * Update docs/blog/2019-03-25-behind-the-scenes-what-makes-gatsby-great/index.md Co-Authored-By: DSchau <[email protected]> * chore: change date * chore: tighten up last section * chore: change data * chore: update per feedback * chore(docs): replace absolute links with relative links (#12949) <!-- Have any questions? Check out the contributing docs at https://gatsby.dev/contribute, or ask in this Pull Request and a Gatsby maintainer will be happy to help :) --> ## Description Suggest a more complete structure to the example gatsby-config.js file ## Related Issues Along with #12103 this PR fixes #11957 <!-- Link to the issue that is fixed by this PR (if there is one) e.g. Fixes #1234, Addresses #1234, Related to #1234, etc. --> * chore(showcase): Add Assortment to site showcase (#13002) ## Description Adding [assortment.io](https://assortment.io) to site showcase. Assortment is my Web Development blog that I've recently updated to Gatsby, Netlify, Netlify CMS and Emotion. It'd be cool to see it on the showcase 😃 * feat(gatsby-dev-cli): add verdaccio support (#11525) * feat(gatsby-dev-cli): add verdaccio support [wip] * yuck - don't look * just to verify verdaccio * fix gitignore and add htpasswd with dummy gatsby-dev user * some logging to understand why it tries to handle all the packages * just temporarily so it hopefully at least works * moar data * don't copy all the packages right now * don't rely on package name starting with "gatsby" heuristic * tmp commit * tmp * fs change * tmp * a * updates * remove random files that shouldn't be here * tmp * revert dep changes * ignore changes to package.json created during publishing * testing of dep change in gatsby-cli is picked up by gatsby-dev-cli * let's see if gatsby-dev will handle case of no node_modules * sanity check * adjust console message * add missing devDeps * more missing devDeps * grab package.json from unpkg if package is not yet installed locally * correctly ignore package.json changes during publishing * cleaning things up * htpasswd loc * restore gatsby package.json * adjust ignore files * gatsby-dev-cli: ignore tests * remove extra ln * less console output * turns out you don't need htpasswd after all * use exact when installing local packages - timestamp is used in version * why it failed? * use yarn for publishing - see verdaccio/verdaccio#997 * v0.1.1 * add temporary .npmrc file to allow anonymous publishes * add some jsdocs * update yarn.lock * oops * debug why still can't publish anon * adjust npmrc content * doh * Revert "debug why still can't publish anon" This reverts commit fc1045a. * handle package installation of deps didn't change * skip version changes for packages in gatsby mono-repo, queue copying instead of doing it immediately * fix tests * packages stored in verdaccio storage seems to be picked up by jest and causing trouble, so let's ignore verdaccio storage directory * bye "wat", you will be missed * bail early to avoid conditional bracket hell * more bailing early * more concise * new line * use exaca to simplify running yarn * clean up www/.gitignore * handle not existing packages * remove unused (was needed for basic auth) * cleanup temp file changes when process exit in middle of publishing * ops * Apply suggestions from code review Co-Authored-By: pieh <[email protected]> * cleanup unpkg response handler * move stuff around * remove tmp comment * document traversePackageDocs fn * restrcuture files * add basic tests for traversingPackageDeps * add basic tests for generating packages to publish (based on dep graph) * fix tests on windows * handle circular dependencies when constructing list of packages to publish * remove cat ;( * restore original e2e-test script * update gitignore * chore(release): Publish - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] * chore(release): Publish - [email protected] * docs(gatsby-dev-cli): Edit README (#13049) * Build out Gatsby media information in docs (#12906) * add video info, delete unnecessary stubs Related to #12903 * fix internal link for html5 video section * update videoTitle example Co-Authored-By: marcysutton <[email protected]> * Apply suggestions from code review thanks for the feedback! Co-Authored-By: marcysutton <[email protected]> * incorporate feedback, make into real docs!! * delete unused stubs * Update docs/docs/working-with-video.md Co-Authored-By: marcysutton <[email protected]> * Update docs/docs/working-with-video.md Co-Authored-By: marcysutton <[email protected]> * chore(gatsby): fix domready package to be compatible with ie10 (#13027) * changed domready package to domready-loaded which is compatible with ie10 * updated domready to @mikaelkristiansson/domready * updated packages/gatsby to use @mikaelkristiansson/domready * chore(release): Publish - [email protected] * feat(gatsby-transformer-react-docgen): use local babel config for react-docgen (#12001) * feat: use local babel config for react-docgen BREAKING CHANGE: now uses the local babel config with a fallback * Update README.md * chore(release): Publish - [email protected] * chore(docs): add “Why I used GatsbyJS (#12954) Why I used GatsbyJS <!-- Have any questions? Check out the contributing docs at https://gatsby.dev/contribute, or ask in this Pull Request and a Gatsby maintainer will be happy to help :) --> ## Description <!-- Write a brief description of the changes introduced by this PR --> ## Related Issues <!-- Link to the issue that is fixed by this PR (if there is one) e.g. Fixes #1234, Addresses #1234, Related to #1234, etc. --> * feat(www): don't check for overview frontmatter (#13060) Fixes `[[guidelist]]` not being replaced in few pages (i.e. in https://www.gatsbyjs.org/docs/winning-over-stakeholders/ ) The code is handling cases when there are no children (tried building locally and it worked just fine). Follow up to this would be to clear `.md` files that use `overview` and adjust page query. But this is just quick fix. * chore(docs): add starter library to docs sidebar under starters (#12963) 40% of people visiting the starters page go here next, so we should probably add this: ![image](https://user-images.githubusercontent.com/4388699/55285012-58d26180-5337-11e9-9259-68e81b4894ad.png) * chore(showcase): Add gmartinez.dev to showcase (#13067) <!-- Have any questions? Check out the contributing docs at https://gatsby.dev/contribute, or ask in this Pull Request and a Gatsby maintainer will be happy to help :) --> ## Description Adding gmartinez.dev to showcase list in site.yml <!-- Link to the issue that is fixed by this PR (if there is one) e.g. Fixes #1234, Addresses #1234, Related to #1234, etc. --> Co-authored-by: Lennart <[email protected]> * fix(gatsby): don't try to statically analyze gatsby-node, require it and examine exports instead (#13053) * fix: don't try to statically analyze gatsby-node, require it and examine exports instead * differentiate test names * Update packages/gatsby/src/bootstrap/resolve-module-exports.js Co-Authored-By: pieh <[email protected]> * chore(release): Publish - [email protected] * Use Loki's elemMatch operator (#13025) * feat(gatsby): add util.promisify polyfill for older node version (#13024) * refactor(gatsby): gatsby develop: cleanup port detection (#13006) * chore(release): Publish - [email protected] * fix(gatsby): ignore __esModule export in gatsby-node exports (#13081) I introduced bug/regression in #13053 by not removing `__esModule` export name from resolved export names - it break some plugins Fixes: #13079 * chore(release): Publish - [email protected] * fix(www): Hubspot form UI (#13080) * fix(www): Work around HubSpot’s CSS being loaded …by pulling in react-hubspot-form locally, and modifying it slightly. See comment in `www/src/components/react-hubspot-form` for more info. * Fix `formInput` styles … now matching the reference homepage newsletter form — no more Futura PT for input text. * Return nothing because linter * Make into Two Words
1 parent 09d9b4b commit 8969502

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+4537
-296
lines changed

docs/docs/awesome-gatsby.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ See the [library of official and community plugins](/plugins/)
6666
- [Zero to Deploy: A Practical Guide to Static Sites with Gatsby.js](https://scotch.io/tutorials/zero-to-deploy-a-practical-guide-to-static-sites-with-gatsbyjs)
6767
- [Build blazing fast web applications with Gatsby 101](https://gatsbyguides.com/)
6868
- [Build a Coffee Shop Website w/ Gatsby, Contentful, SnipCard & Formspree](https://www.youtube.com/watch?v=oAVhEPey_qA)
69+
- [Why I used GatsbyJS](https://medium.com/@jameshunt.co/why-i-used-gatsbyjs-70bbb0f5c4a7)
6970

7071
### German
7172

docs/docs/dropping-images-into-static-folders.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/docs/images-and-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Images and Files
2+
title: Images, Video, and Files
33
overview: true
44
---
55

6-
Gatsby provides multiple solutions for adding images and files into your projects. This section will walk you through several common patterns for handling images and files in Gatsby projects.
6+
Gatsby provides multiple solutions for adding images, video, and files into your projects. This section will walk you through several common patterns for handling media in Gatsby projects.
77

88
[[guidelist]]
Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
---
2-
title: Importing media content
3-
issue: https://github.com/gatsbyjs/gatsby/issues/8103
2+
title: Importing Media Content
43
---
54

6-
This is a stub. Help our community expand it.
5+
"Media content" is a broad term that generally includes images, videos, documents and files that are displayed on your website. For Gatsby sites, you have multiple options for importing media content depending on the type:
76

8-
Please use the [Gatsby Style Guide](/contributing/gatsby-style-guide/) to ensure your
9-
pull request gets accepted.
7+
## Images, SVG, and PDFs
8+
9+
- [Image graphics can be imported](/docs/adding-images-fonts-files/) with Webpack and queried with GraphQL.
10+
- Images can also be [included from the `static folder`](/docs/adding-images-fonts-files/#using-the-static-folder).
11+
- SVG content can be embedded into JSX. Here's a [handy JSX converter](https://transform.now.sh/html-to-jsx/).
12+
- SVG can be included in `img` tags or CSS backgrounds. [SVG Tips from CSS Tricks](https://css-tricks.com/using-svg/).
13+
- For PDF files, we recommend embedding an [image of the PDF](https://helpx.adobe.com/acrobat/using/exporting-pdfs-file-formats.html) with [alternative text](https://a11y-101.com/development/infographics), and providing a link to download a [tagged PDF](https://helpx.adobe.com/acrobat/using/creating-accessible-pdfs.html).
14+
15+
## Video assets
16+
17+
Like images, video assets present many options and requirements for cross-browser support. Learn about video embeds on the Gatsby docs page on [working with video](/docs/working-with-video/).
18+
19+
## Canvas and WebGL
20+
21+
The HTML5 `<canvas>` element provides a space for 2-dimensional drawing in a web environment. In Gatsby and React, it may help to include a library like [react-konva](https://github.com/konvajs/react-konva) or one of the comparison libraries to cut down on boilerplate and make drawing easier.
22+
23+
[WebGL](https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API/Tutorial/Getting_started_with_WebGL), on the other hand, creates a 3-dimensional space in a web environment using the `<canvas>` element. Libraries like [Three.js](https://threejs.org/) are often used to enable WebGL experiences in React apps.
24+
25+
> Using canvas and/or WebGL may require modifying your Webpack config. Do you have experience with making this work in your Gatsby site? Contribute to the docs by adding more details to this page.

docs/docs/importing-single-files.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/docs/working-with-video.md

Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
1+
---
2+
title: Working With Video
3+
---
4+
5+
- [Sourcing video from a host](#sourcing-video-from-a-host)
6+
- [Embedding hosted videos in Markdown](#embedding-hosted-videos-in-markdown)
7+
- [Writing custom components for hosted video](#writing-custom-components-for-hosted-video)
8+
- [Querying video data from Markdown with GraphQL](#querying-video-data-from-markdown-with-graphql)
9+
- [Hosting your own HTML5 video files](#hosting-your-own-html5-video-files)
10+
- [Using custom video players](#using-custom-video-players)
11+
12+
## Sourcing video from a host
13+
14+
The easiest method for including video on a Gatsby site is to source an uploaded file from a site like YouTube, Vimeo, or Twitch. Using the source URL from one of those hosts, you can use Remark plugins or create a custom `<iframe>` solution to embed videos into your Gatsby site.
15+
16+
## Embedding hosted videos in Markdown
17+
18+
There are numerous Gatsby plugins for working with hosted video in your Markdown posts and pages. We recommend checking out the [gatsby-remark-embed-video](/packages/gatsby-remark-embed-video/?=video) plugin for sourcing from a variety of hosts.
19+
20+
### Writing custom components for hosted video
21+
22+
If you would like more control over how YouTube (or similar) videos are embedded into your Gatsby posts and pages, you can write a reusable custom `iframe` component and include it in a JSX template or in your content [with MDX](/docs/mdx/).
23+
24+
In this reusable sample component, you could include props for video data like URL or title, any necessary markup for styling purposes, and the common `iframe` embed code:
25+
26+
```js:title=components/video.js
27+
const Video = ({ videoSrcURL, videoTitle, ...props }) => (
28+
<div className="video">
29+
<iframe
30+
src={videoSrcURL}
31+
title={videoTitle}
32+
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
33+
frameBorder="0"
34+
webkitallowfullscreen="true"
35+
mozallowfullscreen="true"
36+
allowFullScreen
37+
/>
38+
</div>
39+
)
40+
```
41+
42+
You would then include this component in a template or page with a video source URL and title passed in as props. The data for video URLs and titles can be sourced in multiple ways, such as importing JSON or [querying data from Markdown with GraphQL](#querying-data-from-markdown-with-graphql). You can also hard-code video data for something fun, like a custom 404 page with an Easter egg YouTube video:
43+
44+
```jsx:title=src/pages/404.js
45+
import React from "react"
46+
47+
import Layout from "../components/layout"
48+
import SEO from "../components/seo"
49+
import Video from "../components/video"
50+
51+
const NotFoundPage = () => (
52+
<Layout>
53+
<SEO title="404: Not found" />
54+
<section>
55+
<h1>NOT FOUND</h1>
56+
<p>You just hit a page that doesn't exist... the sadness.</p>
57+
<p>May I suggest a video instead?</p>
58+
<Video
59+
videoSrcURL="https://www.youtube.com/embed/dQw4w9WgXcQ"
60+
videoTitle="Official Music Video on YouTube"
61+
/>
62+
</section>
63+
</Layout>
64+
)
65+
66+
export default NotFoundPage
67+
```
68+
69+
## Querying video data from Markdown with GraphQL
70+
71+
If a Markdown page or post has a featured video, you might want to include a video URL and title in [its frontmatter](/docs/adding-markdown-pages#note-on-creating-markdown-files). That makes it easy to pass those values into our custom component:
72+
73+
```markdown:title=my-first-post.md
74+
---
75+
path: "/blog/my-first-post"
76+
date: "2019-03-27"
77+
title: "My first blog post"
78+
videoSourceURL: https://www.youtube.com/embed/dQw4w9WgXcQ
79+
videoTitle: "Gatsby is Never Gonna Give You Up"
80+
---
81+
```
82+
83+
To include a video component in a template, you could start with something like this:
84+
85+
```jsx:title=vlog-template.js
86+
import React from "react"
87+
import { graphql } from "gatsby"
88+
89+
import Video from "../components/video"
90+
91+
export default function VlogTemplate({
92+
data, // this prop will be injected by the GraphQL query below.
93+
}) {
94+
const { markdownRemark } = data // data.markdownRemark holds our post data
95+
const { frontmatter, html } = markdownRemark
96+
return (
97+
<div className="blog-post-container">
98+
<div className="blog-post">
99+
<h1>{frontmatter.title}</h1>
100+
<h2>{frontmatter.date}</h2>
101+
<Video
102+
videoSrcURL={frontmatter.videoSrcURL}
103+
videoTitle={frontmatter.videoTitle}
104+
/>
105+
<div
106+
className="blog-post-content"
107+
dangerouslySetInnerHTML={{ __html: html }}
108+
/>
109+
</div>
110+
</div>
111+
)
112+
}
113+
114+
export const pageQuery = graphql`
115+
query($path: String!) {
116+
markdownRemark(frontmatter: { path: { eq: $path } }) {
117+
html
118+
frontmatter {
119+
date(formatString: "MMMM DD, YYYY")
120+
path
121+
title
122+
videoSrcURL
123+
videoTitle
124+
}
125+
}
126+
}
127+
`
128+
```
129+
130+
## Hosting your own HTML5 video files
131+
132+
It's super common to source video from YouTube, Twitch or Vimeo. But what if you want to host your own video and include it as HTML5 video?
133+
134+
> This discussion is ongoing on GitHub, chime in with your ideas in the Gatsby issue [#3346 Create a special component for HTML5 videos](https://github.com/gatsbyjs/gatsby/issues/3346)
135+
136+
To include your own video files that will work in multiple web browsers and platforms, you'll need to read up a bit on video extensions and codecs. We recommend MDN as a resource: [Media formats for HTML audio and video](https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats). You may need video converter software to produce the necessary formats to support a range of devices and environments, such as `.webm` and `.mp4`.
137+
138+
## Using custom video players
139+
140+
One advantage of integrating a custom component with your own hosted video is it can give you more control over the video player, including its accessibility. It is strongly encouraged to provide captions and subtitles for your videos, and use a player with accessible controls.
141+
142+
Check out the accessible [HTML5 video player from PayPal](https://github.com/paypal/accessible-html5-video-player#react-version) for an example compatible with Gatsby and React.

docs/sites.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5158,3 +5158,14 @@
51585158
built_by: Luke Whitehouse
51595159
built_by_url: https://twitter.com/_lukewh
51605160
featured: false
5161+
- title: Gerald Martinez Dev
5162+
main_url: https://gmartinez.dev/
5163+
url: https://gmartinez.dev/
5164+
description: >
5165+
Personal web site for show my skills and my works.
5166+
categories:
5167+
- Web Development
5168+
- Portfolio
5169+
built_by: Gerald Martinez
5170+
built_by_url: https://twitter.com/GeraldM_92
5171+
featured: false

docs/tutorial/part-six/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Try creating a new page containing a blog post and see what happens to the list
213213
## What's coming next?
214214

215215
This is great! You've just created a nice index page where you're querying your markdown
216-
files and producing a list of blogpost titles and excerpts. But you don't want to just see excerpts, you want actual pages for your markdown files.
216+
files and producing a list of blog post titles and excerpts. But you don't want to just see excerpts, you want actual pages for your markdown files.
217217

218218
You could continue to create pages by placing React components in `src/pages`. However, you'll
219219
next learn how to _programmatically_ create pages from _data_. Gatsby is _not_

jest.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ const builtTestsDirs = pkgs
1111
.filter(p => fs.existsSync(path.join(p, `src`)))
1212
.map(p => path.join(p, `__tests__`))
1313
const distDirs = pkgs.map(p => path.join(p, `dist`))
14-
const ignoreDirs = [].concat(gatsbyBuildDirs, builtTestsDirs, distDirs)
14+
const ignoreDirs = [`<rootDir>/packages/gatsby-dev-cli/verdaccio`].concat(
15+
gatsbyBuildDirs,
16+
builtTestsDirs,
17+
distDirs
18+
)
19+
1520
const coverageDirs = pkgs.map(p => path.join(p, `src/**/*.js`))
1621
const useCoverage = !!process.env.GENERATE_JEST_REPORT
1722

packages/babel-plugin-remove-graphql-queries/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.6.3](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@[email protected]) (2019-04-02)
7+
8+
### Features
9+
10+
- **gatsby-dev-cli:** add verdaccio support ([#11525](https://github.com/gatsbyjs/gatsby/issues/11525)) ([a4f7e77](https://github.com/gatsbyjs/gatsby/commit/a4f7e77))
11+
612
## [2.6.2](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@[email protected]) (2019-03-11)
713

814
**Note:** Version bump only for package babel-plugin-remove-graphql-queries

0 commit comments

Comments
 (0)