Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - create-gatsby@3.12.2
 - gatsby-cli@5.12.3
 - gatsby-plugin-cxs@5.12.2
 - gatsby-plugin-feed@5.12.2
 - gatsby-plugin-flow@4.12.2
 - gatsby-plugin-google-gtag@5.12.2
 - gatsby-plugin-google-tagmanager@5.12.2
 - gatsby-plugin-image@3.12.2
 - gatsby-plugin-manifest@5.12.2
 - gatsby-plugin-mdx@5.12.2
 - gatsby-plugin-offline@6.12.2
 - gatsby-plugin-page-creator@5.12.2
 - gatsby-plugin-sass@6.12.2
 - gatsby-plugin-sharp@5.12.2
 - gatsby-plugin-sitemap@6.12.2
 - gatsby-plugin-twitter@5.12.2
 - gatsby-plugin-utils@4.12.2
 - gatsby-remark-autolink-headers@6.12.2
 - gatsby-remark-images@7.12.2
 - gatsby-source-contentful@8.12.3
 - gatsby-source-drupal@6.12.2
 - gatsby-source-shopify@8.12.2
 - gatsby-source-wordpress@7.12.2
 - gatsby-transformer-remark@6.12.2
 - gatsby-transformer-sharp@5.12.2
 - gatsby-transformer-sqip@5.12.2
 - gatsby@5.12.8
  • Loading branch information
