From 97a3d0c57cabe8422eaa9a3d660b8bb8da3ff0b0 Mon Sep 17 00:00:00 2001 From: Ward Peeters Date: Wed, 20 May 2020 22:20:20 +0200 Subject: [PATCH] chore(release): Publish - gatsby-admin@0.1.45 - gatsby-plugin-google-tagmanager@2.3.3 - gatsby-plugin-preact@4.0.0 - gatsby-source-contentful@2.3.11 - gatsby-theme-blog-core@1.5.20 - gatsby-theme-blog@1.6.20 - gatsby-theme-notes@1.3.46 - gatsby-theme-ui-preset@0.0.35 - gatsby@2.22.4 --- packages/gatsby-admin/CHANGELOG.md | 4 ++++ packages/gatsby-admin/package.json | 4 ++-- packages/gatsby-plugin-google-tagmanager/CHANGELOG.md | 6 ++++++ packages/gatsby-plugin-google-tagmanager/package.json | 2 +- packages/gatsby-plugin-preact/CHANGELOG.md | 6 ++++++ packages/gatsby-plugin-preact/package.json | 2 +- packages/gatsby-source-contentful/CHANGELOG.md | 6 ++++++ packages/gatsby-source-contentful/package.json | 2 +- packages/gatsby-theme-blog-core/CHANGELOG.md | 4 ++++ packages/gatsby-theme-blog-core/package.json | 4 ++-- packages/gatsby-theme-blog/CHANGELOG.md | 4 ++++ packages/gatsby-theme-blog/package.json | 6 +++--- packages/gatsby-theme-notes/CHANGELOG.md | 4 ++++ packages/gatsby-theme-notes/package.json | 4 ++-- packages/gatsby-theme-ui-preset/CHANGELOG.md | 4 ++++ packages/gatsby-theme-ui-preset/package.json | 4 ++-- packages/gatsby/CHANGELOG.md | 4 ++++ packages/gatsby/package.json | 2 +- 18 files changed, 57 insertions(+), 15 deletions(-) diff --git a/packages/gatsby-admin/CHANGELOG.md b/packages/gatsby-admin/CHANGELOG.md index c26b61132ad39..c8c9812bb0d35 100644 --- a/packages/gatsby-admin/CHANGELOG.md +++ b/packages/gatsby-admin/CHANGELOG.md @@ -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.1.45](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.44...gatsby-admin@0.1.45) (2020-05-20) + +**Note:** Version bump only for package gatsby-admin + ## [0.1.44](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.43...gatsby-admin@0.1.44) (2020-05-20) **Note:** Version bump only for package gatsby-admin diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index e62734b9b7054..160ce44a61ae7 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-admin", - "version": "0.1.44", + "version": "0.1.45", "main": "index.js", "author": "Max Stoiber", "license": "MIT", @@ -8,7 +8,7 @@ "dependencies": { "@typescript-eslint/eslint-plugin": "^2.28.0", "@typescript-eslint/parser": "^2.28.0", - "gatsby": "^2.22.3", + "gatsby": "^2.22.4", "gatsby-plugin-typescript": "^2.4.3", "gatsby-source-graphql": "^2.5.2", "react": "^16.12.0", diff --git a/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md b/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md index c580197add4f8..9d557ae6fe830 100644 --- a/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md +++ b/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md @@ -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.3.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.3.2...gatsby-plugin-google-tagmanager@2.3.3) (2020-05-20) + +### Features + +- **tagmanager:** add configurable event names ([#21362](https://github.com/gatsbyjs/gatsby/issues/21362)) ([#24076](https://github.com/gatsbyjs/gatsby/issues/24076)) ([81a3181](https://github.com/gatsbyjs/gatsby/commit/81a3181)) + ## [2.3.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.3.1...gatsby-plugin-google-tagmanager@2.3.2) (2020-05-20) **Note:** Version bump only for package gatsby-plugin-google-tagmanager diff --git a/packages/gatsby-plugin-google-tagmanager/package.json b/packages/gatsby-plugin-google-tagmanager/package.json index 643c1f0a1da5e..1efe4872ea85c 100644 --- a/packages/gatsby-plugin-google-tagmanager/package.json +++ b/packages/gatsby-plugin-google-tagmanager/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-google-tagmanager", "description": "Gatsby plugin to add google tagmanager onto a site", - "version": "2.3.2", + "version": "2.3.3", "author": "Thijs Koerselman ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-preact/CHANGELOG.md b/packages/gatsby-plugin-preact/CHANGELOG.md index 06b1bc61eafc9..ce4830ec8cadf 100644 --- a/packages/gatsby-plugin-preact/CHANGELOG.md +++ b/packages/gatsby-plugin-preact/CHANGELOG.md @@ -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.0.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@3.3.2...gatsby-plugin-preact@4.0.0) (2020-05-20) + +### Features + +- **gatsby-plugin-preact:** enable prefresh ([#24153](https://github.com/gatsbyjs/gatsby/issues/24153)) ([925610b](https://github.com/gatsbyjs/gatsby/commit/925610b)) + ## [3.3.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@3.3.1...gatsby-plugin-preact@3.3.2) (2020-05-20) **Note:** Version bump only for package gatsby-plugin-preact diff --git a/packages/gatsby-plugin-preact/package.json b/packages/gatsby-plugin-preact/package.json index dc19976a20ca7..8cbda9bacdb63 100644 --- a/packages/gatsby-plugin-preact/package.json +++ b/packages/gatsby-plugin-preact/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-preact", "description": "A Gatsby plugin which replaces React with Preact", - "version": "3.3.2", + "version": "4.0.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-source-contentful/CHANGELOG.md b/packages/gatsby-source-contentful/CHANGELOG.md index 682831a24292d..7e9d93438a2dd 100644 --- a/packages/gatsby-source-contentful/CHANGELOG.md +++ b/packages/gatsby-source-contentful/CHANGELOG.md @@ -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.3.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.3.10...gatsby-source-contentful@2.3.11) (2020-05-20) + +### Bug Fixes + +- **gatsby-source-contentful:** Use https instead of http when downloading assets ([#24227](https://github.com/gatsbyjs/gatsby/issues/24227)) ([b49f74b](https://github.com/gatsbyjs/gatsby/commit/b49f74b)) + ## [2.3.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.3.9...gatsby-source-contentful@2.3.10) (2020-05-20) **Note:** Version bump only for package gatsby-source-contentful diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index eb1fd318ea121..f5868011f6b10 100644 --- a/packages/gatsby-source-contentful/package.json +++ b/packages/gatsby-source-contentful/package.json @@ -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.3.10", + "version": "2.3.11", "author": "Marcus Ericsson (mericsson.com)", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-theme-blog-core/CHANGELOG.md b/packages/gatsby-theme-blog-core/CHANGELOG.md index d83504f107c3d..8d7b0cb058b5f 100644 --- a/packages/gatsby-theme-blog-core/CHANGELOG.md +++ b/packages/gatsby-theme-blog-core/CHANGELOG.md @@ -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.5.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.5.19...gatsby-theme-blog-core@1.5.20) (2020-05-20) + +**Note:** Version bump only for package gatsby-theme-blog-core + ## [1.5.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.5.18...gatsby-theme-blog-core@1.5.19) (2020-05-20) **Note:** Version bump only for package gatsby-theme-blog-core diff --git a/packages/gatsby-theme-blog-core/package.json b/packages/gatsby-theme-blog-core/package.json index 03e0ca6cf7b6b..6e96fe96ffe8b 100644 --- a/packages/gatsby-theme-blog-core/package.json +++ b/packages/gatsby-theme-blog-core/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-theme-blog-core", - "version": "1.5.19", + "version": "1.5.20", "main": "index.js", "author": "christopherbiscardi (@chrisbiscardi)", "license": "MIT", @@ -30,7 +30,7 @@ }, "devDependencies": { "@mdx-js/react": "^1.6.1", - "gatsby": "^2.22.3", + "gatsby": "^2.22.4", "prettier": "2.0.5", "react": "^16.12.0", "react-dom": "^16.12.0" diff --git a/packages/gatsby-theme-blog/CHANGELOG.md b/packages/gatsby-theme-blog/CHANGELOG.md index 0f0679a8d2c7c..f5fd09669f9d4 100644 --- a/packages/gatsby-theme-blog/CHANGELOG.md +++ b/packages/gatsby-theme-blog/CHANGELOG.md @@ -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.6.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.6.19...gatsby-theme-blog@1.6.20) (2020-05-20) + +**Note:** Version bump only for package gatsby-theme-blog + ## [1.6.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.6.18...gatsby-theme-blog@1.6.19) (2020-05-20) **Note:** Version bump only for package gatsby-theme-blog diff --git a/packages/gatsby-theme-blog/package.json b/packages/gatsby-theme-blog/package.json index 2932f5ebbeeae..5b148100fa4b7 100644 --- a/packages/gatsby-theme-blog/package.json +++ b/packages/gatsby-theme-blog/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-theme-blog", - "version": "1.6.19", + "version": "1.6.20", "description": "A Gatsby theme for miscellaneous blogging with a dark/light mode", "main": "index.js", "keywords": [ @@ -29,7 +29,7 @@ "gatsby-plugin-react-helmet": "^3.3.2", "gatsby-plugin-theme-ui": "^0.2.53", "gatsby-plugin-twitter": "^2.3.2", - "gatsby-theme-blog-core": "^1.5.19", + "gatsby-theme-blog-core": "^1.5.20", "mdx-utils": "0.2.0", "react-helmet": "^5.2.1", "react-switch": "^5.0.1", @@ -39,7 +39,7 @@ "typography-theme-wordpress-2016": "^0.16.19" }, "devDependencies": { - "gatsby": "^2.22.3", + "gatsby": "^2.22.4", "prettier": "2.0.5", "react": "^16.12.0", "react-dom": "^16.12.0" diff --git a/packages/gatsby-theme-notes/CHANGELOG.md b/packages/gatsby-theme-notes/CHANGELOG.md index a5d35947a335f..bd47c1bae4598 100644 --- a/packages/gatsby-theme-notes/CHANGELOG.md +++ b/packages/gatsby-theme-notes/CHANGELOG.md @@ -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.3.46](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.3.45...gatsby-theme-notes@1.3.46) (2020-05-20) + +**Note:** Version bump only for package gatsby-theme-notes + ## [1.3.45](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.3.44...gatsby-theme-notes@1.3.45) (2020-05-20) **Note:** Version bump only for package gatsby-theme-notes diff --git a/packages/gatsby-theme-notes/package.json b/packages/gatsby-theme-notes/package.json index 76500e1957a22..46889d39d9050 100644 --- a/packages/gatsby-theme-notes/package.json +++ b/packages/gatsby-theme-notes/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-theme-notes", "description": "Gatsby Theme for adding a notes section to your website", - "version": "1.3.45", + "version": "1.3.46", "author": "John Otander", "license": "MIT", "main": "index.js", @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-theme-notes#readme", "devDependencies": { - "gatsby": "^2.22.3", + "gatsby": "^2.22.4", "react": "^16.12.0", "react-dom": "^16.12.0" }, diff --git a/packages/gatsby-theme-ui-preset/CHANGELOG.md b/packages/gatsby-theme-ui-preset/CHANGELOG.md index fb1a6709f3c61..19c5878be9f3c 100644 --- a/packages/gatsby-theme-ui-preset/CHANGELOG.md +++ b/packages/gatsby-theme-ui-preset/CHANGELOG.md @@ -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.0.35](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-ui-preset@0.0.34...gatsby-theme-ui-preset@0.0.35) (2020-05-20) + +**Note:** Version bump only for package gatsby-theme-ui-preset + ## [0.0.34](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-ui-preset@0.0.33...gatsby-theme-ui-preset@0.0.34) (2020-05-20) **Note:** Version bump only for package gatsby-theme-ui-preset diff --git a/packages/gatsby-theme-ui-preset/package.json b/packages/gatsby-theme-ui-preset/package.json index 8a6ae875ff7e8..c89124f33a761 100644 --- a/packages/gatsby-theme-ui-preset/package.json +++ b/packages/gatsby-theme-ui-preset/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-theme-ui-preset", - "version": "0.0.34", + "version": "0.0.35", "description": "A Gatsby theme for theme-ui styles", "main": "index.js", "keywords": [ @@ -30,7 +30,7 @@ "typography-theme-wordpress-2016": "^0.16.19" }, "devDependencies": { - "gatsby": "^2.22.3", + "gatsby": "^2.22.4", "prettier": "2.0.5", "react": "^16.12.0", "react-dom": "^16.12.0" diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 4e5ea4c1cffde..9e94a8ae9442b 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -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.22.4](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.22.3...gatsby@2.22.4) (2020-05-20) + +**Note:** Version bump only for package gatsby + ## [2.22.3](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.22.2...gatsby@2.22.3) (2020-05-20) **Note:** Version bump only for package gatsby diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 672aa47e72fc0..9c944dc20ccbd 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -1,7 +1,7 @@ { "name": "gatsby", "description": "Blazing fast modern site generator for React", - "version": "2.22.3", + "version": "2.22.4", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js"