Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6f11fb6

Browse files
committed
manually bump versions so can republish
1 parent 782604a commit 6f11fb6

File tree

3 files changed

+6
-18
lines changed

3 files changed

+6
-18
lines changed

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": "1.2.2",
3+
"version": "1.2.3",
44
"description": "MDX integration for Gatsby",
55
"main": "index.js",
66
"license": "MIT",

packages/gatsby-recipes/package.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-recipes",
33
"description": "Core functionality for Gatsby Recipes",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -80,11 +80,7 @@
8080
"tmp-promise": "^2.0.2"
8181
},
8282
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-recipes#readme",
83-
"keywords": [
84-
"gatsby",
85-
"gatsby-recipes",
86-
"mdx"
87-
],
83+
"keywords": ["gatsby", "gatsby-recipes", "mdx"],
8884
"license": "MIT",
8985
"repository": {
9086
"type": "git",
@@ -95,10 +91,7 @@
9591
"graphql": "^14.6.0"
9692
},
9793
"jest": {
98-
"testPathIgnorePatterns": [
99-
"/.cache/",
100-
"dist"
101-
],
94+
"testPathIgnorePatterns": ["/.cache/", "dist"],
10295
"testEnvironment": "node"
10396
},
10497
"scripts": {

packages/gatsby-transformer-remark/package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-remark",
33
"description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem",
4-
"version": "2.8.1",
4+
"version": "2.8.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -36,12 +36,7 @@
3636
"cross-env": "^5.2.1"
3737
},
3838
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark#readme",
39-
"keywords": [
40-
"gatsby",
41-
"gatsby-plugin",
42-
"markdown",
43-
"remark"
44-
],
39+
"keywords": ["gatsby", "gatsby-plugin", "markdown", "remark"],
4540
"license": "MIT",
4641
"peerDependencies": {
4742
"gatsby": "^2.12.0"

0 commit comments

Comments
 (0)