Skip to content

Commit 84fa4be

Browse files
committed
chore(release): Publish
- babel-preset-gatsby@0.5.13 - gatsby-admin@0.1.157 - gatsby-cli@2.12.103 - gatsby-core-utils@1.3.23 - gatsby-image@2.4.21 - gatsby-page-utils@0.2.28 - gatsby-plugin-canonical-urls@2.3.13 - gatsby-plugin-catch-links@2.3.15 - gatsby-plugin-coffeescript@2.3.13 - gatsby-plugin-create-client-paths@2.3.13 - gatsby-plugin-cxs@2.3.13 - gatsby-plugin-emotion@4.3.13 - gatsby-plugin-facebook-analytics@2.4.13 - gatsby-plugin-feed@2.5.14 - gatsby-plugin-fullstory@2.3.14 - gatsby-plugin-glamor@2.3.13 - gatsby-plugin-google-analytics@2.3.16 - gatsby-plugin-google-gtag@2.1.13 - gatsby-plugin-google-tagmanager@2.3.15 - gatsby-plugin-guess-js@1.3.15 - gatsby-plugin-jss@2.3.13 - gatsby-plugin-layout@1.3.13 - gatsby-plugin-less@4.0.6 - gatsby-plugin-lodash@3.3.13 - gatsby-plugin-manifest@2.4.34 - gatsby-plugin-mdx@1.2.44 - gatsby-plugin-netlify-cms@4.3.16 - gatsby-plugin-netlify@2.3.17 - gatsby-plugin-no-sourcemaps@2.2.1 - gatsby-plugin-nprogress@2.3.13 - gatsby-plugin-offline@3.2.31 - gatsby-plugin-page-creator@2.3.31 - gatsby-plugin-postcss@3.0.1 - gatsby-plugin-preact@4.0.14 - gatsby-plugin-preload-fonts@1.2.28 - gatsby-plugin-react-css-modules@2.3.13 - gatsby-plugin-react-helmet@3.3.13 - gatsby-plugin-sass@2.3.15 - gatsby-plugin-sharp@2.6.39 - gatsby-plugin-sitemap@2.4.15 - gatsby-plugin-styled-components@3.3.13 - gatsby-plugin-styled-jsx@3.3.14 - gatsby-plugin-stylus@2.3.13 - gatsby-plugin-subfont@2.2.14 - gatsby-plugin-typography@2.5.13 - gatsby-plugin-utils@0.2.26 - gatsby-recipes@0.2.31 - gatsby-remark-autolink-headers@2.3.15 - gatsby-remark-code-repls@3.2.14 - gatsby-remark-copy-linked-files@2.3.19 - gatsby-remark-custom-blocks@2.3.13 - gatsby-remark-embed-snippet@4.3.17 - gatsby-remark-graphviz@1.3.13 - gatsby-remark-images-contentful@2.3.19 - gatsby-remark-images@3.3.33 - gatsby-remark-katex@3.3.14 - gatsby-remark-prismjs@3.5.16 - gatsby-remark-responsive-iframe@2.4.17 - gatsby-remark-smartypants@2.3.13 - gatsby-source-contentful@2.3.50 - gatsby-source-drupal@3.5.36 - gatsby-source-faker@2.3.13 - gatsby-source-filesystem@2.3.33 - gatsby-source-graphql@2.7.6 - gatsby-source-hacker-news@2.4.13 - gatsby-source-lever@2.3.14 - gatsby-source-medium@2.3.13 - gatsby-source-npm-package-search@2.3.16 - gatsby-source-shopify@3.2.35 - gatsby-source-wikipedia@2.3.14 - gatsby-source-wordpress@3.3.37 - gatsby-telemetry@1.3.38 - gatsby-transformer-asciidoc@1.3.14 - gatsby-transformer-csv@2.3.13 - gatsby-transformer-documentationjs@4.3.16 - gatsby-transformer-excel@2.4.14 - gatsby-transformer-hjson@2.4.13 - gatsby-transformer-javascript-frontmatter@2.3.14 - gatsby-transformer-javascript-static-exports@2.4.13 - gatsby-transformer-json@2.4.14 - gatsby-transformer-pdf@1.3.14 - gatsby-transformer-react-docgen@5.2.14 - gatsby-transformer-remark@2.8.38 - gatsby-transformer-sharp@2.5.17 - gatsby-transformer-sqip@2.3.39 - gatsby-transformer-toml@2.4.16 - gatsby-transformer-xml@2.3.14 - gatsby-transformer-yaml@2.4.14 - gatsby@2.24.68
1 parent 49e6669 commit 84fa4be

