Skip to content

Commit

Permalink
chore(release): Publish next
Browse files Browse the repository at this point in the history
 - create-gatsby@0.4.0-next.1
 - gatsby-admin@0.7.0-next.1
 - gatsby-cli@2.18.0-next.1
 - gatsby-design-tokens@2.6.0-next.1
 - gatsby-dev-cli@2.13.0-next.1
 - gatsby-image@2.10.0-next.1
 - gatsby-link@2.10.0-next.1
 - gatsby-plugin-catch-links@2.9.0-next.1
 - gatsby-plugin-cxs@2.9.0-next.1
 - gatsby-plugin-emotion@5.3.0-next.1
 - gatsby-plugin-feed@2.12.0-next.1
 - gatsby-plugin-glamor@2.9.0-next.1
 - gatsby-plugin-google-analytics@2.10.0-next.1
 - gatsby-plugin-google-tagmanager@2.10.0-next.1
 - gatsby-plugin-image@0.6.0-next.1
 - gatsby-plugin-manifest@2.11.0-next.1
 - gatsby-plugin-mdx@1.9.0-next.1
 - gatsby-plugin-netlify-cms@4.9.0-next.1
 - gatsby-plugin-netlify@2.10.0-next.1
 - gatsby-plugin-offline@3.9.0-next.1
 - gatsby-plugin-page-creator@2.9.0-next.1
 - gatsby-plugin-postcss@3.6.0-next.1
 - gatsby-plugin-sass@3.1.0-next.1
 - gatsby-plugin-sharp@2.13.0-next.1
 - gatsby-plugin-twitter@2.9.0-next.1
 - gatsby-plugin-utils@0.8.0-next.1
 - gatsby-recipes@0.8.0-next.1
 - gatsby-remark-autolink-headers@2.10.0-next.1
 - gatsby-remark-graphviz@1.9.0-next.1
 - gatsby-remark-images@3.10.0-next.1
 - gatsby-source-contentful@4.5.0-next.1
 - gatsby-source-drupal@3.12.0-next.1
 - gatsby-source-filesystem@2.10.0-next.1
 - gatsby-source-shopify@3.9.0-next.1
 - gatsby-source-wordpress@3.10.0-next.1
 - gatsby-telemetry@1.9.0-next.1
 - gatsby-transformer-csv@2.9.0-next.1
 - gatsby-transformer-documentationjs@4.9.0-next.1
 - gatsby-transformer-excel@2.10.0-next.1
 - gatsby-transformer-remark@2.15.0-next.1
 - gatsby-transformer-screenshot@2.9.0-next.1
 - gatsby-transformer-sharp@2.11.0-next.1
 - gatsby-transformer-sqip@2.10.0-next.1
 - gatsby@2.31.0-next.1
  • Loading branch information
Laurie committed Jan 12, 2021
1 parent 381e13c commit 5e5c112
Show file tree
Hide file tree
Showing 88 changed files with 322 additions and 77 deletions.
4 changes: 4 additions & 0 deletions packages/create-gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [0.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.4.0-next.0...create-gatsby@0.4.0-next.1) (2021-01-12)

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

# [0.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.3.0-next.4...create-gatsby@0.4.0-next.0) (2020-12-29)

**Note:** Version bump only for package create-gatsby
Expand Down
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": "0.4.0-next.0",
"version": "0.4.0-next.1",
"main": "lib/index.js",
"bin": "cli.js",
"license": "MIT",
Expand All @@ -27,7 +27,7 @@
"eslint": "^7.17.0",
"execa": "^4.1.0",
"fs-extra": "^9.0.1",
"gatsby-plugin-utils": "^0.8.0-next.0",
"gatsby-plugin-utils": "^0.8.0-next.1",
"joi": "^17.2.1",
"microbundle": "^0.12.4",
"node-fetch": "^2.6.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
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.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.7.0-next.0...gatsby-admin@0.7.0-next.1) (2021-01-12)

### Bug Fixes

