Skip to content

Commit 307820a

Browse files
1 parent 1514371 commit 307820a

File tree

14 files changed

+44
-12
lines changed

14 files changed

+44
-12
lines changed

packages/babel-plugin-remove-graphql-queries/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.6.1](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@[email protected]) (2019-02-22)
7+
8+
**Note:** Version bump only for package babel-plugin-remove-graphql-queries
9+
610
# [2.6.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@[email protected]) (2019-02-13)
711

812
### Features

packages/babel-plugin-remove-graphql-queries/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-remove-graphql-queries",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"author": "Jason Quense <[email protected]>",
55
"devDependencies": {
66
"@babel/cli": "^7.0.0",

packages/gatsby-plugin-sharp/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.22](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/compare/[email protected]@2.0.22) (2019-02-22)
7+
8+
### Features
9+
10+
- **gatsby-plugin-sharp:** Add tracedSVG option in fluid and fixed processors ([#11981](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/issues/11981)) ([8aaaa85](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/commit/8aaaa85)), closes [#11912](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/issues/11912)
11+
612
## [2.0.21](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/compare/[email protected]@2.0.21) (2019-02-19)
713

814
### Features

packages/gatsby-plugin-sharp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-sharp",
33
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
4-
"version": "2.0.21",
4+
"version": "2.0.22",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-typescript/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.9](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-typescript/compare/[email protected]@2.0.9) (2019-02-22)
7+
8+
**Note:** Version bump only for package gatsby-plugin-typescript
9+
610
## [2.0.8](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-typescript/compare/[email protected]@2.0.8) (2019-02-13)
711

812
**Note:** Version bump only for package gatsby-plugin-typescript

packages/gatsby-plugin-typescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-typescript",
33
"description": "Adds TypeScript support to Gatsby",
4-
"version": "2.0.8",
4+
"version": "2.0.9",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@babel/preset-typescript": "^7.0.0",
1414
"@babel/runtime": "^7.0.0",
15-
"babel-plugin-remove-graphql-queries": "^2.6.0"
15+
"babel-plugin-remove-graphql-queries": "^2.6.1"
1616
},
1717
"devDependencies": {
1818
"@babel/cli": "^7.0.0",

packages/gatsby-remark-images/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.5](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-images/compare/[email protected]@3.0.5) (2019-02-22)
7+
8+
### Features
9+
10+
- **gatsby-remark-images:** Add option to use tracedSVG instead of blur up effect ([#9490](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-images/issues/9490)) ([072bcdd](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-images/commit/072bcdd))
11+
612
## [3.0.4](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-images/compare/[email protected]@3.0.4) (2019-02-15)
713

814
### Bug Fixes

packages/gatsby-remark-images/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-remark-images",
33
"description": "Processes images in markdown so they can be used in the production build.",
4-
"version": "3.0.4",
4+
"version": "3.0.5",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -11,8 +11,8 @@
1111
"cheerio": "^1.0.0-rc.2",
1212
"is-relative-url": "^2.0.0",
1313
"lodash": "^4.17.10",
14-
"potrace": "^2.1.1",
1514
"mdast-util-definitions": "^1.2.0",
15+
"potrace": "^2.1.1",
1616
"query-string": "^6.1.0",
1717
"slash": "^1.0.0",
1818
"unist-util-select": "^1.5.0",

packages/gatsby-source-contentful/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.32](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/compare/[email protected]@2.0.32) (2019-02-22)
7+
8+
**Note:** Version bump only for package gatsby-source-contentful
9+
610
## [2.0.31](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/compare/[email protected]@2.0.31) (2019-02-22)
711

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

packages/gatsby-source-contentful/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-contentful",
33
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
4-
"version": "2.0.31",
4+
"version": "2.0.32",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -14,7 +14,7 @@
1414
"contentful": "^6.1.0",
1515
"deep-map": "^1.5.0",
1616
"fs-extra": "^4.0.2",
17-
"gatsby-plugin-sharp": "^2.0.21",
17+
"gatsby-plugin-sharp": "^2.0.22",
1818
"is-online": "^7.0.0",
1919
"json-stringify-safe": "^5.0.1",
2020
"lodash": "^4.17.10",

packages/gatsby-transformer-sqip/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.18](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.0.18) (2019-02-22)
7+
8+
**Note:** Version bump only for package gatsby-transformer-sqip
9+
610
## [2.0.17](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.0.17) (2019-02-19)
711

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

packages/gatsby-transformer-sqip/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-sqip",
33
"description": "Generates geometric primitive version of images",
4-
"version": "2.0.17",
4+
"version": "2.0.18",
55
"author": "Benedikt Rötsch <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -10,7 +10,7 @@
1010
"@babel/runtime": "^7.0.0",
1111
"axios": "^0.18.0",
1212
"fs-extra": "^4.0.2",
13-
"gatsby-plugin-sharp": "^2.0.21",
13+
"gatsby-plugin-sharp": "^2.0.22",
1414
"mini-svg-data-uri": "^1.0.0",
1515
"p-queue": "^2.3.0",
1616
"sqip": "^0.3.0"

packages/gatsby/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.1.17](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.17) (2019-02-22)
7+
8+
**Note:** Version bump only for package gatsby
9+
610
## [2.1.16](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.16) (2019-02-22)
711

812
**Note:** Version bump only for package gatsby

packages/gatsby/package.json

+2-2
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": "2.1.16",
4+
"version": "2.1.17",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./dist/bin/gatsby.js"
@@ -25,7 +25,7 @@
2525
"babel-loader": "^8.0.0",
2626
"babel-plugin-add-module-exports": "^0.2.1",
2727
"babel-plugin-dynamic-import-node": "^1.2.0",
28-
"babel-plugin-remove-graphql-queries": "^2.6.0",
28+
"babel-plugin-remove-graphql-queries": "^2.6.1",
2929
"babel-preset-gatsby": "^0.1.8",
3030
"better-opn": "0.1.4",
3131
"better-queue": "^3.8.6",

0 commit comments

Comments
 (0)