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

Skip to content

Commit 7116ab5

Browse files
committed
chore(release): Publish next
- babel-plugin-remove-graphql-queries@3.13.0-next.1 - babel-preset-gatsby@1.13.0-next.1 - gatsby-admin@0.23.0-next.3 - gatsby-cli@3.13.0-next.2 - gatsby-core-utils@2.13.0-next.1 - gatsby-page-utils@1.13.0-next.1 - gatsby-plugin-gatsby-cloud@3.1.0-next.1 - gatsby-plugin-image@1.13.0-next.2 - gatsby-plugin-manifest@3.13.0-next.2 - gatsby-plugin-mdx@2.13.0-next.1 - gatsby-plugin-netlify@3.13.0-next.1 - gatsby-plugin-offline@4.13.0-next.1 - gatsby-plugin-page-creator@3.13.0-next.1 - gatsby-plugin-preload-fonts@2.13.0-next.1 - gatsby-plugin-sharp@3.13.0-next.3 - gatsby-plugin-typescript@3.13.0-next.1 - gatsby-recipes@0.24.0-next.1 - gatsby-remark-images@5.10.0-next.1 - gatsby-source-contentful@5.13.0-next.2 - gatsby-source-drupal@4.13.0-next.2 - gatsby-source-filesystem@3.13.0-next.1 - gatsby-source-shopify@5.5.0-next.3 - gatsby-source-wordpress@5.13.0-next.3 - gatsby-telemetry@2.13.0-next.1 - gatsby-transformer-remark@4.10.0-next.1 - gatsby-transformer-sqip@3.13.0-next.3 - gatsby@3.13.0-next.3
1 parent 90ddcf6 commit 7116ab5

File tree

54 files changed

+201
-74
lines changed

Some content is hidden

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

54 files changed

+201
-74
lines changed

packages/babel-plugin-remove-graphql-queries/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+
# [3.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.13.0-next.0...babel-plugin-remove-graphql-queries@3.13.0-next.1) (2021-08-25)
7+
8+
**Note:** Version bump only for package babel-plugin-remove-graphql-queries
9+
610
# [3.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.12.0-next.3...babel-plugin-remove-graphql-queries@3.13.0-next.0) (2021-08-12)
711

812
**Note:** Version bump only for package babel-plugin-remove-graphql-queries

packages/babel-plugin-remove-graphql-queries/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-remove-graphql-queries",
3-
"version": "3.13.0-next.0",
3+
"version": "3.13.0-next.1",
44
"author": "Jason Quense <monastic.panic@gmail.com>",
55
"repository": {
66
"type": "git",
@@ -13,7 +13,7 @@
1313
"@babel/core": "^7.14.8",
1414
"babel-preset-gatsby-package": "^1.13.0-next.0",
1515
"cross-env": "^7.0.3",
16-
"gatsby-core-utils": "^2.13.0-next.0"
16+
"gatsby-core-utils": "^2.13.0-next.1"
1717
},
1818
"peerDependencies": {
1919
"@babel/core": "^7.0.0",

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

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

packages/babel-preset-gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-gatsby",
3-
"version": "1.13.0-next.0",
3+
"version": "1.13.0-next.1",
44
"author": "Philipp Spiess <hello@philippspiess.com>",
55
"repository": {
66
"type": "git",
@@ -22,7 +22,7 @@
2222
"babel-plugin-dynamic-import-node": "^2.3.3",
2323
"babel-plugin-macros": "^2.8.0",
2424
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
25-
"gatsby-core-utils": "^2.13.0-next.0",
25+
"gatsby-core-utils": "^2.13.0-next.1",
2626
"gatsby-legacy-polyfills": "^1.13.0-next.0"
2727
},
2828
"peerDependencies": {

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.23.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.23.0-next.2...gatsby-admin@0.23.0-next.3) (2021-08-25)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [0.23.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.23.0-next.1...gatsby-admin@0.23.0-next.2) (2021-08-20)
711

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

packages/gatsby-admin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.23.0-next.2",
3+
"version": "0.23.0-next.3",
44
"main": "index.js",
55
"author"< F438 /span>: "Max Stoiber",
66
"license": "MIT",
@@ -29,9 +29,9 @@
2929
"@typescript-eslint/parser": "^4.28.1",
3030
"csstype": "^2.6.14",
3131
"formik": "^2.2.6",
32-
"gatsby": "^3.13.0-next.2",
32+
"gatsby": "^3.13.0-next.3",
3333
"gatsby-interface": "^0.0.244",
34-
"gatsby-plugin-typescript": "^3.13.0-next.0",
34+
"gatsby-plugin-typescript": "^3.13.0-next.1",
3535
"gatsby-plugin-webfonts": "^1.1.4",
3636
"gatsby-source-graphql": "^3.13.0-next.0",
3737
"lodash-es": "^4.17.21",

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+
# [3.13.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.13.0-next.1...gatsby-cli@3.13.0-next.2) (2021-08-25)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
# [3.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.13.0-next.0...gatsby-cli@3.13.0-next.1) (2021-08-19)
711

812
**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": "3.13.0-next.1",
4+
"version": "3.13.0-next.2",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -23,9 +23,9 @@
2323
"execa": "^5.1.1",
2424
"fs-exists-cached": "^1.0.0",
2525
"fs-extra": "^8.1.0",
26-
"gatsby-core-utils": "^2.13.0-next.0",
27-
"gatsby-recipes": "^0.24.0-next.0",
28-
"gatsby-telemetry": "^2.13.0-next.0",
26+
"gatsby-core-utils": "^2.13.0-next.1",
27+
"gatsby-recipes": "^0.24.0-next.1",
28+
"gatsby-telemetry": "^2.13.0-next.1",
2929
"hosted-git-info": "^3.0.6",
3030
"is-valid-path": "^0.1.1",
3131
"joi": "^17.4.0",

packages/gatsby-core-utils/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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+
# [2.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.13.0-next.0...gatsby-core-utils@2.13.0-next.1) (2021-08-25)
7+
8+
### Features
9+
10+
- **gatsby-core-utils:** Move page-data & HTML utils to package ([#32861](https://github.com/gatsbyjs/gatsby/issues/32861)) ([114e3d3](https://github.com/gatsbyjs/gatsby/commit/114e3d39695bd96b8c477a413f5927317a19b4cb))
11+
- **gatsby-plugin-gatsby-cloud:** IPC events for routes, redirects, rewrites, and headers ([#32847](https://github.com/gatsbyjs/gatsby/issues/32847)) ([ba4b08c](https://github.com/gatsbyjs/gatsby/commit/ba4b08caac00dd286f962849183e99ab7dc84a0a))
12+
613
# [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.12.0-next.3...gatsby-core-utils@2.13.0-next.0) (2021-08-12)
714

815
**Note:** Version bump only for package gatsby-core-utils

packages/gatsby-core-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-core-utils",
3-
"version": "2.13.0-next.0",
3+
"version": "2.13.0-next.1",
44
"description": "A collection of gatsby utils used in different gatsby packages",
55
"keywords": [
66
"gatsby",

0 commit comments

Comments
 (0)
0