- **gatsby,gatsby-admin:** Pin socket.io version to 2.3.0 ([#28885](https://github.com/gatsbyjs/gatsby/issues/28885)) ([247b1dc](https://github.com/gatsbyjs/gatsby/commit/247b1dc0441fdade52a5ff7a71de8c9340ee05fd))

# [0.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.6.0-next.8...gatsby-admin@0.7.0-next.0) (2020-12-29)

**Note:** Version bump only for package gatsby-admin
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-admin",
"version": "0.7.0-next.0",
"version": "0.7.0-next.1",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"@typescript-eslint/parser": "^2.34.0",
"csstype": "^2.6.13",
"formik": "^2.2.5",
"gatsby": "^2.31.0-next.0",
"gatsby": "^2.31.0-next.1",
"gatsby-interface": "^0.0.225",
"gatsby-plugin-typescript": "^2.11.0-next.0",
"gatsby-plugin-webfonts": "^1.1.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
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.18.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.18.0-next.0...gatsby-cli@2.18.0-next.1) (2021-01-12)

### Bug Fixes

- **gatsby-cli:** fix timers on progress bar ([#28684](https://github.com/gatsbyjs/gatsby/issues/28684)) ([f11adbb](https://github.com/gatsbyjs/gatsby/commit/f11adbb00d9e1c3add1e3f77c69e258bc5f65699))

# [2.18.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.17.0-next.5...gatsby-cli@2.18.0-next.0) (2020-12-29)

**Note:** Version bump only for package gatsby-cli
Expand Down
8 changes: 4 additions & 4 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": "2.18.0-next.0",
"version": "2.18.0-next.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "cli.js"
Expand All @@ -19,14 +19,14 @@
"common-tags": "^1.8.0",
"configstore": "^5.0.1",
"convert-hrtime": "^3.0.0",
"create-gatsby": "^0.4.0-next.0",
"create-gatsby": "^0.4.0-next.1",
"envinfo": "^7.7.3",
"execa": "^3.4.0",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.9.0-next.0",
"gatsby-recipes": "^0.8.0-next.0",
"gatsby-telemetry": "^1.9.0-next.0",
"gatsby-recipes": "^0.8.0-next.1",
"gatsby-telemetry": "^1.9.0-next.1",
"hosted-git-info": "^3.0.6",
"is-valid-path": "^0.1.1",
"lodash": "^4.17.20",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
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.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@2.6.0-next.0...gatsby-design-tokens@2.6.0-next.1) (2021-01-12)

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

# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@2.5.0-next.0...gatsby-design-tokens@2.6.0-next.0) (2020-12-29)

**Note:** Version bump only for package gatsby-design-tokens
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-design-tokens",
"version": "2.6.0-next.0",
"version": "2.6.0-next.1",
"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
Original file line number Diff line number Diff line change
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.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.13.0-next.0...gatsby-dev-cli@2.13.0-next.1) (2021-01-12)

### Bug Fixes

- **deps:** update minor and patch for gatsby-dev-cli ([#28971](https://github.com/gatsbyjs/gatsby/issues/28971)) ([2e10dae](https://github.com/gatsbyjs/gatsby/commit/2e10dae130d77861bb229d21fd7e46046f5c73d7))

# [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.12.0-next.0...gatsby-dev-cli@2.13.0-next.0) (2020-12-29)

**Note:** Version bump only for package gatsby-dev-cli
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-dev-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-dev-cli",
"description": "CLI helpers for contributors working on Gatsby",
"version": "2.13.0-next.0",
"version": "2.13.0-next.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby-dev": "./dist/index.js"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-image/CHANGELOG.md
Original file line number Diff line number Diff line change
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.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.10.0-next.0...gatsby-image@2.10.0-next.1) (2021-01-12)

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

# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.9.0-next.0...gatsby-image@2.10.0-next.0) (2020-12-29)

**Note:** Version bump only for package gatsby-image
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-image/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-image",
"description": "Lazy-loading React image component with optional support for the blur-up effect.",
"version": "2.10.0-next.0",
"version": "2.10.0-next.1",
"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-link/CHANGELOG.md
Original file line number Diff line number Diff line change
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.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@2.10.0-next.0...gatsby-link@2.10.0-next.1) (2021-01-12)

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

# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@2.9.0-next.0...gatsby-link@2.10.0-next.0) (2020-12-29)

**Note:** Version bump only for package gatsby-link
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-link/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-link",
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
"version": "2.10.0-next.0",
"version": "2.10.0-next.1",
"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-catch-links/CHANGELOG.md
Original file line number Diff line number Diff line change
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.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@2.9.0-next.0...gatsby-plugin-catch-links@2.9.0-next.1) (2021-01-12)

