Skip to content

File tree

26 files changed

+83
-21
lines changed

26 files changed

+83
-21
lines changed

packages/gatsby-admin/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+
# [0.6.0-next.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.6.0-next.6) (2020-12-17)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [0.6.0-next.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.6.0-next.5) (2020-12-17)
711

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

packages/gatsby-admin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.6.0-next.5",
3+
"version": "0.6.0-next.6",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/parser": "^2.34.0",
2121
"csstype": "^2.6.13",
2222
"formik": "^2.2.5",
23-
"gatsby": "^2.30.0-next.5",
23+
"gatsby": "^2.30.0-next.6",
2424
"gatsby-interface": "^0.0.225",
2525
"gatsby-plugin-typescript": "^2.10.0-next.0",
2626
"gatsby-plugin-webfonts": "^1.1.3",

packages/gatsby-graphiql-explorer/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+
# [0.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.9.0-next.1) (2020-12-17)
7+
8+
**Note:** Version bump only for package gatsby-graphiql-explorer
9+
610
# [0.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.9.0-next.0) (2020-12-10)
711

812
**Note:** Version bump only for package gatsby-graphiql-explorer

packages/gatsby-graphiql-explorer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-graphiql-explorer",
3-
"version": "0.9.0-next.0",
3+
"version": "0.9.0-next.1",
44
"description": "GraphiQL IDE with custom features for Gatsby users",
55
"main": "index.js",
66
"scripts": {

packages/gatsby-plugin-image/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+
# [0.5.0-next.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.5.0-next.4) (2020-12-17)
7+
8+
### Bug Fixes
9+
10+
- **deps:** Revert postcss upgrade which broke css macro ([#28672](https://github.com/gatsbyjs/gatsby/issues/28672)) ([cde7885](https://github.com/gatsbyjs/gatsby/commit/cde7885f39eab846a8cdd9d3d08b9b5d299cfd76))
11+
612
# [0.5.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.5.0-next.3) (2020-12-17)
713

814
**Note:** Version bump only for package gatsby-plugin-image

packages/gatsby-plugin-image/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-image",
3-
"version": "0.5.0-next.3",
3+
"version": "0.5.0-next.4",
44
"scripts": {
55
"build": "npm-run-all -s clean -p build:*",
66
"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",

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.12.0-next.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.0-next.4) (2020-12-17)
7+
8+
### Bug Fixes
9+
10+
- **deps:** update minor and patch for gatsby-plugin-sharp ([#28509](https://github.com/gatsbyjs/gatsby/issues/28509)) ([0ce0f69](https://github.com/gatsbyjs/gatsby/commit/0ce0f69863d92cf104185667980e04c1a31837aa))
11+
612
# [2.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.0-next.3) (2020-12-17)
713

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

packages/gatsby-plugin-sharp/package.json

+2-2
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.12.0-next.3",
4+
"version": "2.12.0-next.4",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -33,7 +33,7 @@
3333
"@types/sharp": "^0.26.1",
3434
"babel-preset-gatsby-package": "^0.10.0-next.0",
3535
"cross-env": "^7.0.3",
36-
"gatsby-plugin-image": "^0.5.0-next.3"
36+
"gatsby-plugin-image": "^0.5.0-next.4"
3737
},
3838
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
3939
"keywords": [

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+
# [4.4.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.4.0-next.3) (2020-12-17)
7+
8+
**Note:** Version bump only for package gatsby-source-contentful
9+
610
# [4.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.4.0-next.2) (2020-12-17)
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": "4.4.0-next.2",
4+
"version": "4.4.0-next.3",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -19,7 +19,7 @@
1919
"fs-extra": "^9.0.1",
2020
"gatsby-core-utils": "^1.8.0-next.0",
2121
"gatsby-plugin-utils": "^0.7.0-next.1",
22-
"gatsby-source-filesystem": "^2.9.0-next.0",
22+
"gatsby-source-filesystem": "^2.9.0-next.1",
2323
"is-online": "^8.5.1",
2424
"json-stringify-safe": "^5.0.1",
2525
"lodash": "^4.17.20",

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.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.11.0-next.1) (2020-12-17)
7+
8+
**Note:** Version bump only for package gatsby-source-drupal
9+
610
# [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.11.0-next.0) (2020-12-10)
711

812
### Bug Fixes

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.11.0-next.0",
4+
"version": "3.11.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -11,7 +11,7 @@
1111
"axios": "^0.21.0",
1212
"bluebird": "^3.7.2",
1313
"body-parser": "^1.19.0",
14-
"gatsby-source-filesystem": "^2.9.0-next.0",
14+
"gatsby-source-filesystem": "^2.9.0-next.1",
1515
"lodash": "^4.17.20",
1616
"tiny-async-pool": "^1.1.0"
1717
},

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.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.9.0-next.1) (2020-12-17)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-source-filesystem:** Retry a download if a file is incomplete ([#28547](https://github.com/gatsbyjs/gatsby/issues/28547)) ([3474ae3](https://github.com/gatsbyjs/gatsby/commit/3474ae39e75e718a7545a9d7d0379fdbdfba2f91))
11+
612
# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.9.0-next.0) (2020-12-10)
713

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

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 source plugin for building websites from local data. Markdown, JSON, images, YAML, CSV, and dozens of other data types supported.",
4-
"version": "2.9.0-next.0",
4+
"version": "2.9.0-next.1",
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+
# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.8.0-next.1) (2020-12-17)
7+
8+
**Note:** Version bump only for package gatsby-source-shopify
9+
610
# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.8.0-next.0) (2020-12-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": "3.8.0-next.0",
3+
"version": "3.8.0-next.1",
44
"description": "Gatsby source plugin for building websites using Shopify as a data source.",
55
"scripts": {
66
"build": "babel src --out-dir . --ignore \"**/__tests__\"",
@@ -36,7 +36,7 @@
3636
"babel-preset-gatsby-package": "^0.10.0-next.0",
3737
"chalk": "^4.1.0",
3838
"gatsby-node-helpers": "^0.3.0",
39-
"gatsby-source-filesystem": "^2.9.0-next.0",
39+
"gatsby-source-filesystem": "^2.9.0-next.1",
4040
"graphql-request": "^1.8.2",
4141
"lodash": "^4.17.20",
4242
"p-iteration": "^1.1.8",

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.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.9.0-next.1) (2020-12-17)
7+
8+
**Note:** Version bump only for package gatsby-source-wordpress
9+
610
# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.9.0-next.0) (2020-12-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.9.0-next.0",
4+
"version": "3.9.0-next.1",
55
"author": "Sebastien Fichot <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -14,7 +14,7 @@
1414
"bluebird": "^3.7.2",
1515
"deep-map": "^1.5.0",
1616
"deep-map-keys": "^1.2.0",
17-
"gatsby-source-filesystem": "^2.9.0-next.0",
17+
"gatsby-source-filesystem": "^2.9.0-next.1",
1818
"json-stringify-safe": "^5.0.1",
1919
"lodash": "^4.17.20",
2020
"minimatch": "^3.0.4",

packages/gatsby-transformer-asciidoc/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+
# [1.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@[email protected]) (2020-12-17)
7+
8+
### Bug Fixes
9+
10+
- **deps:** update minor and patch for gatsby-transformer-asciidoc ([#28359](https://github.com/gatsbyjs/gatsby/issues/28359)) ([275affb](https://github.com/gatsbyjs/gatsby/commit/275affb724ef17d901b0a73c10e797f4b5ae9a60))
11+
612
# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@[email protected]) (2020-12-10)
713

814
**Note:** Version bump only for package gatsby-transformer-asciidoc

packages/gatsby-transformer-asciidoc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-asciidoc",
33
"description": "Gatsby transformer plugin for Asciidocs using the Asciidoctor.js library",
4-
"version": "1.8.0-next.0",
4+
"version": "1.8.0-next.1",
55
"author": "Daniel Oliver <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-transformer-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.10.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@[email protected]) (2020-12-17)
7+
8+
### Bug Fixes
9+
10+
- **deps:** update minor and patch for gatsby-transformer-sharp ([#28510](https://github.com/gatsbyjs/gatsby/issues/28510)) ([b712950](https://github.com/gatsbyjs/gatsby/commit/b712950af10fbf31eb21f3bf6452c8761e7bb2df))
11+
612
# [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@[email protected]) (2020-12-17)
713

814
### Features

packages/gatsby-transformer-sharp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-sharp",
33
"description": "Gatsby transformer plugin for images using Sharp",
4-
"version": "2.10.0-next.1",
4+
"version": "2.10.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

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.9.0-next.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.9.0-next.4) (2020-12-17)
7+
8+
**Note:** Version bump only for package gatsby-transformer-sqip
9+
610
# [2.9.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.9.0-next.3) (2020-12-17)
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,15 +1,15 @@
11
{
22
"name": "gatsby-transformer-sqip",
33
"description": "Generates geometric primitive version of images",
4-
"version": "2.9.0-next.3",
4+
"version": "2.9.0-next.4",
55
"author": "Benedikt Rötsch <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.12.5",
1111
"fs-extra": "^8.1.0",
12-
"gatsby-plugin-sharp": "^2.12.0-next.3",
12+
"gatsby-plugin-sharp": "^2.12.0-next.4",
1313
"md5-file": "^5.0.0",
1414
"mini-svg-data-uri": "^1.2.3",
1515
"p-queue": "^6.6.2",

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.30.0-next.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.30.0-next.6) (2020-12-17)
7+
8+
**Note:** Version bump only for package gatsby
9+
610
# [2.30.0-next.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.30.0-next.5) (2020-12-17)
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.30.0-next.5",
4+
"version": "2.30.0-next.6",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -79,7 +79,7 @@
7979
"fs-extra": "^8.1.0",
8080
"gatsby-cli": "^2.17.0-next.4",
8181
"gatsby-core-utils": "^1.8.0-next.0",
82-
"gatsby-graphiql-explorer": "^0.9.0-next.0",
82+
"gatsby-graphiql-explorer": "^0.9.0-next.1",
8383
"gatsby-legacy-polyfills": "^0.5.0-next.0",
8484
"gatsby-link": "^2.9.0-next.0",
8585
"gatsby-plugin-page-creator": "^2.8.0-next.1",

0 commit comments

Comments
 (0)