Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-plugin-google-analytics@2.1.36
 - gatsby-plugin-manifest@2.2.42
 - gatsby-source-contentful@2.1.87
 - gatsby-theme-blog-core@1.0.77
 - gatsby-theme-blog@1.2.49
 - gatsby-theme-notes@1.0.70
 - gatsby-transformer-asciidoc@1.1.24
 - gatsby@2.19.20
  • Loading branch information
ascorbic committed Feb 24, 2020
1 parent ff54585 commit 03f3b78
Show file tree
Hide file tree
Showing 16 changed files with 57 additions and 12 deletions.
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-google-analytics/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.36](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.1.35...gatsby-plugin-google-analytics@2.1.36) (2020-02-24)

**Note:** Version bump only for package gatsby-plugin-google-analytics

## [2.1.35](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.1.34...gatsby-plugin-google-analytics@2.1.35) (2020-02-01)

**Note:** Version bump only for package gatsby-plugin-google-analytics
Expand Down
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": "2.1.35",
"version": "2.1.36",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-manifest/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.2.42](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.2.41...gatsby-plugin-manifest@2.2.42) (2020-02-24)

**Note:** Version bump only for package gatsby-plugin-manifest

## [2.2.41](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.2.40...gatsby-plugin-manifest@2.2.41) (2020-02-01)

### Bug Fixes
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,7 +1,7 @@
{
"name": "gatsby-plugin-manifest",
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
"version": "2.2.41",
"version": "2.2.42",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
12 changes: 12 additions & 0 deletions packages/gatsby-source-contentful/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.87](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.86...gatsby-source-contentful@2.1.87) (2020-02-24)

### Bug Fixes

- **gatsby-source-contentful:** Add panic messaging to builds with no locales ([#21667](https://github.com/gatsbyjs/gatsby/issues/21667)) ([6979816](https://github.com/gatsbyjs/gatsby/commit/6979816))
- check that richTextOptions exists before using it ([#21648](https://github.com/gatsbyjs/gatsby/issues/21648)) ([80acb8d](https://github.com/gatsbyjs/gatsby/commit/80acb8d))
- fix Contentful sync limit ([#21644](https://github.com/gatsbyjs/gatsby/issues/21644)) ([af921bb](https://github.com/gatsbyjs/gatsby/commit/af921bb))

### Features

- add an option to resolve locales in entries referenced by rich text ([#21619](https://github.com/gatsbyjs/gatsby/issues/21619)) ([0666df7](https://github.com/gatsbyjs/gatsby/commit/0666df7))

## [2.1.86](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.85...gatsby-source-contentful@2.1.86) (2020-02-13)

### Bug Fixes
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.86",
"version": "2.1.87",
"author": "Marcus Ericsson <mericsson@gmail.com> (mericsson.com)",
"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.0.77](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.0.76...gatsby-theme-blog-core@1.0.77) (2020-02-24)

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

## [1.0.76](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.0.75...gatsby-theme-blog-core@1.0.76) (2020-02-20)

**Note:** Version bump only for package gatsby-theme-blog-core
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-theme-blog-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-blog-core",
"version": "1.0.76",
"version": "1.0.77",
"main": "index.js",
"author": "christopherbiscardi <chris@christopherbiscardi.com> (@chrisbiscardi)",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@mdx-js/react": "^1.5.1",
"gatsby": "^2.19.19",
"gatsby": "^2.19.20",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-dom": "^16.12.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-blog/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.49](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.2.48...gatsby-theme-blog@1.2.49) (2020-02-24)

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

## [1.2.48](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.2.47...gatsby-theme-blog@1.2.48) (2020-02-20)

**Note:** Version bump only for package gatsby-theme-blog
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-theme-blog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-blog",
"version": "1.2.48",
"version": "1.2.49",
"description": "A Gatsby theme for miscellaneous blogging with a dark/light mode",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"gatsby-plugin-react-helmet": "^3.1.22",
"gatsby-plugin-theme-ui": "^0.2.43",
"gatsby-plugin-twitter": "^2.1.19",
"gatsby-theme-blog-core": "^1.0.76",
"gatsby-theme-blog-core": "^1.0.77",
"mdx-utils": "0.2.0",
"react-helmet": "^5.2.1",
"react-switch": "^5.0.1",
Expand All @@ -39,7 +39,7 @@
"typography-theme-wordpress-2016": "^0.16.19"
},
"devDependencies": {
"gatsby": "^2.19.19",
"gatsby": "^2.19.20",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-dom": "^16.12.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-notes/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.0.70](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.0.69...gatsby-theme-notes@1.0.70) (2020-02-24)

**Note:** Version bump only for package gatsby-theme-notes

## [1.0.69](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.0.68...gatsby-theme-notes@1.0.69) (2020-02-20)

**Note:** Version bump only for package gatsby-theme-notes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-theme-notes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-theme-notes",
"description": "Gatsby Theme for adding a notes section to your website",
"version": "1.0.69",
"version": "1.0.70",
"author": "John Otander",
"license": "MIT",
"main": "index.js",
Expand All @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-theme-notes#readme",
"devDependencies": {
"gatsby": "^2.19.19",
"gatsby": "^2.19.20",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-transformer-asciidoc/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.24](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@1.1.23...gatsby-transformer-asciidoc@1.1.24) (2020-02-24)

### Bug Fixes

- Allow include in asciidoc ([#21674](https://github.com/gatsbyjs/gatsby/issues/21674)) ([f4295df](https://github.com/gatsbyjs/gatsby/commit/f4295df))

## [1.1.23](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@1.1.22...gatsby-transformer-asciidoc@1.1.23) (2020-02-01)

**Note:** Version bump only for package gatsby-transformer-asciidoc
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-asciidoc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-transformer-asciidoc",
"description": "Gatsby transformer plugin for Asciidocs using the Asciidoctor.js library",
"version": "1.1.23",
"version": "1.1.24",
"author": "Daniel Oliver <danieloliversoftware@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
7 changes: 7 additions & 0 deletions packages/gatsby/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.19.20](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.19.19...gatsby@2.19.20) (2020-02-24)

### Bug Fixes

- **gatsby:** add app-data to preload list ([#21537](https://github.com/gatsbyjs/gatsby/issues/21537)) ([ad92e13](https://github.com/gatsbyjs/gatsby/commit/ad92e13))
- **gatsby:** Fix wrongly skipping graphql filter cache ([#21578](https://github.com/gatsbyjs/gatsby/issues/21578)) ([4f68761](https://github.com/gatsbyjs/gatsby/commit/4f68761))

## [2.19.19](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.19.18...gatsby@2.19.19) (2020-02-20)

### Bug Fixes
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": "Blazing fast modern site generator for React",
"version": "2.19.19",
"version": "2.19.20",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down

0 comments on commit 03f3b78

Please sign in to comment.