From d314a1e2d4312f56acf9c625e07a7df6c535c5dd Mon Sep 17 00:00:00 2001 From: Peter van der Zee Date: Fri, 15 May 2020 13:41:44 +0200 Subject: [PATCH] chore(release): Publish - gatsby-admin@0.1.33 - gatsby-theme-blog-core@1.5.8 - gatsby-theme-blog@1.6.8 - gatsby-theme-notes@1.3.34 - gatsby-theme-ui-preset@0.0.23 - gatsby@2.21.33 --- packages/gatsby-admin/CHANGELOG.md | 4 ++++ packages/gatsby-admin/package.json | 4 ++-- 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 | 6 ++++++ packages/gatsby/package.json | 2 +- 12 files changed, 38 insertions(+), 12 deletions(-) diff --git a/packages/gatsby-admin/CHANGELOG.md b/packages/gatsby-admin/CHANGELOG.md index a80058dec72f2..070613a9953eb 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.33](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.32...gatsby-admin@0.1.33) (2020-05-15) + +**Note:** Version bump only for package gatsby-admin + ## [0.1.32](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.1.31...gatsby-admin@0.1.32) (2020-05-15) **Note:** Version bump only for package gatsby-admin diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index 338d592785b40..57968febcfec4 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-admin", - "version": "0.1.32", + "version": "0.1.33", "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.21.32", + "gatsby": "^2.21.33", "gatsby-plugin-typescript": "^2.4.2", "gatsby-source-graphql": "^2.5.1", "react": "^16.12.0", diff --git a/packages/gatsby-theme-blog-core/CHANGELOG.md b/packages/gatsby-theme-blog-core/CHANGELOG.md index 3979a3f254d1a..904055c1c0f74 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.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.5.7...gatsby-theme-blog-core@1.5.8) (2020-05-15) + +**Note:** Version bump only for package gatsby-theme-blog-core + ## [1.5.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.5.6...gatsby-theme-blog-core@1.5.7) (2020-05-15) **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 d37486d63e94c..c070a54acf3ad 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.7", + "version": "1.5.8", "main": "index.js", "author": "christopherbiscardi (@chrisbiscardi)", "license": "MIT", @@ -30,7 +30,7 @@ }, "devDependencies": { "@mdx-js/react": "^1.6.1", - "gatsby": "^2.21.32", + "gatsby": "^2.21.33", "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 bd1eb72f034ec..49e6345a22665 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.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.6.7...gatsby-theme-blog@1.6.8) (2020-05-15) + +**Note:** Version bump only for package gatsby-theme-blog + ## [1.6.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.6.6...gatsby-theme-blog@1.6.7) (2020-05-15) **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 5839e1d7af2c0..f9d42992cd47b 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.7", + "version": "1.6.8", "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.1", "gatsby-plugin-theme-ui": "^0.2.53", "gatsby-plugin-twitter": "^2.3.1", - "gatsby-theme-blog-core": "^1.5.7", + "gatsby-theme-blog-core": "^1.5.8", "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.21.32", + "gatsby": "^2.21.33", "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 40e653da7e20d..a764276346c52 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.34](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.3.33...gatsby-theme-notes@1.3.34) (2020-05-15) + +**Note:** Version bump only for package gatsby-theme-notes + ## [1.3.33](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.3.32...gatsby-theme-notes@1.3.33) (2020-05-15) **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 268030cb72db1..01673c425d7ed 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.33", + "version": "1.3.34", "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.21.32", + "gatsby": "^2.21.33", "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 db1c4dd0bf104..58044a23b09ef 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.23](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-ui-preset@0.0.22...gatsby-theme-ui-preset@0.0.23) (2020-05-15) + +**Note:** Version bump only for package gatsby-theme-ui-preset + ## [0.0.22](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-ui-preset@0.0.21...gatsby-theme-ui-preset@0.0.22) (2020-05-15) **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 88c3cb1452bbe..1860943bdd8a4 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.22", + "version": "0.0.23", "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.21.32", + "gatsby": "^2.21.33", "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 4212a73a91911..8046babcae278 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/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.21.33](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.21.32...gatsby@2.21.33) (2020-05-15) + +### Performance Improvements + +- **gatsby:** enable fast filters for `in` comparator ([#24095](https://github.com/gatsbyjs/gatsby/issues/24095)) ([70a7533](https://github.com/gatsbyjs/gatsby/commit/70a7533)) + ## [2.21.32](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.21.31...gatsby@2.21.32) (2020-05-15) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index b1ce510a66dd0..4b160a47648da 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.21.32", + "version": "2.21.33", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js"