**Note:** Version bump only for package gatsby-plugin-catch-links

# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@2.8.0-next.0...gatsby-plugin-catch-links@2.9.0-next.0) (2020-12-29)

**Note:** Version bump only for package gatsby-plugin-catch-links
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-catch-links/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-catch-links",
"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.",
"version": "2.9.0-next.0",
"version": "2.9.0-next.1",
"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-cxs/CHANGELOG.md
Original file line number Diff line number Diff line change
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.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@2.9.0-next.0...gatsby-plugin-cxs@2.9.0-next.1) (2021-01-12)

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

# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@2.8.0-next.1...gatsby-plugin-cxs@2.9.0-next.0) (2020-12-29)

**Note:** Version bump only for package gatsby-plugin-cxs
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": "2.9.0-next.0",
"version": "2.9.0-next.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": "^0.11.0-next.0",
"cross-env": "^7.0.3",
"cxs": "^6.2.0",
"gatsby-plugin-utils": "^0.8.0-next.0"
"gatsby-plugin-utils": "^0.8.0-next.1"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-cxs#readme",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-emotion/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [5.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@5.3.0-next.0...gatsby-plugin-emotion@5.3.0-next.1) (2021-01-12)

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

# [5.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@5.2.0-next.0...gatsby-plugin-emotion@5.3.0-next.0) (2020-12-29)

**Note:** Version bump only for package gatsby-plugin-emotion
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-emotion",
"description": "Gatsby plugin to add support for Emotion",
"version": "5.3.0-next.0",
"version": "5.3.0-next.1",
"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
Original file line number Diff line number Diff line change
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.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.12.0-next.0...gatsby-plugin-feed@2.12.0-next.1) (2021-01-12)

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

# [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.11.0-next.1...gatsby-plugin-feed@2.12.0-next.0) (2020-12-29)

**Note:** Version bump only for package gatsby-plugin-feed
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": "2.12.0-next.0",
"version": "2.12.0-next.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": "^8.1.0",
"gatsby-plugin-utils": "^0.8.0-next.0",
"gatsby-plugin-utils": "^0.8.0-next.1",
"lodash.merge": "^4.6.2",
"rss": "^1.2.2"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-glamor/CHANGELOG.md
Original file line number Diff line number Diff line change
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.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-glamor@2.9.0-next.0...gatsby-plugin-glamor@2.9.0-next.1) (2021-01-12)

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

# [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-glamor@2.8.0-next.1...gatsby-plugin-glamor@2.9.0-next.0) (2020-12-29)

**Note:** Version bump only for package gatsby-plugin-glamor
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-glamor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-glamor",
"description": "Gatsby plugin to add support for Glamor",
"version": "2.9.0-next.0",
"version": "2.9.0-next.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.12.3",
"babel-preset-gatsby-package": "^0.11.0-next.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^0.8.0-next.0"
"gatsby-plugin-utils": "^0.8.0-next.1"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-glamor#readme",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-google-analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
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.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.10.0-next.0...gatsby-plugin-google-analytics@2.10.0-next.1) (2021-01-12)

**Note:** Version bump only for package gatsby-plugin-google-analytics

# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.9.0-next.0...gatsby-plugin-google-analytics@2.10.0-next.0) (2020-12-29)

**Note:** Version bump only for package gatsby-plugin-google-analytics
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-google-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-google-analytics",
"description": "Gatsby plugin to add google analytics onto a site",
"version": "2.10.0-next.0",
"version": "2.10.0-next.1",
"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-google-tagmanager/CHANGELOG.md
Original file line number Diff line number Diff line change
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.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.10.0-next.0...gatsby-plugin-google-tagmanager@2.10.0-next.1) (2021-01-12)

