Skip to content

Commit e731389

Browse files

File tree

18 files changed

+61
-13
lines changed

18 files changed

+61
-13
lines changed

packages/create-gatsby/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.2.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.0-next.2) (2020-12-03)
7+
8+
### Features
9+
10+
- **create-gatsby:** Prompt for site name ([#28401](https://github.com/gatsbyjs/gatsby/issues/28401)) ([5ffb6dd](https://github.com/gatsbyjs/gatsby/commit/5ffb6ddc5d3fdcf1658b66d186269dc4eb412b4b))
11+
612
# [0.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.0-next.1) (2020-12-01)
713

814
### Bug Fixes

packages/create-gatsby/package.json

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

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.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.5.0-next.2) (2020-12-03)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [0.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.5.0-next.1) (2020-12-01)
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.5.0-next.1",
3+
"version": "0.5.0-next.2",
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.1",
23+
"gatsby": "^2.29.0-next.2",
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

+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.16.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.16.0-next.2) (2020-12-03)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
# [2.16.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.16.0-next.1) (2020-12-01)
711

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

packages/gatsby-cli/package.json

+2-2
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.1",
4+
"version": "2.16.0-next.2",
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.1",
22+
"create-gatsby": "^0.2.0-next.2",
2323
"envinfo": "^7.7.3",
2424
"execa": "^3.4.0",
2525
"fs-exists-cached": "^1.0.0",

packages/gatsby-dev-cli/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.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.11.0-next.1) (2020-12-03)
7+
8+
**Note:** Version bump only for package gatsby-dev-cli
9+
610
# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.11.0-next.0) (2020-11-26)
711

812
### Bug Fixes

packages/gatsby-dev-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-dev-cli",
33
"description": "CLI helpers for contributors working on Gatsby",
4-
"version": "2.11.0-next.0",
4+
"version": "2.11.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby-dev": "./dist/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.11.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.11.0-next.2) (2020-12-03)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-sharp:** decode URL so it matches the cache key ([#28449](https://github.com/gatsbyjs/gatsby/issues/28449)) ([946eed0](https://github.com/gatsbyjs/gatsby/commit/946eed0fb8cff37471d85a2b0d09f493e7e0442d))
11+
612
# [2.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.11.0-next.1) (2020-12-01)
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.11.0-next.1",
4+
"version": "2.11.0-next.2",
55
"author": "Kyle Mathews <[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+
# [4.3.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.3.0-next.2) (2020-12-03)
7+
8+
### Performance Improvements
9+
10+
- **gatsby-source-contentful:** prevent redundant fs/remote fetches for base64 ([#28438](https://github.com/gatsbyjs/gatsby/issues/28438)) ([2755cfa](https://github.com/gatsbyjs/gatsby/commit/2755cfaa0e459dd47be32aa7b69bcf0f5950356a))
11+
612
# [4.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.3.0-next.1) (2020-12-01)
713

814
### Performance Improvements

packages/gatsby-source-contentful/package.json

+1-1
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.3.0-next.1",
4+
"version": "4.3.0-next.2",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-transformer-remark/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.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@[email protected]) (2020-12-03)
7+
8+
**Note:** Version bump only for package gatsby-transformer-remark
9+
610
# [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@[email protected]) (2020-11-26)
711

812
### Bug Fixes

packages/gatsby-transformer-remark/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-remark",
33
"description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem",
4-
"version": "2.13.0-next.0",
4+
"version": "2.13.0-next.1",
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.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.8.0-next.2) (2020-12-03)
7+
8+
**Note:** Version bump only for package gatsby-transformer-sqip
9+
610
# [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.8.0-next.1) (2020-12-01)
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.8.0-next.1",
4+
"version": "2.8.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": "^2.11.0-next.1",
12+
"gatsby-plugin-sharp": "^2.11.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

+10
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+
# [2.29.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.29.0-next.2) (2020-12-03)
7+
8+
### Bug Fixes
9+
10+
- PRESERVE_WEBPACK_CACHE notice should actually show after 30 seconds ([#28427](https://github.com/gatsbyjs/gatsby/issues/28427)) ([95b4fdd](https://github.com/gatsbyjs/gatsby/commit/95b4fdd7a7ce2032a658a9cc14e6bcb219fb2bc2))
11+
12+
### Features
13+
14+
- **gatsby:** Add new caching clearing behavior for webpack/file downloads behind flags ([#28334](https://github.com/gatsbyjs/gatsby/issues/28334)) ([f57d590](https://github.com/gatsbyjs/gatsby/commit/f57d590142a67bd8c79c7805d3298f316198fde9))
15+
616
# [2.29.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.29.0-next.1) (2020-12-01)
717

818
### 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.29.0-next.1",
4+
"version": "2.29.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -77,7 +77,7 @@
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.1",
80+
"gatsby-cli": "^2.16.0-next.2",
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",

0 commit comments

Comments
 (0)