Skip to content

File tree

22 files changed

+83
-17
lines changed

22 files changed

+83
-17
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.3.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.3.0-next.3) (2020-12-17)
7+
8+
### Bug Fixes
9+
10+
- **create-gatsby:** Switch dependency to sass ([#28655](https://github.com/gatsbyjs/gatsby/issues/28655)) ([a1f6e79](https://github.com/gatsbyjs/gatsby/commit/a1f6e79a4c8bb444381503fae0fadfe3bc4cbf9c))
11+
612
# [0.3.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.3.0-next.2) (2020-12-16)
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.3.0-next.2",
3+
"version": "0.3.0-next.3",
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.6.0-next.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.6.0-next.4) (2020-12-17)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [0.6.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.6.0-next.3) (2020-12-16)
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.3",
3+
"version": "0.6.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.30.0-next.3",
23+
"gatsby": "^2.30.0-next.4",
2424
"gatsby-interface": "^0.0.225",
2525
"gatsby-plugin-typescript": "^2.10.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.17.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.17.0-next.3) (2020-12-17)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
# [2.17.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.17.0-next.2) (2020-12-16)
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.17.0-next.2",
4+
"version": "2.17.0-next.3",
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.3.0-next.2",
22+
"create-gatsby": "^0.3.0-next.3",
2323
"envinfo": "^7.7.3",
2424
"execa": "^3.4.0",
2525
"fs-exists-cached": "^1.0.0",

packages/gatsby-plugin-image/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+
# [0.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.5.0-next.2) (2020-12-17)
7+
8+
### Features
9+
10+
- **gatsby-plugin-image:** Make dimensions optional and default to constrained ([#28662](https://github.com/gatsbyjs/gatsby/issues/28662)) ([f24a23d](https://github.com/gatsbyjs/gatsby/commit/f24a23d5b1f24ab33aec7a8ac882dbbccdf7d01e))
11+
12+
### Performance Improvements
13+
14+
- **gatsby-plugin-image:** Handle disabled js, and add preload link ([#28669](https://github.com/gatsbyjs/gatsby/issues/28669)) ([8300236](https://github.com/gatsbyjs/gatsby/commit/83002365c4b9e7efdb69c354eee6894cbde975e4))
15+
616
# [0.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.5.0-next.1) (2020-12-15)
717

818
### Bug Fixes

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.1",
3+
"version": "0.5.0-next.2",
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

+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.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@[email protected]) (2020-12-17)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-page-creator:** add missing telemetry dependency ([#28652](https://github.com/gatsbyjs/gatsby/issues/28652)) ([a13827f](https://github.com/gatsbyjs/gatsby/commit/a13827f1bea8282fa3ba85f73b4cdc910338b066))
11+
612
# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@[email protected]) (2020-12-10)
713

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-page-creator",
3-
"version": "2.8.0-next.0",
3+
"version": "2.8.0-next.1",
44
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
55
"main": "index.js",
66
"scripts": {

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.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.0-next.2) (2020-12-17)
7+
8+
### Features
9+
10+
- **gatsby-plugin-image:** Make dimensions optional and default to constrained ([#28662](https://github.com/gatsbyjs/gatsby/issues/28662)) ([f24a23d](https://github.com/gatsbyjs/gatsby/commit/f24a23d5b1f24ab33aec7a8ac882dbbccdf7d01e))
11+
612
# [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.0-next.1) (2020-12-15)
713

814
### Bug Fixes

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.1",
4+
"version": "2.12.0-next.2",
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.1"
36+
"gatsby-plugin-image": "^0.5.0-next.2"
3737
},
3838
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
3939
"keywords": [

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

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

packages/gatsby-source-npm-package-search/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-npm-package-search",
33
"description": "Search NPM packages and pull NPM & GitHub metadata from Algolia's NPM index",
4-
"version": "2.8.0-next.0",
4+
"version": "2.8.0-next.1",
55
"author": "[email protected]",
66
"repository": {
77
"type": "git",

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.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@[email protected]) (2020-12-17)
7+
8+
### Features
9+
10+
- **gatsby-plugin-image:** Make dimensions optional and default to constrained ([#28662](https://github.com/gatsbyjs/gatsby/issues/28662)) ([f24a23d](https://github.com/gatsbyjs/gatsby/commit/f24a23d5b1f24ab33aec7a8ac882dbbccdf7d01e))
11+
612
# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.10.0-next.0) (2020-12-10)
713

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

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.0",
4+
"version": "2.10.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.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.9.0-next.2) (2020-12-17)
7+
8+
**Note:** Version bump only for package gatsby-transformer-sqip
9+
610
# [2.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.9.0-next.1) (2020-12-15)
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.1",
4+
"version": "2.9.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.12.0-next.1",
12+
"gatsby-plugin-sharp": "^2.12.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-transformer-yaml/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+
- **deps:** update minor and patch for gatsby-transformer-yaml ([#28602](https://github.com/gatsbyjs/gatsby/issues/28602)) ([08aa940](https://github.com/gatsbyjs/gatsby/commit/08aa9402f0c112cc58e0ab7ba47b1c22ed134d6c))
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-transformer-yaml

packages/gatsby-transformer-yaml/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-yaml",
33
"description": "Gatsby transformer plugin for yaml",
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/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.30.0-next.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.30.0-next.4) (2020-12-17)
7+
8+
### Bug Fixes
9+
10+
- **gatsby:** Do not activate inspect if already active ([#28643](https://github.com/gatsbyjs/gatsby/issues/28643)) ([f4e90b6](https://github.com/gatsbyjs/gatsby/commit/f4e90b61c8826dca7f9e07727c8cd7179c51a8a0))
11+
12+
### Features
13+
14+
- **gatsby:** decouple html activities ([#28648](https://github.com/gatsbyjs/gatsby/issues/28648)) ([140d123](https://github.com/gatsbyjs/gatsby/commit/140d12375e61f76238e7d1b8073eaf897918284a))
15+
616
# [2.30.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.30.0-next.3) (2020-12-16)
717

818
### Bug Fixes

packages/gatsby/package.json

+3-3
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.3",
4+
"version": "2.30.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.17.0-next.2",
80+
"gatsby-cli": "^2.17.0-next.3",
8181
"gatsby-core-utils": "^1.8.0-next.0",
8282
"gatsby-graphiql-explorer": "^0.9.0-next.0",
8383
"gatsby-legacy-polyfills": "^0.5.0-next.0",
8484
"gatsby-link": "^2.9.0-next.0",
85-
"gatsby-plugin-page-creator": "^2.8.0-next.0",
85+
"gatsby-plugin-page-creator": "^2.8.0-next.1",
8686
"gatsby-plugin-typescript": "^2.10.0-next.0",
8787
"gatsby-plugin-utils": "^0.7.0-next.0",
8888
"gatsby-react-router-scroll": "^3.5.0-next.0",

0 commit comments

Comments
 (0)