Skip to content

Commit

Permalink
chore(release): Publish next
Browse files Browse the repository at this point in the history
 - gatsby-admin@0.15.0-next.4
 - gatsby-cli@3.5.0-next.1
 - gatsby-plugin-image@1.5.0-next.1
 - gatsby-plugin-mdx@2.5.0-next.1
 - gatsby-plugin-netlify-cms@5.5.0-next.2
 - gatsby-plugin-page-creator@3.5.0-next.1
 - gatsby-plugin-sharp@3.5.0-next.2
 - gatsby-recipes@0.16.0-next.1
 - gatsby-telemetry@2.5.0-next.1
 - gatsby-transformer-sqip@3.5.0-next.2
 - gatsby@3.5.0-next.4
  • Loading branch information
LekoArts committed May 5, 2021
1 parent a58266e commit 27f54d7
Show file tree
Hide file tree
Showing 22 changed files with 84 additions and 22 deletions.
4 changes: 4 additions & 0 deletions packages/gatsby-admin/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.15.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.15.0-next.3...gatsby-admin@0.15.0-next.4) (2021-05-05)

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

# [0.15.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.15.0-next.2...gatsby-admin@0.15.0-next.3) (2021-05-01)

**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.15.0-next.3",
"version": "0.15.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.5.0-next.3",
"gatsby": "^3.5.0-next.4",
"gatsby-interface": "^0.0.244",
"gatsby-plugin-typescript": "^3.5.0-next.0",
"gatsby-plugin-webfonts": "^1.1.4",
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.

# [3.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.5.0-next.0...gatsby-cli@3.5.0-next.1) (2021-05-05)

### Features

