diff --git a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md b/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md
index fe4ffba45b480..f86cafe016219 100644
--- a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md
+++ b/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md
@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [2.0.2-beta.4](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.0.2-beta.3...babel-plugin-remove-graphql-queries@2.0.2-beta.4) (2018-06-21)
+
+
+### Bug Fixes
+
+* fix bad global check for graphql tag ([#6075](https://github.com/gatsbyjs/gatsby/issues/6075)) ([39a2607](https://github.com/gatsbyjs/gatsby/commit/39a2607))
+
+
+
+
+
## [2.0.2-beta.3](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.0.2-beta.2...babel-plugin-remove-graphql-queries@2.0.2-beta.3) (2018-06-21)
diff --git a/packages/babel-plugin-remove-graphql-queries/package.json b/packages/babel-plugin-remove-graphql-queries/package.json
index 9ec6b0874bb3d..99ced28863af4 100644
--- a/packages/babel-plugin-remove-graphql-queries/package.json
+++ b/packages/babel-plugin-remove-graphql-queries/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-remove-graphql-queries",
- "version": "2.0.2-beta.3",
+ "version": "2.0.2-beta.4",
"author": "Jason Quense ",
"devDependencies": {
"@babel/cli": "7.0.0-beta.51",
diff --git a/packages/gatsby-plugin-typescript/CHANGELOG.md b/packages/gatsby-plugin-typescript/CHANGELOG.md
index 063309b7af0a7..26cf3b575b3c9 100644
--- a/packages/gatsby-plugin-typescript/CHANGELOG.md
+++ b/packages/gatsby-plugin-typescript/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.
+
+# [2.0.0-beta.4](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-typescript/compare/gatsby-plugin-typescript@2.0.0-beta.3...gatsby-plugin-typescript@2.0.0-beta.4) (2018-06-21)
+
+**Note:** Version bump only for package gatsby-plugin-typescript
+
+
+
+
+
# [2.0.0-beta.3](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-typescript/compare/gatsby-plugin-typescript@2.0.0-beta.2...gatsby-plugin-typescript@2.0.0-beta.3) (2018-06-21)
diff --git a/packages/gatsby-plugin-typescript/package.json b/packages/gatsby-plugin-typescript/package.json
index 2be30b756d032..74930b967ced6 100644
--- a/packages/gatsby-plugin-typescript/package.json
+++ b/packages/gatsby-plugin-typescript/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-typescript",
"description": "Adds TypeScript support to Gatsby",
- "version": "2.0.0-beta.3",
+ "version": "2.0.0-beta.4",
"author": "Kyle Mathews ",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -12,7 +12,7 @@
"dependencies": {
"@babel/preset-typescript": "7.0.0-beta.51",
"@babel/runtime": "7.0.0-beta.51",
- "babel-plugin-remove-graphql-queries": "^2.0.2-beta.3"
+ "babel-plugin-remove-graphql-queries": "^2.0.2-beta.4"
},
"devDependencies": {
"@babel/cli": "7.0.0-beta.51",
diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md
index cec2a84b62cd8..e8ed31fd697f2 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.
+
+# [2.0.0-beta.7](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.0.0-beta.6...gatsby@2.0.0-beta.7) (2018-06-21)
+
+**Note:** Version bump only for package gatsby
+
+
+
+
+
# [2.0.0-beta.6](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.0.0-beta.5...gatsby@2.0.0-beta.6) (2018-06-21)
diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json
index 7e7c93de29656..08e55e675423e 100644
--- a/packages/gatsby/package.json
+++ b/packages/gatsby/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "React.js Static Site Generator",
- "version": "2.0.0-beta.6",
+ "version": "2.0.0-beta.7",
"author": "Kyle Mathews ",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
@@ -29,7 +29,7 @@
"babel-loader": "8.0.0-beta.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-dynamic-import-node": "^1.2.0",
- "babel-plugin-remove-graphql-queries": "^2.0.2-beta.3",
+ "babel-plugin-remove-graphql-queries": "^2.0.2-beta.4",
"better-queue": "^3.8.6",
"bluebird": "^3.5.0",
"chalk": "^2.3.2",