Skip to content

Commit

Permalink
chore(release): Publish next
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Feb 12, 2021
1 parent 6fd0a4a commit 03250ef
Show file tree
Hide file tree
Showing 22 changed files with 64 additions and 16 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.10.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.10.0-next.3) (2021-02-12)

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

# [0.10.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.10.0-next.2) (2021-02-11)

**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.10.0-next.2",
"version": "0.10.0-next.3",
"main": "index.js",
"author": "Max Stoiber",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"@typescript-eslint/parser": "^2.34.0",
"csstype": "^2.6.14",
"formik": "^2.2.6",
"gatsby": "^3.0.0-next.2",
"gatsby": "^3.0.0-next.3",
"gatsby-interface": "^0.0.244",
"gatsby-plugin-typescript": "^3.0.0-next.0",
"gatsby-plugin-webfonts": "^1.1.4",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-google-gtag/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.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@[email protected]) (2021-02-12)

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

# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@[email protected]) (2021-02-05)

**Note:** Version bump only for package gatsby-plugin-google-gtag
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-google-gtag/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-google-gtag",
"description": "Gatsby plugin to add google gtag onto a site",
"version": "3.0.0-next.0",
"version": "3.0.0-next.1",
"author": "Tyler Buchea <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
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.0.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.0-next.3) (2021-02-12)

### Bug Fixes

- **gatsby-plugin-image:** Rename hooks ([#29462](https://github.com/gatsbyjs/gatsby/issues/29462)) ([4638cd6](https://github.com/gatsbyjs/gatsby/commit/4638cd678b28f7a515df465be21d9d8bcdd71d9a))

# [1.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.0-next.2) (2021-02-11)

### Bug Fixes
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.0.0-next.2",
"version": "1.0.0-next.3",
"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
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-mdx/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.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.0.0-next.1) (2021-02-12)

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

# [2.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.0.0-next.0) (2021-02-05)

**Note:** Version bump only for package gatsby-plugin-mdx
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.0.0-next.0",
"version": "2.0.0-next.1",
"description": "MDX integration for Gatsby",
"main": "index.js",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-netlify/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.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.0-next.1) (2021-02-12)

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

# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.0-next.0) (2021-02-05)

**Note:** Version bump only for package gatsby-plugin-netlify
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-netlify/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-netlify",
"description": "A Gatsby plugin which generates a _headers file for netlify",
"version": "3.0.0-next.0",
"version": "3.0.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-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.0.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.0-next.3) (2021-02-12)

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

# [3.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.0-next.2) (2021-02-11)

### Features
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": "3.0.0-next.2",
"version": "3.0.0-next.3",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down Expand Up @@ -34,7 +34,7 @@
"@types/sharp": "^0.27.1",
"babel-preset-gatsby-package": "^1.0.0-next.0",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^1.0.0-next.2",
"gatsby-plugin-image": "^1.0.0-next.3",
"gatsby-plugin-utils": "^1.0.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-react-router-scroll/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.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@[email protected]) (2021-02-12)

**Note:** Version bump only for package gatsby-react-router-scroll

# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@[email protected]) (2021-02-05)

**Note:** Version bump only for package gatsby-react-router-scroll
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-react-router-scroll/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-react-router-scroll",
"description": "React Router scroll management forked from https://github.com/ytase/react-router-scroll for Gatsby",
"version": "4.0.0-next.0",
"version": "4.0.0-next.1",
"author": "Jimmy Jia",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
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.

# [5.0.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.0.0-next.3) (2021-02-12)

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

# [5.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.0.0-next.2) (2021-02-11)

### 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": "5.0.0-next.2",
"version": "5.0.0-next.3",
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -17,7 +17,7 @@
"contentful": "^7.15.2",
"fs-extra": "^9.1.0",
"gatsby-core-utils": "^2.0.0-next.0",
"gatsby-plugin-image": "^1.0.0-next.2",
"gatsby-plugin-image": "^1.0.0-next.3",
"gatsby-plugin-utils": "^1.0.0-next.0",
"gatsby-source-filesystem": "^3.0.0-next.1",
"is-online": "^8.5.1",
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.

# [5.0.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.0.0-next.3) (2021-02-12)

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

# [5.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.0.0-next.2) (2021-02-11)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gatsby-source-wordpress",
"description": "Source data from WordPress in an efficient and scalable way.",
"author": "Tyler Barnes <[email protected]>",
"version": "5.0.0-next.2",
"version": "5.0.0-next.3",
"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.0.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.0-next.3) (2021-02-12)

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

# [3.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.0-next.2) (2021-02-11)

**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.0.0-next.2",
"version": "3.0.0-next.3",
"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": "^3.0.0-next.2",
"gatsby-plugin-sharp": "^3.0.0-next.3",
"md5-file": "^5.0.0",
"mini-svg-data-uri": "^1.2.3",
"p-queue": "^6.6.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby/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.0.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.0-next.3) (2021-02-12)

### Features

- **gatsby:** support GraphQL interface inheritance ([#29427](https://github.com/gatsbyjs/gatsby/issues/29427)) ([6365768](https://github.com/gatsbyjs/gatsby/commit/63657680436f946c94589eb639fd692048c597bd))

# [3.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.0-next.2) (2021-02-11)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 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.0.0-next.2",
"version": "3.0.0-next.3",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -86,7 +86,7 @@
"gatsby-plugin-page-creator": "^3.0.0-next.0",
"gatsby-plugin-typescript": "^3.0.0-next.0",
"gatsby-plugin-utils": "^1.0.0-next.0",
"gatsby-react-router-scroll": "^4.0.0-next.0",
"gatsby-react-router-scroll": "^4.0.0-next.1",
"gatsby-telemetry": "^2.0.0-next.0",
"glob": "^7.1.6",
"got": "8.3.2",
Expand Down

0 comments on commit 03250ef

Please sign in to comment.