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

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
hansjovis committed Oct 14, 2019
2 parents 7c129da + c615bba commit ffa97fa
Show file tree
Hide file tree
Showing 18 changed files with 94 additions and 48 deletions.
20 changes: 10 additions & 10 deletions apps/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoast/example-component-app",
"version": "1.0.35",
"version": "1.0.38",
"description": "This app demonstrates the possibilites of our components",
"main": "index.js",
"author": "Yoast",
Expand All @@ -12,13 +12,13 @@
},
"dependencies": {
"@wordpress/i18n": "1.2.3",
"@yoast/algolia-search-box": "^1.6.0",
"@yoast/analysis-report": "^0.7.0",
"@yoast/components": "^0.7.0",
"@yoast/configuration-wizard": "^1.6.0",
"@yoast/helpers": "^0.5.0-rc.0",
"@yoast/search-metadata-previews": "^1.9.0",
"@yoast/style-guide": "^0.5.0",
"@yoast/algolia-search-box": "^1.7.0",
"@yoast/analysis-report": "^0.8.0",
"@yoast/components": "^0.8.0",
"@yoast/configuration-wizard": "^1.7.0",
"@yoast/helpers": "^0.6.0-rc.0",
"@yoast/search-metadata-previews": "^1.10.1",
"@yoast/style-guide": "^0.6.0-rc.0",
"babel-polyfill": "^6.23.0",
"lodash": "4.17.11",
"lodash-es": "^4.17.11",
Expand All @@ -28,7 +28,7 @@
"redux-devtools-dock-monitor": "^1.1.3",
"redux-devtools-log-monitor": "^1.4.0",
"styled-components": "^4.3.2",
"yoastseo": "^1.60.0"
"yoastseo": "^1.61.0"
},
"devDependencies": {
"@babel/preset-env": "^7.3.4",
Expand All @@ -50,7 +50,7 @@
"webpack": "4.19.1",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "3.1.14",
"yoast-components": "^4.33.0"
"yoast-components": "^4.34.1"
},
"peerDependencies": {
"material-ui": "^0.18.6",
Expand Down
10 changes: 5 additions & 5 deletions apps/content-analysis/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@yoast/content-analysis-app",
"version": "0.1.34",
"version": "0.1.37",
"private": true,
"dependencies": {
"@babel/core": "7.1.6",
"@svgr/webpack": "2.4.1",
"@wordpress/i18n": "^3.1.1",
"@yoast/analysis-report": "^0.7.0",
"@yoast/components": "^0.7.0",
"@yoast/style-guide": "^0.5.0",
"@yoast/analysis-report": "^0.8.0",
"@yoast/components": "^0.8.0",
"@yoast/style-guide": "^0.6.0-rc.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "9.0.0",
"babel-jest": "23.6.0",
Expand Down Expand Up @@ -68,7 +68,7 @@
"webpack-manifest-plugin": "2.0.4",
"workbox-webpack-plugin": "3.6.3",
"worker-loader": "^2.0.0",
"yoastseo": "^1.60.0"
"yoastseo": "^1.61.0"
},
"scripts": {
"start": "node scripts/start.js",
Expand Down
4 changes: 3 additions & 1 deletion packages/algolia-search-box/CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ This changelog is according to [Keep a Changelog](http://keepachangelog.com).
All notable changes to this project will be documented in this file.
We follow [Semantic Versioning](http://semver.org/).

## 1.7.0 October 14th, 2019
* No user-facing changes

## 1.1.0 May 14th, 2019
### Fixed
* Improved handling of the `rel` attribute for links that open in a new browser's tab.

## 1.0.0 April 29th, 2019
### Added
* Splits out `@yoast/algolia-search-box` from `@yoast/yoast-components`. This package contains an algolia search box with which you can search in an algolia index.
* Splits out `@yoast/algolia-search-box` from `@yoast/yoast-components`. This package contains an algolia search box with which you can search in an algolia index.
8 changes: 4 additions & 4 deletions packages/algolia-search-box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoast/algolia-search-box",
"version": "1.6.0",
"version": "1.7.0",
"description": "A packages that allows integration with Algolia Search",
"main": "src/index.js",
"repository": {
Expand All @@ -14,9 +14,9 @@
"dependencies": {
"@wordpress/a11y": "^1.0.7",
"@wordpress/i18n": "^1.1.0",
"@yoast/components": "^0.7.0",
"@yoast/helpers": "^0.5.0-rc.0",
"@yoast/style-guide": "^0.5.0",
"@yoast/components": "^0.8.0",
"@yoast/helpers": "^0.6.0-rc.0",
"@yoast/style-guide": "^0.6.0-rc.0",
"algoliasearch": "^3.22.3",
"lodash": "^4.17.4",
"prop-types": "^15.6.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/analysis-report/CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This changelog is according to [Keep a Changelog](http://keepachangelog.com).
All notable changes to this project will be documented in this file.
We follow [Semantic Versioning](http://semver.org/).

## 0.8.0 October 14th, 2019
* No user-facing changes.

## 0.4.0 June 11th, 2019
### Changed
* Added a margin of 16px to the left of the marker button, so the link and button are not too close.
Expand Down
8 changes: 4 additions & 4 deletions packages/analysis-report/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoast/analysis-report",
"version": "0.7.0",
"version": "0.8.0",
"main": "src/index.js",
"repository": {
"type": "git",
Expand All @@ -17,9 +17,9 @@
"private": false,
"dependencies": {
"@wordpress/i18n": "^1.1.0",
"@yoast/components": "^0.7.0",
"@yoast/helpers": "^0.5.0-rc.0",
"@yoast/style-guide": "^0.5.0",
"@yoast/components": "^0.8.0",
"@yoast/helpers": "^0.6.0-rc.0",
"@yoast/style-guide": "^0.6.0-rc.0",
"lodash": "^4.17.11",
"prop-types": "^15.6.0",
"react": "16.6.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/components/CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This changelog is according to [Keep a Changelog](http://keepachangelog.com).
All notable changes to this project will be documented in this file.
We follow [Semantic Versioning](http://semver.org/).

## 0.8.0 October 14th, 2019
### Other
* Adds a className prop to the AlertContainer.

## 0.7.0 September 30th, 2019
### Added
* Adds an `Alert` component.
Expand Down
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoast/components",
"version": "0.7.0",
"version": "0.8.0",
"description": "Yoast Components",
"main": "src/index.js",
"private": false,
Expand All @@ -24,8 +24,8 @@
"dependencies": {
"@wordpress/a11y": "^1.1.3",
"@wordpress/i18n": "^1.2.3",
"@yoast/helpers": "^0.5.0-rc.0",
"@yoast/style-guide": "^0.5.0",
"@yoast/helpers": "^0.6.0-rc.0",
"@yoast/style-guide": "^0.6.0-rc.0",
"interpolate-components": "^1.1.1",
"lodash": "^4.17.11",
"prop-types": "^15.7.2",
Expand Down
2 changes: 2 additions & 0 deletions packages/configuration-wizard/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This changelog is according to [Keep a Changelog](http://keepachangelog.com).
All notable changes to this project will be documented in this file.
We follow [Semantic Versioning](http://semver.org/).

## 1.7.0 October 14th, 2019
* No user-facing changes.

## 1.1.0 May 14th, 2019
### Added
Expand Down
8 changes: 4 additions & 4 deletions packages/configuration-wizard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoast/configuration-wizard",
"version": "1.6.0",
"version": "1.7.0",
"description": "Package for our configuration wizard",
"main": "src/index.js",
"repository": {
Expand All @@ -18,9 +18,9 @@
},
"dependencies": {
"@wordpress/i18n": "^1.1.0",
"@yoast/components": "^0.7.0",
"@yoast/helpers": "^0.5.0-rc.0",
"@yoast/style-guide": "^0.5.0",
"@yoast/components": "^0.8.0",
"@yoast/helpers": "^0.6.0-rc.0",
"@yoast/style-guide": "^0.6.0-rc.0",
"interpolate-components": "^1.1.1",
"lodash": "^4.17.11",
"prop-types": "^15.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoast/helpers",
"version": "0.5.0-rc.0",
"version": "0.6.0-rc.0",
"description": "All Yoast helper functions.",
"main": "src/index.js",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/search-metadata-previews/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ This changelog is according to [Keep a Changelog](http://keepachangelog.com).
All notable changes to this project will be documented in this file.
We follow [Semantic Versioning](http://semver.org/).

## 1.10.1 October 14th, 2019
* No user-facing changes.

## 1.10.0 October 14th, 2019
* No user-facing changes.

## 1.9.0 September 30th, 2019
* No user-facing changes.

## 1.8.0 September 17th, 2019
### Enhancements

Expand Down
10 changes: 5 additions & 5 deletions packages/search-metadata-previews/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoast/search-metadata-previews",
"version": "1.9.0",
"version": "1.10.1",
"private": false,
"main": "src/index.js",
"repository": {
Expand All @@ -18,9 +18,9 @@
"dependencies": {
"@wordpress/a11y": "^1.0.7",
"@wordpress/i18n": "^1.1.0",
"@yoast/components": "^0.7.0",
"@yoast/helpers": "^0.5.0-rc.0",
"@yoast/style-guide": "^0.5.0",
"@yoast/components": "^0.8.0",
"@yoast/helpers": "^0.6.0-rc.0",
"@yoast/style-guide": "^0.6.0-rc.0",
"draft-js": "^0.10.5",
"draft-js-mention-plugin": "^3.0.4",
"draft-js-plugins-editor": "^2.0.4",
Expand All @@ -30,7 +30,7 @@
"prop-types": "^15.6.0",
"react-transition-group": "^2.7.1",
"styled-components": "^4.2.0",
"yoastseo": "^1.60.0"
"yoastseo": "^1.61.0"
},
"devDependencies": {
"enzyme": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/style-guide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoast/style-guide",
"version": "0.5.0",
"version": "0.6.0-rc.0",
"description": "Yoast style guide.",
"main": "src/index.js",
"repository": "https://github.com/Yoast/javascript",
Expand Down
16 changes: 16 additions & 0 deletions packages/yoast-components/CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ This changelog is according to [Keep a Changelog](http://keepachangelog.com).
All notable changes to this project will be documented in this file.
We follow [Semantic Versioning](http://semver.org/).

## 4.34.1 October 14th, 2019
No user-facing changes.

## 4.34.0 October 14th, 2019
### Fixed
* Fixes a bug where internal linking suggestions were not aligned correctly, but were indented instead.

## 4.33.0 September 30th, 2019
No user-facing changes.

## 4.32.0 September 16th, 2019
No user-facing changes.

## 4.31.0 September 2nd, 2019
No user-facing changes.

## 4.30.0 July 22nd, 2019
### Added
* In the internal linking suggestions component, adds a check for the presence of the prominent words to determine which of the feedback strings should be rendered. If no prominent words are determined for a text (and hence no suggestions), the old message "Once you add a bit more copy..." is rendered. If prominent words are determined, but still no suggestions could be found, a new message is rendered: "We could not find any relevant articles on your website that you could link your post to.".
Expand Down
18 changes: 9 additions & 9 deletions packages/yoast-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yoast-components",
"version": "4.33.0",
"version": "4.34.1",
"description": "Yoast Generic Components",
"homepage": "https://github.com/Yoast/",
"repository": {
Expand Down Expand Up @@ -59,13 +59,13 @@
"dependencies": {
"@wordpress/a11y": "^1.0.7",
"@wordpress/i18n": "^1.1.0",
"@yoast/algolia-search-box": "^1.6.0",
"@yoast/analysis-report": "^0.7.0",
"@yoast/components": "^0.7.0",
"@yoast/configuration-wizard": "^1.6.0",
"@yoast/helpers": "^0.5.0-rc.0",
"@yoast/search-metadata-previews": "^1.9.0",
"@yoast/style-guide": "^0.5.0",
"@yoast/algolia-search-box": "^1.7.0",
"@yoast/analysis-report": "^0.8.0",
"@yoast/components": "^0.8.0",
"@yoast/configuration-wizard": "^1.7.0",
"@yoast/helpers": "^0.6.0-rc.0",
"@yoast/search-metadata-previews": "^1.10.1",
"@yoast/style-guide": "^0.6.0-rc.0",
"algoliasearch": "^3.22.3",
"clipboard": "^1.5.15",
"draft-js": "^0.10.5",
Expand All @@ -84,7 +84,7 @@
"styled-components": "^4.2.0",
"whatwg-fetch": "^1.0.0",
"wicked-good-xpath": "^1.3.0",
"yoastseo": "^1.60.0"
"yoastseo": "^1.61.0"
},
"devDependencies": {
"autoprefixer": "^6.4.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/yoastseo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ This changelog is according to [Keep a Changelog](http://keepachangelog.com).
All notable changes to this project will be documented in this file.
We will follow [Semantic Versioning](http://semver.org/) from version 2 and onwards.

## 1.61.0 October 14th, 2019
### Added
* Adds the transition word assessment for Hungarian, props to [9abor](https://github.com/9abor)

## 1.60.0 September 30th, 2019
No user-facing changes.

## 1.59.0 September 16th, 2019
No user-facing changes.

## 1.58.0 September 3rd, 2019
### Enhancements:
* Implements the assessment that checks whether multiple sentences begin with the same word for Portuguese, props to [amesdigital](https://github.com/amesdigital).
Expand Down
2 changes: 1 addition & 1 deletion packages/yoastseo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"main": "index.js",
"license": "GPL-3.0",
"version": "1.60.0",
"version": "1.61.0",
"repository": {
"type": "git",
"url": "https://github.com/Yoast/javascript.git",
Expand Down

0 comments on commit ffa97fa

Please sign in to comment.