pieh committed Oct 20, 2023
1 parent 02e925a commit 470d182
Show file tree
Hide file tree
Showing 27 changed files with 58 additions and 58 deletions.
4 changes: 2 additions & 2 deletions packages/create-gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-gatsby",
"version": "3.12.1",
"version": "3.12.2",
"main": "lib/index.js",
"bin": "cli.js",
"license": "MIT",
Expand All @@ -27,7 +27,7 @@
"enquirer": "^2.3.6",
"execa": "^5.1.1",
"fs-extra": "^11.1.1",
"gatsby-plugin-utils": "^4.12.1",
"gatsby-plugin-utils": "^4.12.2",
"joi": "^17.9.2",
"microbundle": "^0.15.1",
"node-fetch": "^2.6.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-cli",
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
"version": "5.12.2",
"version": "5.12.3",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "cli.js"
Expand All @@ -26,7 +26,7 @@
"clipboardy": "^2.3.0",
"common-tags": "^1.8.2",
"convert-hrtime": "^3.0.0",
"create-gatsby": "^3.12.1",
"create-gatsby": "^3.12.2",
"envinfo": "^7.10.0",
"execa": "^5.1.1",
"fs-exists-cached": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-cxs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-cxs",
"description": "Gatsby plugin to add SSR support for ctx",
"version": "5.12.1",
"version": "5.12.2",
"author": "Chen-Tai Hou <ctxhou@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -15,7 +15,7 @@
"babel-preset-gatsby-package": "^3.12.0",
"cross-env": "^7.0.3",
"cxs": "^6.2.0",
"gatsby-plugin-utils": "^4.12.1"
"gatsby-plugin-utils": "^4.12.2"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-cxs#readme",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-feed/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-feed",
"description": "Creates an RSS feed for your Gatsby site.",
"version": "5.12.1",
"version": "5.12.2",
"author": "Nicholas Young <nicholas@nicholaswyoung.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -10,7 +10,7 @@
"@babel/runtime": "^7.20.13",
"common-tags": "^1.8.2",
"fs-extra": "^11.1.1",
"gatsby-plugin-utils": "^4.12.1",
"gatsby-plugin-utils": "^4.12.2",
"lodash.merge": "^4.6.2",
"rss": "^1.2.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-flow",
"version": "4.12.1",
"version": "4.12.2",
"description": "Provides drop-in support for Flow by adding @babel/preset-flow.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"@babel/core": "^7.20.12",
"babel-preset-gatsby-package": "^3.12.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^4.12.1"
"gatsby-plugin-utils": "^4.12.2"
},
"peerDependencies": {
"gatsby": "^5.0.0-next"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-google-gtag/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-google-gtag",
"description": "Gatsby plugin to add google gtag onto a site",
"version": "5.12.1",
"version": "5.12.2",
"author": "Tyler Buchea <tyler@buchea.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -15,7 +15,7 @@
"@babel/core": "^7.20.12",
"babel-preset-gatsby-package": "^3.12.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^4.12.1"
"gatsby-plugin-utils": "^4.12.2"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-gtag#readme",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-google-tagmanager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-google-tagmanager",
"description": "Gatsby plugin to add google tagmanager onto a site",
"version": "5.12.1",
"version": "5.12.2",
"author": "Thijs Koerselman <thijs@vauxlab.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -15,7 +15,7 @@
"@babel/core": "^7.20.12",
"babel-preset-gatsby-package": "^3.12.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^4.12.1"
"gatsby-plugin-utils": "^4.12.2"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager#readme",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-image",
"version": "3.12.1",
"version": "3.12.2",
"scripts": {
"build": "npm-run-all --npm-path npm -s clean -p build:*",
"postbuild": "prepend-directive --files=dist/gatsby-image.browser.js,dist/gatsby-image.browser.modern.js --directive=\"use client\"",
Expand Down Expand Up @@ -93,7 +93,7 @@
"common-tags": "^1.8.2",
"fs-extra": "^11.1.1",
"gatsby-core-utils": "^4.12.0",
"gatsby-plugin-utils": "^4.12.1",
"gatsby-plugin-utils": "^4.12.2",
"objectFitPolyfill": "^2.3.5",
"prop-types": "^15.8.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "gatsby-plugin-manifest",
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
"version": "5.12.1",
"version": "5.12.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.20.13",
"gatsby-core-utils": "^4.12.0",
"gatsby-plugin-utils": "^4.12.1",
"gatsby-plugin-utils": "^4.12.2",
"semver": "^7.5.3",
"sharp": "^0.32.6"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-mdx",
"version": "5.12.1",
"version": "5.12.2",
"description": "MDX integration for Gatsby",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"estree-util-build-jsx": "^2.2.2",
"fs-extra": "^11.1.1",
"gatsby-core-utils": "^4.12.0",
"gatsby-plugin-utils": "^4.12.1",
"gatsby-plugin-utils": "^4.12.2",
"gray-matter": "^4.0.3",
"mdast-util-mdx": "^2.0.1",
"mdast-util-to-hast": "^10.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-offline/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-offline",
"description": "Gatsby plugin which sets up a site to be able to run offline",
"version": "6.12.1",
"version": "6.12.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -21,7 +21,7 @@
"babel-preset-gatsby-package": "^3.12.0",
"cpy-cli": "^4.2.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^4.12.1",
"gatsby-plugin-utils": "^4.12.2",
"rewire": "^6.0.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-page-creator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-page-creator",
"version": "5.12.1",
"version": "5.12.2",
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"fs-extra": "^11.1.1",
"gatsby-core-utils": "^4.12.0",
"gatsby-page-utils": "^3.12.0",
"gatsby-plugin-utils": "^4.12.1",
"gatsby-plugin-utils": "^4.12.2",
"gatsby-telemetry": "^4.12.0",
"globby": "^11.1.0",
"lodash": "^4.17.21"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-sass/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sass",
"description": "Gatsby plugin to handle SCSS/Sass files",
"version": "6.12.1",
"version": "6.12.2",
"author": "Daniel Farrell <daniel@mobelux.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -17,7 +17,7 @@
"autoprefixer": "^10.4.14",
"babel-preset-gatsby-package": "^3.12.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^4.12.1"
"gatsby-plugin-utils": "^4.12.2"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sass#readme",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-sharp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sharp",
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
"version": "5.12.1",
"version": "5.12.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -14,7 +14,7 @@
"filenamify": "^4.3.0",
"fs-extra": "^11.1.1",
"gatsby-core-utils": "^4.12.0",
"gatsby-plugin-utils": "^4.12.1",
"gatsby-plugin-utils": "^4.12.2",
"lodash": "^4.17.21",
"probe-image-size": "^7.2.3",
"semver": "^7.5.3",
Expand All @@ -25,7 +25,7 @@
"@babel/core": "^7.20.12",
"babel-preset-gatsby-package": "^3.12.0",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^3.12.1"
"gatsby-plugin-image": "^3.12.2"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-sitemap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sitemap",
"description": "Gatsby plugin that automatically creates a sitemap for your site",
"version": "6.12.1",
"version": "6.12.2",
"contributors": [
"Alex Moon <alex.jared.moon@gmail.com>",
"Nicholas Young <nicholas@nicholaswyoung.com>"
Expand All @@ -20,7 +20,7 @@
"@babel/core": "^7.20.12",
"babel-preset-gatsby-package": "^3.12.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^4.12.1"
"gatsby-plugin-utils": "^4.12.2"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sitemap#readme",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-twitter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-twitter",
"description": "Loads the Twitter JavaScript for embedding tweets.",
"version": "5.12.1",
"version": "5.12.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -14,7 +14,7 @@
"@babel/core": "^7.20.12",
"babel-preset-gatsby-package": "^3.12.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^4.12.1"
"gatsby-plugin-utils": "^4.12.2"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-twitter#readme",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-utils",
"version": "4.12.1",
"version": "4.12.2",
"description": "Gatsby utils that help creating plugins",
"main": "dist/index.js",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-remark-autolink-headers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-autolink-headers",
"description": "Gatsby plugin to autolink headers in markdown processed by Remark",
"version": "6.12.1",
"version": "6.12.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -18,7 +18,7 @@
"@babel/core": "^7.20.12",
"babel-preset-gatsby-package": "^3.12.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^4.12.1"
"gatsby-plugin-utils": "^4.12.2"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-autolink-headers#readme",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-remark-images/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-images",
"description": "Processes images in markdown so they can be used in the production build.",
"version": "7.12.1",
"version": "7.12.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -23,7 +23,7 @@
"@babel/core": "^7.20.12",
"babel-preset-gatsby-package": "^3.12.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^4.12.1",
"gatsby-plugin-utils": "^4.12.2",
"hast-util-to-html": "^7.1.3",
"mdast-util-to-hast": "^10.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-contentful/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-contentful",
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
"version": "8.12.2",
"version": "8.12.3",
"author": "Marcus Ericsson <mericsson@gmail.com> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -17,7 +17,7 @@
"contentful": "^9.3.5",
"fs-extra": "^11.1.1",
"gatsby-core-utils": "^4.12.0",
"gatsby-plugin-utils": "^4.12.1",
"gatsby-plugin-utils": "^4.12.2",
"gatsby-source-filesystem": "^5.12.0",
"is-online": "^9.0.1",
"json-stringify-safe": "^5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-drupal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-drupal",
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
"version": "6.12.1",
"version": "6.12.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -13,7 +13,7 @@
"bluebird": "^3.7.2",
"body-parser": "^1.20.2",
"fastq": "^1.15.0",
"gatsby-plugin-utils": "^4.12.1",
"gatsby-plugin-utils": "^4.12.2",
"gatsby-source-filesystem": "^5.12.0",
"got": "^11.8.6",
"http2-wrapper": "^2.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-source-shopify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-shopify",
"version": "8.12.1",
"version": "8.12.2",
"description": "Gatsby source plugin for building websites using Shopify as a data source.",
"scripts": {
"watch": "tsc-watch --outDir .",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@babel/runtime": "^7.20.13",
"gatsby-core-utils": "^4.12.0",
"gatsby-plugin-utils": "^4.12.1",
"gatsby-plugin-utils": "^4.12.2",
"gatsby-source-filesystem": "^5.12.0",
"node-fetch": "^2.6.11",
"sharp": "^0.32.6",
Expand All @@ -35,7 +35,7 @@
"@types/node": "^18.16.18",
"@types/node-fetch": "^2.6.4",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^3.12.1",
"gatsby-plugin-image": "^3.12.2",
"msw": "^1.2.2",
"prettier": "^2.8.8",
"prettier-check": "^2.0.0",
Expand Down
Loading

0 comments on commit 470d182

Please sign in to comment.