Skip to content

Commit 755950d

Browse files

File tree

20 files changed

+77
-17
lines changed

20 files changed

+77
-17
lines changed

packages/create-gatsby/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.2.0-next.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.0-next.4) (2020-12-08)
7+
8+
### Bug Fixes
9+
10+
- **create-gatsby:** Fix kebabcase edge cases and tests ([#28480](https://github.com/gatsbyjs/gatsby/issues/28480)) ([d76ccb1](https://github.com/gatsbyjs/gatsby/commit/d76ccb16ff6b8f8da541ebe06f0455f41f343807))
11+
12+
### Features
13+
14+
- **create-gatsby:** Add -y flag ([#28468](https://github.com/gatsbyjs/gatsby/issues/28468)) ([a93c71d](https://github.com/gatsbyjs/gatsby/commit/a93c71d5e66fe2265c650d1bfb4b94b50d56d91c))
15+
616
# [0.2.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.0-next.3) (2020-12-04)
717

818
**Note:** Version bump only for package create-gatsby

packages/create-gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-gatsby",
3-
"version": "0.2.0-next.3",
3+
"version": "0.2.0-next.4",
44
"main": "lib/index.js",
55
"bin": "cli.js",
66
"license": "MIT",

packages/gatsby-admin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.5.0-next.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.5.0-next.4) (2020-12-08)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [0.5.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.5.0-next.3) (2020-12-04)
711

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

packages/gatsby-admin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.5.0-next.3",
3+
"version": "0.5.0-next.4",
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.29.0-next.3",
23+
"gatsby": "^2.29.0-next.4",
2424
"gatsby-interface": "^0.0.225",
2525
"gatsby-plugin-typescript": "^2.9.0-next.0",
2626
"gatsby-plugin-webfonts": "^1.1.3",

packages/gatsby-cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.16.0-next.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.16.0-next.4) (2020-12-08)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
# [2.16.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.16.0-next.3) (2020-12-04)
711

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

packages/gatsby-cli/package.json

Lines changed: 2 additions & 2 deletions
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.16.0-next.3",
4+
"version": "2.16.0-next.4",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -19,7 +19,7 @@
1919
"common-tags": "^1.8.0",
2020
"configstore": "^5.0.1",
2121
"convert-hrtime": "^3.0.0",
22-
"create-gatsby": "^0.2.0-next.3",
22+
"create-gatsby": "^0.2.0-next.4",
2323
"envinfo": "^7.7.3",
2424
"execa": "^3.4.0",
2525
"fs-exists-cached": "^1.0.0",

packages/gatsby-codemods/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.7.0-next.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.7.0-next.4) (2020-12-08)
7+
8+
**Note:** Version bump only for package gatsby-codemods
9+
610
# [1.7.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.7.0-next.3) (2020-12-04)
711

812
### Bug Fixes

packages/gatsby-codemods/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-codemods",
3-
"version": "1.7.0-next.3",
3+
"version": "1.7.0-next.4",
44
"description": "A collection of codemod scripts for use with JSCodeshift that help migrate to newer versions of Gatsby.",
55
"main": "index.js",
66
"scripts": {

packages/gatsby-page-utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.6.0-next.1) (2020-12-08)
7+
8+
### Features
9+
10+
- **gatsby-plugin-page-creator:** Add slugify option ([#28485](https://github.com/gatsbyjs/gatsby/issues/28485)) ([721f42a](https://github.com/gatsbyjs/gatsby/commit/721f42aa210943a5cfe9b08fe93ad31ae315c447))
11+
612
# [0.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.6.0-next.0) (2020-11-26)
713

814
**Note:** Version bump only for package gatsby-page-utils

packages/gatsby-page-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-page-utils",
3-
"version": "0.6.0-next.0",
3+
"version": "0.6.0-next.1",
44
"description": "Gatsby library that helps creating pages",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/gatsby-plugin-image/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.4.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.4.0-next.3) (2020-12-08)
7+
8+
**Note:** Version bump only for package gatsby-plugin-image
9+
610
# [0.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.4.0-next.2) (2020-12-04)
711

812
### Bug Fixes

packages/gatsby-plugin-image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-image",
3-
"version": "0.4.0-next.2",
3+
"version": "0.4.0-next.3",
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-page-creator/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@[email protected]) (2020-12-08)
7+
8+
### Features
9+
10+
- **gatsby-plugin-page-creator:** Add slugify option ([#28485](https://github.com/gatsbyjs/gatsby/issues/28485)) ([721f42a](https://github.com/gatsbyjs/gatsby/commit/721f42aa210943a5cfe9b08fe93ad31ae315c447))
11+
612
# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@[email protected]) (2020-11-26)
713

814
### Bug Fixes

packages/gatsby-plugin-page-creator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-page-creator",
3-
"version": "2.7.0-next.0",
3+
"version": "2.7.0-next.1",
44
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
55
"main": "index.js",
66
"scripts": {
@@ -28,7 +28,7 @@
2828
"@sindresorhus/slugify": "^1.1.0",
2929
"chokidar": "^3.4.2",
3030
"fs-exists-cached": "^1.0.0",
31-
"gatsby-page-utils": "^0.6.0-next.0",
31+
"gatsby-page-utils": "^0.6.0-next.1",
3232
"globby": "^11.0.1",
3333
"lodash": "^4.17.20"
3434
},

packages/gatsby-plugin-sharp/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.11.0-next.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.11.0-next.4) (2020-12-08)
7+
8+
**Note:** Version bump only for package gatsby-plugin-sharp
9+
610
# [2.11.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.11.0-next.3) (2020-12-04)
711

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

packages/gatsby-plugin-sharp/package.json

Lines changed: 2 additions & 2 deletions
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.11.0-next.3",
4+
"version": "2.11.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.9.0-next.0",
3535
"cross-env": "^7.0.2",
36-
"gatsby-plugin-image": "^0.4.0-next.2"
36+
"gatsby-plugin-image": "^0.4.0-next.3"
3737
},
3838
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
3939
"keywords": [

packages/gatsby-transformer-sqip/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.8.0-next.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.8.0-next.4) (2020-12-08)
7+
8+
**Note:** Version bump only for package gatsby-transformer-sqip
9+
610
# [2.8.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.8.0-next.3) (2020-12-04)
711

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

packages/gatsby-transformer-sqip/package.json

Lines changed: 2 additions & 2 deletions
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.8.0-next.3",
4+
"version": "2.8.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.11.0-next.3",
12+
"gatsby-plugin-sharp": "^2.11.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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.29.0-next.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.29.0-next.4) (2020-12-08)
7+
8+
### Bug Fixes
9+
10+
- **gatsby:** better text for missing inferred extension ([#28530](https://github.com/gatsbyjs/gatsby/issues/28530)) ([298110c](https://github.com/gatsbyjs/gatsby/commit/298110c28c7635114cab300f44180fd641ffce36))
11+
- **gatsby:** do not fail the build when eslint loader is removed ([#28494](https://github.com/gatsbyjs/gatsby/issues/28494)) ([b3c171f](https://github.com/gatsbyjs/gatsby/commit/b3c171f0d6dd5a91cdc9ecbe73606b503bd40bda))
12+
- **gatsby:** improve deprecation text for missing childOf directive ([#28532](https://github.com/gatsbyjs/gatsby/issues/28532)) ([f733f4e](https://github.com/gatsbyjs/gatsby/commit/f733f4e941198f4ac4378f141d87f9ad6cfec6a0))
13+
- **gatsby:** Wait for jobs to complete in onPostBuild ([#28534](https://github.com/gatsbyjs/gatsby/issues/28534)) ([98f22e7](https://github.com/gatsbyjs/gatsby/commit/98f22e702ee3defefd8e99d49aa50b080bbe0d6f))
14+
15+
### Features
16+
17+
- **gatsby:** add preload headers for critical resources so those can started fetching before common.js is fetched ([#28460](https://github.com/gatsbyjs/gatsby/issues/28460)) ([b4a76f5](https://github.com/gatsbyjs/gatsby/commit/b4a76f581d1f4e0f1f7f61f96eedd94703468116))
18+
- **gatsby:** Expose plugin-specific refresh endpoint in gatsby-serve ([#27931](https://github.com/gatsbyjs/gatsby/issues/27931)) ([903439b](https://github.com/gatsbyjs/gatsby/commit/903439bcb4c909c1881cb3139b7545b161ea580b))
19+
620
# [2.29.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.29.0-next.3) (2020-12-04)
721

822
### Bug Fixes

packages/gatsby/package.json

Lines changed: 3 additions & 3 deletions
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.29.0-next.3",
4+
"version": "2.29.0-next.4",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -77,12 +77,12 @@
7777
"find-cache-dir": "^3.3.1",
7878
"fs-exists-cached": "1.0.0",
7979
"fs-extra": "^8.1.0",
80-
"gatsby-cli": "^2.16.0-next.3",
80+
"gatsby-cli": "^2.16.0-next.4",
8181
"gatsby-core-utils": "^1.7.0-next.0",
8282
"gatsby-graphiql-explorer": "^0.8.0-next.0",
8383
"gatsby-legacy-polyfills": "^0.4.0-next.0",
8484
"gatsby-link": "^2.8.0-next.0",
85-
"gatsby-plugin-page-creator": "^2.7.0-next.0",
85+
"gatsby-plugin-page-creator": "^2.7.0-next.1",
8686
"gatsby-plugin-typescript": "^2.9.0-next.0",
8787
"gatsby-plugin-utils": "^0.6.0-next.0",
8888
"gatsby-react-router-scroll": "^3.4.0-next.0",

0 commit comments

Comments
 (0)