Skip to content

Commit

Permalink
chore(release): Publish rc
Browse files Browse the repository at this point in the history
 - gatsby-admin@0.10.0-v3rc.2
 - gatsby-source-wordpress@5.0.0-v3rc.1
 - gatsby@3.0.0-v3rc.2
  • Loading branch information
vladar committed Feb 28, 2021
1 parent aafe584 commit de6cba6
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 5 deletions.
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.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

# [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
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.1",
"version": "0.10.0-v3rc.2",
"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.1",
"gatsby": "^3.0.0-v3rc.2",
"gatsby-interface": "^0.0.244",
"gatsby-plugin-typescript": "^3.0.0-v3rc.0",
"gatsby-plugin-webfonts": "^1.1.4",
Expand Down
7 changes: 7 additions & 0 deletions packages/gatsby-source-wordpress/CHANGELOG.md
Expand Up @@ -3,6 +3,13 @@
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-wordpress@5.0.0-v3rc.0...gatsby-source-wordpress@5.0.0-v3rc.1) (2021-02-28)

### Bug Fixes

- **gatsby-source-wordpress:** auto-rename types named "Filter" ([#29718](https://github.com/gatsbyjs/gatsby/issues/29718)) ([#29815](https://github.com/gatsbyjs/gatsby/issues/29815)) ([cb499e6](https://github.com/gatsbyjs/gatsby/commit/cb499e6b4cd63d68a40da64e5b885fde93c827b8))
- **gatsby-source-wordpress:** HTML image regex's ([#29778](https://github.com/gatsbyjs/gatsby/issues/29778)) ([#29816](https://github.com/gatsbyjs/gatsby/issues/29816)) ([bca7951](https://github.com/gatsbyjs/gatsby/commit/bca7951718985bdd34c57e9941ae354099ed43b8))

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

**Note:** Version bump only for package gatsby-source-wordpress
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.0",
"version": "5.0.0-v3rc.1",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
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.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.0.0-v3rc.1...gatsby@3.0.0-v3rc.2) (2021-02-28)

### Bug Fixes

- query on demand loading indicator always active on preact. ([#29829](https://github.com/gatsbyjs/gatsby/issues/29829)) ([#29836](https://github.com/gatsbyjs/gatsby/issues/29836)) ([aafe584](https://github.com/gatsbyjs/gatsby/commit/aafe5843c158d99c7d7a8739b55cf8dfa72e334a))
- **gatsby:** eslint linting ([#29796](https://github.com/gatsbyjs/gatsby/issues/29796)) ([#29814](https://github.com/gatsbyjs/gatsby/issues/29814)) ([32fee71](https://github.com/gatsbyjs/gatsby/commit/32fee713b1d01ccba7689a01affd68dd4eee466f))
- **gatsby:** workaround graphql-compose issue ([#29822](https://github.com/gatsbyjs/gatsby/issues/29822)) ([#29834](https://github.com/gatsbyjs/gatsby/issues/29834)) ([b8d21f8](https://github.com/gatsbyjs/gatsby/commit/b8d21f8fdb650bbed945ab136240924b8e6ac6e8))
- **hmr:** accept hot updates for modules above page templates ([#29752](https://github.com/gatsbyjs/gatsby/issues/29752)) ([#29835](https://github.com/gatsbyjs/gatsby/issues/29835)) ([34f5b8c](https://github.com/gatsbyjs/gatsby/commit/34f5b8cb115fa7575bfe88f7436c00e1b3c4dc24))

# [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
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.1",
"version": "3.0.0-v3rc.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -261,4 +261,4 @@
"yargs": {
"boolean-negation": false
}
}
}

0 comments on commit de6cba6

Please sign in to comment.