Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 48 changed files with 174 additions and 33 deletions.
4 changes: 4 additions & 0 deletions packages/gatsby-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.10.12](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.10.12) (2020-03-18)

**Note:** Version bump only for package gatsby-cli

## [2.10.11](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.10.11) (2020-03-16)

**Note:** Version bump only for package gatsby-cli
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-cli",
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
"version": "2.10.11",
"version": "2.10.12",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "lib/index.js"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-codemods/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.25](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.25) (2020-03-18)

**Note:** Version bump only for package gatsby-codemods

## [1.1.24](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.24) (2020-03-16)

**Note:** Version bump only for package gatsby-codemods
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-codemods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-codemods",
"version": "1.1.24",
"version": "1.1.25",
"description": "A collection of codemod scripts for use with JSCodeshift that help migrate to newer versions of Gatsby.",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-graphiql-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.37](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.37) (2020-03-18)

**Note:** Version bump only for package gatsby-graphiql-explorer

## [0.2.36](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.36) (2020-03-16)

**Note:** Version bump only for package gatsby-graphiql-explorer
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-graphiql-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-graphiql-explorer",
"version": "0.2.36",
"version": "0.2.37",
"description": "GraphiQL IDE with custom features for Gatsby users",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-guess-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.33](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.33) (2020-03-18)

### Bug Fixes

