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.1
 - gatsby-admin@0.10.0-v3rc.1
 - gatsby-cli@3.0.0-v3rc.1
 - gatsby-link@3.0.0-v3rc.1
 - gatsby-plugin-less@5.0.0-v3rc.1
 - gatsby-plugin-netlify-cms@5.0.0-v3rc.1
 - gatsby-plugin-postcss@4.0.0-v3rc.1
 - gatsby-plugin-sass@4.0.0-v3rc.1
 - gatsby-plugin-stylus@3.0.0-v3rc.1
 - gatsby-react-router-scroll@4.0.0-v3rc.1
 - gatsby@3.0.0-v3rc.1
  • Loading branch information
vladar committed Feb 26, 2021
1 parent 40c18f5 commit a39ff9b
Show file tree
Hide file tree
Showing 22 changed files with 81 additions and 17 deletions.
6 changes: 6 additions & 0 deletions packages/create-gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
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.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

- **create-gatsby:** Add support for cloud plugin ([#29807](https://github.com/gatsbyjs/gatsby/issues/29807)) ([#29812](https://github.com/gatsbyjs/gatsby/issues/29812)) ([40c18f5](https://github.com/gatsbyjs/gatsby/commit/40c18f5610dd5d2e879d2ca7cb8436b49a8cc9fd))

# [1.0.0-v3rc.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.0.0-next.2...create-gatsby@1.0.0-v3rc.0) (2021-02-26)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/create-gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-gatsby",
"version": "1.0.0-v3rc.0",
"version": "1.0.0-v3rc.1",
"main": "lib/index.js",
"bin": "cli.js",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.0-v3rc.0...gatsby-admin@0.10.0-v3rc.1) (2021-02-26)

**Note:** Version bump only for package gatsby-admin

# [0.10.0-v3rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.0-next.9...gatsby-admin@0.10.0-v3rc.0) (2021-02-26)

**Note:** Version bump only for package gatsby-admin
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-admin",
"version": "0.10.0-v3rc.0",
"version": "0.10.0-v3rc.1",
"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.0",
"gatsby": "^3.0.0-v3rc.1",
"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
Original file line number Diff line number Diff line change
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-cli@3.0.0-v3rc.0...gatsby-cli@3.0.0-v3rc.1) (2021-02-26)

**Note:** Version bump only for package gatsby-cli

# [3.0.0-v3rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.0.0-next.7...gatsby-cli@3.0.0-v3rc.0) (2021-02-26)

**Note:** Version bump only for package gatsby-cli
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
@@ -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.0",
"version": "3.0.0-v3rc.1",
"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.0",
"create-gatsby": "^1.0.0-v3rc.1",
"envinfo": "^7.7.3",
"execa": "^3.4.0",
"fs-exists-cached": "^1.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-link/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [3.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.0.0-v3rc.0...gatsby-link@3.0.0-v3rc.1) (2021-02-26)

### Bug Fixes

