Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-plugin-image@1.0.1
 - gatsby-plugin-mdx@2.0.1
 - gatsby-plugin-sharp@3.0.1
 - gatsby-source-contentful@5.0.3
 - gatsby-transformer-sqip@3.0.1
  • Loading branch information
vladar committed Mar 10, 2021
1 parent 0331c51 commit b8f5ba9
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 8 deletions.
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-image/CHANGELOG.md
Original file line number Diff line number Diff line change
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.0.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.0.0...gatsby-plugin-image@1.0.1) (2021-03-10)

### Bug Fixes

- **gatsby-plugin-image:** Handle placeholder in plugin toolkit ([#30141](https://github.com/gatsbyjs/gatsby/issues/30141)) ([#30170](https://github.com/gatsbyjs/gatsby/issues/30170)) ([4c44125](https://github.com/gatsbyjs/gatsby/commit/4c4412560889414b020db46877b8704e18e10d0e))

# [1.0.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.0.0-v3rc.1...gatsby-plugin-image@1.0.0) (2021-03-02)

**Note:** Version bump only for package gatsby-plugin-image
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-image",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"build": "npm-run-all -s clean -p build:*",
"build:gatsby-node": "tsc --jsx react --downlevelIteration true --skipLibCheck true --esModuleInterop true --outDir dist/ src/gatsby-node.ts src/babel-plugin-parse-static-images.ts src/resolver-utils.ts src/types.d.ts -d --declarationDir dist/src",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
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.0.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.0.0...gatsby-plugin-mdx@2.0.1) (2021-03-10)

### Bug Fixes

- **gatsby-plugin-mdx:** fix html field resolver to work with webpack@5 ([#30158](https://github.com/gatsbyjs/gatsby/issues/30158)) ([#30172](https://github.com/gatsbyjs/gatsby/issues/30172)) ([b7d82da](https://github.com/gatsbyjs/gatsby/commit/b7d82da030d85b876ce7a10064bf4dfca1763879))

# [2.0.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.0.0-v3rc.0...gatsby-plugin-mdx@2.0.0) (2021-03-02)

**Note:** Version bump only for package gatsby-plugin-mdx
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-mdx",
"version": "2.0.0",
"version": "2.0.1",
"description": "MDX integration for Gatsby",
"main": "index.js",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-sharp/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [3.0.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.0.0...gatsby-plugin-sharp@3.0.1) (2021-03-10)

**Note:** Version bump only for package gatsby-plugin-sharp

# [3.0.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.0.0-v3rc.2...gatsby-plugin-sharp@3.0.0) (2021-03-02)

**Note:** Version bump only for package gatsby-plugin-sharp
Expand Down
4 changes: 2 additions & 2 deletions 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": "3.0.0",
"version": "3.0.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down Expand Up @@ -34,7 +34,7 @@
"@types/sharp": "^0.27.1",
"babel-preset-gatsby-package": "^1.0.0",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^1.0.0",
"gatsby-plugin-image": "^1.0.1",
"gatsby-plugin-utils": "^1.0.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-contentful/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [5.0.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.0.2...gatsby-source-contentful@5.0.3) (2021-03-10)

**Note:** Version bump only for package gatsby-source-contentful

## [5.0.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.0.1...gatsby-source-contentful@5.0.2) (2021-03-09)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-contentful/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-contentful",
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
"version": "5.0.2",
"version": "5.0.3",
"author": "Marcus Ericsson <mericsson@gmail.com> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -18,7 +18,7 @@
"contentful": "^8.1.7",
"fs-extra": "^9.1.0",
"gatsby-core-utils": "^2.0.0",
"gatsby-plugin-image": "^1.0.0",
"gatsby-plugin-image": "^1.0.1",
"gatsby-plugin-utils": "^1.0.0",
"gatsby-source-filesystem": "^3.0.0",
"is-online": "^8.5.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-transformer-sqip/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [3.0.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.0.0...gatsby-transformer-sqip@3.0.1) (2021-03-10)

**Note:** Version bump only for package gatsby-transformer-sqip

# [3.0.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.0.0-v3rc.2...gatsby-transformer-sqip@3.0.0) (2021-03-02)

**Note:** Version bump only for package gatsby-transformer-sqip
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-transformer-sqip/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "gatsby-transformer-sqip",
"description": "Generates geometric primitive version of images",
"version": "3.0.0",
"version": "3.0.1",
"author": "Benedikt Rötsch <roetsch.beni@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"fs-extra": "^8.1.0",
"gatsby-plugin-sharp": "^3.0.0",
"gatsby-plugin-sharp": "^3.0.1",
"md5-file": "^5.0.0",
"mini-svg-data-uri": "^1.2.3",
"p-queue": "^6.6.2",
Expand Down

0 comments on commit b8f5ba9

Please sign in to comment.