Skip to content

File tree

20 files changed

+65
-17
lines changed

20 files changed

+65
-17
lines changed

packages/gatsby-cli/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.6.8](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/compare/[email protected]@2.6.8) (2019-06-18)
7+
8+
### Features
9+
10+
- **gatsby-cli:** move progressbar into ink ([#14220](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/issues/14220)) ([967597c](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/commit/967597c))
11+
612
## [2.6.7](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/compare/[email protected]@2.6.7) (2019-06-12)
713

814
### Bug Fixes

packages/gatsby-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-cli",
33
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
4-
"version": "2.6.7",
4+
"version": "2.6.8",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "lib/index.js"

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.1.6](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/compare/[email protected]@2.1.6) (2019-06-18)
7+
8+
### Features
9+
10+
- **gatsby-cli:** move progressbar into ink ([#14220](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/issues/14220)) ([967597c](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/commit/967597c))
11+
612
## [2.1.5](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/compare/[email protected]@2.1.5) (2019-06-12)
713

814
### Bug Fixes

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.1.5",
4+
"version": "2.1.6",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-remark-graphviz/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+
## [1.0.12](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-graphviz/compare/[email protected]@1.0.12) (2019-06-18)
7+
8+
**Note:** Version bump only for package gatsby-remark-graphviz
9+
610
## [1.0.11](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-graphviz/compare/[email protected]@1.0.11) (2019-06-10)
711

812
### Bug Fixes

packages/gatsby-remark-graphviz/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-remark-graphviz",
33
"description": "Processes graphviz code blocks and renders to SVG using viz.js",
4-
"version": "1.0.11",
4+
"version": "1.0.12",
55
"author": "Anthony Marcar <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-contentful/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.72](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/compare/[email protected]@2.0.72) (2019-06-18)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-source-contentful:** Restricts images to 4000 max image width/height ([#14760](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/issues/14760)) ([177d35c](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/commit/177d35c))
11+
612
## [2.0.71](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/compare/[email protected]@2.0.71) (2019-06-12)
713

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

packages/gatsby-source-contentful/package.json

+3-3
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.71",
4+
"version": "2.0.72",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -15,8 +15,8 @@
1515
"contentful": "^6.1.0",
1616
"deep-map": "^1.5.0",
1717
"fs-extra": "^4.0.2",
18-
"gatsby-plugin-sharp": "^2.1.5",
19-
"gatsby-source-filesystem": "^2.0.39",
18+
"gatsby-plugin-sharp": "^2.1.6",
19+
"gatsby-source-filesystem": "^2.0.40",
2020
"is-online": "^7.0.0",
2121
"joi": "^14.0.0",
2222
"json-stringify-safe": "^5.0.1",

packages/gatsby-source-drupal/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+
## [3.1.13](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-drupal/compare/[email protected]@3.1.13) (2019-06-18)
7+
8+
**Note:** Version bump only for package gatsby-source-drupal
9+
610
## [3.1.12](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-drupal/compare/[email protected]@3.1.12) (2019-06-14)
711

812
### Features

packages/gatsby-source-drupal/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-drupal",
33
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
4-
"version": "3.1.12",
4+
"version": "3.1.13",
55
"author": "Kyle Mathews <[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.19.0",
1212
"bluebird": "^3.5.0",
13-
"gatsby-source-filesystem": "^2.0.39",
13+
"gatsby-source-filesystem": "^2.0.40",
1414
"lodash": "^4.17.10",
1515
"tiny-async-pool": "^1.0.4"
1616
},

packages/gatsby-source-filesystem/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.40](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-filesystem/compare/[email protected]@2.0.40) (2019-06-18)
7+
8+
### Features
9+
10+
- **gatsby-cli:** move progressbar into ink ([#14220](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-filesystem/issues/14220)) ([967597c](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-filesystem/commit/967597c))
11+
612
## [2.0.39](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-filesystem/compare/[email protected]@2.0.39) (2019-06-10)
713

814
### Features

packages/gatsby-source-filesystem/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-filesystem",
33
"description": "Gatsby plugin which parses files within a directory for further parsing by other plugins",
4-
"version": "2.0.39",
4+
"version": "2.0.40",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-shopify/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.38](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-shopify/compare/[email protected]@2.0.38) (2019-06-18)
7+
8+
**Note:** Version bump only for package gatsby-source-shopify
9+
610
## [2.0.37](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-shopify/compare/[email protected]@2.0.37) (2019-06-10)
711

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

packages/gatsby-source-shopify/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-shopify",
3-
"version": "2.0.37",
3+
"version": "2.0.38",
44
"description": "Gatsby source plugin for building websites using Shopfiy as a data source.",
55
"scripts": {
66
"build": "babel src --out-dir .",
@@ -32,7 +32,7 @@
3232
"babel-preset-gatsby-package": "^0.1.4",
3333
"chalk": "^2.4.1",
3434
"gatsby-node-helpers": "^0.3.0",
35-
"gatsby-source-filesystem": "^2.0.39",
35+
"gatsby-source-filesystem": "^2.0.40",
3636
"graphql-request": "^1.6.0",
3737
"lodash": "^4.17.4",
3838
"p-iteration": "^1.1.7",

packages/gatsby-source-wordpress/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+
## [3.0.66](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/compare/[email protected]@3.0.66) (2019-06-18)
7+
8+
**Note:** Version bump only for package gatsby-source-wordpress
9+
610
## [3.0.65](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/compare/[email protected]@3.0.65) (2019-06-10)
711

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

packages/gatsby-source-wordpress/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-wordpress",
33
"description": "Gatsby source plugin for building websites using the Wordpress CMS as a data source.",
4-
"version": "3.0.65",
4+
"version": "3.0.66",
55
"author": "Sebastien Fichot <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -14,7 +14,7 @@
1414
"bluebird": "^3.5.0",
1515
"deep-map": "^1.5.0",
1616
"deep-map-keys": "^1.2.0",
17-
"gatsby-source-filesystem": "^2.0.39",
17+
"gatsby-source-filesystem": "^2.0.40",
1818
"json-stringify-safe": "^5.0.1",
1919
"lodash": "^4.17.10",
2020
"minimatch": "^3.0.4",

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.43](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-sqip/compare/[email protected]@2.0.43) (2019-06-18)
7+
8+
**Note:** Version bump only for package gatsby-transformer-sqip
9+
610
## [2.0.42](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-sqip/compare/[email protected]@2.0.42) (2019-06-12)
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.42",
4+
"version": "2.0.43",
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
"bluebird": "^3.5.4",
1212
"fs-extra": "^4.0.2",
13-
"gatsby-plugin-sharp": "^2.1.5",
13+
"gatsby-plugin-sharp": "^2.1.6",
1414
"md5-file": "^4.0.0",
1515
"mini-svg-data-uri": "^1.0.0",
1616
"p-queue": "^2.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.9.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.9.5) (2019-06-18)
7+
8+
**Note:** Version bump only for package gatsby
9+
610
## [2.9.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.9.4) (2019-06-14)
711

812
### Bug Fixes

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.9.4",
4+
"version": "2.9.5",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./dist/bin/gatsby.js"
@@ -66,7 +66,7 @@
6666
"flat": "^4.0.0",
6767
"fs-exists-cached": "1.0.0",
6868
"fs-extra": "^5.0.0",
69-
"gatsby-cli": "^2.6.7",
69+
"gatsby-cli": "^2.6.8",
7070
"gatsby-graphiql-explorer": "^0.1.2",
7171
"gatsby-link": "^2.1.1",
7272
"gatsby-plugin-page-creator": "^2.0.13",

0 commit comments

Comments
 (0)