Skip to content

Commit 0130d6a

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] - @gatsbyjs/[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 af202af commit 0130d6a

File tree

108 files changed

+289
-289
lines changed

Some content is hidden

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

108 files changed

+289
-289
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-remove-graphql-queries",
3-
"version": "5.11.0-next.1",
3+
"version": "5.11.0",
44
"author": "Jason Quense <[email protected]>",
55
"repository": {
66
"type": "git",
@@ -11,12 +11,12 @@
1111
"dependencies": {
1212
"@babel/runtime": "^7.20.13",
1313
"@babel/types": "^7.20.7",
14-
"gatsby-core-utils": "^4.11.0-next.1"
14+
"gatsby-core-utils": "^4.11.0"
1515
},
1616
"devDependencies": {
1717
"@babel/cli": "^7.20.7",
1818
"@babel/core": "^7.20.12",
19-
"babel-preset-gatsby-package": "^3.11.0-next.1",
19+
"babel-preset-gatsby-package": "^3.11.0",
2020
"cross-env": "^7.0.3"
2121
},
2222
"peerDependencies": {

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

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

packages/babel-preset-gatsby/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-gatsby",
3-
"version": "3.11.0-next.1",
3+
"version": "3.11.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": "^3.1.0",
2424
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
25-
"gatsby-core-utils": "^4.11.0-next.1",
26-
"gatsby-legacy-polyfills": "^3.11.0-next.1"
25+
"gatsby-core-utils": "^4.11.0",
26+
"gatsby-legacy-polyfills": "^3.11.0"
2727
},
2828
"peerDependencies": {
2929
"@babel/core": "^7.11.6",
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@babel/cli": "^7.20.7",
41-
"babel-preset-gatsby-package": "^3.11.0-next.1",
41+
"babel-preset-gatsby-package": "^3.11.0",
4242
"cross-env": "^7.0.3",
4343
"slash": "^3.0.0"
4444
},

packages/create-gatsby/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-gatsby",
3-
"version": "3.11.0-next.1",
3+
"version": "3.11.0",
44
"main": "lib/index.js",
55
"bin": "cli.js",
66
"license": "MIT",
@@ -27,7 +27,7 @@
2727
"enquirer": "^2.3.6",
2828
"execa": "^5.1.1",
2929
"fs-extra": "^11.1.1",
30-
"gatsby-plugin-utils": "^4.11.0-next.1",
30+
"gatsby-plugin-utils": "^4.11.0",
3131
"joi": "^17.9.2",
3232
"microbundle": "^0.15.1",
3333
"node-fetch": "^2.6.11",

packages/gatsby-cli/package.json

+5-5
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": "5.11.0-next.1",
4+
"version": "5.11.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -26,13 +26,13 @@
2626
"clipboardy": "^2.3.0",
2727
"common-tags": "^1.8.2",
2828
"convert-hrtime": "^3.0.0",
29-
"create-gatsby": "^3.11.0-next.1",
29+
"create-gatsby": "^3.11.0",
3030
"envinfo": "^7.8.1",
3131
"execa": "^5.1.1",
3232
"fs-exists-cached": "^1.0.0",
3333
"fs-extra": "^11.1.1",
34-
"gatsby-core-utils": "^4.11.0-next.1",
35-
"gatsby-telemetry": "^4.11.0-next.1",
34+
"gatsby-core-utils": "^4.11.0",
35+
"gatsby-telemetry": "^4.11.0",
3636
"hosted-git-info": "^3.0.8",
3737
"is-valid-path": "^0.1.1",
3838
"joi": "^17.9.2",
@@ -62,7 +62,7 @@
6262
"@types/hosted-git-info": "^3.0.2",
6363
"@types/yargs": "^15.0.15",
6464
"babel-plugin-lodash": "^3.3.4",
65-
"babel-preset-gatsby-package": "^3.11.0-next.1",
65+
"babel-preset-gatsby-package": "^3.11.0",
6666
"cross-env": "^7.0.3",
6767
"ink": "^3.2.0",
6868
"ink-spinner": "^4.0.3",

packages/gatsby-codemods/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-codemods",
3-
"version": "4.11.0-next.1",
3+
"version": "4.11.0",
44
"description": "A collection of codemod scripts for use with JSCodeshift that help migrate to newer versions of Gatsby.",
55
"main": "index.js",
66
"scripts": {
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@babel/cli": "^7.20.7",
3939
"@types/jscodeshift": "^0.11.6",
40-
"babel-preset-gatsby-package": "^3.11.0-next.1",
40+
"babel-preset-gatsby-package": "^3.11.0",
4141
"cross-env": "^7.0.3"
4242
},
4343
"engines": {

packages/gatsby-core-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-core-utils",
3-
"version": "4.11.0-next.1",
3+
"version": "4.11.0",
44
"description": "A collection of gatsby utils used in different gatsby packages",
55
"keywords": [
66
"gatsby",
@@ -82,7 +82,7 @@
8282
"@babel/cli": "^7.20.7",
8383
"@babel/core": "^7.20.12",
8484
"@types/ci-info": "2.0.0",
85-
"babel-preset-gatsby-package": "^3.11.0-next.1",
85+
"babel-preset-gatsby-package": "^3.11.0",
8686
"cross-env": "^7.0.3",
8787
"del-cli": "^5.0.0",
8888
"is-uuid": "^1.0.2",

packages/gatsby-cypress/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-cypress",
3-
"version": "3.11.0-next.1",
3+
"version": "3.11.0",
44
"description": "Cypress tools for Gatsby projects",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"@babel/cli": "^7.20.7",
2323
"@babel/core": "^7.20.12",
24-
"babel-preset-gatsby-package": "^3.11.0-next.1",
24+
"babel-preset-gatsby-package": "^3.11.0",
2525
"cross-env": "^7.0.3"
2626
},
2727
"keywords": [

packages/gatsby-design-tokens/package.json

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

packages/gatsby-dev-cli/package.json

+2-2
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": "5.11.0-next.1",
4+
"version": "5.11.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby-dev": "./dist/index.js"
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@babel/cli": "^7.20.7",
2929
"@babel/core": "^7.20.12",
30-
"babel-preset-gatsby-package": "^3.11.0-next.1",
30+
"babel-preset-gatsby-package": "^3.11.0",
3131
"cross-env": "^7.0.3"
3232
},
3333
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-dev-cli#readme",

packages/gatsby-graphiql-explorer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-graphiql-explorer",
3-
"version": "3.11.0-next.1",
3+
"version": "3.11.0",
44
"description": "GraphiQL IDE with custom features for Gatsby users",
55
"main": "index.js",
66
"scripts": {
@@ -43,7 +43,7 @@
4343
"@graphiql/react": "^0.17.6",
4444
"@graphiql/toolkit": "^0.8.4",
4545
"babel-loader": "^8.3.0",
46-
"babel-preset-gatsby-package": "^3.11.0-next.1",
46+
"babel-preset-gatsby-package": "^3.11.0",
4747
"core-js": "^3.30.2",
4848
"cross-env": "^7.0.3",
4949
"css-loader": "^6.8.1",

packages/gatsby-legacy-polyfills/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-legacy-polyfills",
33
"description": "Polyfills for legacy browsers",
4-
"version": "3.11.0-next.1",
4+
"version": "3.11.0",
55
"main": "dist/polyfills.js",
66
"author": "Ward Peeters <[email protected]>",
77
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-legacy-polyfills#readme",

packages/gatsby-link/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-link",
33
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
4-
"version": "5.11.0-next.1",
4+
"version": "5.11.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@types/reach__router": "^1.3.10",
26-
"gatsby-page-utils": "^3.11.0-next.1",
26+
"gatsby-page-utils": "^3.11.0",
2727
"prop-types": "^15.8.1"
2828
},
2929
"devDependencies": {

packages/gatsby-page-utils/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-page-utils",
3-
"version": "3.11.0-next.1",
3+
"version": "3.11.0",
44
"description": "Gatsby library that helps creating pages",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -30,7 +30,7 @@
3030
"bluebird": "^3.7.2",
3131
"chokidar": "^3.5.3",
3232
"fs-exists-cached": "^1.0.0",
33-
"gatsby-core-utils": "^4.11.0-next.1",
33+
"gatsby-core-utils": "^4.11.0",
3434
"glob": "^7.2.3",
3535
"lodash": "^4.17.21",
3636
"micromatch": "^4.0.5"
@@ -39,7 +39,7 @@
3939
"@babel/cli": "^7.20.7",
4040
"@babel/core": "^7.20.12",
4141
"@types/micromatch": "^4.0.2",
42-
"babel-preset-gatsby-package": "^3.11.0-next.1",
42+
"babel-preset-gatsby-package": "^3.11.0",
4343
"cross-env": "^7.0.3",
4444
"rimraf": "^5.0.1",
4545
"typescript": "^5.0.4"

packages/gatsby-parcel-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-parcel-config",
33
"main": "lib/index.json",
4-
"version": "1.11.0-next.1",
4+
"version": "1.11.0",
55
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-parcel-config#readme",
66
"description": "A minimal Parcel config for use in Gatsby",
77
"repository": {
@@ -14,7 +14,7 @@
1414
"parcel": "2.x"
1515
},
1616
"dependencies": {
17-
"@gatsbyjs/parcel-namer-relative-to-cwd": "2.11.0-next.1",
17+
"@gatsbyjs/parcel-namer-relative-to-cwd": "2.11.0",
1818
"@parcel/bundler-default": "2.8.3",
1919
"@parcel/compressor-raw": "2.8.3",
2020
"@parcel/namer-default": "2.8.3",

packages/gatsby-parcel-namer-relative-to-cwd/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gatsbyjs/parcel-namer-relative-to-cwd",
33
"main": "lib/index.js",
4-
"version": "2.11.0-next.1",
4+
"version": "2.11.0",
55
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-parcel-namer-relative-to-cwd#readme",
66
"description": "Parcel namer that preserves directory structures to stabilize output and keep the hierarchy.",
77
"author": "Michal Piechowiak <[email protected]>",
@@ -19,12 +19,12 @@
1919
"@babel/runtime": "^7.20.13",
2020
"@parcel/namer-default": "2.8.3",
2121
"@parcel/plugin": "2.8.3",
22-
"gatsby-core-utils": "^4.11.0-next.1"
22+
"gatsby-core-utils": "^4.11.0"
2323
},
2424
"devDependencies": {
2525
"@babel/cli": "^7.20.7",
2626
"@babel/core": "^7.20.12",
27-
"babel-preset-gatsby-package": "^3.11.0-next.1",
27+
"babel-preset-gatsby-package": "^3.11.0",
2828
"cross-env": "^7.0.3"
2929
},
3030
"scripts": {

packages/gatsby-plugin-benchmark-reporting/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-benchmark-reporting",
33
"description": "Gatsby Benchmark Reporting",
4-
"version": "3.11.0-next.1",
4+
"version": "3.11.0",
55
"author": "Peter van der Zee <pvdz@github>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -16,12 +16,12 @@
1616
"devDependencies": {
1717
"@babel/cli": "^7.20.7",
1818
"@babel/core": "^7.20.12",
19-
"babel-preset-gatsby-package": "^3.11.0-next.1"
19+
"babel-preset-gatsby-package": "^3.11.0"
2020
},
2121
"dependencies": {
2222
"@babel/runtime": "^7.20.13",
2323
"fast-glob": "^3.2.12",
24-
"gatsby-core-utils": "^4.11.0-next.1",
24+
"gatsby-core-utils": "^4.11.0",
2525
"node-fetch": "^2.6.11"
2626
},
2727
"peerDependencies": {

packages/gatsby-plugin-canonical-urls/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-canonical-urls",
33
"description": "Add canonical links to HTML pages Gatsby generates.",
4-
"version": "5.11.0-next.1",
4+
"version": "5.11.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@babel/cli": "^7.20.7",
1414
"@babel/core": "^7.20.12",
15-
"babel-preset-gatsby-package": "^3.11.0-next.1",
15+
"babel-preset-gatsby-package": "^3.11.0",
1616
"cross-env": "^7.0.3"
1717
},
1818
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-canonical-urls#readme",

packages/gatsby-plugin-catch-links/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-catch-links",
33
"description": "Intercepts local links from markdown and other non-react pages and does a client-side pushState to avoid the browser having to refresh the page.",
4-
"version": "5.11.0-next.1",
4+
"version": "5.11.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@babel/cli": "^7.20.7",
1515
"@babel/core": "^7.20.12",
16-
"babel-preset-gatsby-package": "^3.11.0-next.1",
16+
"babel-preset-gatsby-package": "^3.11.0",
1717
"cross-env": "^7.0.3"
1818
},
1919
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-catch-links#readme",

packages/gatsby-plugin-coffeescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-coffeescript",
33
"description": "Adds CoffeeScript support for Gatsby",
4-
"version": "5.11.0-next.1",
4+
"version": "5.11.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@babel/cli": "^7.20.7",
2020
"@babel/core": "^7.20.12",
21-
"babel-preset-gatsby-package": "^3.11.0-next.1",
21+
"babel-preset-gatsby-package": "^3.11.0",
2222
"cross-env": "^7.0.3"
2323
},
2424
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-coffeescript#readme",

packages/gatsby-plugin-cxs/package.json

+3-3
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": "5.11.0-next.1",
4+
"version": "5.11.0",
55
"author": "Chen-Tai Hou <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -12,10 +12,10 @@
1212
"devDependencies": {
1313
"@babel/cli": "^7.20.7",
1414
"@babel/core": "^7.20.12",
15-
"babel-preset-gatsby-package": "^3.11.0-next.1",
15+
"babel-preset-gatsby-package": "^3.11.0",
1616
"cross-env": "^7.0.3",
1717
"cxs": "^6.2.0",
18-
"gatsby-plugin-utils": "^4.11.0-next.1"
18+
"gatsby-plugin-utils": "^4.11.0"
1919
},
2020
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-cxs#readme",
2121
"keywords": [

0 commit comments

Comments
 (0)