File tree

178 files changed

+487
-119
lines changed

Some content is hidden

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

178 files changed

+487
-119
lines changed

packages/babel-preset-gatsby/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [0.5.13](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.5.12...babel-preset-gatsby@0.5.13) (2020-10-06)
7+
8+
**Note:** Version bump only for package babel-preset-gatsby
9+
610
## [0.5.12](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.5.11...babel-preset-gatsby@0.5.12) (2020-10-01)
711

812
**Note:** Version bump only for package babel-preset-gatsby

packages/babel-preset-gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-gatsby",
3-
"version": "0.5.12",
3+
"version": "0.5.13",
44
"author": "Philipp Spiess <hello@philippspiess.com>",
55
"repository": {
66
"type": "git",
@@ -21,7 +21,7 @@
2121
"babel-plugin-dynamic-import-node": "^2.3.3",
2222
"babel-plugin-macros": "^2.8.0",
2323
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
24-
"gatsby-core-utils": "^1.3.22",
24+
"gatsby-core-utils": "^1.3.23",
2525
"gatsby-legacy-polyfills": "^0.0.5"
2626
},
2727
"peerDependencies": {

packages/gatsby-admin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [0.1.157](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.156...gatsby-admin@0.1.157) (2020-10-06)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.1.156](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.155...gatsby-admin@0.1.156) (2020-10-01)
711

812
### Bug Fixes

packages/gatsby-admin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.1.156",
3+
"version": "0.1.157",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,11 +20,11 @@
2020
"@typescript-eslint/parser": "^2.34.0",
2121
"csstype": "^2.6.13",
2222
"formik": "^2.1.5",
23-
"gatsby": "^2.24.67",
23+
"gatsby": "^2.24.68",
2424
"gatsby-interface": "^0.0.193",
2525
"gatsby-plugin-typescript": "^2.4.21",
2626
"gatsby-plugin-webfonts": "^1.1.3",
27-
"gatsby-source-graphql": "^2.7.5",
27+
"gatsby-source-graphql": "^2.7.6",
2828
"lodash-es": "^4.17.15",
2929
"ncp": "^2.0.0",
3030
"nodemon": "^2.0.4",

packages/gatsby-cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.12.103](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.102...gatsby-cli@2.12.103) (2020-10-06)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
## [2.12.102](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.12.101...gatsby-cli@2.12.102) (2020-10-01)
711

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

packages/gatsby-cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-cli",
33
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
4-
"version": "2.12.102",
4+
"version": "2.12.103",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -23,9 +23,9 @@
2323
"execa": "^3.4.0",
2424
"fs-exists-cached": "^1.0.0",
2525
"fs-extra": "^8.1.0",
26-
"gatsby-core-utils": "^1.3.22",
27-
"gatsby-recipes": "^0.2.30",
28-
"gatsby-telemetry": "^1.3.37",
26+
"gatsby-core-utils": "^1.3.23",
27+
"gatsby-recipes": "^0.2.31",
28+
"gatsby-telemetry": "^1.3.38",
2929
"hosted-git-info": "^3.0.5",
3030
"ink": "^2.7.1",
3131
"ink-spinner": "^3.1.0",

packages/gatsby-core-utils/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [1.3.23](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.3.22...gatsby-core-utils@1.3.23) (2020-10-06)
7+
8+
**Note:** Version bump only for package gatsby-core-utils
9+
610
## [1.3.22](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.3.21...gatsby-core-utils@1.3.22) (2020-10-01)
711

812
**Note:** Version bump only for package gatsby-core-utils

packages/gatsby-core-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-core-utils",
3-
"version": "1.3.22",
3+
"version": "1.3.23",
44
"description": "A collection of gatsby utils used in different gatsby packages",
55
"keywords": [
66
"gatsby",

packages/gatsby-image/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.4.21](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.4.20...gatsby-image@2.4.21) (2020-10-06)
7+
8+
**Note:** Version bump only for package gatsby-image
9+
610
## [2.4.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.4.19...gatsby-image@2.4.20) (2020-09-28)
711

812
**Note:** Version bump only for package gatsby-image

