8000 chore(release): Publish next · gatsbyjs/gatsby@5e5c112 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5e5c112

Browse files
author
Laurie
committed
chore(release): Publish next
- create-gatsby@0.4.0-next.1 - gatsby-admin@0.7.0-next.1 - gatsby-cli@2.18.0-next.1 - gatsby-design-tokens@2.6.0-next.1 - gatsby-dev-cli@2.13.0-next.1 - gatsby-image@2.10.0-next.1 - gatsby-link@2.10.0-next.1 - gatsby-plugin-catch-links@2.9.0-next.1 - gatsby-plugin-cxs@2.9.0-next.1 - gatsby-plugin-emotion@5.3.0-next.1 - gatsby-plugin-feed@2.12.0-next.1 - gatsby-plugin-glamor@2.9.0-next.1 - gatsby-plugin-google-analytics@2.10.0-next.1 - gatsby-plugin-google-tagmanager@2.10.0-next.1 - gatsby-plugin-image@0.6.0-next.1 - gatsby-plugin-manifest@2.11.0-next.1 - gatsby-plugin-mdx@1.9.0-next.1 - gatsby-plugin-netlify-cms@4.9.0-next.1 - gatsby-plugin-netlify@2.10.0-next.1 - gatsby-plugin-offline@3.9.0-next.1 - gatsby-plugin-page-creator@2.9.0-next.1 - gatsby-plugin-postcss@3.6.0-next.1 - gatsby-plugin-sass@3.1.0-next.1 - gatsby-plugin-sharp@2.13.0-next.1 - gatsby-plugin-twitter@2.9.0-next.1 - gatsby-plugin-utils@0.8.0-next.1 - gatsby-recipes@0.8.0-next.1 - gatsby-remark-autolink-headers@2.10.0-next.1 - gatsby-remark-graphviz@1.9.0-next.1 - gatsby-remark-images@3.10.0-next.1 - gatsby-source-contentful@4.5.0-next.1 - gatsby-source-drupal@3.12.0-next.1 - gatsby-source-filesystem@2.10.0-next.1 - gatsby-source-shopify@3.9.0-next.1 - gatsby-source-wordpress@3.10.0-next.1 - gatsby-telemetry@1.9.0-next.1 - gatsby-transformer-csv@2.9.0-next.1 - gatsby-transformer-documentationjs@4.9.0-next.1 - gatsby-transformer-excel@2.10.0-next.1 - gatsby-transformer-remark@2.15.0-next.1 - gatsby-transformer-screenshot@2.9.0-next.1 - gatsby-transformer-sharp@2.11.0-next.1 - gatsby-transformer-sqip@2.10.0-next.1 - gatsby@2.31.0-next.1
1 parent 381e13c commit 5e5c112

File tree

88 files changed

+322
-77
lines changed

Some content is hidden

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

88 files changed

