Skip to content
This repository was archived by the owner on Oct 4, 2022. It is now read-only.

Commit c7dc79e

Browse files
committed
Merged master into release branch
2 parents a720e78 + 2fa8b0c commit c7dc79e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.MD

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@ This changelog is according to [Keep a Changelog](http://keepachangelog.com).
55
All notable changes to this project will be documented in this file.
66
We follow [Semantic Versioning](http://semver.org/).
77

8+
## 4.21.0 February 25th. 2019
9+
### Other
10+
* Changed the AnalysisList pressed status check to listen to `result.markerId` instead of `result.id`.
11+
* Upgrades webpack-dev-server to 3.1.14.
12+
* Bumps YoastSEO.js version to 1.48.0.
13+
814
## 4.20.0 February 11th. 2019
915
### Other
10-
* Changed the the default icon for the `Collapsible` component to chevrons.
16+
* Changed the default icon for the `Collapsible` component to chevrons.
17+
* Bumps YoastSEO.js version to 1.47.0.
1118

1219
## 4.19.0 January 21st, 2019
1320
### Added

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yoast-components",
3-
"version": "4.20.0",
3+
"version": "4.21.0",
44
"description": "Yoast Generic Components",
55
"homepage": "https://github.com/Yoast/",
66
"main": "index.js",

0 commit comments

Comments
 (0)