Skip to content

Commit

Permalink
chore(release): Publish next
Browse files Browse the repository at this point in the history
 - babel-preset-gatsby@1.1.0-next.2
 - create-gatsby@1.1.0-next.3
 - gatsby-admin@0.11.0-next.4
 - gatsby-cli@3.1.0-next.3
 - gatsby-codemods@2.1.0-next.2
 - gatsby-cypress@1.1.0-next.2
 - gatsby-design-tokens@3.1.0-next.2
 - gatsby-dev-cli@3.1.0-next.2
 - gatsby-graphiql-explorer@1.1.0-next.2
 - gatsby-image@3.1.0-next.2
 - gatsby-legacy-polyfills@1.1.0-next.2
 - gatsby-link@3.1.0-next.3
 - gatsby-page-utils@1.1.0-next.2
 - gatsby-plugin-emotion@6.1.0-next.2
 - gatsby-plugin-feed@3.1.0-next.2
 - gatsby-plugin-gatsby-cloud@2.1.0-next.2
 - gatsby-plugin-glamor@3.1.0-next.2
 - gatsby-plugin-google-tagmanager@3.1.0-next.2
 - gatsby-plugin-image@1.1.0-next.2
 - gatsby-plugin-manifest@3.1.0-next.2
 - gatsby-plugin-mdx@2.1.0-next.2
 - gatsby-plugin-netlify-cms@5.1.0-next.3
 - gatsby-plugin-netlify@3.1.0-next.2
 - gatsby-plugin-offline@4.1.0-next.2
 - gatsby-plugin-page-creator@3.1.0-next.2
 - gatsby-plugin-postcss@4.1.0-next.3
 - gatsby-plugin-sass@4.1.0-next.3
 - gatsby-plugin-schema-snapshot@2.1.0-next.2
 - gatsby-plugin-sharp@3.1.0-next.2
 - gatsby-plugin-twitter@3.1.0-next.2
 - gatsby-plugin-typography@3.1.0-next.2
 - gatsby-react-router-scroll@4.1.0-next.3
 - gatsby-recipes@0.12.0-next.2
 - gatsby-remark-autolink-headers@3.1.0-next.2
 - gatsby-remark-copy-linked-files@3.1.0-next.2
 - gatsby-remark-embed-snippet@5.1.0-next.2
 - gatsby-remark-graphviz@2.1.0-next.2
 - gatsby-remark-images-contentful@3.1.0-next.2
 - gatsby-remark-images@4.1.0-next.2
 - gatsby-remark-prismjs@4.1.0-next.2
 - gatsby-remark-responsive-iframe@3.1.0-next.2
 - gatsby-source-contentful@5.1.0-next.2
 - gatsby-source-drupal@4.1.0-next.2
 - gatsby-source-faker@3.1.0-next.2
 - gatsby-source-filesystem@3.1.0-next.2
 - gatsby-source-hacker-news@3.1.0-next.2
 - gatsby-source-lever@3.1.0-next.2
 - gatsby-source-mongodb@3.1.0-next.2
 - gatsby-source-shopify@4.1.0-next.2
 - gatsby-source-wikipedia@3.1.0-next.2
 - gatsby-source-wordpress@5.1.0-next.3
 - gatsby-telemetry@2.1.0-next.2
 - gatsby-theme@0.11.0-next.2
 - gatsby-transformer-asciidoc@2.1.0-next.2
 - gatsby-transformer-csv@3.1.0-next.2
 - gatsby-transformer-excel@3.1.0-next.2
 - gatsby-transformer-javascript-frontmatter@3.1.0-next.2
 - gatsby-transformer-javascript-static-exports@3.1.0-next.2
 - gatsby-transformer-pdf@2.1.0-next.2
 - gatsby-transformer-react-docgen@6.1.0-next.2
 - gatsby-transformer-remark@3.1.0-next.2
 - gatsby-transformer-screenshot@3.1.0-next.2
 - gatsby-transformer-sharp@3.1.0-next.2
 - gatsby-transformer-sqip@3.1.0-next.2
 - gatsby-transformer-toml@3.1.0-next.2
 - gatsby-transformer-xml@3.1.0-next.2
 - gatsby-transformer-yaml@3.1.0-next.2
 - gatsby@3.1.0-next.4
  • Loading branch information
ascorbic committed Mar 10, 2021
1 parent f851312 commit 73859a9
Show file tree
Hide file tree
Showing 136 changed files with 482 additions and 98 deletions.
4 changes: 4 additions & 0 deletions packages/babel-preset-gatsby/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.1.0-next.1...babel-preset-gatsby@1.1.0-next.2) (2021-03-10)

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

# [1.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.1.0-next.0...babel-preset-gatsby@1.1.0-next.1) (2021-02-26)

**Note:** Version bump only for package babel-preset-gatsby
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-gatsby/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-preset-gatsby",
"version": "1.1.0-next.1",
"version": "1.1.0-next.2",
"author": "Philipp Spiess <hello@philippspiess.com>",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"babel-plugin-macros": "^2.8.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"gatsby-core-utils": "^2.1.0-next.1",
"gatsby-legacy-polyfills": "^1.1.0-next.1"
"gatsby-legacy-polyfills": "^1.1.0-next.2"
},
"peerDependencies": {
"@babel/core": "^7.11.6",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-gatsby/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0-next.3](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.1.0-next.2...create-gatsby@1.1.0-next.3) (2021-03-10)

### Bug Fixes

- **create-gatsby:** Use legacy peer deps ([#29856](https://github.com/gatsbyjs/gatsby/issues/29856)) ([a92b276](https://github.com/gatsbyjs/gatsby/commit/a92b27683e53941bb41eff0a9747961f842c210e))

# [1.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.1.0-next.1...create-gatsby@1.1.0-next.2) (2021-02-28)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/create-gatsby/package.json
@@ -1,6 +1,6 @@
{
"name": "create-gatsby",
"version": "1.1.0-next.2",
"version": "1.1.0-next.3",
"main": "lib/index.js",
"bin": "cli.js",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-admin/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.11.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.11.0-next.3...gatsby-admin@0.11.0-next.4) (2021-03-10)

### Bug Fixes

- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6))

# [0.11.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.11.0-next.2...gatsby-admin@0.11.0-next.3) (2021-02-28)

**Note:** Version bump only for package gatsby-admin
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-admin/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-admin",
"version": "0.11.0-next.3",
"version": "0.11.0-next.4",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"@typescript-eslint/parser": "^4.14.2",
"csstype": "^2.6.14",
"formik": "^2.2.6",
"gatsby": "^3.1.0-next.3",
"gatsby": "^3.1.0-next.4",
"gatsby-interface": "^0.0.244",
"gatsby-plugin-typescript": "^3.1.0-next.1",
"gatsby-plugin-webfonts": "^1.1.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-cli/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.1.0-next.2...gatsby-cli@3.1.0-next.3) (2021-03-10)

### Bug Fixes

- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6))

# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.1.0-next.1...gatsby-cli@3.1.0-next.2) (2021-02-28)

**Note:** Version bump only for package gatsby-cli
Expand Down
10 changes: 5 additions & 5 deletions packages/gatsby-cli/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-cli",
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
"version": "3.1.0-next.2",
"version": "3.1.0-next.3",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "cli.js"
Expand All @@ -18,14 +18,14 @@
"common-tags": "^1.8.0",
"configstore": "^5.0.1",
"convert-hrtime": "^3.0.0",
"create-gatsby": "^1.1.0-next.2",
"create-gatsby": "^1.1.0-next.3",
"envinfo": "^7.7.3",
"execa": "^3.4.0",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^2.1.0-next.1",
"gatsby-recipes": "^0.12.0-next.1",
"gatsby-telemetry": "^2.1.0-next.1",
"gatsby-recipes": "^0.12.0-next.2",
"gatsby-telemetry": "^2.1.0-next.2",
"hosted-git-info": "^3.0.6",
"is-valid-path": "^0.1.1",
"joi": "^17.4.0",
Expand Down Expand Up @@ -101,4 +101,4 @@
"engines": {
"node": ">=12.13.0"
}
}
}
4 changes: 4 additions & 0 deletions packages/gatsby-codemods/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.1.0-next.1...gatsby-codemods@2.1.0-next.2) (2021-03-10)

**Note:** Version bump only for package gatsby-codemods

# [2.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.1.0-next.0...gatsby-codemods@2.1.0-next.1) (2021-02-26)

**Note:** Version bump only for package gatsby-codemods
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-codemods/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-codemods",
"version": "2.1.0-next.1",
"version": "2.1.0-next.2",
"description": "A collection of codemod scripts for use with JSCodeshift that help migrate to newer versions of Gatsby.",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-cypress/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.1.0-next.1...gatsby-cypress@1.1.0-next.2) (2021-03-10)

**Note:** Version bump only for package gatsby-cypress

# [1.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.1.0-next.0...gatsby-cypress@1.1.0-next.1) (2021-02-26)

**Note:** Version bump only for package gatsby-cypress
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-cypress/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-cypress",
"version": "1.1.0-next.1",
"version": "1.1.0-next.2",
"description": "Cypress tools for Gatsby projects",
"main": "index.js",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-design-tokens/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@3.1.0-next.1...gatsby-design-tokens@3.1.0-next.2) (2021-03-10)

**Note:** Version bump only for package gatsby-design-tokens

# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@3.1.0-next.0...gatsby-design-tokens@3.1.0-next.1) (2021-02-26)

**Note:** Version bump only for package gatsby-design-tokens
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-design-tokens/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-design-tokens",
"version": "3.1.0-next.1",
"version": "3.1.0-next.2",
"description": "Gatsby Design Tokens",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-dev-cli/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.1.0-next.1...gatsby-dev-cli@3.1.0-next.2) (2021-03-10)

### Bug Fixes

- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6))

# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.1.0-next.0...gatsby-dev-cli@3.1.0-next.1) (2021-02-26)

**Note:** Version bump only for package gatsby-dev-cli
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-dev-cli/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-dev-cli",
"description": "CLI helpers for contributors working on Gatsby",
"version": "3.1.0-next.1",
"version": "3.1.0-next.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby-dev": "./dist/index.js"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-graphiql-explorer/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.1.0-next.1...gatsby-graphiql-explorer@1.1.0-next.2) (2021-03-10)

**Note:** Version bump only for package gatsby-graphiql-explorer

# [1.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.1.0-next.0...gatsby-graphiql-explorer@1.1.0-next.1) (2021-02-26)

**Note:** Version bump only for package gatsby-graphiql-explorer
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-graphiql-explorer/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-graphiql-explorer",
"version": "1.1.0-next.1",
"version": "1.1.0-next.2",
"description": "GraphiQL IDE with custom features for Gatsby users",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-image/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@3.1.0-next.1...gatsby-image@3.1.0-next.2) (2021-03-10)

**Note:** Version bump only for package gatsby-image

# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@3.1.0-next.0...gatsby-image@3.1.0-next.1) (2021-02-26)

**Note:** Version bump only for package gatsby-image
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-image/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-image",
"description": "Lazy-loading React image component with optional support for the blur-up effect.",
"version": "3.1.0-next.1",
"version": "3.1.0-next.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-legacy-polyfills/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@1.1.0-next.1...gatsby-legacy-polyfills@1.1.0-next.2) (2021-03-10)

**Note:** Version bump only for package gatsby-legacy-polyfills

# [1.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@1.1.0-next.0...gatsby-legacy-polyfills@1.1.0-next.1) (2021-02-26)

**Note:** Version bump only for package gatsby-legacy-polyfills
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-legacy-polyfills/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-legacy-polyfills",
"description": "Polyfills for legacy browsers",
"version": "1.1.0-next.1",
"version": "1.1.0-next.2",
"main": "dist/polyfills.js",
"author": "Ward Peeters <ward@gatsbyjs.com>",
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-legacy-polyfills#readme",
Expand Down Expand Up @@ -44,4 +44,4 @@
"url-polyfill": "^1.1.12",
"whatwg-fetch": "^3.4.1"
}
}
}
4 changes: 4 additions & 0 deletions packages/gatsby-link/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.1.0-next.2...gatsby-link@3.1.0-next.3) (2021-03-10)

**Note:** Version bump only for package gatsby-link

# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.1.0-next.1...gatsby-link@3.1.0-next.2) (2021-02-26)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-link/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-link",
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
"version": "3.1.0-next.2",
"version": "3.1.0-next.3",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-page-utils/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.1.0-next.1...gatsby-page-utils@1.1.0-next.2) (2021-03-10)

### Bug Fixes

- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6))

# [1.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.1.0-next.0...gatsby-page-utils@1.1.0-next.1) (2021-02-26)

**Note:** Version bump only for package gatsby-page-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-page-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-page-utils",
"version": "1.1.0-next.1",
"version": "1.1.0-next.2",
"description": "Gatsby library that helps creating pages",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-emotion/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.1.0-next.1...gatsby-plugin-emotion@6.1.0-next.2) (2021-03-10)

### Bug Fixes

- **deps:** update minor and patch for gatsby-plugin-emotion ([#29514](https://github.com/gatsbyjs/gatsby/issues/29514)) ([40e54e8](https://github.com/gatsbyjs/gatsby/commit/40e54e8022966bac04a01b12bb16300d9b94484e))

# [6.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.1.0-next.0...gatsby-plugin-emotion@6.1.0-next.1) (2021-02-26)

**Note:** Version bump only for package gatsby-plugin-emotion
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-emotion/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-emotion",
"description": "Gatsby plugin to add support for Emotion",
"version": "6.1.0-next.1",
"version": "6.1.0-next.2",
"author": "Tegan Churchill <churchill.tegan@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-feed/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.1.0-next.1...gatsby-plugin-feed@3.1.0-next.2) (2021-03-10)

**Note:** Version bump only for package gatsby-plugin-feed

# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.1.0-next.0...gatsby-plugin-feed@3.1.0-next.1) (2021-02-26)

**Note:** Version bump only for package gatsby-plugin-feed
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-feed/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-feed",
"description": "Creates an RSS feed for your Gatsby site.",
"version": "3.1.0-next.1",
"version": "3.1.0-next.2",
"author": "Nicholas Young <nicholas@nicholaswyoung.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.1.0-next.1...gatsby-plugin-gatsby-cloud@2.1.0-next.2) (2021-03-10)

### Bug Fixes

- **deps:** update lodash monorepo to ^4.17.21 ([#29382](https://github.com/gatsbyjs/gatsby/issues/29382)) ([9fd287b](https://github.com/gatsbyjs/gatsby/commit/9fd287ba89eacd55652d468b18f6e1526230e7c6))

# [2.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.1.0-next.0...gatsby-plugin-gatsby-cloud@2.1.0-next.1) (2021-02-26)

**Note:** Version bump only for package gatsby-plugin-gatsby-cloud
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-gatsby-cloud/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-gatsby-cloud",
"description": "A Gatsby plugin which optimizes working with Gatsby Cloud",
"version": "2.1.0-next.1",
"version": "2.1.0-next.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-glamor/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-glamor@3.1.0-next.1...gatsby-plugin-glamor@3.1.0-next.2) (2021-03-10)

**Note:** Version bump only for package gatsby-plugin-glamor

# [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-glamor@3.1.0-next.0...gatsby-plugin-glamor@3.1.0-next.1) (2021-02-26)

**Note:** Version bump only for package gatsby-plugin-glamor
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-glamor/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-glamor",
"description": "Gatsby plugin to add support for Glamor",
"version": "3.1.0-next.1",
"version": "3.1.0-next.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down

0 comments on commit 73859a9

Please sign in to comment.