Skip to content

Commit

Permalink
chore(release): Publish next
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdz committed Nov 18, 2020
1 parent 616e9e3 commit 9e60913
Show file tree
Hide file tree
Showing 24 changed files with 71 additions and 18 deletions.
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-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.

# [0.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.3.0-next.1) (2020-11-18)

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

# [0.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.3.0-next.0) (2020-11-18)

**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.3.0-next.0",
"version": "0.3.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/types.d.ts",
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.

# [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.10.0-next.1) (2020-11-18)

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

# [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.10.0-next.0) (2020-11-18)

**Note:** Version bump only for package gatsby-plugin-sharp
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": "2.10.0-next.0",
"version": "2.10.0-next.1",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down Expand Up @@ -32,7 +32,7 @@
"@types/sharp": "^0.26.1",
"babel-preset-gatsby-package": "^0.8.0-next.0",
"cross-env": "^7.0.2",
"gatsby-plugin-image": "^0.3.0-next.0"
"gatsby-plugin-image": "^0.3.0-next.1"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-remark-graphviz/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.

# [1.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.6.0-next.1) (2020-11-18)

**Note:** Version bump only for package gatsby-remark-graphviz

# [1.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.6.0-next.0) (2020-11-18)

**Note:** Version bump only for package gatsby-remark-graphviz
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-graphviz/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-graphviz",
"description": "Processes graphviz code blocks and renders to SVG using viz.js",
"version": "1.6.0-next.0",
"version": "1.6.0-next.1",
"author": "Anthony Marcar <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-remark-images-contentful/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.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@[email protected]) (2020-11-18)

### Bug Fixes

- **deps:** update minor and patch for gatsby-remark-images-contentful ([#27136](https://github.com/gatsbyjs/gatsby/issues/27136)) ([c90351b](https://github.com/gatsbyjs/gatsby/commit/c90351b89efdd9ed589af65d61fe899e132b2230))

# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@[email protected]) (2020-11-18)

**Note:** Version bump only for package gatsby-remark-images-contentful
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-images-contentful/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-remark-images-contentful",
"version": "2.6.0-next.0",
"version": "2.6.0-next.1",
"description": "Process Images in Contentful markdown so they can use the images API.",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-contentful/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.

# [4.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.2.0-next.1) (2020-11-18)

**Note:** Version bump only for package gatsby-source-contentful

# [4.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.2.0-next.0) (2020-11-18)

### Bug Fixes
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": "4.2.0-next.0",
"version": "4.2.0-next.1",
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -19,7 +19,7 @@
"fs-extra": "^9.0.1",
"gatsby-core-utils": "^1.6.0-next.0",
"gatsby-plugin-utils": "^0.5.0-next.0",
"gatsby-source-filesystem": "^2.7.0-next.0",
"gatsby-source-filesystem": "^2.7.0-next.1",
"is-online": "^8.5.1",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.20",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-drupal/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.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.9.0-next.1) (2020-11-18)

**Note:** Version bump only for package gatsby-source-drupal

# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.9.0-next.0) (2020-11-18)

**Note:** Version bump only for package gatsby-source-drupal
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": "3.9.0-next.0",
"version": "3.9.0-next.1",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -11,7 +11,7 @@
"axios": "^0.21.0",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"gatsby-source-filesystem": "^2.7.0-next.0",
"gatsby-source-filesystem": "^2.7.0-next.1",
"lodash": "^4.17.20",
"tiny-async-pool": "^1.1.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/gatsby-source-filesystem/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.0-next.1) (2020-11-18)

### Bug Fixes

- **deps:** update minor and patch for gatsby-source-filesystem ([#27906](https://github.com/gatsbyjs/gatsby/issues/27906)) ([2cfbddb](https://github.com/gatsbyjs/gatsby/commit/2cfbddb2b89cbf912020ec6c67dafbb13873958e))
- **gatsby-source-filesystem:** Use new FileType methods to read file extension ([#28156](https://github.com/gatsbyjs/gatsby/issues/28156)) ([616e9e3](https://github.com/gatsbyjs/gatsby/commit/616e9e3e264e58a750f94aaa428cc7803891ae44))

# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.0-next.0) (2020-11-18)

**Note:** Version bump only for package gatsby-source-filesystem
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-filesystem/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-filesystem",
"description": "Gatsby plugin which parses files within a directory for further parsing by other plugins",
"version": "2.7.0-next.0",
"version": "2.7.0-next.1",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-shopify/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.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.6.0-next.1) (2020-11-18)

**Note:** Version bump only for package gatsby-source-shopify

# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.6.0-next.0) (2020-11-18)

**Note:** Version bump only for package gatsby-source-shopify
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": "3.6.0-next.0",
"version": "3.6.0-next.1",
"description": "Gatsby source plugin for building websites using Shopify as a data source.",
"scripts": {
"build": "babel src --out-dir . --ignore \"**/__tests__\"",
Expand Down Expand Up @@ -36,7 +36,7 @@
"babel-preset-gatsby-package": "^0.8.0-next.0",
"chalk": "^4.1.0",
"gatsby-node-helpers": "^0.3.0",
"gatsby-source-filesystem": "^2.7.0-next.0",
"gatsby-source-filesystem": "^2.7.0-next.1",
"graphql-request": "^1.8.2",
"lodash": "^4.17.20",
"p-iteration": "^1.1.8",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-wordpress/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.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.7.0-next.1) (2020-11-18)

**Note:** Version bump only for package gatsby-source-wordpress

# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.7.0-next.0) (2020-11-18)

**Note:** Version bump only for package gatsby-source-wordpress
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-wordpress/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-wordpress",
"description": "Gatsby source plugin for building websites using the WordPress CMS as a data source.",
"version": "3.7.0-next.0",
"version": "3.7.0-next.1",
"author": "Sebastien Fichot <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -14,7 +14,7 @@
"bluebird": "^3.7.2",
"deep-map": "^1.5.0",
"deep-map-keys": "^1.2.0",
"gatsby-source-filesystem": "^2.7.0-next.0",
"gatsby-source-filesystem": "^2.7.0-next.1",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.20",
"minimatch": "^3.0.4",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-transformer-screenshot/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-transformer-screenshot@[email protected]) (2020-11-18)

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

# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@[email protected]) (2020-11-18)

**Note:** Version bump only for package gatsby-transformer-screenshot
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-screenshot/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-transformer-screenshot",
"description": "Gatsby transformer plugin that uses AWS Lambda to take screenshots of websites",
"version": "2.6.0-next.0",
"version": "2.6.0-next.1",
"author": "David Beckley <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-transformer-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.

# [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.8.0-next.1) (2020-11-18)

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

# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.8.0-next.0) (2020-11-18)

**Note:** Version bump only for package gatsby-transformer-sharp
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-sharp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-transformer-sharp",
"description": "Gatsby transformer plugin for images using Sharp",
"version": "2.8.0-next.0",
"version": "2.8.0-next.1",
"author": "Kyle Mathews <[email protected]>",
"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.

# [2.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.0-next.1) (2020-11-18)

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

# [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.0-next.0) (2020-11-18)

**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": "2.7.0-next.0",
"version": "2.7.0-next.1",
"author": "Benedikt Rötsch <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"fs-extra": "^8.1.0",
"gatsby-plugin-sharp": "^2.10.0-next.0",
"gatsby-plugin-sharp": "^2.10.0-next.1",
"md5-file": "^5.0.0",
"mini-svg-data-uri": "^1.2.3",
"p-queue": "^6.6.2",
Expand Down

0 comments on commit 9e60913

Please sign in to comment.