Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-image@2.3.2
 - gatsby-plugin-mdx@1.1.6
 - gatsby-theme-blog-core@1.3.15
 - gatsby-theme-blog@1.4.15
 - gatsby-theme-notes@1.2.14
  • Loading branch information
pvdz committed Apr 7, 2020
1 parent cd120ae commit cc6dbf6
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 9 deletions.
6 changes: 6 additions & 0 deletions packages/gatsby-image/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.3.1...gatsby-image@2.3.2) (2020-04-07)

### Bug Fixes

- **gatsby-image:** apply IE polyfill styles to placeholder images too ([#22863](https://github.com/gatsbyjs/gatsby/issues/22863)) ([80c453e](https://github.com/gatsbyjs/gatsby/commit/80c453e))

## [2.3.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.3.0...gatsby-image@2.3.1) (2020-03-23)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-image/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-image",
"description": "Lazy-loading React image component with optional support for the blur-up effect.",
"version": "2.3.1",
"version": "2.3.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-mdx/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.1.5...gatsby-plugin-mdx@1.1.6) (2020-04-07)

### Bug Fixes

- **gatsby-plugin-mdx:** pass on proper `modules` option value to babel ([#22903](https://github.com/gatsbyjs/gatsby/issues/22903)) ([cd120ae](https://github.com/gatsbyjs/gatsby/commit/cd120ae))

## [1.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.1.4...gatsby-plugin-mdx@1.1.5) (2020-04-07)

**Note:** Version bump only for package gatsby-plugin-mdx
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-mdx/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-mdx",
"version": "1.1.5",
"version": "1.1.6",
"description": "MDX integration for Gatsby",
"main": "index.js",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-blog-core/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.3.14...gatsby-theme-blog-core@1.3.15) (2020-04-07)

**Note:** Version bump only for package gatsby-theme-blog-core

## [1.3.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog-core@1.3.13...gatsby-theme-blog-core@1.3.14) (2020-04-07)

**Note:** Version bump only for package gatsby-theme-blog-core
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-theme-blog-core/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-blog-core",
"version": "1.3.14",
"version": "1.3.15",
"main": "index.js",
"author": "christopherbiscardi <chris@christopherbiscardi.com> (@chrisbiscardi)",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@mdx-js/mdx": "^1.5.7",
"gatsby-core-utils": "^1.1.1",
"gatsby-plugin-mdx": "^1.1.5",
"gatsby-plugin-mdx": "^1.1.6",
"gatsby-plugin-sharp": "^2.5.4",
"gatsby-remark-copy-linked-files": "^2.2.1",
"gatsby-remark-images": "^3.2.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-blog/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.4.14...gatsby-theme-blog@1.4.15) (2020-04-07)

**Note:** Version bump only for package gatsby-theme-blog

## [1.4.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-blog@1.4.13...gatsby-theme-blog@1.4.14) (2020-04-07)

**Note:** Version bump only for package gatsby-theme-blog
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-theme-blog/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-blog",
"version": "1.4.14",
"version": "1.4.15",
"description": "A Gatsby theme for miscellaneous blogging with a dark/light mode",
"main": "index.js",
"keywords": [
Expand All @@ -23,13 +23,13 @@
"@theme-ui/prism": "^0.2.50",
"@theme-ui/typography": "^0.2.46",
"deepmerge": "^4.2.2",
"gatsby-image": "^2.3.1",
"gatsby-image": "^2.3.2",
"gatsby-plugin-emotion": "^4.2.1",
"gatsby-plugin-feed": "^2.4.1",
"gatsby-plugin-react-helmet": "^3.2.1",
"gatsby-plugin-theme-ui": "^0.2.53",
"gatsby-plugin-twitter": "^2.2.2",
"gatsby-theme-blog-core": "^1.3.14",
"gatsby-theme-blog-core": "^1.3.15",
"mdx-utils": "0.2.0",
"react-helmet": "^5.2.1",
"react-switch": "^5.0.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-theme-notes/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.2.13...gatsby-theme-notes@1.2.14) (2020-04-07)

**Note:** Version bump only for package gatsby-theme-notes

## [1.2.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme-notes@1.2.12...gatsby-theme-notes@1.2.13) (2020-04-07)

**Note:** Version bump only for package gatsby-theme-notes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-theme-notes/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-theme-notes",
"description": "Gatsby Theme for adding a notes section to your website",
"version": "1.2.13",
"version": "1.2.14",
"author": "John Otander",
"license": "MIT",
"main": "index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"gatsby-core-utils": "^1.1.1",
"gatsby-plugin-compile-es6-packages": "^2.1.0",
"gatsby-plugin-emotion": "^4.2.1",
"gatsby-plugin-mdx": "^1.1.5",
"gatsby-plugin-mdx": "^1.1.6",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-og-image": "0.0.1",
"gatsby-plugin-redirects": "^1.0.0",
Expand Down

0 comments on commit cc6dbf6

Please sign in to comment.