Skip to content

File tree

26 files changed

+83
-21
lines changed

26 files changed

+83
-21
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.6.0-next.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.6.0-next.6) (2020-12-17)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [0.6.0-next.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.6.0-next.5) (2020-12-17)
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.6.0-next.5",
3+
"version": "0.6.0-next.6",
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.5",
23+
"gatsby": "^2.30.0-next.6",
2424
"gatsby-interface": "^0.0.225",
2525
"gatsby-plugin-typescript": "^2.10.0-next.0",
2626
"gatsby-plugin-webfonts": "^1.1.3",

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

812
**Note:** Version bump only for package gatsby-graphiql-explorer

packages/gatsby-graphiql-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-graphiql-explorer",
3-
"version": "0.9.0-next.0",
3+
"version": "0.9.0-next.1",
44
"description": "GraphiQL IDE with custom features for Gatsby users",
55
"main": "index.js",
66
"scripts": {

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+
# [0.5.0-next.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.5.0-next.4) (2020-12-17)
7+
8+
### Bug Fixes
9+
10+
- **deps:** Revert postcss upgrade which broke css macro ([#28672](https://github.com/gatsbyjs/gatsby/issues/28672)) ([cde7885](https://github.com/gatsbyjs/gatsby/commit/cde7885f39eab846a8cdd9d3d08b9b5d299cfd76))
11+
612
# [0.5.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.5.0-next.3) (2020-12-17)
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": "0.5.0-next.3",
3+
"version": "0.5.0-next.4",
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-sharp/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.12.0-next.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.0-next.4) (2020-12-17)
7+
8+
### Bug Fixes
9+
10+
- **deps:** update minor and patch for gatsby-plugin-sharp ([#28509](https://github.com/gatsbyjs/gatsby/issues/28509)) ([0ce0f69](https://github.com/gatsbyjs/gatsby/commit/0ce0f69863d92cf104185667980e04c1a31837aa))
11+
612
# [2.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.0-next.3) (2020-12-17)
713

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

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

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

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

packages/gatsby-source-contentful/package.json

Lines changed: 2 additions & 2 deletions
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.4.0-next.2",
4+
"version": "4.4.0-next.3",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -19,7 +19,7 @@
1919
"fs-extra": "^9.0.1",
2020
"gatsby-core-utils": "^1.8.0-next.0",
2121
"gatsby-plugin-utils": "^0.7.0-next.1",
22-
"gatsby-source-filesystem": "^2.9.0-next.0",
22+
"gatsby-source-filesystem": "^2.9.0-next.1",
2323
"is-online": "^8.5.1",
2424
"json-stringify-safe": "^5.0.1",
2525
"lodash": "^4.17.20",

0 commit comments

Comments
 (0)