Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - gatsby-plugin-netlify@1.0.14
 - gatsby-plugin-sharp@1.6.25
 - gatsby-remark-embed-snippet@1.0.6
 - gatsby-remark-images@1.5.37
 - gatsby-remark-katex@1.0.9
 - gatsby-remark-prismjs@1.2.12
  • Loading branch information
KyleAMathews committed Jan 16, 2018
1 parent e3471be commit a92db95
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-netlify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-netlify",
"version": "1.0.13",
"version": "1.0.14",
"description": "A Gatsby plugin which generates a _headers file for netlify",
"main": "index.js",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sharp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sharp",
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
"version": "1.6.24",
"version": "1.6.25",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"async": "^2.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-remark-embed-snippet/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "gatsby-remark-embed-snippet",
"description": "Gatsby plugin to embed formatted code snippets within markdown",
"version": "1.0.5",
"version": "1.0.6",
"author": "Brian Vaughn <brian.david.vaughn@gmail.com>",
"dependencies": {
"babel-runtime": "^6.26.0",
"gatsby-remark-prismjs": "^1.2.11",
"gatsby-remark-prismjs": "^1.2.12",
"normalize-path": "^2.1.1",
"parse-numeric-range": "^0.0.2",
"unist-util-map": "^1.0.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-remark-images/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-remark-images",
"version": "1.5.36",
"version": "1.5.37",
"description": "Processes images in markdown so they can be used in the production build.",
"main": "index.js",
"keywords": [
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"cheerio": "^1.0.0-rc.2",
"gatsby-plugin-sharp": "^1.6.24",
"gatsby-plugin-sharp": "^1.6.25",
"is-relative-url": "^2.0.0",
"lodash": "^4.17.4",
"slash": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-katex/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-katex",
"description": "Transform math nodes to html markup",
"version": "1.0.8",
"version": "1.0.9",
"author": "Jeffrey Xiao <jeffrey.xiao1998@gmail.com>",
"dependencies": {
"babel-runtime": "^6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-prismjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-prismjs",
"description": "Adds syntax highlighting to code blocks at build time using PrismJS",
"version": "1.2.11",
"version": "1.2.12",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"babel-runtime": "^6.26.0",
Expand Down

0 comments on commit a92db95

Please sign in to comment.