Skip to content

Commit 4d246c2

Browse files
committed
1 parent 7802470 commit 4d246c2

File tree

6 files changed

+25
-3
lines changed

6 files changed

+25
-3
lines changed

packages/gatsby-plugin-manifest/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="2.0.10"></a>
7+
8+
## [2.0.10](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/compare/[email protected]@2.0.10) (2018-11-21)
9+
10+
### Features
11+
12+
- **gatsby-plugin-manifest:** don't output `theme-color` meta tag if it's not defiened ([#10069](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/issues/10069)) ([7802470](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/commit/7802470))
13+
614
<a name="2.0.9"></a>
715

816
## [2.0.9](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/compare/[email protected]@2.0.9) (2018-11-12)

packages/gatsby-plugin-manifest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-manifest",
33
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
4-
"version": "2.0.9",
4+
"version": "2.0.10",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-offline/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="2.0.17"></a>
7+
8+
## [2.0.17](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline/compare/[email protected]@2.0.17) (2018-11-21)
9+
10+
**Note:** Version bump only for package gatsby-plugin-offline
11+
612
<a name="2.0.16"></a>
713

814
## [2.0.16](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline/compare/[email protected]@2.0.16) (2018-11-20)

packages/gatsby-plugin-offline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-offline",
33
"description": "Gatsby plugin which sets up a site to be able to run offline",
4-
"version": "2.0.16",
4+
"version": "2.0.17",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-faker/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="2.0.2"></a>
7+
8+
## [2.0.2](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-faker/compare/[email protected]@2.0.2) (2018-11-21)
9+
10+
### Features
11+
12+
- **gatsby-plugin-manifest:** don't output `theme-color` meta tag if it's not defiened ([#10069](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-faker/issues/10069)) ([7802470](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-faker/commit/7802470))
13+
614
<a name="2.0.1"></a>
715

816
## [2.0.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-faker/compare/[email protected]@2.0.1) (2018-10-29)

packages/gatsby-source-faker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-faker",
33
"description": "A gatsby plugin to get fake data for testing",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"author": "Pavithra Kodmad<[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

0 commit comments

Comments
 (0)