Skip to content

Commit 08137dc

Browse files
committed
1 parent 8fc38b7 commit 08137dc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/gatsby-graphiql-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-graphiql-explorer",
3-
"version": "3.14.0",
3+
"version": "3.14.1",
44
"description": "GraphiQL IDE with custom features for Gatsby users",
55
"main": "index.js",
66
"scripts": {

packages/gatsby-plugin-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-mdx",
3-
"version": "5.14.0",
3+
"version": "5.14.1",
44
"description": "MDX integration for Gatsby",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby",
33
"description": "Blazing fast modern site generator for React",
4-
"version": "5.14.1",
4+
"version": "5.14.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -93,7 +93,7 @@
9393
"fs-extra": "^11.2.0",
9494
"gatsby-cli": "^5.14.0",
9595
"gatsby-core-utils": "^4.14.0",
96-
"gatsby-graphiql-explorer": "^3.14.0",
96+
"gatsby-graphiql-explorer": "^3.14.1",
9797
"gatsby-legacy-polyfills": "^3.14.0",
9898
"gatsby-link": "^5.14.1",
9999
"gatsby-page-utils": "^3.14.0",

0 commit comments

Comments
 (0)