From 30621b4f44f1b033a99954bf5e4fe73d953adcd4 Mon Sep 17 00:00:00 2001 From: pieh Date: Mon, 26 Aug 2024 16:08:50 +0200 Subject: [PATCH] chore(release): Publish - gatsby-plugin-offline@6.13.3 - gatsby-remark-copy-linked-files@6.13.2 - gatsby-remark-graphviz@5.13.2 - gatsby-remark-images-contentful@6.13.2 - gatsby-remark-images@7.13.2 - gatsby-remark-prismjs@7.13.2 - gatsby-remark-responsive-iframe@6.13.2 - gatsby-source-wordpress@7.13.5 --- packages/gatsby-plugin-offline/package.json | 2 +- packages/gatsby-remark-copy-linked-files/package.json | 2 +- packages/gatsby-remark-graphviz/package.json | 2 +- packages/gatsby-remark-images-contentful/package.json | 2 +- packages/gatsby-remark-images/package.json | 2 +- packages/gatsby-remark-prismjs/package.json | 2 +- packages/gatsby-remark-responsive-iframe/package.json | 2 +- packages/gatsby-source-wordpress/package.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/gatsby-plugin-offline/package.json b/packages/gatsby-plugin-offline/package.json index e63e736739c6d..4468be4a9cc72 100644 --- a/packages/gatsby-plugin-offline/package.json +++ b/packages/gatsby-plugin-offline/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-offline", "description": "Gatsby plugin which sets up a site to be able to run offline", - "version": "6.13.2", + "version": "6.13.3", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-remark-copy-linked-files/package.json b/packages/gatsby-remark-copy-linked-files/package.json index 7aff679edd1eb..235ba7f0f8ad8 100644 --- a/packages/gatsby-remark-copy-linked-files/package.json +++ b/packages/gatsby-remark-copy-linked-files/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-copy-linked-files", "description": "Find files which are linked to from markdown and copy them to the public directory", - "version": "6.13.1", + "version": "6.13.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-remark-graphviz/package.json b/packages/gatsby-remark-graphviz/package.json index 95743ea6f5565..1b48bcbb4b6b4 100644 --- a/packages/gatsby-remark-graphviz/package.json +++ b/packages/gatsby-remark-graphviz/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-graphviz", "description": "Processes graphviz code blocks and renders to SVG using viz.js", - "version": "5.13.1", + "version": "5.13.2", "author": "Anthony Marcar ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-remark-images-contentful/package.json b/packages/gatsby-remark-images-contentful/package.json index d182a96c86c3e..5b4c0b1bb0464 100644 --- a/packages/gatsby-remark-images-contentful/package.json +++ b/packages/gatsby-remark-images-contentful/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-remark-images-contentful", - "version": "6.13.1", + "version": "6.13.2", "description": "Process Images in Contentful markdown so they can use the images API.", "main": "index.js", "scripts": { diff --git a/packages/gatsby-remark-images/package.json b/packages/gatsby-remark-images/package.json index 2af6fdfbeaa09..b8c828b946375 100644 --- a/packages/gatsby-remark-images/package.json +++ b/packages/gatsby-remark-images/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-images", "description": "Processes images in markdown so they can be used in the production build.", - "version": "7.13.1", + "version": "7.13.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-remark-prismjs/package.json b/packages/gatsby-remark-prismjs/package.json index f2b4d19067444..57f9c650d404f 100644 --- a/packages/gatsby-remark-prismjs/package.json +++ b/packages/gatsby-remark-prismjs/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-prismjs", "description": "Adds syntax highlighting to code blocks at build time using PrismJS", - "version": "7.13.1", + "version": "7.13.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-remark-responsive-iframe/package.json b/packages/gatsby-remark-responsive-iframe/package.json index f78bdd3b198e3..f19add6edef40 100644 --- a/packages/gatsby-remark-responsive-iframe/package.json +++ b/packages/gatsby-remark-responsive-iframe/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-responsive-iframe", "description": "Make iframes in Markdown processed by Remark responsive", - "version": "6.13.1", + "version": "6.13.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index 034bab8ba3593..d7c665c3bb863 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -2,7 +2,7 @@ "name": "gatsby-source-wordpress", "description": "Source data from WordPress in an efficient and scalable way.", "author": "Tyler Barnes ", - "version": "7.13.4", + "version": "7.13.5", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" },