diff --git a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md b/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md index 5b6d3e095c337..93c6ab2ed7055 100644 --- a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md +++ b/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md @@ -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. +# [2.6.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.5.5...babel-plugin-remove-graphql-queries@2.6.0) (2019-02-13) + +### Features + +- **gatsby:** add useStaticQuery hook ([#11588](https://github.com/gatsbyjs/gatsby/issues/11588)) ([f149c4c](https://github.com/gatsbyjs/gatsby/commit/f149c4c)) + ## [2.5.5](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.5.4...babel-plugin-remove-graphql-queries@2.5.5) (2019-02-04) ### Bug Fixes diff --git a/packages/babel-plugin-remove-graphql-queries/package.json b/packages/babel-plugin-remove-graphql-queries/package.json index 0dec611618213..92101be1b71ef 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.5.5", + "version": "2.6.0", "author": "Jason Quense ", "devDependencies": { "@babel/cli": "^7.0.0", diff --git a/packages/gatsby-plugin-typescript/CHANGELOG.md b/packages/gatsby-plugin-typescript/CHANGELOG.md index afc35968b24c9..b465ccc9531c0 100644 --- a/packages/gatsby-plugin-typescript/CHANGELOG.md +++ b/packages/gatsby-plugin-typescript/CHANGELOG.md @@ -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.8](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-typescript/compare/gatsby-plugin-typescript@2.0.7...gatsby-plugin-typescript@2.0.8) (2019-02-13) + +**Note:** Version bump only for package gatsby-plugin-typescript + ## [2.0.7](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-typescript/compare/gatsby-plugin-typescript@2.0.6...gatsby-plugin-typescript@2.0.7) (2019-02-04) **Note:** Version bump only for package gatsby-plugin-typescript diff --git a/packages/gatsby-plugin-typescript/package.json b/packages/gatsby-plugin-typescript/package.json index 860df8585f581..d704f901b5ef1 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.7", + "version": "2.0.8", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "dependencies": { "@babel/preset-typescript": "^7.0.0", "@babel/runtime": "^7.0.0", - "babel-plugin-remove-graphql-queries": "^2.5.5" + "babel-plugin-remove-graphql-queries": "^2.6.0" }, "devDependencies": { "@babel/cli": "^7.0.0", diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 93451c385dbf4..60d460a754a65 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -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. +# [2.1.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.0.120...gatsby@2.1.0) (2019-02-13) + +### Features + +- **gatsby:** add useStaticQuery hook ([#11588](https://github.com/gatsbyjs/gatsby/issues/11588)) ([f149c4c](https://github.com/gatsbyjs/gatsby/commit/f149c4c)) + ## [2.0.120](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.0.119...gatsby@2.0.120) (2019-02-13) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 6639b487b1d69..32e791dbc9566 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -1,7 +1,7 @@ { "name": "gatsby", "description": "Blazing fast modern site generator for React", - "version": "2.0.120", + "version": "2.1.0", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js" @@ -24,7 +24,7 @@ "babel-loader": "^8.0.0", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-dynamic-import-node": "^1.2.0", - "babel-plugin-remove-graphql-queries": "^2.5.5", + "babel-plugin-remove-graphql-queries": "^2.6.0", "babel-preset-gatsby": "^0.1.7", "better-opn": "0.1.4", "better-queue": "^3.8.6",