From 1bf2225d23f07d942313647672a9342df9fd95d7 Mon Sep 17 00:00:00 2001 From: Matt Kane Date: Fri, 26 Feb 2021 17:09:26 +0000 Subject: [PATCH] chore(release): Publish next - gatsby-admin@0.11.0-next.2 - gatsby-link@3.1.0-next.2 - gatsby-plugin-less@5.1.0-next.2 - gatsby-plugin-netlify-cms@5.1.0-next.2 - gatsby-plugin-postcss@4.1.0-next.2 - gatsby-plugin-sass@4.1.0-next.2 - gatsby-plugin-stylus@3.1.0-next.2 - gatsby-react-router-scroll@4.1.0-next.2 - gatsby@3.1.0-next.2 --- packages/gatsby-admin/CHANGELOG.md | 4 ++++ packages/gatsby-admin/package.json | 4 ++-- packages/gatsby-link/CHANGELOG.md | 6 ++++++ packages/gatsby-link/package.json | 2 +- packages/gatsby-plugin-less/CHANGELOG.md | 6 ++++++ packages/gatsby-plugin-less/package.json | 2 +- packages/gatsby-plugin-netlify-cms/CHANGELOG.md | 6 ++++++ packages/gatsby-plugin-netlify-cms/package.json | 2 +- packages/gatsby-plugin-postcss/CHANGELOG.md | 6 ++++++ packages/gatsby-plugin-postcss/package.json | 2 +- packages/gatsby-plugin-sass/CHANGELOG.md | 6 ++++++ packages/gatsby-plugin-sass/package.json | 2 +- packages/gatsby-plugin-stylus/CHANGELOG.md | 6 ++++++ packages/gatsby-plugin-stylus/package.json | 2 +- packages/gatsby-react-router-scroll/CHANGELOG.md | 6 ++++++ packages/gatsby-react-router-scroll/package.json | 2 +- packages/gatsby/CHANGELOG.md | 8 ++++++++ packages/gatsby/package.json | 8 ++++---- 18 files changed, 67 insertions(+), 13 deletions(-) diff --git a/packages/gatsby-admin/CHANGELOG.md b/packages/gatsby-admin/CHANGELOG.md index df84d4b83c2e0..431542b92a8fa 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.11.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.11.0-next.1...gatsby-admin@0.11.0-next.2) (2021-02-26) + +**Note:** Version bump only for package gatsby-admin + # [0.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.11.0-next.0...gatsby-admin@0.11.0-next.1) (2021-02-26) **Note:** Version bump only for package gatsby-admin diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index 464ea5cf07aad..a51f7668a9a6f 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-admin", - "version": "0.11.0-next.1", + "version": "0.11.0-next.2", "main": "index.js", "author": "Max Stoiber", "license": "MIT", @@ -20,7 +20,7 @@ "@typescript-eslint/parser": "^4.14.2", "csstype": "^2.6.14", "formik": "^2.2.6", - "gatsby": "^3.1.0-next.1", + "gatsby": "^3.1.0-next.2", "gatsby-interface": "^0.0.244", "gatsby-plugin-typescript": "^3.1.0-next.1", "gatsby-plugin-webfonts": "^1.1.4", diff --git a/packages/gatsby-link/CHANGELOG.md b/packages/gatsby-link/CHANGELOG.md index 9a29daa8669e3..60949f32babe4 100644 --- a/packages/gatsby-link/CHANGELOG.md +++ b/packages/gatsby-link/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. +# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.1.0-next.1...gatsby-link@3.1.0-next.2) (2021-02-26) + +### Bug Fixes + +- **gatsby:** Use vendored @reach/router ([#29772](https://github.com/gatsbyjs/gatsby/issues/29772)) ([8754e0c](https://github.com/gatsbyjs/gatsby/commit/8754e0c6eb1b8f88422e60f31a1dca37925e8b2e)) + # [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.1.0-next.0...gatsby-link@3.1.0-next.1) (2021-02-26) **Note:** Version bump only for package gatsby-link diff --git a/packages/gatsby-link/package.json b/packages/gatsby-link/package.json index ef8c8b021bfa8..785c9f9fb76cc 100644 --- a/packages/gatsby-link/package.json +++ b/packages/gatsby-link/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-link", "description": "An enhanced Link component for Gatsby sites with support for resource prefetching", - "version": "3.1.0-next.1", + "version": "3.1.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-less/CHANGELOG.md b/packages/gatsby-plugin-less/CHANGELOG.md index db79a67c68731..18fb185b318b5 100644 --- a/packages/gatsby-plugin-less/CHANGELOG.md +++ b/packages/gatsby-plugin-less/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. +# [5.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.1.0-next.1...gatsby-plugin-less@5.1.0-next.2) (2021-02-26) + +### Bug Fixes + +- **mini-css-extract:** don't use loader in ssr ([#29801](https://github.com/gatsbyjs/gatsby/issues/29801)) ([b2d6617](https://github.com/gatsbyjs/gatsby/commit/b2d66171081dffbfdd9e5def281d09c011a6a821)) + # [5.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.1.0-next.0...gatsby-plugin-less@5.1.0-next.1) (2021-02-26) **Note:** Version bump only for package gatsby-plugin-less diff --git a/packages/gatsby-plugin-less/package.json b/packages/gatsby-plugin-less/package.json index 20710aa269bc5..d05d5a1aaf4f8 100644 --- a/packages/gatsby-plugin-less/package.json +++ b/packages/gatsby-plugin-less/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-less", "description": "Gatsby plugin to add support for using Less", - "version": "5.1.0-next.1", + "version": "5.1.0-next.2", "author": "monastic.panic@gmail.com", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-netlify-cms/CHANGELOG.md b/packages/gatsby-plugin-netlify-cms/CHANGELOG.md index 2fe99b6ab1fa0..a6036c7da3b34 100644 --- a/packages/gatsby-plugin-netlify-cms/CHANGELOG.md +++ b/packages/gatsby-plugin-netlify-cms/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. +# [5.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.1.0-next.1...gatsby-plugin-netlify-cms@5.1.0-next.2) (2021-02-26) + +### Bug Fixes + +- **mini-css-extract:** don't use loader in ssr ([#29801](https://github.com/gatsbyjs/gatsby/issues/29801)) ([b2d6617](https://github.com/gatsbyjs/gatsby/commit/b2d66171081dffbfdd9e5def281d09c011a6a821)) + # [5.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.1.0-next.0...gatsby-plugin-netlify-cms@5.1.0-next.1) (2021-02-26) **Note:** Version bump only for package gatsby-plugin-netlify-cms diff --git a/packages/gatsby-plugin-netlify-cms/package.json b/packages/gatsby-plugin-netlify-cms/package.json index 9f831156a5d65..f05b72fb15c72 100644 --- a/packages/gatsby-plugin-netlify-cms/package.json +++ b/packages/gatsby-plugin-netlify-cms/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-netlify-cms", "description": "A Gatsby plugin which generates the Netlify CMS single page app", - "version": "5.1.0-next.1", + "version": "5.1.0-next.2", "author": "Shawn Erquhart ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-postcss/CHANGELOG.md b/packages/gatsby-plugin-postcss/CHANGELOG.md index 43865b5c733ea..77f9349305fb5 100644 --- a/packages/gatsby-plugin-postcss/CHANGELOG.md +++ b/packages/gatsby-plugin-postcss/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.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.1.0-next.1...gatsby-plugin-postcss@4.1.0-next.2) (2021-02-26) + +### Bug Fixes + +- **mini-css-extract:** don't use loader in ssr ([#29801](https://github.com/gatsbyjs/gatsby/issues/29801)) ([b2d6617](https://github.com/gatsbyjs/gatsby/commit/b2d66171081dffbfdd9e5def281d09c011a6a821)) + # [4.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.1.0-next.0...gatsby-plugin-postcss@4.1.0-next.1) (2021-02-26) **Note:** Version bump only for package gatsby-plugin-postcss diff --git a/packages/gatsby-plugin-postcss/package.json b/packages/gatsby-plugin-postcss/package.json index f97fd452cd9cb..2e6dc3e3489bd 100644 --- a/packages/gatsby-plugin-postcss/package.json +++ b/packages/gatsby-plugin-postcss/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-postcss", "description": "Gatsby plugin to handle PostCSS", - "version": "4.1.0-next.1", + "version": "4.1.0-next.2", "author": "Marat Dreizin ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-sass/CHANGELOG.md b/packages/gatsby-plugin-sass/CHANGELOG.md index b67be3a85f69f..1ce2cbfa9408e 100644 --- a/packages/gatsby-plugin-sass/CHANGELOG.md +++ b/packages/gatsby-plugin-sass/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.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.1.0-next.1...gatsby-plugin-sass@4.1.0-next.2) (2021-02-26) + +### Bug Fixes + +- **mini-css-extract:** don't use loader in ssr ([#29801](https://github.com/gatsbyjs/gatsby/issues/29801)) ([b2d6617](https://github.com/gatsbyjs/gatsby/commit/b2d66171081dffbfdd9e5def281d09c011a6a821)) + # [4.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.1.0-next.0...gatsby-plugin-sass@4.1.0-next.1) (2021-02-26) **Note:** Version bump only for package gatsby-plugin-sass diff --git a/packages/gatsby-plugin-sass/package.json b/packages/gatsby-plugin-sass/package.json index 061fdf13dc293..0bc76c75ac60a 100644 --- a/packages/gatsby-plugin-sass/package.json +++ b/packages/gatsby-plugin-sass/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-sass", "description": "Gatsby plugin to handle SCSS/Sass files", - "version": "4.1.0-next.1", + "version": "4.1.0-next.2", "author": "Daniel Farrell ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-stylus/CHANGELOG.md b/packages/gatsby-plugin-stylus/CHANGELOG.md index 53ee8e7ad8c13..fd3cb5ed60447 100644 --- a/packages/gatsby-plugin-stylus/CHANGELOG.md +++ b/packages/gatsby-plugin-stylus/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. +# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.1.0-next.1...gatsby-plugin-stylus@3.1.0-next.2) (2021-02-26) + +### Bug Fixes + +- **mini-css-extract:** don't use loader in ssr ([#29801](https://github.com/gatsbyjs/gatsby/issues/29801)) ([b2d6617](https://github.com/gatsbyjs/gatsby/commit/b2d66171081dffbfdd9e5def281d09c011a6a821)) + # [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.1.0-next.0...gatsby-plugin-stylus@3.1.0-next.1) (2021-02-26) **Note:** Version bump only for package gatsby-plugin-stylus diff --git a/packages/gatsby-plugin-stylus/package.json b/packages/gatsby-plugin-stylus/package.json index 87f155cf8abb0..e65abae00f2e8 100644 --- a/packages/gatsby-plugin-stylus/package.json +++ b/packages/gatsby-plugin-stylus/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-stylus", "description": "Gatsby support for Stylus", - "version": "3.1.0-next.1", + "version": "3.1.0-next.2", "author": "Ian Sinnott ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-react-router-scroll/CHANGELOG.md b/packages/gatsby-react-router-scroll/CHANGELOG.md index 270eb029bca9a..2e030629cf8ec 100644 --- a/packages/gatsby-react-router-scroll/CHANGELOG.md +++ b/packages/gatsby-react-router-scroll/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.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.1.0-next.1...gatsby-react-router-scroll@4.1.0-next.2) (2021-02-26) + +### Bug Fixes + +- **gatsby:** Use vendored @reach/router ([#29772](https://github.com/gatsbyjs/gatsby/issues/29772)) ([8754e0c](https://github.com/gatsbyjs/gatsby/commit/8754e0c6eb1b8f88422e60f31a1dca37925e8b2e)) + # [4.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.1.0-next.0...gatsby-react-router-scroll@4.1.0-next.1) (2021-02-26) **Note:** Version bump only for package gatsby-react-router-scroll diff --git a/packages/gatsby-react-router-scroll/package.json b/packages/gatsby-react-router-scroll/package.json index 16b50f7741f32..c6a38715851f3 100644 --- a/packages/gatsby-react-router-scroll/package.json +++ b/packages/gatsby-react-router-scroll/package.json @@ -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": "4.1.0-next.1", + "version": "4.1.0-next.2", "author": "Jimmy Jia", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 548fde9ce47f8..189b2cda7c3da 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.1.0-next.1...gatsby@3.1.0-next.2) (2021-02-26) + +### Bug Fixes + +- **gatsby:** Update styles & overlay for Fast Refresh ([#29797](https://github.com/gatsbyjs/gatsby/issues/29797)) ([22da802](https://github.com/gatsbyjs/gatsby/commit/22da8028395d61fb2bef0b66418ae2c83fe29e6e)) +- **gatsby:** Use vendored @reach/router ([#29772](https://github.com/gatsbyjs/gatsby/issues/29772)) ([8754e0c](https://github.com/gatsbyjs/gatsby/commit/8754e0c6eb1b8f88422e60f31a1dca37925e8b2e)) +- **mini-css-extract:** don't use loader in ssr ([#29801](https://github.com/gatsbyjs/gatsby/issues/29801)) ([b2d6617](https://github.com/gatsbyjs/gatsby/commit/b2d66171081dffbfdd9e5def281d09c011a6a821)) + # [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.1.0-next.0...gatsby@3.1.0-next.1) (2021-02-26) **Note:** Version bump only for package gatsby diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index e0290b449925e..97258aac9473b 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": "3.1.0-next.1", + "version": "3.1.0-next.2", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js" @@ -17,12 +17,12 @@ "@babel/runtime": "^7.12.5", "@babel/traverse": "^7.12.5", "@babel/types": "^7.12.6", + "@gatsbyjs/reach-router": "^1.3.5", "@gatsbyjs/webpack-hot-middleware": "^2.25.2", "@hapi/joi": "^15.1.1", "@mikaelkristiansson/domready": "^1.0.10", "@nodelib/fs.walk": "^1.2.4", "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3", - "@gatsbyjs/reach-router": "^1.3.5", "@types/http-proxy": "^1.17.4", "@typescript-eslint/eslint-plugin": "^4.15.2", "@typescript-eslint/parser": "^4.15.2", @@ -84,11 +84,11 @@ "gatsby-core-utils": "^2.1.0-next.1", "gatsby-graphiql-explorer": "^1.1.0-next.1", "gatsby-legacy-polyfills": "^1.1.0-next.1", - "gatsby-link": "^3.1.0-next.1", + "gatsby-link": "^3.1.0-next.2", "gatsby-plugin-page-creator": "^3.1.0-next.1", "gatsby-plugin-typescript": "^3.1.0-next.1", "gatsby-plugin-utils": "^1.1.0-next.1", - "gatsby-react-router-scroll": "^4.1.0-next.1", + "gatsby-react-router-scroll": "^4.1.0-next.2", "gatsby-telemetry": "^2.1.0-next.1", "glob": "^7.1.6", "got": "8.3.2",