+322
-77
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.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.4.0-next.0...create-gatsby@0.4.0-next.1) (2021-01-12)
7+
8+
**Note:** Version bump only for package create-gatsby
9+
610
# [0.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.3.0-next.4...create-gatsby@0.4.0-next.0) (2020-12-29)
711

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

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.4.0-next.0",
3+
"version": "0.4.0-next.1",
44
"main": "lib/index.js",
55
"bin": "cli.js",
66
"license": "MIT",
@@ -27,7 +27,7 @@
2727
"eslint": "^7.17.0",
2828
"execa": "^4.1.0",
2929
"fs-extra": "^9.0.1",
30-
"gatsby-plugin-utils": "^0.8.0-next.0",
30+
"gatsby-plugin-utils": "^0.8.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: 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.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.7.0-next.0...gatsby-admin@0.7.0-next.1) (2021-01-12)
7+
8+
### Bug Fixes
9+
10+
- **gatsby,gatsby-admin:** Pin socket.io version to 2.3.0 ([#28885](https://github.com/gatsbyjs/gatsby/issues/28885)) ([247b1dc](https://github.com/gatsbyjs/gatsby/commit/247b1dc0441fdade52a5ff7a71de8c9340ee05fd))
11+
612
# [0.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.6.0-next.8...gatsby-admin@0.7.0-next.0) (2020-12-29)
713

814
**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.7.0-next.0",
3+
"version": "0.7.0-next.1",
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.31.0-next.0",
23+
"gatsby": "^2.31.0-next.1",
2424
"gatsby-interface": "^0.0.225",
2525
"gatsby-plugin-typescript": "^2.11.0-next.0",
2626
"gatsby-plugin-webfonts": "^1.1.3",

packages/gatsby-cli/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.18.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.18.0-next.0...gatsby-cli@2.18.0-next.1) (2021-01-12)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-cli:** fix timers on progress bar ([#28684](https://github.com/gatsbyjs/gatsby/issues/28684)) ([f11adbb](https://github.com/gatsbyjs/gatsby/commit/f11adbb00d9e1c3add1e3f77c69e258bc5f65699))
11+
612
# [2.18.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.17.0-next.5...gatsby-cli@2.18.0-next.0) (2020-12-29)
713

814
**Note:** Version bump only for package gatsby-cli

packages/gatsby-cli/package.json

Lines changed: 4 additions & 4 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.18.0-next.0",
4+
"version": "2.18.0-next.1",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -19,14 +19,14 @@
1919
"common-tags": "^1.8.0",
2020
"configstore": "^5.0.1",
2121
"convert-hrtime": "^3.0.0",
22-
"create-gatsby": "^0.4.0-next.0",
22+
"create-gatsby": "^0.4.0-next.1",
2323
"envinfo": "^7.7.3",
2424
"execa": "^3.4.0",
2525
"fs-exists-cached": "^1.0.0",
2626
"fs-extra": "^8.1.0",
2727
"gatsby-core-utils": "^1.9.0-next.0",
28-
"gatsby-recipes": "^0.8.0-next.0",
29-
"gatsby-telemetry": "^1.9.0-next.0",
28+
"gatsby-recipes": "^0.8.0-next.1",
29+
"gatsby-telemetry": "^1.9.0-next.1",
3030
"hosted-git-info": "^3.0.6",
3131
"is-valid-path": "^0.1.1",
3232
"lodash": "^4.17.20",

packages/gatsby-design-tokens/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.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@2.6.0-next.0...gatsby-design-tokens@2.6.0-next.1) (2021-01-12)
7+
8+
**Note:** Version bump only for package gatsby-design-tokens
9+
610
# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@2.5.0-next.0...gatsby-design-tokens@2.6.0-next.0) (2020-12-29)
711

812
**Note:** Version bump only for package gatsby-design-tokens

packages/gatsby-design-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-design-tokens",
3-
"version": "2.6.0-next.0",
3+
"version": "2.6.0-next.1",
44
"description": "Gatsby Design Tokens",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",

packages/gatsby-dev-cli/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.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.13.0-next.0...gatsby-dev-cli@2.13.0-next.1) (2021-01-12)
7+
8+
### Bug Fixes
9+
10+
- **deps:** update minor and patch for gatsby-dev-cli ([#28971](https://github.com/gatsbyjs/gatsby/issues/28971)) ([2e10dae](https://github.com/gatsbyjs/gatsby/commit/2e10dae130d77861bb229d21fd7e46046f5c73d7))
11+
612
# [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.12.0-next.0...gatsby-dev-cli@2.13.0-next.0) (2020-12-29)
713

814
**Note:** Version bump only for package gatsby-dev-cli

packages/gatsby-dev-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-dev-cli",
33
"description": "CLI helpers for contributors working on Gatsby",
4-
"version": "2.13.0-next.0",
4+
"version": "2.13.0-next.1",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby-dev": "./dist/index.js"

0 commit comments

Comments
 (0)
0