From ea3190077ac055b3c49ffee9c8c70b09428152cf Mon Sep 17 00:00:00 2001 From: Vladimir Razuvaev Date: Mon, 1 Mar 2021 21:47:38 +0700 Subject: [PATCH] chore(release): Publish rc - create-gatsby@1.0.0-v3rc.2 - gatsby-admin@0.10.0-v3rc.3 - gatsby-cli@3.0.0-v3rc.2 - gatsby-plugin-gatsby-cloud@2.0.0-v3rc.1 - gatsby-plugin-sass@4.0.0-v3rc.2 - gatsby-plugin-sharp@3.0.0-v3rc.1 - gatsby-remark-embed-snippet@5.0.0-v3rc.1 - gatsby-remark-images@4.0.0-v3rc.1 - gatsby-source-contentful@5.0.0-v3rc.1 - gatsby-source-wordpress@5.0.0-v3rc.2 - gatsby-transformer-javascript-frontmatter@3.0.0-v3rc.1 - gatsby-transformer-sharp@3.0.0-v3rc.1 - gatsby-transformer-sqip@3.0.0-v3rc.1 - gatsby@3.0.0-v3rc.3 --- packages/create-gatsby/CHANGELOG.md | 6 ++++++ packages/create-gatsby/package.json | 2 +- packages/gatsby-admin/CHANGELOG.md | 4 ++++ packages/gatsby-admin/package.json | 4 ++-- packages/gatsby-cli/CHANGELOG.md | 4 ++++ packages/gatsby-cli/package.json | 4 ++-- packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-gatsby-cloud/package.json | 2 +- packages/gatsby-plugin-sass/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-sass/package.json | 4 ++-- packages/gatsby-plugin-sharp/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-sharp/package.json | 2 +- packages/gatsby-remark-embed-snippet/CHANGELOG.md | 4 ++++ packages/gatsby-remark-embed-snippet/package.json | 2 +- packages/gatsby-remark-images/CHANGELOG.md | 4 ++++ packages/gatsby-remark-images/package.json | 2 +- packages/gatsby-source-contentful/CHANGELOG.md | 4 ++++ packages/gatsby-source-contentful/package.json | 2 +- packages/gatsby-source-wordpress/CHANGELOG.md | 4 ++++ packages/gatsby-source-wordpress/package.json | 2 +- .../CHANGELOG.md | 4 ++++ .../package.json | 2 +- packages/gatsby-transformer-sharp/CHANGELOG.md | 4 ++++ packages/gatsby-transformer-sharp/package.json | 2 +- packages/gatsby-transformer-sqip/CHANGELOG.md | 4 ++++ packages/gatsby-transformer-sqip/package.json | 4 ++-- packages/gatsby/CHANGELOG.md | 9 +++++++++ packages/gatsby/package.json | 4 ++-- 28 files changed, 82 insertions(+), 19 deletions(-) diff --git a/packages/create-gatsby/CHANGELOG.md b/packages/create-gatsby/CHANGELOG.md index 2d38e2a4a8d10..d8e1e97526e15 100644 --- a/packages/create-gatsby/CHANGELOG.md +++ b/packages/create-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. +# [1.0.0-v3rc.2](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.0.0-v3rc.1...create-gatsby@1.0.0-v3rc.2) (2021-03-01) + +### Bug Fixes + +- **create-gatsby:** Use legacy peer deps ([#29856](https://github.com/gatsbyjs/gatsby/issues/29856)) ([#29862](https://github.com/gatsbyjs/gatsby/issues/29862)) ([8639f7b](https://github.com/gatsbyjs/gatsby/commit/8639f7ba6924f26da2d7e891ef2d3ac6eb0b3fc9)) + # [1.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.0.0-v3rc.0...create-gatsby@1.0.0-v3rc.1) (2021-02-26) ### Features diff --git a/packages/create-gatsby/package.json b/packages/create-gatsby/package.json index a80450f33abbf..cc94be04374b7 100644 --- a/packages/create-gatsby/package.json +++ b/packages/create-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "create-gatsby", - "version": "1.0.0-v3rc.1", + "version": "1.0.0-v3rc.2", "main": "lib/index.js", "bin": "cli.js", "license": "MIT", diff --git a/packages/gatsby-admin/CHANGELOG.md b/packages/gatsby-admin/CHANGELOG.md index 6ac2f13375359..e81efba369b09 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.10.0-v3rc.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.0-v3rc.2...gatsby-admin@0.10.0-v3rc.3) (2021-03-01) + +**Note:** Version bump only for package gatsby-admin + # [0.10.0-v3rc.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.0-v3rc.1...gatsby-admin@0.10.0-v3rc.2) (2021-02-28) **Note:** Version bump only for package gatsby-admin diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index 734ba17674071..eae8d211a9331 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-admin", - "version": "0.10.0-v3rc.2", + "version": "0.10.0-v3rc.3", "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.0.0-v3rc.2", + "gatsby": "^3.0.0-v3rc.3", "gatsby-interface": "^0.0.244", "gatsby-plugin-typescript": "^3.0.0-v3rc.0", "gatsby-plugin-webfonts": "^1.1.4", diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index a97e4f5a40a9b..6339b0928c541 100644 --- a/packages/gatsby-cli/CHANGELOG.md +++ b/packages/gatsby-cli/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. +# [3.0.0-v3rc.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.0.0-v3rc.1...gatsby-cli@3.0.0-v3rc.2) (2021-03-01) + +**Note:** Version bump only for package gatsby-cli + # [3.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.0.0-v3rc.0...gatsby-cli@3.0.0-v3rc.1) (2021-02-26) **Note:** Version bump only for package gatsby-cli diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index d94534a0798d9..7206144f6e717 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-cli", "description": "Gatsby command-line interface for creating new sites and running Gatsby commands", - "version": "3.0.0-v3rc.1", + "version": "3.0.0-v3rc.2", "author": "Kyle Mathews ", "bin": { "gatsby": "cli.js" @@ -19,7 +19,7 @@ "common-tags": "^1.8.0", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", - "create-gatsby": "^1.0.0-v3rc.1", + "create-gatsby": "^1.0.0-v3rc.2", "envinfo": "^7.7.3", "execa": "^3.4.0", "fs-exists-cached": "^1.0.0", diff --git a/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md b/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md index bd0d10adf3c8a..d5713a9dfb2de 100644 --- a/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md +++ b/packages/gatsby-plugin-gatsby-cloud/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.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.0.0-v3rc.0...gatsby-plugin-gatsby-cloud@2.0.0-v3rc.1) (2021-03-01) + +**Note:** Version bump only for package gatsby-plugin-gatsby-cloud + # [2.0.0-v3rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@1.1.0-next.3...gatsby-plugin-gatsby-cloud@2.0.0-v3rc.0) (2021-02-26) **Note:** Version bump only for package gatsby-plugin-gatsby-cloud diff --git a/packages/gatsby-plugin-gatsby-cloud/package.json b/packages/gatsby-plugin-gatsby-cloud/package.json index e430869ffffc4..ca405e1c99649 100644 --- a/packages/gatsby-plugin-gatsby-cloud/package.json +++ b/packages/gatsby-plugin-gatsby-cloud/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-gatsby-cloud", "description": "A Gatsby plugin which optimizes working with Gatsby Cloud", - "version": "2.0.0-v3rc.0", + "version": "2.0.0-v3rc.1", "author": "Kyle Mathews ", "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 75b0161e29f30..3f7b01e8fd704 100644 --- a/packages/gatsby-plugin-sass/CHANGELOG.md +++ b/packages/gatsby-plugin-sass/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. +# [4.0.0-v3rc.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.0.0-v3rc.1...gatsby-plugin-sass@4.0.0-v3rc.2) (2021-03-01) + +**Note:** Version bump only for package gatsby-plugin-sass + # [4.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.0.0-v3rc.0...gatsby-plugin-sass@4.0.0-v3rc.1) (2021-02-26) ### Bug Fixes diff --git a/packages/gatsby-plugin-sass/package.json b/packages/gatsby-plugin-sass/package.json index 69c29b046453b..6c3f06777613b 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.0.0-v3rc.1", + "version": "4.0.0-v3rc.2", "author": "Daniel Farrell ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,8 +14,8 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^1.0.0-v3rc.0", "autoprefixer": "^10.2.4", + "babel-preset-gatsby-package": "^1.0.0-v3rc.0", "cross-env": "^7.0.3", "gatsby-plugin-utils": "^1.0.0-v3rc.0" }, diff --git a/packages/gatsby-plugin-sharp/CHANGELOG.md b/packages/gatsby-plugin-sharp/CHANGELOG.md index e5cfc4ef22e58..ff2e9a02deba3 100644 --- a/packages/gatsby-plugin-sharp/CHANGELOG.md +++ b/packages/gatsby-plugin-sharp/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. +# [3.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.0.0-v3rc.0...gatsby-plugin-sharp@3.0.0-v3rc.1) (2021-03-01) + +**Note:** Version bump only for package gatsby-plugin-sharp + # [3.0.0-v3rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.0.0-next.9...gatsby-plugin-sharp@3.0.0-v3rc.0) (2021-02-26) **Note:** Version bump only for package gatsby-plugin-sharp diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index 7b337b7a9e2b4..931857c56d424 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-sharp", "description": "Wrapper of the Sharp image manipulation library for Gatsby plugins", - "version": "3.0.0-v3rc.0", + "version": "3.0.0-v3rc.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-remark-embed-snippet/CHANGELOG.md b/packages/gatsby-remark-embed-snippet/CHANGELOG.md index 2234435b5b482..5a43403caf6d9 100644 --- a/packages/gatsby-remark-embed-snippet/CHANGELOG.md +++ b/packages/gatsby-remark-embed-snippet/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. +# [5.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@5.0.0-v3rc.0...gatsby-remark-embed-snippet@5.0.0-v3rc.1) (2021-03-01) + +**Note:** Version bump only for package gatsby-remark-embed-snippet + # [5.0.0-v3rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@5.0.0-next.1...gatsby-remark-embed-snippet@5.0.0-v3rc.0) (2021-02-26) **Note:** Version bump only for package gatsby-remark-embed-snippet diff --git a/packages/gatsby-remark-embed-snippet/package.json b/packages/gatsby-remark-embed-snippet/package.json index de6c2b7bb5a2e..30b0cb772817c 100644 --- a/packages/gatsby-remark-embed-snippet/package.json +++ b/packages/gatsby-remark-embed-snippet/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-embed-snippet", "description": "Gatsby plugin to embed formatted code snippets within markdown", - "version": "5.0.0-v3rc.0", + "version": "5.0.0-v3rc.1", "author": "Brian Vaughn ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-remark-images/CHANGELOG.md b/packages/gatsby-remark-images/CHANGELOG.md index e9c54539640ad..97173f722104c 100644 --- a/packages/gatsby-remark-images/CHANGELOG.md +++ b/packages/gatsby-remark-images/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. +# [4.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@4.0.0-v3rc.0...gatsby-remark-images@4.0.0-v3rc.1) (2021-03-01) + +**Note:** Version bump only for package gatsby-remark-images + # [4.0.0-v3rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@4.0.0-next.2...gatsby-remark-images@4.0.0-v3rc.0) (2021-02-26) **Note:** Version bump only for package gatsby-remark-images diff --git a/packages/gatsby-remark-images/package.json b/packages/gatsby-remark-images/package.json index bfcb2a5c8dc71..78689a43c011e 100644 --- a/packages/gatsby-remark-images/package.json +++ b/packages/gatsby-remark-images/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-images", "description": "Processes images in markdown so they can be used in the production build.", - "version": "4.0.0-v3rc.0", + "version": "4.0.0-v3rc.1", "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 d21be4a12431b..4fcd248f3f4e6 100644 --- a/packages/gatsby-source-contentful/CHANGELOG.md +++ b/packages/gatsby-source-contentful/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. +# [5.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.0.0-v3rc.0...gatsby-source-contentful@5.0.0-v3rc.1) (2021-03-01) + +**Note:** Version bump only for package gatsby-source-contentful + # [5.0.0-v3rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.0.0-next.10...gatsby-source-contentful@5.0.0-v3rc.0) (2021-02-26) **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 c1844c098869f..af58253aa3adc 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": "5.0.0-v3rc.0", + "version": "5.0.0-v3rc.1", "author": "Marcus Ericsson (mericsson.com)", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-source-wordpress/CHANGELOG.md b/packages/gatsby-source-wordpress/CHANGELOG.md index 585bcc04084a1..84e914001ba86 100644 --- a/packages/gatsby-source-wordpress/CHANGELOG.md +++ b/packages/gatsby-source-wordpress/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. +# [5.0.0-v3rc.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.0.0-v3rc.1...gatsby-source-wordpress@5.0.0-v3rc.2) (2021-03-01) + +**Note:** Version bump only for package gatsby-source-wordpress + # [5.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.0.0-v3rc.0...gatsby-source-wordpress@5.0.0-v3rc.1) (2021-02-28) ### Bug Fixes diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index e52a913e5e78f..c183291d5853e 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -2,7 +2,7 @@ "name": "gatsby-source-wordpress", "description": "Source data from WordPress in an efficient and scalable way.", "author": "Tyler Barnes ", - "version": "5.0.0-v3rc.1", + "version": "5.0.0-v3rc.2", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, diff --git a/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md b/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md index 586395c906702..9e62e378c2dc0 100644 --- a/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md +++ b/packages/gatsby-transformer-javascript-frontmatter/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. +# [3.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.0.0-v3rc.0...gatsby-transformer-javascript-frontmatter@3.0.0-v3rc.1) (2021-03-01) + +**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter + # [3.0.0-v3rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.0.0-next.0...gatsby-transformer-javascript-frontmatter@3.0.0-v3rc.0) (2021-02-26) **Note:** Version bump only for package gatsby-transformer-javascript-frontmatter diff --git a/packages/gatsby-transformer-javascript-frontmatter/package.json b/packages/gatsby-transformer-javascript-frontmatter/package.json index 2f985a8a30dd3..242b7bdc9ce8e 100644 --- a/packages/gatsby-transformer-javascript-frontmatter/package.json +++ b/packages/gatsby-transformer-javascript-frontmatter/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-javascript-frontmatter", "description": "Gatsby transformer plugin for JavaScript to extract exports.frontmatter statically.", - "version": "3.0.0-v3rc.0", + "version": "3.0.0-v3rc.1", "author": "Jacob Bolda ", "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-javascript-frontmatter#readme", "dependencies": { diff --git a/packages/gatsby-transformer-sharp/CHANGELOG.md b/packages/gatsby-transformer-sharp/CHANGELOG.md index 6a76bb923ac9f..55a2316b69c89 100644 --- a/packages/gatsby-transformer-sharp/CHANGELOG.md +++ b/packages/gatsby-transformer-sharp/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. +# [3.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.0.0-v3rc.0...gatsby-transformer-sharp@3.0.0-v3rc.1) (2021-03-01) + +**Note:** Version bump only for package gatsby-transformer-sharp + # [3.0.0-v3rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.0.0-next.2...gatsby-transformer-sharp@3.0.0-v3rc.0) (2021-02-26) **Note:** Version bump only for package gatsby-transformer-sharp diff --git a/packages/gatsby-transformer-sharp/package.json b/packages/gatsby-transformer-sharp/package.json index a955c373520ab..f531da0b18878 100644 --- a/packages/gatsby-transformer-sharp/package.json +++ b/packages/gatsby-transformer-sharp/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-sharp", "description": "Gatsby transformer plugin for images using Sharp", - "version": "3.0.0-v3rc.0", + "version": "3.0.0-v3rc.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-transformer-sqip/CHANGELOG.md b/packages/gatsby-transformer-sqip/CHANGELOG.md index 371ad4dcbabbd..1f89b2960065a 100644 --- a/packages/gatsby-transformer-sqip/CHANGELOG.md +++ b/packages/gatsby-transformer-sqip/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. +# [3.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.0.0-v3rc.0...gatsby-transformer-sqip@3.0.0-v3rc.1) (2021-03-01) + +**Note:** Version bump only for package gatsby-transformer-sqip + # [3.0.0-v3rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.0.0-next.9...gatsby-transformer-sqip@3.0.0-v3rc.0) (2021-02-26) **Note:** Version bump only for package gatsby-transformer-sqip diff --git a/packages/gatsby-transformer-sqip/package.json b/packages/gatsby-transformer-sqip/package.json index 8b73fcfb5a4cf..17ceb4bd773d4 100644 --- a/packages/gatsby-transformer-sqip/package.json +++ b/packages/gatsby-transformer-sqip/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-sqip", "description": "Generates geometric primitive version of images", - "version": "3.0.0-v3rc.0", + "version": "3.0.0-v3rc.1", "author": "Benedikt Rötsch ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.12.5", "fs-extra": "^8.1.0", - "gatsby-plugin-sharp": "^3.0.0-v3rc.0", + "gatsby-plugin-sharp": "^3.0.0-v3rc.1", "md5-file": "^5.0.0", "mini-svg-data-uri": "^1.2.3", "p-queue": "^6.6.2", diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index d8b49fb65119d..a1520af71486e 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-v3rc.3](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.0.0-v3rc.2...gatsby@3.0.0-v3rc.3) (2021-03-01) + +### Bug Fixes + +- **gatsby:** fix some css HMR edge cases ([#29839](https://github.com/gatsbyjs/gatsby/issues/29839)) ([#29865](https://github.com/gatsbyjs/gatsby/issues/29865)) ([fdc1fe2](https://github.com/gatsbyjs/gatsby/commit/fdc1fe29c507e0b2dbb7b8fee765176cd2e9c5a9)) +- **gatsby:** Fix various small DEV_SSR bugs exposed in development_runtime tests ([#29720](https://github.com/gatsbyjs/gatsby/issues/29720)) ([#29866](https://github.com/gatsbyjs/gatsby/issues/29866)) ([f070422](https://github.com/gatsbyjs/gatsby/commit/f070422daf39272ee453936585bdb4b644dd39aa)) +- **gatsby:** Improve Fast Refresh overlay styles ([#29855](https://github.com/gatsbyjs/gatsby/issues/29855)) ([#29861](https://github.com/gatsbyjs/gatsby/issues/29861)) ([e7453c3](https://github.com/gatsbyjs/gatsby/commit/e7453c39810fe39497b9660f582350e97b5becef)) +- **gatsby-plugin-preact:** fix fast-refresh ([#29831](https://github.com/gatsbyjs/gatsby/issues/29831)) ([#29860](https://github.com/gatsbyjs/gatsby/issues/29860)) ([e8a7e3b](https://github.com/gatsbyjs/gatsby/commit/e8a7e3be95adfcd1efa9e1db71ebb2e4c82105db)) + # [3.0.0-v3rc.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.0.0-v3rc.1...gatsby@3.0.0-v3rc.2) (2021-02-28) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index bce13549c7e46..ab796869a9e0f 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.0.0-v3rc.2", + "version": "3.0.0-v3rc.3", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js" @@ -79,7 +79,7 @@ "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^3.0.0-v3rc.1", + "gatsby-cli": "^3.0.0-v3rc.2", "gatsby-core-utils": "^2.0.0-v3rc.0", "gatsby-graphiql-explorer": "^1.0.0-v3rc.0", "gatsby-legacy-polyfills": "^1.0.0-v3rc.0",