Skip to content

Commit 2035475

Browse files
committed
1 parent febd5e4 commit 2035475

File tree

8 files changed

+27
-5
lines changed

8 files changed

+27
-5
lines changed

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.8.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.8.4) (2021-02-18)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
## [0.8.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.8.3) (2021-02-05)
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.8.3",
3+
"version": "0.8.4",
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.14",
2222
"formik": "^2.2.6",
23-
"gatsby": "^2.32.3",
23+
"gatsby": "^2.32.4",
2424
"gatsby-interface": "^0.0.244",
2525
"gatsby-plugin-typescript": "^2.12.0",
2626
"gatsby-plugin-webfonts": "^1.1.4",

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+
## [3.10.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.10.1) (2021-02-18)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-offline:** Cache avif images ([#29394](https://github.com/gatsbyjs/gatsby/issues/29394)) ([#29429](https://github.com/gatsbyjs/gatsby/issues/29429)) ([72c4a5a](https://github.com/gatsbyjs/gatsby/commit/72c4a5aa617058439902d56634c6cbcb75cc98bb))
11+
612
# [3.10.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.10.0) (2021-02-02)
713

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

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": "3.10.0",
4+
"version": "3.10.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-contentful/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+
## [4.6.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.6.2) (2021-02-18)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-source-contentful:** Correct supported image formats ([#29562](https://github.com/gatsbyjs/gatsby/issues/29562)) ([febd5e4](https://github.com/gatsbyjs/gatsby/commit/febd5e4835f1377acd85b9c042ed674c4546bf45))
11+
612
## [4.6.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.6.1) (2021-02-05)
713

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

packages/gatsby-source-contentful/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-contentful",
33
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
4-
"version": "4.6.1",
4+
"version": "4.6.2",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/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+
## [2.32.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.32.4) (2021-02-18)
7+
8+
### Bug Fixes
9+
10+
- drop terminal-link ([#29472](https://github.com/gatsbyjs/gatsby/issues/29472)) ([#29477](https://github.com/gatsbyjs/gatsby/issues/29477)) ([6374419](https://github.com/gatsbyjs/gatsby/commit/637441942806a439cc7efc4c7ba54be24c59d276))
11+
612
## [2.32.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.32.3) (2021-02-05)
713

814
**Note:** Version bump only for package gatsby

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
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.32.3",
4+
"version": "2.32.4",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"

0 commit comments

Comments
 (0)