Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - create-gatsby@2.1.1
 - gatsby-cli@4.1.1
 - gatsby-plugin-cxs@4.1.1
 - gatsby-plugin-feed@4.1.1
 - gatsby-plugin-flow@3.1.1
 - gatsby-plugin-google-tagmanager@4.1.1
 - gatsby-plugin-manifest@4.1.1
 - gatsby-plugin-mdx@3.1.1
 - gatsby-plugin-offline@5.1.1
 - gatsby-plugin-page-creator@4.1.1
 - gatsby-plugin-sass@5.1.1
 - gatsby-plugin-sharp@4.1.1
 - gatsby-plugin-sitemap@5.1.1
 - gatsby-plugin-twitter@4.1.1
 - gatsby-plugin-utils@2.1.1
 - gatsby-remark-autolink-headers@5.1.1
 - gatsby-remark-images@6.1.1
 - gatsby-source-contentful@6.1.1
 - gatsby-source-shopify@6.1.1
 - gatsby-transformer-remark@5.1.1
 - gatsby-transformer-sqip@4.1.1
 - gatsby@4.1.2
  • Loading branch information
LekoArts committed Nov 9, 2021
1 parent 4975ee2 commit 3b06677
Show file tree
Hide file tree
Showing 22 changed files with 45 additions and 45 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": "2.1.0",
"version": "2.1.1",
"main": "lib/index.js",
"bin": "cli.js",
"license": "MIT",
Expand Down Expand Up @@ -28,7 +28,7 @@
"eslint": "^7.32.0",
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"gatsby-plugin-utils": "^2.1.0",
"gatsby-plugin-utils": "^2.1.1",
"joi": "^17.4.2",
"microbundle": "^0.13.3",
"node-fetch": "^2.6.1",
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": "4.1.0",
"version": "4.1.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "cli.js"
Expand All @@ -20,7 +20,7 @@
"common-tags": "^1.8.0",
"configstore": "^5.0.1",
"convert-hrtime": "^3.0.0",
"create-gatsby": "^2.1.0",
"create-gatsby": "^2.1.1",
"envinfo": "^7.8.1",
"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": "4.1.0",
"version": "4.1.1",
"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": "^2.1.0",
"cross-env": "^7.0.3",
"cxs": "^6.2.0",
"gatsby-plugin-utils": "^2.1.0"
"gatsby-plugin-utils": "^2.1.1"
},
"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": "4.1.0",
"version": "4.1.1",
"author": "Nicholas Young <nicholas@nicholaswyoung.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -11,7 +11,7 @@
"@hapi/joi": "^15.1.1",
"common-tags": "^1.8.0",
"fs-extra": "^10.0.0",
"gatsby-plugin-utils": "^2.1.0",
"gatsby-plugin-utils": "^2.1.1",
"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": "3.1.0",
"version": "3.1.1",
"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.15.5",
"babel-preset-gatsby-package": "^2.1.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^2.1.0"
"gatsby-plugin-utils": "^2.1.1"
},
"peerDependencies": {
"gatsby": "^4.0.0-next"
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": "4.1.0",
"version": "4.1.1",
"author": "Thijs Koerselman <thijs@vauxlab.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -15,7 +15,7 @@
"@babel/core": "^7.15.5",
"babel-preset-gatsby-package": "^2.1.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^2.1.0"
"gatsby-plugin-utils": "^2.1.1"
},
"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-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": "4.1.0",
"version": "4.1.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"gatsby-core-utils": "^3.1.0",
"gatsby-plugin-utils": "^2.1.0",
"gatsby-plugin-utils": "^2.1.1",
"semver": "^7.3.5",
"sharp": "^0.29.1"
},
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": "3.1.0",
"version": "3.1.1",
"description": "MDX integration for Gatsby",
"main": "index.js",
"license": "MIT",
Expand Down Expand Up @@ -63,7 +63,7 @@
"devDependencies": {
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
"gatsby-plugin-utils": "^2.1.0",
"gatsby-plugin-utils": "^2.1.1",
"jest": "^24.9.0",
"js-combinatorics": "^1.4.5",
"react-test-renderer": "^16.13.1"
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": "5.1.0",
"version": "5.1.1",
"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": "^2.1.0",
"cpx": "^1.5.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^2.1.0",
"gatsby-plugin-utils": "^2.1.1",
"rewire": "^5.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": "4.1.0",
"version": "4.1.1",
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"fs-exists-cached": "^1.0.0",
"gatsby-core-utils": "^3.1.0",
"gatsby-page-utils": "^2.1.0",
"gatsby-plugin-utils": "^2.1.0",
"gatsby-plugin-utils": "^2.1.1",
"gatsby-telemetry": "^3.1.0",
"globby": "^11.0.4",
"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": "5.1.0",
"version": "5.1.1",
"author": "Daniel Farrell <daniel@mobelux.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -17,7 +17,7 @@
"autoprefixer": "^10.3.6",
"babel-preset-gatsby-package": "^2.1.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^2.1.0"
"gatsby-plugin-utils": "^2.1.1"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sass#readme",
"keywords": [
Expand Down
4 changes: 2 additions & 2 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": "4.1.0",
"version": "4.1.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -13,7 +13,7 @@
"filenamify": "^4.3.0",
"fs-extra": "^10.0.0",
"gatsby-core-utils": "^3.1.0",
"gatsby-plugin-utils": "^2.1.0",
"gatsby-plugin-utils": "^2.1.1",
"gatsby-telemetry": "^3.1.0",
"got": "^11.8.2",
"lodash": "^4.17.21",
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": "5.1.0",
"version": "5.1.1",
"contributors": [
"Alex Moon <alex.jared.moon@gmail.com>",
"Nicholas Young <nicholas@nicholaswyoung.com>"
Expand All @@ -20,7 +20,7 @@
"@babel/core": "^7.15.5",
"babel-preset-gatsby-package": "^2.1.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^2.1.0"
"gatsby-plugin-utils": "^2.1.1"
},
"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": "4.1.0",
"version": "4.1.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -14,7 +14,7 @@
"@babel/core": "^7.15.5",
"babel-preset-gatsby-package": "^2.1.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^2.1.0"
"gatsby-plugin-utils": "^2.1.1"
},
"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": "2.1.0",
"version": "2.1.1",
"description": "Gatsby utils that help creating plugins",
"main": "dist/index.js",
"scripts": {
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": "5.1.0",
"version": "5.1.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -18,7 +18,7 @@
"@babel/core": "^7.15.5",
"babel-preset-gatsby-package": "^2.1.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^2.1.0"
"gatsby-plugin-utils": "^2.1.1"
},
"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": "6.1.0",
"version": "6.1.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -24,7 +24,7 @@
"@babel/core": "^7.15.5",
"babel-preset-gatsby-package": "^2.1.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^2.1.0",
"gatsby-plugin-utils": "^2.1.1",
"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": "6.1.0",
"version": "6.1.1",
"author": "Marcus Ericsson <mericsson@gmail.com> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -18,7 +18,7 @@
"contentful": "^8.4.2",
"fs-extra": "^10.0.0",
"gatsby-core-utils": "^3.1.0",
"gatsby-plugin-utils": "^2.1.0",
"gatsby-plugin-utils": "^2.1.1",
"gatsby-source-filesystem": "^4.1.0",
"is-online": "^8.5.1",
"json-stringify-safe": "^5.0.1",
Expand Down
4 changes: 2 additions & 2 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": "6.1.0",
"version": "6.1.1",
"description": "Gatsby source plugin for building websites using Shopify as a data source.",
"scripts": {
"watch": "tsc-watch --outDir .",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@babel/runtime": "^7.15.4",
"gatsby-core-utils": "^3.1.0",
"gatsby-plugin-utils": "^2.1.0",
"gatsby-plugin-utils": "^2.1.1",
"gatsby-source-filesystem": "^4.1.0",
"node-fetch": "^2.6.5",
"sharp": "^0.29.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-transformer-remark/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-transformer-remark",
"description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem",
"version": "5.1.0",
"version": "5.1.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down Expand Up @@ -35,7 +35,7 @@
"@babel/core": "^7.15.5",
"babel-preset-gatsby-package": "^2.1.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^2.1.0"
"gatsby-plugin-utils": "^2.1.1"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark#readme",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-transformer-sqip/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "gatsby-transformer-sqip",
"description": "Generates geometric primitive version of images",
"version": "4.1.0",
"version": "4.1.1",
"author": "Benedikt Rötsch <roetsch.beni@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"fs-extra": "^10.0.0",
"gatsby-plugin-sharp": "^4.1.0",
"gatsby-plugin-sharp": "^4.1.1",
"md5-file": "^5.0.0",
"mini-svg-data-uri": "^1.3.3",
"p-queue": "^6.6.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "4.1.1",
"version": "4.1.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -77,14 +77,14 @@
"find-cache-dir": "^3.3.2",
"fs-exists-cached": "1.0.0",
"fs-extra": "^10.0.0",
"gatsby-cli": "^4.1.0",
"gatsby-cli": "^4.1.1",
"gatsby-core-utils": "^3.1.0",
"gatsby-graphiql-explorer": "^2.1.0",
"gatsby-legacy-polyfills": "^2.1.0",
"gatsby-link": "^4.1.0",
"gatsby-plugin-page-creator": "^4.1.0",
"gatsby-plugin-page-creator": "^4.1.1",
"gatsby-plugin-typescript": "^4.1.0",
"gatsby-plugin-utils": "^2.1.0",
"gatsby-plugin-utils": "^2.1.1",
"gatsby-react-router-scroll": "^5.1.0",
"gatsby-telemetry": "^3.1.0",
"gatsby-worker": "^1.1.0",
Expand Down

0 comments on commit 3b06677

Please sign in to comment.