packages/gatsby-image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-image",
33
"description": "Lazy-loading React image component with optional support for the blur-up effect.",
4-
"version": "2.4.20",
4+
"version": "2.4.21",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-page-utils/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [0.2.28](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.2.27...gatsby-page-utils@0.2.28) (2020-10-06)
7+
8+
**Note:** Version bump only for package gatsby-page-utils
9+
610
## [0.2.27](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.2.26...gatsby-page-utils@0.2.27) (2020-10-01)
711

812
**Note:** Version bump only for package gatsby-page-utils

packages/gatsby-page-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-page-utils",
3-
"version": "0.2.27",
3+
"version": "0.2.28",
44
"description": "Gatsby library that helps creating pages",
55
"main": "dist/index.js",
66
"scripts": {
@@ -24,7 +24,7 @@
2424
"bluebird": "^3.7.2",
2525
"chokidar": "^3.4.2",
2626
"fs-exists-cached": "^1.0.0",
27-
"gatsby-core-utils": "^1.3.22",
27+
"gatsby-core-utils": "^1.3.23",
2828
"glob": "^7.1.6",
2929
"lodash": "^4.17.20",
3030
"micromatch": "^4.0.2"

packages/gatsby-plugin-canonical-urls/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.3.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@2.3.12...gatsby-plugin-canonical-urls@2.3.13) (2020-10-06)
7+
8+
**Note:** Version bump only for package gatsby-plugin-canonical-urls
9+
610
## [2.3.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@2.3.11...gatsby-plugin-canonical-urls@2.3.12) (2020-09-28)
711

812
**Note:** Version bump only for package gatsby-plugin-canonical-urls

packages/gatsby-plugin-canonical-urls/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-canonical-urls",
33
"description": "Add canonical links to HTML pages Gatsby generates.",
4-
"version": "2.3.12",
4+
"version": "2.3.13",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-catch-links/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.3.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@2.3.14...gatsby-plugin-catch-links@2.3.15) (2020-10-06)
7+
8+
**Note:** Version bump only for package gatsby-plugin-catch-links
9+
610
## [2.3.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@2.3.13...gatsby-plugin-catch-links@2.3.14) (2020-10-01)
711

812
**Note:** Version bump only for package gatsby-plugin-catch-links

packages/gatsby-plugin-catch-links/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-catch-links",
33
"description": "Intercepts local links from markdown and other non-react pages and does a client-side pushState to avoid the browser having to refresh the page.",
4-
"version": "2.3.14",
4+
"version": "2.3.15",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-coffeescript/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.3.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@2.3.12...gatsby-plugin-coffeescript@2.3.13) (2020-10-06)
7+
8+
**Note:** Version bump only for package gatsby-plugin-coffeescript
9+
610
## [2.3.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@2.3.11...gatsby-plugin-coffeescript@2.3.12) (2020-09-28)
711

812
### Bug Fixes

packages/gatsby-plugin-coffeescript/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-coffeescript",
33
"description": "Adds CoffeeScript support for Gatsby",
4-
"version": "2.3.12",
4+
"version": "2.3.13",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-create-client-paths/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.3.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@2.3.12...gatsby-plugin-create-client-paths@2.3.13) (2020-10-06)
7+
8+
**Note:** Version bump only for package gatsby-plugin-create-client-paths
9+
610
## [2.3.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@2.3.11...gatsby-plugin-create-client-paths@2.3.12) (2020-09-28)
711

812
**Note:** Version bump only for package gatsby-plugin-create-client-paths

packages/gatsby-plugin-create-client-paths/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-create-client-paths",
33
"description": "Gatsby-plugin for creating paths that exist only on the client",
4-
"version": "2.3.12",
4+
"version": "2.3.13",
55
"author": "scott.eckenthal@gmail.com",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-cxs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.3.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@2.3.12...gatsby-plugin-cxs@2.3.13) (2020-10-06)
7+
8+
**Note:** Version bump only for package gatsby-plugin-cxs
9+
610
## [2.3.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@2.3.11...gatsby-plugin-cxs@2.3.12) (2020-09-28)
711

812
**Note:** Version bump only for package gatsby-plugin-cxs

