Skip to content

Commit 24b9fde

Browse files
committed
chore(release): Publish
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
1 parent f10eb58 commit 24b9fde

File tree

214 files changed

+932
-283
lines changed

Some content is hidden

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

214 files changed

+932
-283
lines changed

packages/babel-plugin-remove-graphql-queries/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+
## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/babel-plugin-remove-graphql-queries) (2022-03-16)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10)
9+
10+
**Note:** Version bump only for package babel-plugin-remove-graphql-queries
11+
612
### [4.9.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-plugin-remove-graphql-queries) (2022-03-09)
713

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-remove-graphql-queries",
3-
"version": "4.10.0-next.3",
3+
"version": "4.10.0",
44
"author": "Jason Quense <[email protected]>",
55
"repository": {
66
"type": "git",
@@ -10,12 +10,12 @@
1010
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-plugin-remove-graphql-queries#readme",
1111
"dependencies": {
1212
"@babel/runtime": "^7.15.4",
13-
"gatsby-core-utils": "^3.10.0-next.3"
13+
"gatsby-core-utils": "^3.10.0"
1414
},
1515
"devDependencies": {
1616
"@babel/cli": "^7.15.4",
1717
"@babel/core": "^7.15.5",
18-
"babel-preset-gatsby-package": "^2.10.0-next.1",
18+
"babel-preset-gatsby-package": "^2.10.0",
1919
"cross-env": "^7.0.3"
2020
},
2121
"peerDependencies": {

packages/babel-preset-gatsby-package/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/babel-preset-gatsby-package) (2022-03-16)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10)
9+
10+
**Note:** Version bump only for package babel-preset-gatsby-package
11+
612
## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby-package) (2022-03-01)
713

814
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9)

packages/babel-preset-gatsby-package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-gatsby-package",
3-
"version": "2.10.0-next.1",
3+
"version": "2.10.0",
44
"author": "Philipp Spiess <[email protected]>",
55
"repository": {
66
"type": "git",

packages/babel-preset-gatsby/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/babel-preset-gatsby) (2022-03-16)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10)
9+
10+
**Note:** Version bump only for package babel-preset-gatsby
11+
612
### [2.9.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby) (2022-03-09)
713

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

packages/babel-preset-gatsby/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-gatsby",
3-
"version": "2.10.0-next.3",
3+
"version": "2.10.0",
44
"author": "Philipp Spiess <[email protected]>",
55
"repository": {
66
"type": "git",
@@ -22,8 +22,8 @@
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": "^3.10.0-next.3",
26-
"gatsby-legacy-polyfills": "^2.10.0-next.1"
25+
"gatsby-core-utils": "^3.10.0",
26+
"gatsby-legacy-polyfills": "^2.10.0"
2727
},
2828
"peerDependencies": {
2929
"@babel/core": "^7.11.6",
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@babel/cli": "^7.15.4",
41-
"babel-preset-gatsby-package": "^2.10.0-next.1",
41+
"babel-preset-gatsby-package": "^2.10.0",
4242
"cross-env": "^7.0.3",
4343
"slash": "^3.0.0"
4444
},

packages/create-gatsby/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.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/create-gatsby) (2022-03-16)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10)
9+
10+
**Note:** Version bump only for package create-gatsby
11+
612
## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/create-gatsby) (2022-03-01)
713

814
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9)

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": "2.10.0-next.3",
3+
"version": "2.10.0",
44
"main": "lib/index.js",
55
"bin": "cli.js",
66
"license": "MIT",
@@ -28,7 +28,7 @@
2828
"eslint": "^7.32.0",
2929
"execa": "^5.1.1",
3030
"fs-extra": "^10.0.0",
31-
"gatsby-plugin-utils": "^3.4.0-next.3",
31+
"gatsby-plugin-utils": "^3.4.0",
3232
"joi": "^17.4.2",
3333
"microbundle": "^0.14.2",
3434
"node-fetch": "^2.6.6",

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+
## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/HEAD/packages/gatsby-cli) (2022-03-16)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10)
9+
10+
**Note:** Version bump only for package gatsby-cli
11+
612
### [4.9.1](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-cli) (2022-03-09)
713

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

packages/gatsby-cli/package.json

Lines changed: 5 additions & 5 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": "4.10.0-next.3",
4+
"version": "4.10.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -26,13 +26,13 @@
2626
"common-tags": "^1.8.2",
2727
"configstore": "^5.0.1",
2828
"convert-hrtime": "^3.0.0",
29-
"create-gatsby": "^2.10.0-next.3",
29+
"create-gatsby": "^2.10.0",
3030
"envinfo": "^7.8.1",
3131
"execa": "^5.1.1",
3232
"fs-exists-cached": "^1.0.0",
3333
"fs-extra": "^10.0.0",
34-
"gatsby-core-utils": "^3.10.0-next.3",
35-
"gatsby-telemetry": "^3.10.0-next.3",
34+
"gatsby-core-utils": "^3.10.0",
35+
"gatsby-telemetry": "^3.10.0",
3636
"hosted-git-info": "^3.0.8",
3737
"is-valid-path": "^0.1.1",
3838
"joi": "^17.4.2",
@@ -65,7 +65,7 @@
6565
"@rollup/plugin-replace": "^2.4.2",
6666
"@types/hosted-git-info": "^3.0.2",
6767
"@types/yargs": "^15.0.14",
68-
"babel-preset-gatsby-package": "^2.10.0-next.1",
68+
"babel-preset-gatsby-package": "^2.10.0",
6969
"cross-env": "^7.0.3",
7070
"ink": "^3.2.0",
7171
"ink-spinner": "^4.0.3",

0 commit comments

Comments
 (0)