Skip to content

Commit 8419b34

Browse files
committed
chore(release): Publish
- babel-plugin-remove-graphql-queries@5.6.0 - babel-preset-gatsby-package@3.6.0 - babel-preset-gatsby@3.6.0 - create-gatsby@3.6.0 - gatsby-cli@5.6.0 - gatsby-codemods@4.6.0 - gatsby-core-utils@4.6.0 - gatsby-cypress@3.6.0 - gatsby-design-tokens@5.6.0 - gatsby-dev-cli@5.6.0 - gatsby-graphiql-explorer@3.6.0 - gatsby-legacy-polyfills@3.6.0 - gatsby-link@5.6.0 - gatsby-page-utils@3.6.0 - gatsby-parcel-config@1.6.0 - @gatsbyjs/parcel-namer-relative-to-cwd@2.6.0 - gatsby-plugin-benchmark-reporting@3.6.0 - gatsby-plugin-canonical-urls@5.6.0 - gatsby-plugin-catch-links@5.6.0 - gatsby-plugin-coffeescript@5.6.0 - gatsby-plugin-cxs@5.6.0 - gatsby-plugin-emotion@8.6.0 - gatsby-plugin-facebook-analytics@5.6.0 - gatsby-plugin-feed@5.6.0 - gatsby-plugin-flow@4.6.0 - gatsby-plugin-fullstory@5.6.0 - gatsby-plugin-gatsby-cloud@5.6.0 - gatsby-plugin-google-analytics@5.6.0 - gatsby-plugin-google-gtag@5.6.0 - gatsby-plugin-google-tagmanager@5.6.0 - gatsby-plugin-image@3.6.0 - gatsby-plugin-jss@5.6.0 - gatsby-plugin-layout@4.6.0 - gatsby-plugin-less@7.6.0 - gatsby-plugin-lodash@6.6.0 - gatsby-plugin-manifest@5.6.0 - gatsby-plugin-mdx@5.6.0 - gatsby-plugin-netlify-cms@7.6.0 - gatsby-plugin-no-sourcemaps@5.6.0 - gatsby-plugin-nprogress@5.6.0 - gatsby-plugin-offline@6.6.0 - gatsby-plugin-page-creator@5.6.0 - gatsby-plugin-postcss@6.6.0 - gatsby-plugin-preact@7.6.0 - gatsby-plugin-preload-fonts@4.6.0 - gatsby-plugin-react-css-modules@5.6.0 - gatsby-plugin-react-helmet@6.6.0 - gatsby-plugin-sass@6.6.0 - gatsby-plugin-schema-snapshot@4.6.0 - gatsby-plugin-sharp@5.6.0 - gatsby-plugin-sitemap@6.6.0 - gatsby-plugin-styled-components@6.6.0 - gatsby-plugin-styled-jsx@6.6.0 - gatsby-plugin-styletron@8.6.0 - gatsby-plugin-stylus@5.6.0 - gatsby-plugin-subfont@5.6.0 - gatsby-plugin-twitter@5.6.0 - gatsby-plugin-typescript@5.6.0 - gatsby-plugin-typography@5.6.0 - gatsby-plugin-utils@4.6.0 - gatsby-react-router-scroll@6.6.0 - gatsby-remark-autolink-headers@6.6.0 - gatsby-remark-code-repls@7.6.0 - gatsby-remark-copy-linked-files@6.6.0 - gatsby-remark-custom-blocks@5.6.0 - gatsby-remark-embed-snippet@8.6.0 - gatsby-remark-graphviz@5.6.0 - gatsby-remark-images-contentful@6.6.0 - gatsby-remark-images@7.6.0 - gatsby-remark-katex@7.6.0 - gatsby-remark-prismjs@7.6.0 - gatsby-remark-responsive-iframe@6.6.0 - gatsby-remark-smartypants@6.6.0 - gatsby-script@2.6.0 - gatsby-sharp@1.6.0 - gatsby-source-contentful@8.6.0 - gatsby-source-drupal@6.6.0 - gatsby-source-faker@5.6.0 - gatsby-source-filesystem@5.6.0 - gatsby-source-graphql@5.6.0 - gatsby-source-hacker-news@5.6.0 - gatsby-source-lever@5.6.0 - gatsby-source-medium@5.6.0 - gatsby-source-mongodb@5.6.0 - gatsby-source-npm-package-search@5.6.0 - gatsby-source-shopify@8.6.0 - gatsby-source-wikipedia@5.6.0 - gatsby-source-wordpress@7.6.0 - gatsby-telemetry@4.6.0 - gatsby-transformer-asciidoc@4.6.0 - gatsby-transformer-csv@5.6.0 - gatsby-transformer-documentationjs@7.6.0 - gatsby-transformer-excel@5.6.0 - gatsby-transformer-hjson@5.6.0 - gatsby-transformer-javascript-frontmatter@5.6.0 - gatsby-transformer-javascript-static-exports@5.6.0 - gatsby-transformer-json@5.6.0 - gatsby-transformer-pdf@4.6.0 - gatsby-transformer-react-docgen@8.6.0 - gatsby-transformer-remark@6.6.0 - gatsby-transformer-screenshot@5.6.0 - gatsby-transformer-sharp@5.6.0 - gatsby-transformer-sqip@5.6.0 - gatsby-transformer-toml@5.6.0 - gatsby-transformer-xml@5.6.0 - gatsby-transformer-yaml@5.6.0 - gatsby-worker@2.6.0 - gatsby@5.6.0
1 parent a2143f1 commit 8419b34