**Note:** Version bump only for package gatsby-plugin-google-tagmanager

# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.9.0-next.1...gatsby-plugin-google-tagmanager@2.10.0-next.0) (2020-12-29)

**Note:** Version bump only for package gatsby-plugin-google-tagmanager
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": "2.10.0-next.0",
"version": "2.10.0-next.1",
"author": "Thijs Koerselman <thijs@vauxlab.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -14,7 +14,7 @@
"@babel/core": "^7.12.3",
"babel-preset-gatsby-package": "^0.11.0-next.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^0.8.0-next.0"
"gatsby-plugin-utils": "^0.8.0-next.1"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager#readme",
"keywords": [
Expand Down
15 changes: 15 additions & 0 deletions packages/gatsby-plugin-image/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.6.0-next.0...gatsby-plugin-image@0.6.0-next.1) (2021-01-12)

### Bug Fixes

- **gatsby-plugin-image:** Better error logging ([#28741](https://github.com/gatsbyjs/gatsby/issues/28741)) ([305fa64](https://github.com/gatsbyjs/gatsby/commit/305fa649293a060098821a32dc3d44026285e798))
- **gatsby-plugin-image:** Conditionally require dependencies and give better warnings ([#28921](https://github.com/gatsbyjs/gatsby/issues/28921)) ([c82c3a6](https://github.com/gatsbyjs/gatsby/commit/c82c3a6f663da6eedb75c57814e3d103e6731c44))
- **gatsby-plugin-image:** Correct image styles ([#28834](https://github.com/gatsbyjs/gatsby/issues/28834)) ([3d6446c](https://github.com/gatsbyjs/gatsby/commit/3d6446cd53675cf47468a59b633a75ef83d179d2))
- **gatsby-plugin-image:** do not show placeholder if image already lo… ([#28868](https://github.com/gatsbyjs/gatsby/issues/28868)) ([12da978](https://github.com/gatsbyjs/gatsby/commit/12da9782a2ac8c3120e1c0cfa0661d43dc2c3ca5))
- **gatsby-plugin-image:** Fix handling of sizes prop in SSR ([#28835](https://github.com/gatsbyjs/gatsby/issues/28835)) ([a135c50](https://github.com/gatsbyjs/gatsby/commit/a135c503744438ec9dd231828a1ce74d0c6a3b93))
- **gatsby-plugin-sharp:** Pass format-specific options in image-data ([#28826](https://github.com/gatsbyjs/gatsby/issues/28826)) ([7378fcf](https://github.com/gatsbyjs/gatsby/commit/7378fcfa9b4ee6c173c4fecd5eb90efdcc0f7ff3))

### Features

- Add support for aspectRatio ([#28941](https://github.com/gatsbyjs/gatsby/issues/28941)) ([ed19fa0](https://github.com/gatsbyjs/gatsby/commit/ed19fa052a93e948b1135ac128cf5abec48752b6))

# [0.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.5.0-next.6...gatsby-plugin-image@0.6.0-next.0) (2020-12-29)

**Note:** Version bump only for package gatsby-plugin-image
Expand Down
2 changes: 1 addition & 1 deletion 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": "0.6.0-next.0",
"version": "0.6.0-next.1",
"scripts": {
"build": "npm-run-all -s clean -p build:*",
"build:gatsby-node": "tsc --jsx react --downlevelIteration true --skipLibCheck true --esModuleInterop true --outDir dist/ src/gatsby-node.ts src/babel-plugin-parse-static-images.ts src/resolver-utils.ts src/types.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-manifest/CHANGELOG.md
Original file line number Diff line number Diff line change
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.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.11.0-next.0...gatsby-plugin-manifest@2.11.0-next.1) (2021-01-12)

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

# [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.10.0-next.2...gatsby-plugin-manifest@2.11.0-next.0) (2020-12-29)

**Note:** Version bump only for package gatsby-plugin-manifest
Expand Down
Loading

0 comments on commit 5e5c112

Please sign in to comment.