Skip to content

Commit 5a0489d

Browse files
committed
1 parent ede3505 commit 5a0489d

File tree

14 files changed

+46
-12
lines changed

14 files changed

+46
-12
lines changed

packages/create-gatsby/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+
## [0.2.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.1) (2020-12-16)
7+
8+
### Bug Fixes
9+
10+
- **create-gatsby:** Adds a default icon so plugin-manifest works out of the box ([#28635](https://github.com/gatsbyjs/gatsby/issues/28635)) ([#28661](https://github.com/gatsbyjs/gatsby/issues/28661)) ([b5b96bc](https://github.com/gatsbyjs/gatsby/commit/b5b96bcd38f47760cc5ce76e4fe798b2dbda92af))
11+
612
# [0.2.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.0) (2020-12-15)
713

814
### Bug Fixes

packages/create-gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-gatsby",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"main": "lib/index.js",
55
"bin": "cli.js",
66
"license": "MIT",

packages/gatsby-admin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [0.5.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.5.1) (2020-12-16)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [0.5.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.5.0) (2020-12-15)
711

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

packages/gatsby-admin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/parser": "^2.34.0",
2121
"csstype": "^2.6.13",
2222
"formik": "^2.2.5",
23-
"gatsby": "^2.29.0",
23+
"gatsby": "^2.29.1",
2424
"gatsby-interface": "^0.0.225",
2525
"gatsby-plugin-typescript": "^2.9.0",
2626
"gatsby-plugin-webfonts": "^1.1.3",

packages/gatsby-cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [2.16.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.16.1) (2020-12-16)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
# [2.16.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.16.0) (2020-12-15)
711

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

packages/gatsby-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-cli",
33
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
4-
"version": "2.16.0",
4+
"version": "2.16.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -19,7 +19,7 @@
1919
"common-tags": "^1.8.0",
2020
"configstore": "^5.0.1",
2121
"convert-hrtime": "^3.0.0",
22-
"create-gatsby": "^0.2.0",
22+
"create-gatsby": "^0.2.1",
2323
"envinfo": "^7.7.3",
2424
"execa": "^3.4.0",
2525
"fs-exists-cached": "^1.0.0",

packages/gatsby-plugin-page-creator/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+
## [2.7.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.1) (2020-12-16)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-page-creator:** add missing telemetry dependency ([#28652](https://github.com/gatsbyjs/gatsby/issues/28652)) ([#28658](https://github.com/gatsbyjs/gatsby/issues/28658)) ([e43675e](https://github.com/gatsbyjs/gatsby/commit/e43675e8413fb765ef46f65fe8a2e71f1524d6d5))
11+
612
# [2.7.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@[email protected]) (2020-12-15)
713

814
**Note:** Version bump only for package gatsby-plugin-page-creator

packages/gatsby-plugin-page-creator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-page-creator",
3-
"version": "2.7.0",
3+
"version": "2.7.1",
44
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
55
"main": "index.js",
66
"scripts": {

packages/gatsby-plugin-sharp/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+
## [2.11.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.11.1) (2020-12-16)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-sharp:** catch errors when writing base64 images ([#28614](https://github.com/gatsbyjs/gatsby/issues/28614)) ([#28659](https://github.com/gatsbyjs/gatsby/issues/28659)) ([ea741c3](https://github.com/gatsbyjs/gatsby/commit/ea741c39144ec26efcfcca66c4f3dd7ac2f1e86d))
11+
612
# [2.11.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.11.0) (2020-12-15)
713

814
### Bug Fixes

packages/gatsby-plugin-sharp/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-sharp",
33
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
4-
"version": "2.11.0",
4+
"version": "2.11.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-transformer-sqip/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [2.8.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.8.1) (2020-12-16)
7+
8+
**Note:** Version bump only for package gatsby-transformer-sqip
9+
610
# [2.8.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.8.0) (2020-12-15)
711

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

packages/gatsby-transformer-sqip/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "gatsby-transformer-sqip",
33
"description": "Generates geometric primitive version of images",
4-
"version": "2.8.0",
4+
"version": "2.8.1",
55
"author": "Benedikt Rötsch <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.12.5",
1111
"fs-extra": "^8.1.0",
12-
"gatsby-plugin-sharp": "^2.11.0",
12+
"gatsby-plugin-sharp": "^2.11.1",
1313
"md5-file": "^5.0.0",
1414
"mini-svg-data-uri": "^1.2.3",
1515
"p-queue": "^6.6.2",

packages/gatsby/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [2.29.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.29.1) (2020-12-16)
7+
8+
**Note:** Version bump only for package gatsby
9+
610
# [2.29.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.29.0) (2020-12-15)
711

812
### Bug Fixes

packages/gatsby/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby",
33
"description": "Blazing fast modern site generator for React",
4-
"version": "2.29.0",
4+
"version": "2.29.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -77,12 +77,12 @@
7777
"find-cache-dir": "^3.3.1",
7878
"fs-exists-cached": "1.0.0",
7979
"fs-extra": "^8.1.0",
80-
"gatsby-cli": "^2.16.0",
80+
"gatsby-cli": "^2.16.1",
8181
"gatsby-core-utils": "^1.7.0",
8282
"gatsby-graphiql-explorer": "^0.8.0",
8383
"gatsby-legacy-polyfills": "^0.4.0",
8484
"gatsby-link": "^2.8.0",
85-
"gatsby-plugin-page-creator": "^2.7.0",
85+
"gatsby-plugin-page-creator": "^2.7.1",
8686
"gatsby-plugin-typescript": "^2.9.0",
8787
"gatsby-plugin-utils": "^0.6.0",
8888
"gatsby-react-router-scroll": "^3.4.0",

0 commit comments

Comments
 (0)