diff --git a/packages/gatsby-plugin-twitter/CHANGELOG.md b/packages/gatsby-plugin-twitter/CHANGELOG.md index 4a7c24e02d45e..ded6fc719034b 100644 --- a/packages/gatsby-plugin-twitter/CHANGELOG.md +++ b/packages/gatsby-plugin-twitter/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.0.13](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-twitter/compare/gatsby-plugin-twitter@2.0.12...gatsby-plugin-twitter@2.0.13) (2019-03-16) + +### Features + +- **gatsby-plugin-twitter:** load widget for all Twitter embeds ([#12607](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-twitter/issues/12607)) ([bb5d62d](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-twitter/commit/bb5d62d)) + ## [2.0.12](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-twitter/compare/gatsby-plugin-twitter@2.0.11...gatsby-plugin-twitter@2.0.12) (2019-03-11) **Note:** Version bump only for package gatsby-plugin-twitter diff --git a/packages/gatsby-plugin-twitter/package.json b/packages/gatsby-plugin-twitter/package.json index 605ab10f5ce0c..29c6e5b4bcd4b 100644 --- a/packages/gatsby-plugin-twitter/package.json +++ b/packages/gatsby-plugin-twitter/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-twitter", "description": "Loads the Twitter JavaScript for embedding tweets.", - "version": "2.0.12", + "version": "2.0.13", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-react-router-scroll/CHANGELOG.md b/packages/gatsby-react-router-scroll/CHANGELOG.md index cdbbc140f0fd6..8f194c735d5e7 100644 --- a/packages/gatsby-react-router-scroll/CHANGELOG.md +++ b/packages/gatsby-react-router-scroll/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.0.6](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-react-router-scroll/compare/gatsby-react-router-scroll@2.0.5...gatsby-react-router-scroll@2.0.6) (2019-03-16) + +### Bug Fixes + +- **gatsby-react-router-scroll:** hide sessionStorage warnings in production ([#12593](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-react-router-scroll/issues/12593)) ([365be0a](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-react-router-scroll/commit/365be0a)), closes [#12577](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-react-router-scroll/issues/12577) + ## [2.0.5](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-react-router-scroll/compare/gatsby-react-router-scroll@2.0.4...gatsby-react-router-scroll@2.0.5) (2019-03-11) **Note:** Version bump only for package gatsby-react-router-scroll diff --git a/packages/gatsby-react-router-scroll/package.json b/packages/gatsby-react-router-scroll/package.json index 6f6abe15c8fbe..261406dedf7f8 100644 --- a/packages/gatsby-react-router-scroll/package.json +++ b/packages/gatsby-react-router-scroll/package.json @@ -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": "2.0.5", + "version": "2.0.6", "author": "Jimmy Jia", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 671d9970166c8..3bfab05b1e6d6 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/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.1.36](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.1.35...gatsby@2.1.36) (2019-03-16) + +**Note:** Version bump only for package gatsby + ## [2.1.35](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.1.34...gatsby@2.1.35) (2019-03-15) ### Features diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 60c04ac90c557..3e60b638e5638 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.1.35", + "version": "2.1.36", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js" @@ -67,7 +67,7 @@ "gatsby-cli": "^2.4.16", "gatsby-link": "^2.0.16", "gatsby-plugin-page-creator": "^2.0.10", - "gatsby-react-router-scroll": "^2.0.5", + "gatsby-react-router-scroll": "^2.0.6", "glob": "^7.1.1", "graphql": "^14.1.1", "graphql-playground-middleware-express": "^1.7.10",