Skip to content

Commit a55ffeb

Browse files

File tree

20 files changed

+78
-18
lines changed

20 files changed

+78
-18
lines changed

packages/babel-preset-gatsby/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+
# [1.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.0-next.1) (2021-03-30)
7+
8+
**Note:** Version bump only for package babel-preset-gatsby
9+
610
# [1.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.0-next.0) (2021-03-25)
711

812
**Note:** Version bump only for package babel-preset-gatsby

packages/babel-preset-gatsby/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-gatsby",
3-
"version": "1.3.0-next.0",
3+
"version": "1.3.0-next.1",
44
"author": "Philipp Spiess <[email protected]>",
55
"repository": {
66
"type": "git",
@@ -23,7 +23,7 @@
2323
"babel-plugin-macros": "^2.8.0",
2424
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
2525
"gatsby-core-utils": "^2.3.0-next.0",
26-
"gatsby-legacy-polyfills": "^1.3.0-next.0"
26+
"gatsby-legacy-polyfills": "^1.3.0-next.1"
2727
},
2828
"peerDependencies": {
2929
"@babel/core": "^7.11.6",

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.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.13.0-next.1) (2021-03-30)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [0.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.13.0-next.0) (2021-03-25)
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.13.0-next.0",
3+
"version": "0.13.0-next.1",
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.3.0-next.0",
23+
"gatsby": "^3.3.0-next.1",
2424
"gatsby-interface": "^0.0.244",
2525
"gatsby-plugin-typescript": "^3.3.0-next.0",
2626
"gatsby-plugin-webfonts": "^1.1.4",

packages/gatsby-legacy-polyfills/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+
# [1.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.0-next.1) (2021-03-30)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-legacy-polyfills:** add dom collections to polyfills ([#30483](https://github.com/gatsbyjs/gatsby/issues/30483)) ([169eefe](https://github.com/gatsbyjs/gatsby/commit/169eefed8fe03cb6c15f1b637d828088b3400c8b))
11+
612
# [1.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.0-next.0) (2021-03-25)
713

814
**Note:** Version bump only for package gatsby-legacy-polyfills

packages/gatsby-legacy-polyfills/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-legacy-polyfills",
33
"description": "Polyfills for legacy browsers",
4-
"version": "1.3.0-next.0",
4+
"version": "1.3.0-next.1",
55
"main": "dist/polyfills.js",
66
"author": "Ward Peeters <[email protected]>",
77
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-legacy-polyfills#readme",