- **gatsby:** Use vendored @reach/router ([#29772](https://github.com/gatsbyjs/gatsby/issues/29772)) ([#29811](https://github.com/gatsbyjs/gatsby/issues/29811)) ([bd856ef](https://github.com/gatsbyjs/gatsby/commit/bd856efac1334b2385ced7ecb25c92e046882487))

# [3.0.0-v3rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.0.0-next.0...gatsby-link@3.0.0-v3rc.0) (2021-02-26)

**Note:** Version bump only for package gatsby-link
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-link/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-link",
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
"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
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-less/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [5.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.0.0-v3rc.0...gatsby-plugin-less@5.0.0-v3rc.1) (2021-02-26)

### Bug Fixes

- **mini-css-extract:** don't use loader in ssr ([#29801](https://github.com/gatsbyjs/gatsby/issues/29801)) ([#29809](https://github.com/gatsbyjs/gatsby/issues/29809)) ([b667111](https://github.com/gatsbyjs/gatsby/commit/b667111c59da23855daffe20ca2b8ed6fbf96809))

# [5.0.0-v3rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.0.0-next.1...gatsby-plugin-less@5.0.0-v3rc.0) (2021-02-26)

**Note:** Version bump only for package gatsby-plugin-less
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-less/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-less",
"description": "Gatsby plugin to add support for using Less",
"version": "5.0.0-v3rc.0",
"version": "5.0.0-v3rc.1",
"author": "monastic.panic@gmail.com",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-netlify-cms/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [5.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.0.0-v3rc.0...gatsby-plugin-netlify-cms@5.0.0-v3rc.1) (2021-02-26)

### Bug Fixes

- **mini-css-extract:** don't use loader in ssr ([#29801](https://github.com/gatsbyjs/gatsby/issues/29801)) ([#29809](https://github.com/gatsbyjs/gatsby/issues/29809)) ([b667111](https://github.com/gatsbyjs/gatsby/commit/b667111c59da23855daffe20ca2b8ed6fbf96809))

# [5.0.0-v3rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.0.0-next.2...gatsby-plugin-netlify-cms@5.0.0-v3rc.0) (2021-02-26)

**Note:** Version bump only for package gatsby-plugin-netlify-cms
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-netlify-cms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-netlify-cms",
"description": "A Gatsby plugin which generates the Netlify CMS single page app",
"version": "5.0.0-v3rc.0",
"version": "5.0.0-v3rc.1",
"author": "Shawn Erquhart <shawn@erquh.art>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-postcss/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [4.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.0.0-v3rc.0...gatsby-plugin-postcss@4.0.0-v3rc.1) (2021-02-26)

### Bug Fixes

- **mini-css-extract:** don't use loader in ssr ([#29801](https://github.com/gatsbyjs/gatsby/issues/29801)) ([#29809](https://github.com/gatsbyjs/gatsby/issues/29809)) ([b667111](https://github.com/gatsbyjs/gatsby/commit/b667111c59da23855daffe20ca2b8ed6fbf96809))

# [4.0.0-v3rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.0.0-next.1...gatsby-plugin-postcss@4.0.0-v3rc.0) (2021-02-26)

**Note:** Version bump only for package gatsby-plugin-postcss
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-postcss/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-postcss",
"description": "Gatsby plugin to handle PostCSS",
"version": "4.0.0-v3rc.0",
"version": "4.0.0-v3rc.1",
"author": "Marat Dreizin <marat.dreizin@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-sass/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [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

- **mini-css-extract:** don't use loader in ssr ([#29801](https://github.com/gatsbyjs/gatsby/issues/29801)) ([#29809](https://github.com/gatsbyjs/gatsby/issues/29809)) ([b667111](https://github.com/gatsbyjs/gatsby/commit/b667111c59da23855daffe20ca2b8ed6fbf96809))

# [4.0.0-v3rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.0.0-next.3...gatsby-plugin-sass@4.0.0-v3rc.0) (2021-02-26)

**Note:** Version bump only for package gatsby-plugin-sass
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sass/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sass",
"description": "Gatsby plugin to handle SCSS/Sass files",
"version": "4.0.0-v3rc.0",
"version": "4.0.0-v3rc.1",
"author": "Daniel Farrell <daniel@mobelux.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-stylus/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [3.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.0.0-v3rc.0...gatsby-plugin-stylus@3.0.0-v3rc.1) (2021-02-26)

### Bug Fixes

- **mini-css-extract:** don't use loader in ssr ([#29801](https://github.com/gatsbyjs/gatsby/issues/29801)) ([#29809](https://github.com/gatsbyjs/gatsby/issues/29809)) ([b667111](https://github.com/gatsbyjs/gatsby/commit/b667111c59da23855daffe20ca2b8ed6fbf96809))

# [3.0.0-v3rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.0.0-next.1...gatsby-plugin-stylus@3.0.0-v3rc.0) (2021-02-26)

**Note:** Version bump only for package gatsby-plugin-stylus
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-stylus/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-stylus",
"description": "Gatsby support for Stylus",
"version": "3.0.0-v3rc.0",
"version": "3.0.0-v3rc.1",
"author": "Ian Sinnott <ian@iansinnott.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-react-router-scroll/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [4.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.0.0-v3rc.0...gatsby-react-router-scroll@4.0.0-v3rc.1) (2021-02-26)

### Bug Fixes

- **gatsby:** Use vendored @reach/router ([#29772](https://github.com/gatsbyjs/gatsby/issues/29772)) ([#29811](https://github.com/gatsbyjs/gatsby/issues/29811)) ([bd856ef](https://github.com/gatsbyjs/gatsby/commit/bd856efac1334b2385ced7ecb25c92e046882487))

# [4.0.0-v3rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.0.0-next.2...gatsby-react-router-scroll@4.0.0-v3rc.0) (2021-02-26)

**Note:** Version bump only for package gatsby-react-router-scroll
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-react-router-scroll/package.json
Original file line number Diff line number Diff line change
@@ -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.0.0-v3rc.0",
"version": "4.0.0-v3rc.1",
"author": "Jimmy Jia",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.0.0-v3rc.0...gatsby@3.0.0-v3rc.1) (2021-02-26)

### Bug Fixes

- **gatsby:** Update styles & overlay for Fast Refresh ([#29797](https://github.com/gatsbyjs/gatsby/issues/29797)) ([#29808](https://github.com/gatsbyjs/gatsby/issues/29808)) ([fefa6b1](https://github.com/gatsbyjs/gatsby/commit/fefa6b1cffafc64971bf16377c85f5ee489987e9))
- **gatsby:** Use vendored @reach/router ([#29772](https://github.com/gatsbyjs/gatsby/issues/29772)) ([#29811](https://github.com/gatsbyjs/gatsby/issues/29811)) ([bd856ef](https://github.com/gatsbyjs/gatsby/commit/bd856efac1334b2385ced7ecb25c92e046882487))
- **mini-css-extract:** don't use loader in ssr ([#29801](https://github.com/gatsbyjs/gatsby/issues/29801)) ([#29809](https://github.com/gatsbyjs/gatsby/issues/29809)) ([b667111](https://github.com/gatsbyjs/gatsby/commit/b667111c59da23855daffe20ca2b8ed6fbf96809))

# [3.0.0-v3rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.0.0-next.9...gatsby@3.0.0-v3rc.0) (2021-02-26)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "3.0.0-v3rc.0",
"version": "3.0.0-v3rc.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand All @@ -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",
Expand Down Expand Up @@ -80,15 +80,15 @@
"find-cache-dir": "^3.3.1",
"fs-exists-cached": "1.0.0",
"fs-extra": "^8.1.0",
"gatsby-cli": "^3.0.0-v3rc.0",
"gatsby-cli": "^3.0.0-v3rc.1",
"gatsby-core-utils": "^2.0.0-v3rc.0",
"gatsby-graphiql-explorer": "^1.0.0-v3rc.0",
"gatsby-legacy-polyfills": "^1.0.0-v3rc.0",
"gatsby-link": "^3.0.0-v3rc.0",
"gatsby-link": "^3.0.0-v3rc.1",
"gatsby-plugin-page-creator": "^3.0.0-v3rc.0",
"gatsby-plugin-typescript": "^3.0.0-v3rc.0",
"gatsby-plugin-utils": "^1.0.0-v3rc.0",
"gatsby-react-router-scroll": "^4.0.0-v3rc.0",
"gatsby-react-router-scroll": "^4.0.0-v3rc.1",
"gatsby-telemetry": "^2.0.0-v3rc.0",
"glob": "^7.1.6",
"got": "8.3.2",
Expand Down

0 comments on commit a39ff9b

Please sign in to comment.