- **gatsby:** speedup cli startup by lazily requiring modules ([#31134](https://github.com/gatsbyjs/gatsby/issues/31134)) ([5105390](https://github.com/gatsbyjs/gatsby/commit/51053902082608e1effe824e66d7b68468dcf06c))

# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.4.0-next.4...gatsby-cli@3.5.0-next.0) (2021-04-23)

**Note:** Version bump only for package gatsby-cli
Expand Down
6 changes: 3 additions & 3 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": "3.5.0-next.0",
"version": "3.5.0-next.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "cli.js"
Expand All @@ -24,8 +24,8 @@
"fs-exists-cached": "^1.0.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^2.5.0-next.0",
"gatsby-recipes": "^0.16.0-next.0",
"gatsby-telemetry": "^2.5.0-next.0",
"gatsby-recipes": "^0.16.0-next.1",
"gatsby-telemetry": "^2.5.0-next.1",
"hosted-git-info": "^3.0.6",
"is-valid-path": "^0.1.1",
"joi": "^17.4.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-image/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.

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

### Bug Fixes

- **gatsby-plugin-image:** add @babel/core peer dependency ([#31188](https://github.com/gatsbyjs/gatsby/issues/31188)) ([f4c1130](https://github.com/gatsbyjs/gatsby/commit/f4c1130f7ee93a07dc74c78eaa282b40c424a8ee))

# [1.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.4.0-next.3...gatsby-plugin-image@1.5.0-next.0) (2021-04-23)

**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": "1.5.0-next.0",
"version": "1.5.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 -d --declarationDir dist/src",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-mdx/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.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.5.0-next.0...gatsby-plugin-mdx@2.5.0-next.1) (2021-05-05)

### Bug Fixes

- **gatsby-plugin-mdx:** Img w/ lessBabel option in src/pages not working ([#31210](https://github.com/gatsbyjs/gatsby/issues/31210)) ([b2ae4da](https://github.com/gatsbyjs/gatsby/commit/b2ae4da089d2783dc83738224f362e6f8fb44d0c))

# [2.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.4.0-next.3...gatsby-plugin-mdx@2.5.0-next.0) (2021-04-23)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.5.0-next.0",
"version": "2.5.0-next.1",
"description": "MDX integration for Gatsby",
"main": "index.js",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-netlify-cms/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.

# [5.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.5.0-next.1...gatsby-plugin-netlify-cms@5.5.0-next.2) (2021-05-05)

### Bug Fixes

- **gatsby-plugin-netlify-cms:** Fix typo in semver ([#31177](https://github.com/gatsbyjs/gatsby/issues/31177)) ([6a9b2a4](https://github.com/gatsbyjs/gatsby/commit/6a9b2a45d3c60d40d427c8d6517264fa6671bc80))

# [5.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.5.0-next.0...gatsby-plugin-netlify-cms@5.5.0-next.1) (2021-04-29)

**Note:** Version bump only for package gatsby-plugin-netlify-cms
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-netlify-cms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-netlify-cms",
"description": "A Gatsby plugin which generates the Netlify CMS single page app",
"version": "5.5.0-next.1",
"version": "5.5.0-next.2",
"author": "Shawn Erquhart <shawn@erquh.art>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-page-creator/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.

# [3.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.5.0-next.0...gatsby-plugin-page-creator@3.5.0-next.1) (2021-05-05)

**Note:** Version bump only for package gatsby-plugin-page-creator

# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.4.0-next.3...gatsby-plugin-page-creator@3.5.0-next.0) (2021-04-23)

### Bug Fixes
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": "3.5.0-next.0",
"version": "3.5.0-next.1",
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"fs-exists-cached": "^1.0.0",
"gatsby-core-utils": "^2.5.0-next.0",
"gatsby-page-utils": "^1.5.0-next.0",
"gatsby-telemetry": "^2.5.0-next.0",
"gatsby-telemetry": "^2.5.0-next.1",
"globby": "^11.0.3",
"lodash": "^4.17.21"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-sharp/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.

# [3.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.5.0-next.1...gatsby-plugin-sharp@3.5.0-next.2) (2021-05-05)

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

# [3.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.5.0-next.0...gatsby-plugin-sharp@3.5.0-next.1) (2021-04-28)

### Bug Fixes
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": "3.5.0-next.1",
"version": "3.5.0-next.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -13,7 +13,7 @@
"filenamify": "^4.2.0",
"fs-extra": "^9.1.0",
"gatsby-core-utils": "^2.5.0-next.0",
"gatsby-telemetry": "^2.5.0-next.0",
"gatsby-telemetry": "^2.5.0-next.1",
"got": "^10.7.0",
"imagemin": "^7.0.1",
"imagemin-mozjpeg": "^9.0.0",
Expand All @@ -34,7 +34,7 @@
"@types/sharp": "^0.27.1",
"babel-preset-gatsby-package": "^1.5.0-next.0",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^1.5.0-next.0",
"gatsby-plugin-image": "^1.5.0-next.1",
"gatsby-plugin-utils": "^1.5.0-next.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-recipes/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.16.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.16.0-next.0...gatsby-recipes@0.16.0-next.1) (2021-05-05)

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

# [0.16.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.15.0-next.3...gatsby-recipes@0.16.0-next.0) (2021-04-23)

**Note:** Version bump only for package gatsby-recipes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-recipes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-recipes",
"description": "Core functionality for Gatsby Recipes",
"version": "0.16.0-next.0",
"version": "0.16.0-next.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down Expand Up @@ -31,7 +31,7 @@
"express-graphql": "^0.9.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^2.5.0-next.0",
"gatsby-telemetry": "^2.5.0-next.0",
"gatsby-telemetry": "^2.5.0-next.1",
"glob": "^7.1.6",
"graphql": "^15.4.0",
"graphql-compose": "~7.25.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-telemetry/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.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.5.0-next.0...gatsby-telemetry@2.5.0-next.1) (2021-05-05)

### Bug Fixes

- **gatsby-telemetry:** Read installedGatsbyVersion correctly for workspaces ([#31196](https://github.com/gatsbyjs/gatsby/issues/31196)) ([af12b66](https://github.com/gatsbyjs/gatsby/commit/af12b660f1c4c6f8da2abc537bd07973b8bfd21a))

# [2.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.4.0-next.3...gatsby-telemetry@2.5.0-next.0) (2021-04-23)

**Note:** Version bump only for package gatsby-telemetry
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-telemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-telemetry",
"description": "Gatsby Telemetry",
"version": "2.5.0-next.0",
"version": "2.5.0-next.1",
"author": "Jarmo Isotalo <jarmo@isotalo.fi>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-transformer-sqip/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.

# [3.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.5.0-next.1...gatsby-transformer-sqip@3.5.0-next.2) (2021-05-05)

**Note:** Version bump only for package gatsby-transformer-sqip

# [3.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.5.0-next.0...gatsby-transformer-sqip@3.5.0-next.1) (2021-04-28)

**Note:** Version bump only for package gatsby-transformer-sqip
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": "3.5.0-next.1",
"version": "3.5.0-next.2",
"author": "Benedikt Rötsch <roetsch.beni@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"fs-extra": "^8.1.0",
"gatsby-plugin-sharp": "^3.5.0-next.1",
"gatsby-plugin-sharp": "^3.5.0-next.2",
"md5-file": "^5.0.0",
"mini-svg-data-uri": "^1.2.3",
"p-queue": "^6.6.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.5.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.5.0-next.3...gatsby@3.5.0-next.4) (2021-05-05)

### Bug Fixes

- **gatsby:** add generic type to GatsbyFunctionResponse ([#31182](https://github.com/gatsbyjs/gatsby/issues/31182)) ([4b9d0d4](https://github.com/gatsbyjs/gatsby/commit/4b9d0d4d4757d006ec385bb80f1db415a9636f63))
- **gatsby:** rehydration issue in Dev404Page with DEV_SSR ([#30581](https://github.com/gatsbyjs/gatsby/issues/30581)) ([5005588](https://github.com/gatsbyjs/gatsby/commit/5005588c92101d8be19c23d9404bdd952ac3ed73))
- **gatsby:** upgrade css-minimizer-webpack-plugin to v2 ([#31176](https://github.com/gatsbyjs/gatsby/issues/31176)) ([257de93](https://github.com/gatsbyjs/gatsby/commit/257de93a6e1caf46cbad4172ef342e928aa4b97e))

### Performance Improvements

- **gatsby:** Create page object & SitePage node in same action creator ([#31104](https://github.com/gatsbyjs/gatsby/issues/31104)) ([d1005fa](https://github.com/gatsbyjs/gatsby/commit/d1005fae2fe273f26cc650137426369c4c84b067)), closes [#31236](https://github.com/gatsbyjs/gatsby/issues/31236)

# [3.5.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.5.0-next.2...gatsby@3.5.0-next.3) (2021-05-01)

### Bug Fixes
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": "3.5.0-next.3",
"version": "3.5.0-next.4",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -78,16 +78,16 @@
"find-cache-dir": "^3.3.1",
"fs-exists-cached": "1.0.0",
"fs-extra": "^8.1.0",
"gatsby-cli": "^3.5.0-next.0",
"gatsby-cli": "^3.5.0-next.1",
"gatsby-core-utils": "^2.5.0-next.0",
"gatsby-graphiql-explorer": "^1.5.0-next.0",
"gatsby-legacy-polyfills": "^1.5.0-next.0",
"gatsby-link": "^3.5.0-next.0",
"gatsby-plugin-page-creator": "^3.5.0-next.0",
"gatsby-plugin-page-creator": "^3.5.0-next.1",
"gatsby-plugin-typescript": "^3.5.0-next.0",
"gatsby-plugin-utils": "^1.5.0-next.0",
"gatsby-react-router-scroll": "^4.5.0-next.1",
"gatsby-telemetry": "^2.5.0-next.0",
"gatsby-telemetry": "^2.5.0-next.1",
"glob": "^7.1.6",
"got": "8.3.2",
"graphql": "^15.4.0",
Expand Down

0 comments on commit 27f54d7

Please sign in to comment.