Skip to content

Commit edf46b7

Browse files
author
Laurie
committed

File tree

18 files changed

+65
-19
lines changed

18 files changed

+65
-19
lines changed

packages/create-gatsby/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.2.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.0-next.3) (2020-12-04)
7+
8+
**Note:** Version bump only for package create-gatsby
9+
610
# [0.2.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.0-next.2) (2020-12-03)
711

812
### Features

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.2",
3+
"version": "0.2.0-next.3",
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.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.5.0-next.3) (2020-12-04)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [0.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.5.0-next.2) (2020-12-03)
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.2",
3+
"version": "0.5.0-next.3",
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.2",
23+
"gatsby": "^2.29.0-next.3",
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.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.16.0-next.3) (2020-12-04)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
# [2.16.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.16.0-next.2) (2020-12-03)
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.2",
4+
"version": "2.16.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.2.0-next.2",
22+
"create-gatsby": "^0.2.0-next.3",
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.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.7.0-next.1) (2020-12-04)
7+
8+
**Note:** Version bump only for package gatsby-codemods
9+
610
# [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.7.0-next.0) (2020-11-26)
711

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

packages/gatsby-codemods/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-codemods",
3-
"version": "1.7.0-next.0",
3+
"version": "1.7.0-next.1",
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": {
@@ -30,13 +30,13 @@
3030
"devDependencies": {
3131
"@babel/cli": "^7.12.1",
3232
"@babel/core": "^7.12.3",
33-
"babel-preset-gatsby-package": "^0.9.0-next.0",
34-
"@babel/plugin-syntax-jsx": "^7.12.1",
35-
"@babel/plugin-syntax-typescript": "^7.12.1",
3633
"@babel/plugin-proposal-class-properties": "^7.12.1",
3734
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
38-
"recast": "^0.20.4",
39-
"cross-env": "^7.0.2"
35+
"@babel/plugin-syntax-jsx": "^7.12.1",
36+
"@babel/plugin-syntax-typescript": "^7.12.1",
37+
"babel-preset-gatsby-package": "^0.9.0-next.0",
38+
"cross-env": "^7.0.2",
39+
"recast": "^0.20.4"
4040
},
4141
"engines": {
4242
"node": ">=10.13.0"

packages/gatsby-plugin-image/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.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.4.0-next.2) (2020-12-04)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-image:** don't show hydration warning ([#28407](https://github.com/gatsbyjs/gatsby/issues/28407)) ([b6b5207](https://github.com/gatsbyjs/gatsby/commit/b6b5207979370c244e32977c87242064f067842c))
11+
12+
### Features
13+
14+
- **gatsby-plugin-image:** Add helper function to grab src ([#28463](https://github.com/gatsbyjs/gatsby/issues/28463)) ([4ab296f](https://github.com/gatsbyjs/gatsby/commit/4ab296fb911798836110d31a3695abf53dc0c291))
15+
616
# [0.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.4.0-next.1) (2020-12-01)
717

818
### 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.1",
3+
"version": "0.4.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-manifest/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.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.9.0-next.2) (2020-12-04)
7+
8+
### Features
9+
10+
- **gatsby-plugin-manifest:** Add support for share_target ([#28457](https://github.com/gatsbyjs/gatsby/issues/28457)) ([1fe3f9a](https://github.com/gatsbyjs/gatsby/commit/1fe3f9ab6f7385a084ec783b4d109139cdfab620))
11+
612
# [2.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.9.0-next.1) (2020-12-01)
713

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

packages/gatsby-plugin-manifest/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-manifest",
33
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
4-
"version": "2.9.0-next.1",
4+
"version": "2.9.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

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

812
### Bug Fixes

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.2",
4+
"version": "2.11.0-next.3",
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.1"
36+
"gatsby-plugin-image": "^0.4.0-next.2"
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.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.8.0-next.3) (2020-12-04)
7+
8+
**Note:** Version bump only for package gatsby-transformer-sqip
9+
610
# [2.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.8.0-next.2) (2020-12-03)
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.2",
4+
"version": "2.8.0-next.3",
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.2",
12+
"gatsby-plugin-sharp": "^2.11.0-next.3",
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: 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.29.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.29.0-next.3) (2020-12-04)
7+
8+
### Bug Fixes
9+
10+
- **gatsby:** Add bodyComponent to replaceRenderer args ([#28456](https://github.com/gatsbyjs/gatsby/issues/28456)) ([9a77810](https://github.com/gatsbyjs/gatsby/commit/9a77810b1f2f0a529dd13760d0a7b73b2b50fd81))
11+
612
# [2.29.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.29.0-next.2) (2020-12-03)
713

814
### Bug Fixes

packages/gatsby/package.json

Lines changed: 2 additions & 2 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.2",
4+
"version": "2.29.0-next.3",
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.2",
80+
"gatsby-cli": "^2.16.0-next.3",
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)