Skip to content

File tree

22 files changed

+84
-22
lines changed

22 files changed

+84
-22
lines changed

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.15.0-next.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.15.0-next.4) (2021-05-05)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [0.15.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.15.0-next.3) (2021-05-01)
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.15.0-next.3",
3+
"version": "0.15.0-next.4",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/parser": "^4.14.2",
2121
"csstype": "^2.6.14",
2222
"formik": "^2.2.6",
23-
"gatsby": "^3.5.0-next.3",
23+
"gatsby": "^3.5.0-next.4",
2424
"gatsby-interface": "^0.0.244",
2525
"gatsby-plugin-typescript": "^3.5.0-next.0",
2626
"gatsby-plugin-webfonts": "^1.1.4",

packages/gatsby-cli/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+
# [3.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.5.0-next.1) (2021-05-05)
7+
8+
### Features
9+
10+
- **gatsby:** speedup cli startup by lazily requiring modules ([#31134](https://github.com/gatsbyjs/gatsby/issues/31134)) ([5105390](https://github.com/gatsbyjs/gatsby/commit/51053902082608e1effe824e66d7b68468dcf06c))
11+
612
# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.5.0-next.0) (2021-04-23)
713

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

packages/gatsby-cli/package.json

Lines changed: 3 additions & 3 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": "3.5.0-next.0",
4+
"version": "3.5.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -24,8 +24,8 @@
2424
"fs-exists-cached": "^1.0.0",
2525
"fs-extra": "^8.1.0",
2626
"gatsby-core-utils": "^2.5.0-next.0",
27-
"gatsby-recipes": "^0.16.0-next.0",
28-
"gatsby-telemetry": "^2.5.0-next.0",
27+
"gatsby-recipes": "^0.16.0-next.1",
28+
"gatsby-telemetry": "^2.5.0-next.1",
2929
"hosted-git-info": "^3.0.6",
3030
"is-valid-path": "^0.1.1",
3131
"joi": "^17.4.0",

packages/gatsby-plugin-image/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+
# [1.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.5.0-next.1) (2021-05-05)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-image:** add @babel/core peer dependency ([#31188](https://github.com/gatsbyjs/gatsby/issues/31188)) ([f4c1130](https://github.com/gatsbyjs/gatsby/commit/f4c1130f7ee93a07dc74c78eaa282b40c424a8ee))
11+
612
# [1.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.5.0-next.0) (2021-04-23)
713

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

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": "1.5.0-next.0",
3+
"version": "1.5.0-next.1",
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 -d --declarationDir dist/src",

packages/gatsby-plugin-mdx/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.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.0-next.1) (2021-05-05)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-mdx:** Img w/ lessBabel option in src/pages not working ([#31210](https://github.com/gatsbyjs/gatsby/issues/31210)) ([b2ae4da](https://github.com/gatsbyjs/gatsby/commit/b2ae4da089d2783dc83738224f362e6f8fb44d0c))
11+
612
# [2.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.0-next.0) (2021-04-23)
713

814
### Bug Fixes

packages/gatsby-plugin-mdx/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-mdx",
3-
"version": "2.5.0-next.0",
3+
"version": "2.5.0-next.1",
44
"description": "MDX integration for Gatsby",
55
"main": "index.js",
66
"license": "MIT",

packages/gatsby-plugin-netlify-cms/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+
# [5.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@[email protected]) (2021-05-05)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-netlify-cms:** Fix typo in semver ([#31177](https://github.com/gatsbyjs/gatsby/issues/31177)) ([6a9b2a4](https://github.com/gatsbyjs/gatsby/commit/6a9b2a45d3c60d40d427c8d6517264fa6671bc80))
11+
612
# [5.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@[email protected]) (2021-04-29)
713

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

packages/gatsby-plugin-netlify-cms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-netlify-cms",
33
"description": "A Gatsby plugin which generates the Netlify CMS single page app",
4-
"version": "5.5.0-next.1",
4+
"version": "5.5.0-next.2",
55
"author": "Shawn Erquhart <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-page-creator/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+
# [3.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@[email protected]) (2021-05-05)
7+
8+
**Note:** Version bump only for package gatsby-plugin-page-creator
9+
610
# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@[email protected]) (2021-04-23)
711

812
### 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": "3.5.0-next.0",
3+
"version": "3.5.0-next.1",
44
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
55
"main": "index.js",
66
"scripts": {
@@ -30,7 +30,7 @@
3030
"fs-exists-cached": "^1.0.0",
3131
"gatsby-core-utils": "^2.5.0-next.0",
3232
"gatsby-page-utils": "^1.5.0-next.0",
33-
"gatsby-telemetry": "^2.5.0-next.0",
33+
"gatsby-telemetry": "^2.5.0-next.1",
3434
"globby": "^11.0.3",
3535
"lodash": "^4.17.21"
3636
},

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+
# [3.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.5.0-next.2) (2021-05-05)
7+
8+
**Note:** Version bump only for package gatsby-plugin-sharp
9+
610
# [3.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.5.0-next.1) (2021-04-28)
711

812
### Bug Fixes

packages/gatsby-plugin-sharp/package.json

Lines changed: 3 additions & 3 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": "3.5.0-next.1",
4+
"version": "3.5.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -13,7 +13,7 @@
1313
"filenamify": "^4.2.0",
1414
"fs-extra": "^9.1.0",
1515
"gatsby-core-utils": "^2.5.0-next.0",
16-
"gatsby-telemetry": "^2.5.0-next.0",
16+
"gatsby-telemetry": "^2.5.0-next.1",
1717
"got": "^10.7.0",
1818
"imagemin": "^7.0.1",
1919
"imagemin-mozjpeg": "^9.0.0",
@@ -34,7 +34,7 @@
3434
"@types/sharp": "^0.27.1",
3535
"babel-preset-gatsby-package": "^1.5.0-next.0",
3636
"cross-env": "^7.0.3",
37-
"gatsby-plugin-image": "^1.5.0-next.0",
37+
"gatsby-plugin-image": "^1.5.0-next.1",
3838
"gatsby-plugin-utils": "^1.5.0-next.0"
3939
},
4040
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",

packages/gatsby-recipes/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.16.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.16.0-next.1) (2021-05-05)
7+
8+
**Note:** Version bump only for package gatsby-recipes
9+
610
# [0.16.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.16.0-next.0) (2021-04-23)
711

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

packages/gatsby-recipes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-recipes",
33
"description": "Core functionality for Gatsby Recipes",
4-
"version": "0.16.0-next.0",
4+
"version": "0.16.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -31,7 +31,7 @@
3131
"express-graphql": "^0.9.0",
3232
"fs-extra": "^8.1.0",
3333
"gatsby-core-utils": "^2.5.0-next.0",
34-
"gatsby-telemetry": "^2.5.0-next.0",
34+
"gatsby-telemetry": "^2.5.0-next.1",
3535
"glob": "^7.1.6",
3636
"graphql": "^15.4.0",
3737
"graphql-compose": "~7.25.0",

packages/gatsby-telemetry/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.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.0-next.1) (2021-05-05)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-telemetry:** Read installedGatsbyVersion correctly for workspaces ([#31196](https://github.com/gatsbyjs/gatsby/issues/31196)) ([af12b66](https://github.com/gatsbyjs/gatsby/commit/af12b660f1c4c6f8da2abc537bd07973b8bfd21a))
11+
612
# [2.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.0-next.0) (2021-04-23)
713

814
**Note:** Version bump only for package gatsby-telemetry

packages/gatsby-telemetry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-telemetry",
33
"description": "Gatsby Telemetry",
4-
"version": "2.5.0-next.0",
4+
"version": "2.5.0-next.1",
55
"author": "Jarmo Isotalo <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

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+
# [3.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.5.0-next.2) (2021-05-05)
7+
8+
**Note:** Version bump only for package gatsby-transformer-sqip
9+
610
# [3.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.5.0-next.1) (2021-04-28)
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": "3.5.0-next.1",
4+
"version": "3.5.0-next.2",
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": "^3.5.0-next.1",
12+
"gatsby-plugin-sharp": "^3.5.0-next.2",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.5.0-next.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.5.0-next.4) (2021-05-05)
7+
8+
### Bug Fixes
9+
10+
- **gatsby:** add generic type to GatsbyFunctionResponse ([#31182](https://github.com/gatsbyjs/gatsby/issues/31182)) ([4b9d0d4](https://github.com/gatsbyjs/gatsby/commit/4b9d0d4d4757d006ec385bb80f1db415a9636f63))
11+
- **gatsby:** rehydration issue in Dev404Page with DEV_SSR ([#30581](https://github.com/gatsbyjs/gatsby/issues/30581)) ([5005588](https://github.com/gatsbyjs/gatsby/commit/5005588c92101d8be19c23d9404bdd952ac3ed73))
12+
- **gatsby:** upgrade css-minimizer-webpack-plugin to v2 ([#31176](https://github.com/gatsbyjs/gatsby/issues/31176)) ([257de93](https://github.com/gatsbyjs/gatsby/commit/257de93a6e1caf46cbad4172ef342e928aa4b97e))
13+
14+
### Performance Improvements
15+
16+
- **gatsby:** Create page object & SitePage node in same action creator ([#31104](https://github.com/gatsbyjs/gatsby/issues/31104)) ([d1005fa](https://github.com/gatsbyjs/gatsby/commit/d1005fae2fe273f26cc650137426369c4c84b067)), closes [#31236](https://github.com/gatsbyjs/gatsby/issues/31236)
17+
618
# [3.5.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.5.0-next.3) (2021-05-01)
719

820
### Bug Fixes

packages/gatsby/package.json

Lines changed: 4 additions & 4 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": "3.5.0-next.3",
4+
"version": "3.5.0-next.4",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -78,16 +78,16 @@
7878
"find-cache-dir": "^3.3.1",
7979
"fs-exists-cached": "1.0.0",
8080
"fs-extra": "^8.1.0",
81-
"gatsby-cli": "^3.5.0-next.0",
81+
"gatsby-cli": "^3.5.0-next.1",
8282
"gatsby-core-utils": "^2.5.0-next.0",
8383
"gatsby-graphiql-explorer": "^1.5.0-next.0",
8484
"gatsby-legacy-polyfills": "^1.5.0-next.0",
8585
"gatsby-link": "^3.5.0-next.0",
86-
"gatsby-plugin-page-creator": "^3.5.0-next.0",
86+
"gatsby-plugin-page-creator": "^3.5.0-next.1",
8787
"gatsby-plugin-typescript": "^3.5.0-next.0",
8888
"gatsby-plugin-utils": "^1.5.0-next.0",
8989
"gatsby-react-router-scroll": "^4.5.0-next.1",
90-
"gatsby-telemetry": "^2.5.0-next.0",
90+
"gatsby-telemetry": "^2.5.0-next.1",
9191
"glob": "^7.1.6",
9292
"got": "8.3.2",
9393
"graphql": "^15.4.0",

0 commit comments

Comments
 (0)