packages/gatsby-plugin-image/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.0-next.1) (2021-03-30)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-image:** Correctly calculate aspect ratio when width and height are both set ([#30466](https://github.com/gatsbyjs/gatsby/issues/30466)) ([35c90f8](https://github.com/gatsbyjs/gatsby/commit/35c90f8554c59f59b75e6ad040213c717e5883a5))
11+
- **gatsby-plugin-image:** Force render if props have changed ([#30491](https://github.com/gatsbyjs/gatsby/issues/30491)) ([e584b8a](https://github.com/gatsbyjs/gatsby/commit/e584b8a33f079ba5a07419173b57bb5dabb824d7))
12+
613
# [1.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.0-next.0) (2021-03-25)
714

815
### 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": "1.3.0-next.0",
3+
"version": "1.3.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

+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.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.0-next.1) (2021-03-30)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-mdx:** timeToRead returns NaN when word count is 0 ([#30489](https://github.com/gatsbyjs/gatsby/issues/30489)) ([75e234a](https://github.com/gatsbyjs/gatsby/commit/75e234ac9116e16fbd177d24f3b98d7c14409b4e))
11+
612
# [2.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.0-next.0) (2021-03-25)
713

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

packages/gatsby-plugin-mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-mdx",
3-
"version": "2.3.0-next.0",
3+
"version": "2.3.0-next.1",
44
"description": "MDX integration for Gatsby",
55
"main": "index.js",
66
"license": "MIT",

packages/gatsby-plugin-sharp/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+
# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.0-next.1) (2021-03-30)
7+
8+
**Note:** Version bump only for package gatsby-plugin-sharp
9+
610
# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.0-next.0) (2021-03-25)
711

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

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": "3.3.0-next.0",
4+
"version": "3.3.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -34,7 +34,7 @@
3434
"@types/sharp": "^0.27.1",
3535
"babel-preset-gatsby-package": "^1.3.0-next.0",
3636
"cross-env": "^7.0.3",
37-
"gatsby-plugin-image": "^1.3.0-next.0",
37+
"gatsby-plugin-image": "^1.3.0-next.1",
3838
"gatsby-plugin-utils": "^1.3.0-next.0"
3939
},
4040
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",

packages/gatsby-source-contentful/CHANGELOG.md

+14
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+
# [5.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.3.0-next.1) (2021-03-30)
7+
8+
### Bug Fixes
9+
10+
- **contentful:** ensure fragments are properly distributed ([#30555](https://github.com/gatsbyjs/gatsby/issues/30555)) ([079d7f8](https://github.com/gatsbyjs/gatsby/commit/079d7f80e42b1f6bf46620eb2eec124a229888c8))
11+
- **contentful:** set proper defaults for gatsby-plugin-image ([#30536](https://github.com/gatsbyjs/gatsby/issues/30536)) ([418c3bc](https://github.com/gatsbyjs/gatsby/commit/418c3bca3fc8eceefd51c4e66d3956722b2358f0))
12+
- **gatsby-source-contentful:** Contentful page limit backoff ([#30549](https://github.com/gatsbyjs/gatsby/issues/30549)) ([9d883c6](https://github.com/gatsbyjs/gatsby/commit/9d883c66093fee4c49c87377e7eb65ab2d83e482))
13+
- **gatsby-source-contentful:** Improve network error handling ([#30257](https://github.com/gatsbyjs/gatsby/issues/30257)) ([c1ac5e4](https://github.com/gatsbyjs/gatsby/commit/c1ac5e43309bc1e6201b948ab715bafc337feaf5))
14+
15+
### Features
16+
17+
- **gatsby-source-contentful:** Increase Contentful sync by up to 10x ([#30422](https://github.com/gatsbyjs/gatsby/issues/30422)) ([b9791fe](https://github.com/gatsbyjs/gatsby/commit/b9791feaba554fe19910ca9ab25f3cb660d3bf05))
18+
- **gatsby-source-contentful:** update docs and improve errors ([#30538](https://github.com/gatsbyjs/gatsby/issues/30538)) ([2cc90df](https://github.com/gatsbyjs/gatsby/commit/2cc90df8b43cd213bb8dd8d8bd0ddbc6087e81c4)), closes [#26909](https://github.com/gatsbyjs/gatsby/issues/26909)
19+
620
# [5.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.3.0-next.0) (2021-03-25)
721

822
**Note:** Version bump only for package gatsby-source-contentful

packages/gatsby-source-contentful/package.json

+2-2
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": "5.3.0-next.0",
4+
"version": "5.3.0-next.1",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -18,7 +18,7 @@
1818
"contentful": "^8.1.7",
1919
"fs-extra": "^9.1.0",
2020
"gatsby-core-utils": "^2.3.0-next.0",
21-
"gatsby-plugin-image": "^1.3.0-next.0",
21+
"gatsby-plugin-image": "^1.3.0-next.1",
2222
"gatsby-plugin-utils": "^1.3.0-next.0",
2323
"gatsby-source-filesystem": "^3.3.0-next.0",
2424
"is-online": "^8.5.1",

packages/gatsby-source-wordpress/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+
# [5.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.3.0-next.1) (2021-03-30)
7+
8+
**Note:** Version bump only for package gatsby-source-wordpress
9+
610
# [5.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.3.0-next.0) (2021-03-25)
711

812
### Bug Fixes

packages/gatsby-source-wordpress/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gatsby-source-wordpress",
33
"description": "Source data from WordPress in an efficient and scalable way.",
44
"author": "Tyler Barnes <[email protected]>",
5-
"version": "5.3.0-next.0",
5+
"version": "5.3.0-next.1",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
@@ -53,7 +53,7 @@
5353
"@types/semver": "^7.3.4",
5454
"babel-plugin-import-globals": "^2.0.0",
5555
"babel-plugin-module-resolver": "4.0.0",
56-
"babel-preset-gatsby": "^1.3.0-next.0",
56+
"babel-preset-gatsby": "^1.3.0-next.1",
5757
"babel-preset-gatsby-package": "^1.3.0-next.0",
5858
"cross-env": "^7.0.3",
5959
"identity-obj-proxy": "^3.0.0",

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+
# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.0-next.1) (2021-03-30)
7+
8+
**Note:** Version bump only for package gatsby-transformer-sqip
9+
610
# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.0-next.0) (2021-03-25)
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": "3.3.0-next.0",
4+
"version": "3.3.0-next.1",
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.3.0-next.0",
12+
"gatsby-plugin-sharp": "^3.3.0-next.1",
1313
"md5-file": "^5.0.0",
1414
"mini-svg-data-uri": "^1.2.3",
1515
"p-queue": "^6.6.2",

packages/gatsby/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.0-next.1) (2021-03-30)
7+
8+
### Bug Fixes
9+
10+
- **gatsby:** Handle arrays of dates in distinct ([#30460](https://github.com/gatsbyjs/gatsby/issues/30460)) ([2f87f89](https://github.com/gatsbyjs/gatsby/commit/2f87f8934c4bf5a14d6ac5297d8f0ce37f55e223))
11+
- **gatsby:** merge inherited interfaces when merging types ([#30501](https://github.com/gatsbyjs/gatsby/issues/30501)) ([e1f1656](https://github.com/gatsbyjs/gatsby/commit/e1f1656b36e4912c1712cada0124fc38f4b4e07e))
12+
613
# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.0-next.0) (2021-03-25)
714

815
### 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": "3.3.0-next.0",
4+
"version": "3.3.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -35,7 +35,7 @@
3535
"babel-plugin-dynamic-import-node": "^2.3.3",
3636
"babel-plugin-lodash": "^3.3.4",
3737
"babel-plugin-remove-graphql-queries": "^3.3.0-next.0",
38-
"babel-preset-gatsby": "^1.3.0-next.0",
38+
"babel-preset-gatsby": "^1.3.0-next.1",
3939
"better-opn": "^2.0.0",
4040
"better-queue": "^3.8.10",
4141
"bluebird": "^3.7.2",
@@ -80,7 +80,7 @@
8080
"gatsby-cli": "^3.3.0-next.0",
8181
"gatsby-core-utils": "^2.3.0-next.0",
8282
"gatsby-graphiql-explorer": "^1.3.0-next.0",
83-
"gatsby-legacy-polyfills": "^1.3.0-next.0",
83+
"gatsby-legacy-polyfills": "^1.3.0-next.1",
8484
"gatsby-link": "^3.3.0-next.0",
8585
"gatsby-plugin-page-creator": "^3.3.0-next.0",
8686
"gatsby-plugin-typescript": "^3.3.0-next.0",

0 commit comments

Comments
 (0)