Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Mar 27, 2019
1 parent da0b622 commit 401401d
Show file tree
Hide file tree
Showing 20 changed files with 77 additions and 15 deletions.
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.5.3](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/compare/[email protected]@2.5.3) (2019-03-27)

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

## [2.5.2](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/compare/[email protected]@2.5.2) (2019-03-26)

**Note:** Version bump only for package gatsby-cli
Expand Down
4 changes: 2 additions & 2 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.5.2",
"version": "2.5.3",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "lib/index.js"
Expand All @@ -20,7 +20,7 @@
"execa": "^0.8.0",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^4.0.1",
"gatsby-telemetry": "^1.0.2",
"gatsby-telemetry": "^1.0.3",
"hosted-git-info": "^2.6.0",
"lodash": "^4.17.10",
"meant": "^1.0.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-layout/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.0.14](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.14) (2019-03-27)

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

## [1.0.13](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.13) (2019-03-11)

**Note:** Version bump only for package gatsby-plugin-layout
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-layout",
"version": "1.0.13",
"version": "1.0.14",
"description": "Reimplements the behavior of layout components in gatsby@1, which was removed in version 2.",
"main": "index.js",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions packages/gatsby-plugin-manifest/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.0.25](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/compare/[email protected]@2.0.25) (2019-03-27)

### Bug Fixes

- **gatsby-plugin-manifest:** Fix incorrect favicons size bug ([#12081](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/issues/12081)) ([366980b](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/commit/366980b)), closes [#12051](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/issues/12051) [#12051](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/issues/12051)

### Features

- **gatsby-plugin-manifest:** add icon_options as an option to support the purpose property ([#12794](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/issues/12794)) ([127f232](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/commit/127f232)), closes [#12793](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/issues/12793)

## [2.0.24](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/compare/[email protected]@2.0.24) (2019-03-12)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-manifest",
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
"version": "2.0.24",
"version": "2.0.25",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-sharp/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.0.32](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/compare/[email protected]@2.0.32) (2019-03-27)

### Bug Fixes

- **gatsby-plugin-sharp:** strip non related args when hashing resizing args ([#12129](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/issues/12129)) ([da0b622](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/commit/da0b622))

## [2.0.31](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/compare/[email protected]@2.0.31) (2019-03-25)

**Note:** Version bump only for package gatsby-plugin-sharp
Expand Down
2 changes: 1 addition & 1 deletion 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.0.31",
"version": "2.0.32",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-remark-code-repls/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.0.8](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-code-repls/compare/[email protected]@2.0.8) (2019-03-27)

### Bug Fixes

- **gatsby-remark-code-repls:** handle scoped packages in dependencies ([#12347](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-code-repls/issues/12347)) ([bc7d472](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-code-repls/commit/bc7d472)), closes [#12327](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-code-repls/issues/12327)

## [2.0.7](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-code-repls/compare/[email protected]@2.0.7) (2019-03-13)

**Note:** Version bump only for package gatsby-remark-code-repls
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-code-repls/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-code-repls",
"description": "Gatsby plugin to auto-generate links to popular REPLs like Babel and Codepen",
"version": "2.0.7",
"version": "2.0.8",
"author": "Brian Vaughn <[email protected]>",
"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.

## [2.0.45](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/compare/[email protected]@2.0.45) (2019-03-27)

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

## [2.0.44](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/compare/[email protected]@2.0.44) (2019-03-25)

**Note:** Version bump only for package gatsby-source-contentful
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": "2.0.44",
"version": "2.0.45",
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -14,7 +14,7 @@
"contentful": "^6.1.0",
"deep-map": "^1.5.0",
"fs-extra": "^4.0.2",
"gatsby-plugin-sharp": "^2.0.31",
"gatsby-plugin-sharp": "^2.0.32",
"gatsby-source-filesystem": "^2.0.28",
"is-online": "^7.0.0",
"json-stringify-safe": "^5.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-source-wordpress/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.50](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/compare/[email protected]@3.0.50) (2019-03-27)

### Bug Fixes

- **gatsby-source-wordpress:** adjust how endpoint urls are constructed to fix fetching for wordpress.com hosted sites and proxied urls ([#10624](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/issues/10624)) ([85b8749](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/commit/85b8749)), closes [#10427](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/issues/10427) [#10427](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/issues/10427)

## [3.0.49](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/compare/[email protected]@3.0.49) (2019-03-22)

**Note:** Version bump only for package gatsby-source-wordpress
Expand Down
2 changes: 1 addition & 1 deletion 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.0.49",
"version": "3.0.50",
"author": "Sebastien Fichot <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
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.

## [1.0.3](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-telemetry/compare/[email protected]@1.0.3) (2019-03-27)

### Bug Fixes

- **gatsby-telemetry:** Ensure quickly running commands exit freely ([#12888](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-telemetry/issues/12888)) ([e30d264](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-telemetry/commit/e30d264))

## [1.0.2](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-telemetry/compare/[email protected]@1.0.2) (2019-03-26)

### Bug Fixes
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.0.2",
"version": "1.0.3",
"author": "Jarmo Isotalo <[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.0.28](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.0.28) (2019-03-27)

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

## [2.0.27](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.0.27) (2019-03-25)

**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,7 +1,7 @@
{
"name": "gatsby-transformer-sqip",
"description": "Generates geometric primitive version of images",
"version": "2.0.27",
"version": "2.0.28",
"author": "Benedikt Rötsch <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -10,7 +10,7 @@
"@babel/runtime": "^7.0.0",
"axios": "^0.18.0",
"fs-extra": "^4.0.2",
"gatsby-plugin-sharp": "^2.0.31",
"gatsby-plugin-sharp": "^2.0.32",
"mini-svg-data-uri": "^1.0.0",
"p-queue": "^2.3.0",
"sqip": "^0.3.3"
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.

## [2.3.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.3) (2019-03-27)

### Bug Fixes

- **gatsby:** Handle already deleted nodes in deleteNode action ([#12866](https://github.com/gatsbyjs/gatsby/issues/12866)) ([1548841](https://github.com/gatsbyjs/gatsby/commit/1548841))
- **gatsby-telemetry:** Ensure quickly running commands exit freely ([#12888](https://github.com/gatsbyjs/gatsby/issues/12888)) ([e30d264](https://github.com/gatsbyjs/gatsby/commit/e30d264))
- **themes:** Handle shared parent theme with component shadowing ([#12883](https://github.com/gatsbyjs/gatsby/issues/12883)) ([7a82dc2](https://github.com/gatsbyjs/gatsby/commit/7a82dc2))

### Features

- **themes:** copy static folders in themes ([#12746](https://github.com/gatsbyjs/gatsby/issues/12746)) ([edd6cb1](https://github.com/gatsbyjs/gatsby/commit/edd6cb1))

## [2.3.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.2) (2019-03-26)

**Note:** Version bump only for package gatsby
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.3.2",
"version": "2.3.3",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down Expand Up @@ -64,11 +64,11 @@
"flat": "^4.0.0",
"fs-exists-cached": "1.0.0",
"fs-extra": "^5.0.0",
"gatsby-cli": "^2.5.2",
"gatsby-cli": "^2.5.3",
"gatsby-link": "^2.0.16",
"gatsby-plugin-page-creator": "^2.0.12",
"gatsby-react-router-scroll": "^2.0.6",
"gatsby-telemetry": "^1.0.2",
"gatsby-telemetry": "^1.0.3",
"glob": "^7.1.1",
"graphql": "^14.1.1",
"graphql-compose": "^6.0.3",
Expand Down

0 comments on commit 401401d

Please sign in to comment.