Skip to content

Commit

Permalink
chore(release): Publish rc
Browse files Browse the repository at this point in the history
 - 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
  • Loading branch information
vladar committed Mar 1, 2021
1 parent f070422 commit ea31900
Show file tree
Hide file tree
Showing 28 changed files with 82 additions and 19 deletions.
6 changes: 6 additions & 0 deletions packages/create-gatsby/CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-admin/CHANGELOG.md
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand All @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-cli/CHANGELOG.md
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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 <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "cli.js"
Expand All @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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 <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-sass/CHANGELOG.md
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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 <daniel@mobelux.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -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"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-sharp/CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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 <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-remark-embed-snippet/CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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 <brian.david.vaughn@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-remark-images/CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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 <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-contentful/CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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@gmail.com> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-wordpress/CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-wordpress/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "gatsby-source-wordpress",
"description": "Source data from WordPress in an efficient and scalable way.",
"author": "Tyler Barnes <tylerdbarnes@gmail.com>",
"version": "5.0.0-v3rc.1",
"version": "5.0.0-v3rc.2",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
Expand Down
Expand Up @@ -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
Expand Down
@@ -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 <me@jacobbolda.com>",
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-javascript-frontmatter#readme",
"dependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-transformer-sharp/CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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 <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-transformer-sqip/CHANGELOG.md
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-transformer-sqip/package.json
@@ -1,15 +1,15 @@
{
"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 <roetsch.beni@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"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",
Expand Down
9 changes: 9 additions & 0 deletions packages/gatsby/CHANGELOG.md
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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 <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit ea31900

Please sign in to comment.