File tree

108 files changed

+288
-288
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

+288
-288
lines changed

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": "5.6.0-next.0",
3+
"version": "5.6.0",
44
"author": "Jason Quense <monastic.panic@gmail.com>",
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.6.0-next.0"
14+
"gatsby-core-utils": "^4.6.0"
1515
},
1616
"devDependencies": {
1717
"@babel/cli": "^7.20.7",
1818
"@babel/core": "^7.20.12",
19-
"babel-preset-gatsby-package": "^3.6.0-next.0",
19+
"babel-preset-gatsby-package": "^3.6.0",
2020
"cross-env": "^7.0.3"
2121
},
2222
"peerDependencies": {

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": "3.6.0-next.0",
3+
"version": "3.6.0",
44
"author": "Philipp Spiess <hello@philippspiess.com>",
55
"repository": {
66
"type": "git",

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": "3.6.0-next.0",
3+
"version": "3.6.0",
44
"author": "Philipp Spiess <hello@philippspiess.com>",
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.6.0-next.0",
26-
"gatsby-legacy-polyfills": "^3.6.0-next.0"
25+
"gatsby-core-utils": "^4.6.0",
26+
"gatsby-legacy-polyfills": "^3.6.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.6.0-next.0",
41+
"babel-preset-gatsby-package": "^3.6.0",
4242
"cross-env": "^7.0.3",
4343
"slash": "^3.0.0"
4444
},

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": "3.6.0-next.1",
3+
"version": "3.6.0",
44
"main": "lib/index.js",
55
"bin": "cli.js",
66
"license": "MIT",
@@ -26,7 +26,7 @@
2626
"enquirer": "^2.3.6",
2727
"execa": "^5.1.1",
2828
"fs-extra": "^11.1.0",
29-
"gatsby-plugin-utils": "^4.6.0-next.1",
29+
"gatsby-plugin-utils": "^4.6.0",
3030
"joi": "^17.7.0",
3131
"microbundle": "^0.15.1",
3232
"node-fetch": "^2.6.8",

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": "5.6.0-next.1",
4+
"version": "5.6.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
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.6.0-next.1",
29+
"create-gatsby": "^3.6.0",
3030
"envinfo": "^7.8.1",
3131
"execa": "^5.1.1",
3232
"fs-exists-cached": "^1.0.0",
3333
"fs-extra": "^11.1.0",
34-
"gatsby-core-utils": "^4.6.0-next.0",
35-
"gatsby-telemetry": "^4.6.0-next.0",
34+
"gatsby-core-utils": "^4.6.0",
35+
"gatsby-telemetry": "^4.6.0",
3636
"hosted-git-info": "^3.0.8",
3737
"is-valid-path": "^0.1.1",
3838
"joi": "^17.7.0",
@@ -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.6.0-next.0",
65+
"babel-preset-gatsby-package": "^3.6.0",
6666
"cross-env": "^7.0.3",
6767
"ink": "^3.2.0",
6868
"ink-spinner": "^4.0.3",

packages/gatsby-codemods/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-codemods",
3-
"version": "4.6.0-next.0",
3+
"version": "4.6.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.6.0-next.0",
40+
"babel-preset-gatsby-package": "^3.6.0",
4141
"cross-env": "^7.0.3"
4242
},
4343
"engines": {

packages/gatsby-core-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-core-utils",
3-
"version": "4.6.0-next.0",
3+
"version": "4.6.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.6.0-next.0",
85+
"babel-preset-gatsby-package": "^3.6.0",
8686
"cross-env": "^7.0.3",
8787
"del-cli": "^5.0.0",
8888
"is-uuid": "^1.0.2",

packages/gatsby-cypress/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-cypress",
3-
"version": "3.6.0-next.0",
3+
"version": "3.6.0",
44
"description": "Cypress tools for Gatsby projects",
55
"main": "index.js",
66
"repository": {
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"@babel/cli": "^7.20.7",
2222
"@babel/core": "^7.20.12",
23-
"babel-preset-gatsby-package": "^3.6.0-next.0",
23+
"babel-preset-gatsby-package": "^3.6.0",
2424
"cross-env": "^7.0.3"
2525
},
2626
"keywords": [

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": "5.6.0-next.0",
3+
"version": "5.6.0",
44
"description": "Gatsby Design Tokens",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",

packages/gatsby-dev-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-dev-cli",
33
"description": "CLI helpers for contributors working on Gatsby",
4-
"version": "5.6.0-next.0",
4+
"version": "5.6.0",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
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.6.0-next.0",
30+
"babel-preset-gatsby-package": "^3.6.0",
3131
"cross-env": "^7.0.3"
3232
},
3333
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-dev-cli#readme",

0 commit comments

Comments
 (0)