Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-admin@0.2.1
 - gatsby-cli@2.13.1
 - gatsby-plugin-sass@2.5.1
 - gatsby-recipes@0.3.1
 - gatsby-remark-images@3.5.1
 - gatsby-telemetry@1.4.1
 - gatsby@2.26.1
  • Loading branch information
vladar committed Nov 13, 2020
1 parent 8f16b9d commit f039123
Show file tree
Hide file tree
Showing 14 changed files with 51 additions and 13 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.2.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.2.0...gatsby-admin@0.2.1) (2020-11-13)

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

# [0.2.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.2.0-next.3...gatsby-admin@0.2.0) (2020-11-12)

**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.2.0",
"version": "0.2.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.1",
"gatsby": "^2.26.0",
"gatsby": "^2.26.1",
"gatsby-interface": "^0.0.225",
"gatsby-plugin-typescript": "^2.6.0",
"gatsby-plugin-webfonts": "^1.1.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-cli/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.13.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.13.0...gatsby-cli@2.13.1) (2020-11-13)

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

# [2.13.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.13.0-next.3...gatsby-cli@2.13.0) (2020-11-12)

**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": "2.13.0",
"version": "2.13.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": "^1.4.0",
"gatsby-recipes": "^0.3.0",
"gatsby-telemetry": "^1.4.0",
"gatsby-recipes": "^0.3.1",
"gatsby-telemetry": "^1.4.1",
"hosted-git-info": "^3.0.6",
"is-valid-path": "^0.1.1",
"lodash": "^4.17.20",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-sass/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.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@2.5.0...gatsby-plugin-sass@2.5.1) (2020-11-13)

### Bug Fixes

- **gatsby-plugin-sass:** loosely check postCssPlugins ([#27829](https://github.com/gatsbyjs/gatsby/issues/27829)) ([#28037](https://github.com/gatsbyjs/gatsby/issues/28037)) ([ae4c51e](https://github.com/gatsbyjs/gatsby/commit/ae4c51e6a07374a7a063bf4c302377b93cd249e1))

# [2.5.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@2.5.0-next.2...gatsby-plugin-sass@2.5.0) (2020-11-12)

**Note:** Version bump only for package gatsby-plugin-sass
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sass/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sass",
"description": "Gatsby plugin to handle scss/sass files",
"version": "2.5.0",
"version": "2.5.1",
"author": "Daniel Farrell <daniel@mobelux.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
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.3.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.3.0...gatsby-recipes@0.3.1) (2020-11-13)

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

# [0.3.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.3.0-next.3...gatsby-recipes@0.3.0) (2020-11-12)

**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.3.0",
"version": "0.3.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": "^1.4.0",
"gatsby-telemetry": "^1.4.0",
"gatsby-telemetry": "^1.4.1",
"glob": "^7.1.6",
"graphql": "^14.6.0",
"graphql-compose": "^6.3.8",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-remark-images/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.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.5.0...gatsby-remark-images@3.5.1) (2020-11-13)

### Bug Fixes

- **gatsby-remark-images:** adding missing plugin options ([#27944](https://github.com/gatsbyjs/gatsby/issues/27944) and [#27998](https://github.com/gatsbyjs/gatsby/issues/27998)) ([#28035](https://github.com/gatsbyjs/gatsby/issues/28035)) ([537bc8f](https://github.com/gatsbyjs/gatsby/commit/537bc8f504eaf58d3c5f5a13a94e6bae0d701087))

# [3.5.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.5.0-next.1...gatsby-remark-images@3.5.0) (2020-11-12)

**Note:** Version bump only for package gatsby-remark-images
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-images/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-images",
"description": "Processes images in markdown so they can be used in the production build.",
"version": "3.5.0",
"version": "3.5.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-telemetry/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.4.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.4.0...gatsby-telemetry@1.4.1) (2020-11-13)

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

# [1.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.4.0-next.2...gatsby-telemetry@1.4.0) (2020-11-12)

**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": "1.4.0",
"version": "1.4.1",
"author": "Jarmo Isotalo <jarmo@isotalo.fi>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
10 changes: 10 additions & 0 deletions packages/gatsby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.26.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.26.0...gatsby@2.26.1) (2020-11-13)

### Bug Fixes

- **gatsby:** allow unknown plugin options ([#27938](https://github.com/gatsbyjs/gatsby/issues/27938)) ([#28010](https://github.com/gatsbyjs/gatsby/issues/28010)) ([8f16b9d](https://github.com/gatsbyjs/gatsby/commit/8f16b9d130046d97b93f1be683d2936abafc4dcd))

### Reverts

- Revert "fix(gatsby): refresh browser when receiving update and runtime errored (#27467)" (#28034) (#28038) ([9f24f25](https://github.com/gatsbyjs/gatsby/commit/9f24f25490c83880985d022603e0291885464367)), closes [#27467](https://github.com/gatsbyjs/gatsby/issues/27467) [#28034](https://github.com/gatsbyjs/gatsby/issues/28034) [#28038](https://github.com/gatsbyjs/gatsby/issues/28038)

# [2.26.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.26.0-next.3...gatsby@2.26.0) (2020-11-12)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 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": "2.26.0",
"version": "2.26.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -76,7 +76,7 @@
"find-cache-dir": "^3.3.1",
"fs-exists-cached": "1.0.0",
"fs-extra": "^8.1.0",
"gatsby-cli": "^2.13.0",
"gatsby-cli": "^2.13.1",
"gatsby-core-utils": "^1.4.0",
"gatsby-graphiql-explorer": "^0.5.0",
"gatsby-legacy-polyfills": "^0.1.0",
Expand All @@ -85,7 +85,7 @@
"gatsby-plugin-typescript": "^2.6.0",
"gatsby-plugin-utils": "^0.3.0",
"gatsby-react-router-scroll": "^3.1.0",
"gatsby-telemetry": "^1.4.0",
"gatsby-telemetry": "^1.4.1",
"glob": "^7.1.6",
"got": "8.3.2",
"graphql": "^14.6.0",
Expand Down

0 comments on commit f039123

Please sign in to comment.