- update dependency guess-webpack to ~0.4.17 ([#22319](https://github.com/gatsbyjs/gatsby/issues/22319)) ([770c365](https://github.com/gatsbyjs/gatsby/commit/770c365))

## [1.1.32](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.32) (2020-03-16)

**Note:** Version bump only for package gatsby-plugin-guess-js
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-guess-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-guess-js",
"version": "1.1.32",
"version": "1.1.33",
"description": "Gatsby plugin providing drop-in integration with Guess.js to enabling using machine learning and analytics data to power prefetching",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.84](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.84) (2020-03-18)

### Bug Fixes

- update minor updates in packages ([#22329](https://github.com/gatsbyjs/gatsby/issues/22329)) ([bfb864b](https://github.com/gatsbyjs/gatsby/commit/bfb864b))

## [1.0.83](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.83) (2020-03-16)

**Note:** Version bump only for package gatsby-plugin-mdx
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-mdx",
"version": "1.0.83",
"version": "1.0.84",
"description": "MDX integration for Gatsby",
"main": "index.js",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-netlify-cms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.1.43](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.1.43) (2020-03-18)

### Bug Fixes

- update dependency mini-css-extract-plugin ([#22320](https://github.com/gatsbyjs/gatsby/issues/22320)) ([d5c936e](https://github.com/gatsbyjs/gatsby/commit/d5c936e))

## [4.1.42](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.1.42) (2020-03-16)

**Note:** Version bump only for package gatsby-plugin-netlify-cms
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-netlify-cms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-netlify-cms",
"description": "A Gatsby plugin which generates the Netlify CMS single page app",
"version": "4.1.42",
"version": "4.1.43",
"author": "Shawn Erquhart <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-offline/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.42](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.42) (2020-03-18)

### Bug Fixes

- **gatsby-plugin-offline:** Run app-shell.js from user cache directory for pnp compatibility ([#22351](https://github.com/gatsbyjs/gatsby/issues/22351)) ([f8b7317](https://github.com/gatsbyjs/gatsby/commit/f8b7317))

## [3.0.41](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.41) (2020-03-16)

**Note:** Version bump only for package gatsby-plugin-offline
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": "3.0.41",
"version": "3.0.42",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-preload-fonts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.36](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.36) (2020-03-18)

### Bug Fixes

- **gatsby-plugin-preload-fonts:** lookup routes with and without trailing slash ([#21890](https://github.com/gatsbyjs/gatsby/issues/21890)) ([6475398](https://github.com/gatsbyjs/gatsby/commit/6475398)), closes [#21814](https://github.com/gatsbyjs/gatsby/issues/21814)

## [1.0.35](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.35) (2020-03-16)

**Note:** Version bump only for package gatsby-plugin-preload-fonts
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-preload-fonts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-preload-fonts",
"description": "Gatsby plugin for preloading fonts per page",
"version": "1.0.35",
"version": "1.0.36",
"author": "Aaron Ross <[email protected]>",
"main": "index.js",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-react-router-scroll/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.25](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.25) (2020-03-18)

### Bug Fixes

- update dependency scroll-behavior ([#22322](https://github.com/gatsbyjs/gatsby/issues/22322)) ([9b8c914](https://github.com/gatsbyjs/gatsby/commit/9b8c914))

## [2.1.24](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.24) (2020-03-16)

**Note:** Version bump only for package gatsby-react-router-scroll
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-react-router-scroll/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-react-router-scroll",
"description": "React Router scroll management forked from https://github.com/ytase/react-router-scroll for Gatsby",
"version": "2.1.24",
"version": "2.1.25",
"author": "Jimmy Jia",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-remark-images-contentful/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.35](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@[email protected]) (2020-03-18)

### Bug Fixes

- update dependency axios to ^0.19.2 ([#22317](https://github.com/gatsbyjs/gatsby/issues/22317)) ([91e780f](https://github.com/gatsbyjs/gatsby/commit/91e780f))

## [2.1.34](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@[email protected]) (2020-03-16)

**Note:** Version bump only for package gatsby-remark-images-contentful
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-images-contentful/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-remark-images-contentful",
"version": "2.1.34",
"version": "2.1.35",
"description": "Process Images in Contentful markdown so they can use the images API.",
"main": "index.js",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/gatsby-source-contentful/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.99](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.99) (2020-03-18)

### Bug Fixes

- update dependency axios to ^0.19.2 ([#22317](https://github.com/gatsbyjs/gatsby/issues/22317)) ([91e780f](https://github.com/gatsbyjs/gatsby/commit/91e780f))
- **readme:** Update Readme gatsby-source-contentful missing co… ([#22339](https://github.com/gatsbyjs/gatsby/issues/22339)) ([ab59162](https://github.com/gatsbyjs/gatsby/commit/ab59162))

## [2.1.98](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.98) (2020-03-16)

**Note:** Version bump only for package gatsby-source-contentful
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-contentful/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-contentful",
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
"version": "2.1.98",
"version": "2.1.99",
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-source-drupal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.3.29](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.29) (2020-03-18)

### Bug Fixes

- update dependency axios to ^0.19.2 ([#22317](https://github.com/gatsbyjs/gatsby/issues/22317)) ([91e780f](https://github.com/gatsbyjs/gatsby/commit/91e780f))

## [3.3.28](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.28) (2020-03-16)

**Note:** Version bump only for package gatsby-source-drupal
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,7 +1,7 @@
{
"name": "gatsby-source-drupal",
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
"version": "3.3.28",
"version": "3.3.29",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-faker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.24](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.24) (2020-03-18)

**Note:** Version bump only for package gatsby-source-faker

## [2.1.23](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.23) (2020-03-16)

**Note:** Version bump only for package gatsby-source-faker
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-faker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-faker",
"description": "A gatsby plugin to get fake data for testing",
"version": "2.1.23",
"version": "2.1.24",
"author": "Pavithra Kodmad<[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-source-hacker-news/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.5) (2020-03-18)

### Bug Fixes

- update dependency axios to ^0.19.2 ([#22317](https://github.com/gatsbyjs/gatsby/issues/22317)) ([91e780f](https://github.com/gatsbyjs/gatsby/commit/91e780f))

## [2.2.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.4) (2020-03-16)

**Note:** Version bump only for package gatsby-source-hacker-news
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-hacker-news/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-hacker-news",
"description": "Gatsby source plugin for building websites using Hacker News as a data source",
"version": "2.2.4",
"version": "2.2.5",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-source-lever/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.29](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.29) (2020-03-18)

### Bug Fixes

- update dependency axios to ^0.19.2 ([#22317](https://github.com/gatsbyjs/gatsby/issues/22317)) ([91e780f](https://github.com/gatsbyjs/gatsby/commit/91e780f))

## [2.1.28](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.28) (2020-03-16)

**Note:** Version bump only for package gatsby-source-lever
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-lever/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-lever",
"description": "Gatsby source plugin for building websites using the Lever.co Recruitment Software as a data source.",
"version": "2.1.28",
"version": "2.1.29",
"author": "Sebastien Fichot <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-source-medium/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.23](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.23) (2020-03-18)

### Bug Fixes

- update dependency axios to ^0.19.2 ([#22317](https://github.com/gatsbyjs/gatsby/issues/22317)) ([91e780f](https://github.com/gatsbyjs/gatsby/commit/91e780f))

## [2.1.22](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.22) (2020-03-16)

**Note:** Version bump only for package gatsby-source-medium
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-medium/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-medium",
"description": "Gatsby source plugin for building websites using Medium as a data source",
"version": "2.1.22",
"version": "2.1.23",
"author": "Robert Vogt <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-source-wikipedia/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.22](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.22) (2020-03-18)

### Bug Fixes

- update dependency axios to ^0.19.2 ([#22317](https://github.com/gatsbyjs/gatsby/issues/22317)) ([91e780f](https://github.com/gatsbyjs/gatsby/commit/91e780f))

## [2.1.21](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.21) (2020-03-16)

**Note:** Version bump only for package gatsby-source-wikipedia
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-wikipedia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-wikipedia",
"version": "2.1.21",
"version": "2.1.22",
"description": "Gatsby source plugin for pulling articles from Wikipedia",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-source-wordpress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.73](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.73) (2020-03-18)

### Bug Fixes

- update dependency axios to ^0.19.2 ([#22317](https://github.com/gatsbyjs/gatsby/issues/22317)) ([91e780f](https://github.com/gatsbyjs/gatsby/commit/91e780f))

## [3.1.72](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.72) (2020-03-16)

**Note:** Version bump only for package gatsby-source-wordpress
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-wordpress/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-wordpress",
"description": "Gatsby source plugin for building websites using the WordPress CMS as a data source.",
"version": "3.1.72",
"version": "3.1.73",
"author": "Sebastien Fichot <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-blog-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.30](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.30) (2020-03-18)

**Note:** Version bump only for package gatsby-theme-blog-core

## [1.2.29](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.29) (2020-03-16)

**Note:** Version bump only for package gatsby-theme-blog-core
Expand Down
Loading

0 comments on commit 6bc07b1

Please sign in to comment.