packages/gatsby-plugin-cxs/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-cxs",
33
"description": "Gatsby plugin to add SSR support for ctx",
4-
"version": "2.3.12",
4+
"version": "2.3.13",
55
"author": "Chen-Tai Hou <ctxhou@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-emotion/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [4.3.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@4.3.12...gatsby-plugin-emotion@4.3.13) (2020-10-06)
7+
8+
**Note:** Version bump only for package gatsby-plugin-emotion
9+
610
## [4.3.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@4.3.11...gatsby-plugin-emotion@4.3.12) (2020-09-28)
711

812
**Note:** Version bump only for package gatsby-plugin-emotion

packages/gatsby-plugin-emotion/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-emotion",
33
"description": "Gatsby plugin to add support for Emotion",
4-
"version": "4.3.12",
4+
"version": "4.3.13",
55
"author": "Tegan Churchill <churchill.tegan@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-facebook-analytics/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.4.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@2.4.12...gatsby-plugin-facebook-analytics@2.4.13) (2020-10-06)
7+
8+
**Note:** Version bump only for package gatsby-plugin-facebook-analytics
9+
610
## [2.4.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@2.4.11...gatsby-plugin-facebook-analytics@2.4.12) (2020-09-28)
711

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

packages/gatsby-plugin-facebook-analytics/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-facebook-analytics",
33
"description": "Gatsby plugin to add facebook analytics onto a site",
4-
"version": "2.4.12",
4+
"version": "2.4.13",
55
"author": "Yeison Daza <jahir045@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-feed/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.5.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.5.13...gatsby-plugin-feed@2.5.14) (2020-10-06)
7+
8+
**Note:** Version bump only for package gatsby-plugin-feed
9+
610
## [2.5.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.5.12...gatsby-plugin-feed@2.5.13) (2020-09-28)
711

812
**Note:** Version bump only for package gatsby-plugin-feed

packages/gatsby-plugin-feed/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-feed",
33
"description": "Creates an RSS feed for your Gatsby site.",
4-
"version": "2.5.13",
4+
"version": "2.5.14",
55
"author": "Nicholas Young <nicholas@nicholaswyoung.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-fullstory/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.3.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@2.3.13...gatsby-plugin-fullstory@2.3.14) (2020-10-06)
7+
8+
**Note:** Version bump only for package gatsby-plugin-fullstory
9+
610
## [2.3.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@2.3.12...gatsby-plugin-fullstory@2.3.13) (2020-09-28)
711

812
**Note:** Version bump only for package gatsby-plugin-fullstory

packages/gatsby-plugin-fullstory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-fullstory",
3-
"version": "2.3.13",
3+
"version": "2.3.14",
44
"description": "Plugin to add the tracking code for Fullstory.com",
55
"main": "index.js",
66
"scripts": {

packages/gatsby-plugin-glamor/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.3.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-glamor@2.3.12...gatsby-plugin-glamor@2.3.13) (2020-10-06)
7+
8+
**Note:** Version bump only for package gatsby-plugin-glamor
9+
610
## [2.3.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-glamor@2.3.11...gatsby-plugin-glamor@2.3.12) (2020-09-28)
711

812
**Note:** Version bump only for package gatsby-plugin-glamor

packages/gatsby-plugin-glamor/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-glamor",
33
"description": "Gatsby plugin to add support for Glamor",
4-
"version": "2.3.12",
4+
"version": "2.3.13",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-google-analytics/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.3.16](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.3.15...gatsby-plugin-google-analytics@2.3.16) (2020-10-06)
7+
8+
**Note:** Version bump only for package gatsby-plugin-google-analytics
9+
610
## [2.3.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.3.14...gatsby-plugin-google-analytics@2.3.15) (2020-09-28)
711

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

packages/gatsby-plugin-google-analytics/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-analytics",
33
"description": "Gatsby plugin to add google analytics onto a site",
4-
"version": "2.3.15",
4+
"version": "2.3.16",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-google-gtag/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.1.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@2.1.12...gatsby-plugin-google-gtag@2.1.13) (2020-10-06)
7+
8+
**Note:** Version bump only for package gatsby-plugin-google-gtag
9+
610
## [2.1.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@2.1.11...gatsby-plugin-google-gtag@2.1.12) (2020-09-28)
711

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

packages/gatsby-plugin-google-gtag/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-gtag",
33
"description": "Gatsby plugin to add google gtag onto a site",
4-
"version": "2.1.12",
4+
"version": "2.1.13",
55
"author": "Tyler Buchea <tyler@buchea.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

0 commit comments

Comments
 (0)