Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - babel-plugin-remove-graphql-queries@2.0.2-beta.4
 - gatsby@2.0.0-beta.7
 - gatsby-plugin-typescript@2.0.0-beta.4
  • Loading branch information
KyleAMathews committed Jun 21, 2018
1 parent c682a86 commit beb4802
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 5 deletions.
12 changes: 12 additions & 0 deletions packages/babel-plugin-remove-graphql-queries/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="2.0.2-beta.4"></a>
## [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))





<a name="2.0.2-beta.3"></a>
## [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)

Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-remove-graphql-queries/package.json
Original file line number Diff line number Diff line change
@@ -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 <monastic.panic@gmail.com>",
"devDependencies": {
"@babel/cli": "7.0.0-beta.51",
Expand Down
9 changes: 9 additions & 0 deletions packages/gatsby-plugin-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

<a name="2.0.0-beta.4"></a>
# [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





<a name="2.0.0-beta.3"></a>
# [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)

Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-typescript/package.json
Original file line number Diff line number Diff line change
@@ -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 <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -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",
Expand Down
9 changes: 9 additions & 0 deletions packages/gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

<a name="2.0.0-beta.7"></a>
# [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





<a name="2.0.0-beta.6"></a>
# [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)

Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -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 <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit beb4802

Please sign in to comment.