From 41b4f8961f0741979a54b687a46227843e389776 Mon Sep 17 00:00:00 2001 From: Dustin Schau Date: Tue, 12 Feb 2019 12:01:10 -0600 Subject: [PATCH] chore(release): Publish - gatsby-plugin-catch-links@2.0.11 - gatsby-transformer-remark@2.2.5 --- packages/gatsby-plugin-catch-links/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-catch-links/package.json | 2 +- packages/gatsby-transformer-remark/CHANGELOG.md | 6 ++++++ packages/gatsby-transformer-remark/package.json | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/packages/gatsby-plugin-catch-links/CHANGELOG.md b/packages/gatsby-plugin-catch-links/CHANGELOG.md index 4483927d5aa13..f639fbb69e2b4 100644 --- a/packages/gatsby-plugin-catch-links/CHANGELOG.md +++ b/packages/gatsby-plugin-catch-links/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.11](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-catch-links/compare/gatsby-plugin-catch-links@2.0.10...gatsby-plugin-catch-links@2.0.11) (2019-02-12) + +**Note:** Version bump only for package gatsby-plugin-catch-links + ## [2.0.10](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-catch-links/compare/gatsby-plugin-catch-links@2.0.9...gatsby-plugin-catch-links@2.0.10) (2019-02-01) **Note:** Version bump only for package gatsby-plugin-catch-links diff --git a/packages/gatsby-plugin-catch-links/package.json b/packages/gatsby-plugin-catch-links/package.json index cd60724293129..6ecfc0d754b19 100644 --- a/packages/gatsby-plugin-catch-links/package.json +++ b/packages/gatsby-plugin-catch-links/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-catch-links", "description": "Intercepts local links from markdown and other non-react pages and does a client-side pushState to avoid the browser having to refresh the page.", - "version": "2.0.10", + "version": "2.0.11", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-transformer-remark/CHANGELOG.md b/packages/gatsby-transformer-remark/CHANGELOG.md index 7b77108326b89..8979a03dd306a 100644 --- a/packages/gatsby-transformer-remark/CHANGELOG.md +++ b/packages/gatsby-transformer-remark/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.2.5](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark/compare/gatsby-transformer-remark@2.2.4...gatsby-transformer-remark@2.2.5) (2019-02-12) + +### Bug Fixes + +- **gatsby-transformer-remark:** restore behavior of serializing date-like fields to string ([#11716](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark/issues/11716)) ([29dee3f](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark/commit/29dee3f)) + ## [2.2.4](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark/compare/gatsby-transformer-remark@2.2.3...gatsby-transformer-remark@2.2.4) (2019-02-04) **Note:** Version bump only for package gatsby-transformer-remark diff --git a/packages/gatsby-transformer-remark/package.json b/packages/gatsby-transformer-remark/package.json index 7255f72d59012..5d4eb2961410a 100644 --- a/packages/gatsby-transformer-remark/package.json +++ b/packages/gatsby-transformer-remark/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-remark", "description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem", - "version": "2.2.4", + "version": "2.2.5", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues"