Skip to content

Commit 762a524

Browse files
chore(release): Publish next
- create-gatsby@0.3.0-next.4 - gatsby-admin@0.6.0-next.5 - gatsby-cli@2.17.0-next.4 - gatsby-plugin-cxs@2.8.0-next.1 - gatsby-plugin-feed@2.11.0-next.1 - gatsby-plugin-glamor@2.8.0-next.1 - gatsby-plugin-google-tagmanager@2.9.0-next.1 - gatsby-plugin-image@0.5.0-next.3 - gatsby-plugin-manifest@2.10.0-next.1 - gatsby-plugin-mdx@1.8.0-next.1 - gatsby-plugin-netlify@2.9.0-next.1 - gatsby-plugin-offline@3.8.0-next.1 - gatsby-plugin-preact@4.5.0-next.1 - gatsby-plugin-sass@3.0.0-next.1 - gatsby-plugin-sharp@2.12.0-next.3 - gatsby-plugin-twitter@2.8.0-next.1 - gatsby-plugin-utils@0.7.0-next.1 - gatsby-remark-autolink-headers@2.9.0-next.1 - gatsby-remark-images@3.9.0-next.1 - gatsby-source-contentful@4.4.0-next.2 - gatsby-source-npm-package-search@2.8.0-next.2 - gatsby-transformer-remark@2.14.0-next.1 - gatsby-transformer-sqip@2.9.0-next.3 - gatsby@2.30.0-next.5
1 parent 6375542 commit 762a524

File tree

48 files changed

+141
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+141
-45
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.3.0-next.4](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.3.0-next.3...create-gatsby@0.3.0-next.4) (2020-12-17)
7+
8+
**Note:** Version bump only for package create-gatsby
9+
610
# [0.3.0-next.3](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.3.0-next.2...create-gatsby@0.3.0-next.3) (2020-12-17)
711

812
### Bug Fixes

packages/create-gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-gatsby",
3-
"version": "0.3.0-next.3",
3+
"version": "0.3.0-next.4",
44
"main": "lib/index.js",
55
"bin": "cli.js",
66
"license": "MIT",
@@ -27,7 +27,7 @@
2727
"eslint": "^7.15.0",
2828
"execa": "^4.1.0",
2929
"fs-extra": "^9.0.1",
30-
"gatsby-plugin-utils": "^0.7.0-next.0",
30+
"gatsby-plugin-utils": "^0.7.0-next.1",
3131
"joi": "^17.2.1",
3232
"microbundle": "^0.12.4",
3333
"node-fetch": "^2.6.1",

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.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.6.0-next.4...gatsby-admin@0.6.0-next.5) (2020-12-17)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [0.6.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.6.0-next.3...gatsby-admin@0.6.0-next.4) (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.4",
3+
"version": "0.6.0-next.5",
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.4",
23+
"gatsby": "^2.30.0-next.5",
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

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.17.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.17.0-next.3...gatsby-cli@2.17.0-next.4) (2020-12-17)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
# [2.17.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.17.0-next.2...gatsby-cli@2.17.0-next.3) (2020-12-17)
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.17.0-next.3",
4+
"version": "2.17.0-next.4",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
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.3",
22+
"create-gatsby": "^0.3.0-next.4",
2323
"envinfo": "^7.7.3",
2424
"execa": "^3.4.0",
2525
"fs-exists-cached": "^1.0.0",

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

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

packages/gatsby-plugin-cxs/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-cxs",
33
"description": "Gatsby plugin to add SSR support for ctx",
4-
"version": "2.8.0-next.0",
4+
"version": "2.8.0-next.1",
55
"author": "Chen-Tai Hou <ctxhou@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -15,7 +15,7 @@
1515
"babel-preset-gatsby-package": "^0.10.0-next.0",
1616
"cross-env": "^7.0.3",
1717
"cxs": "^6.2.0",
18-
"gatsby-plugin-utils": "^0.7.0-next.0"
18+
"gatsby-plugin-utils": "^0.7.0-next.1"
1919
},
2020
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-cxs#readme",
2121
"keywords": [

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

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

packages/gatsby-plugin-feed/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-feed",
33
"description": "Creates an RSS feed for your Gatsby site.",
4-
"version": "2.11.0-next.0",
4+
"version": "2.11.0-next.1",
55
"author": "Nicholas Young <nicholas@nicholaswyoung.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -11,7 +11,7 @@
1111
"@hapi/joi": "^15.1.1",
1212
"common-tags": "^1.8.0",
1313
"fs-extra": "^8.1.0",
14-
"gatsby-plugin-utils": "^0.7.0-next.0",
14+
"gatsby-plugin-utils": "^0.7.0-next.1",
1515
"lodash.merge": "^4.6.2",
1616
"rss": "^1.2.2"
1717
},

0 commit comments

Comments
 (0)