Skip to content

Commit 30621b4

Browse files
committed

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

packages/gatsby-plugin-offline/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-offline",
33
"description": "Gatsby plugin which sets up a site to be able to run offline",
4-
"version": "6.13.2",
4+
"version": "6.13.3",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-remark-copy-linked-files/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-remark-copy-linked-files",
33
"description": "Find files which are linked to from markdown and copy them to the public directory",
4-
"version": "6.13.1",
4+
"version": "6.13.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-remark-graphviz/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-remark-graphviz",
33
"description": "Processes graphviz code blocks and renders to SVG using viz.js",
4-
"version": "5.13.1",
4+
"version": "5.13.2",
55
"author": "Anthony Marcar <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-remark-images-contentful/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-remark-images-contentful",
3-
"version": "6.13.1",
3+
"version": "6.13.2",
44
"description": "Process Images in Contentful markdown so they can use the images API.",
55
"main": "index.js",
66
"scripts": {

packages/gatsby-remark-images/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-remark-images",
33
"description": "Processes images in markdown so they can be used in the production build.",
4-
"version": "7.13.1",
4+
"version": "7.13.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-remark-prismjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-remark-prismjs",
33
"description": "Adds syntax highlighting to code blocks at build time using PrismJS",
4-
"version": "7.13.1",
4+
"version": "7.13.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-remark-responsive-iframe/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-remark-responsive-iframe",
33
"description": "Make iframes in Markdown processed by Remark responsive",
4-
"version": "6.13.1",
4+
"version": "6.13.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-wordpress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gatsby-source-wordpress",
33
"description": "Source data from WordPress in an efficient and scalable way.",
44
"author": "Tyler Barnes <[email protected]>",
5-
"version": "7.13.4",
5+
"version": "7.13.5",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},

0 commit comments

Comments
 (0)