From 1ed196316b2deb098d95066dbb93da45ab29a12c Mon Sep 17 00:00:00 2001 From: Natalia Date: Mon, 30 Sep 2019 13:13:40 +0200 Subject: [PATCH 1/8] Add changelogs to packages for 12.3 --- packages/components/CHANGELOG.MD | 4 ++++ packages/yoast-components/CHANGELOG.MD | 13 +++++++++++++ packages/yoastseo/CHANGELOG.md | 10 ++++++++++ 3 files changed, 27 insertions(+) diff --git a/packages/components/CHANGELOG.MD b/packages/components/CHANGELOG.MD index 253f14464d..b2dc541d9e 100644 --- a/packages/components/CHANGELOG.MD +++ b/packages/components/CHANGELOG.MD @@ -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 +* Add a className prop to the AlertContainer. + ## 0.7.0 September 30th, 2019 ### Added * Adds an `Alert` component. diff --git a/packages/yoast-components/CHANGELOG.MD b/packages/yoast-components/CHANGELOG.MD index a0126cdeb2..0596186582 100644 --- a/packages/yoast-components/CHANGELOG.MD +++ b/packages/yoast-components/CHANGELOG.MD @@ -5,6 +5,19 @@ 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.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.". diff --git a/packages/yoastseo/CHANGELOG.md b/packages/yoastseo/CHANGELOG.md index 8e9ce5bd8c..5a8fa5f995 100644 --- a/packages/yoastseo/CHANGELOG.md +++ b/packages/yoastseo/CHANGELOG.md @@ -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). From 0da6f68cf159b41b5cd4065c2b6e98640e8d75c6 Mon Sep 17 00:00:00 2001 From: Natalia Date: Mon, 30 Sep 2019 13:25:14 +0200 Subject: [PATCH 2/8] Update premium configuration dependency in yoastseo --- packages/yoastseo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/yoastseo/package.json b/packages/yoastseo/package.json index 015ccdfa17..14f73e1d7d 100644 --- a/packages/yoastseo/package.json +++ b/packages/yoastseo/package.json @@ -116,6 +116,6 @@ } }, "yoast": { - "premiumConfiguration": "" + "premiumConfiguration": "release-yoast-seo/12.3" } } From 6f061066a56112212c8fc6e3af7979449164eaea Mon Sep 17 00:00:00 2001 From: Natalia Date: Mon, 30 Sep 2019 13:30:00 +0200 Subject: [PATCH 3/8] Publish - @yoast/example-component-app@1.0.36 - @yoast/content-analysis-app@0.1.35 - @yoast/algolia-search-box@1.7.0-rc.0 - @yoast/analysis-report@0.8.0-rc.0 - @yoast/components@0.8.0-rc.0 - @yoast/configuration-wizard@1.7.0-rc.0 - @yoast/helpers@0.6.0-rc.0 - @yoast/search-metadata-previews@1.10.0-rc.0 - @yoast/style-guide@0.6.0-rc.0 - yoast-components@4.34.0-rc.0 - yoastseo@1.61.0-rc.0 --- apps/components/package.json | 20 +++++++++---------- apps/content-analysis/package.json | 10 +++++----- packages/algolia-search-box/package.json | 8 ++++---- packages/analysis-report/package.json | 8 ++++---- packages/components/package.json | 6 +++--- packages/configuration-wizard/package.json | 8 ++++---- packages/helpers/package.json | 2 +- .../search-metadata-previews/package.json | 10 +++++----- packages/style-guide/package.json | 2 +- packages/yoast-components/package.json | 18 ++++++++--------- packages/yoastseo/package.json | 2 +- 11 files changed, 47 insertions(+), 47 deletions(-) diff --git a/apps/components/package.json b/apps/components/package.json index 39d93a15ef..d539b64511 100644 --- a/apps/components/package.json +++ b/apps/components/package.json @@ -1,6 +1,6 @@ { "name": "@yoast/example-component-app", - "version": "1.0.35", + "version": "1.0.36", "description": "This app demonstrates the possibilites of our components", "main": "index.js", "author": "Yoast", @@ -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-rc.0", + "@yoast/analysis-report": "^0.8.0-rc.0", + "@yoast/components": "^0.8.0-rc.0", + "@yoast/configuration-wizard": "^1.7.0-rc.0", + "@yoast/helpers": "^0.6.0-rc.0", + "@yoast/search-metadata-previews": "^1.10.0-rc.0", + "@yoast/style-guide": "^0.6.0-rc.0", "babel-polyfill": "^6.23.0", "lodash": "4.17.11", "lodash-es": "^4.17.11", @@ -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-rc.0" }, "devDependencies": { "@babel/preset-env": "^7.3.4", @@ -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.0-rc.0" }, "peerDependencies": { "material-ui": "^0.18.6", diff --git a/apps/content-analysis/package.json b/apps/content-analysis/package.json index 1d07372f4b..24254d4cdf 100644 --- a/apps/content-analysis/package.json +++ b/apps/content-analysis/package.json @@ -1,14 +1,14 @@ { "name": "@yoast/content-analysis-app", - "version": "0.1.34", + "version": "0.1.35", "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-rc.0", + "@yoast/components": "^0.8.0-rc.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", @@ -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-rc.0" }, "scripts": { "start": "node scripts/start.js", diff --git a/packages/algolia-search-box/package.json b/packages/algolia-search-box/package.json index 52e8e3721d..1014ec4e49 100644 --- a/packages/algolia-search-box/package.json +++ b/packages/algolia-search-box/package.json @@ -1,6 +1,6 @@ { "name": "@yoast/algolia-search-box", - "version": "1.6.0", + "version": "1.7.0-rc.0", "description": "A packages that allows integration with Algolia Search", "main": "src/index.js", "repository": { @@ -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-rc.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", diff --git a/packages/analysis-report/package.json b/packages/analysis-report/package.json index a6fda66f31..5b2d9f6aaa 100644 --- a/packages/analysis-report/package.json +++ b/packages/analysis-report/package.json @@ -1,6 +1,6 @@ { "name": "@yoast/analysis-report", - "version": "0.7.0", + "version": "0.8.0-rc.0", "main": "src/index.js", "repository": { "type": "git", @@ -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-rc.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", diff --git a/packages/components/package.json b/packages/components/package.json index 2564846014..0e8f54f5d9 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@yoast/components", - "version": "0.7.0", + "version": "0.8.0-rc.0", "description": "Yoast Components", "main": "src/index.js", "private": false, @@ -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", diff --git a/packages/configuration-wizard/package.json b/packages/configuration-wizard/package.json index 7db7a2a2fb..9142d80b48 100644 --- a/packages/configuration-wizard/package.json +++ b/packages/configuration-wizard/package.json @@ -1,6 +1,6 @@ { "name": "@yoast/configuration-wizard", - "version": "1.6.0", + "version": "1.7.0-rc.0", "description": "Package for our configuration wizard", "main": "src/index.js", "repository": { @@ -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-rc.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" diff --git a/packages/helpers/package.json b/packages/helpers/package.json index af68e2fa78..0467786709 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -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": { diff --git a/packages/search-metadata-previews/package.json b/packages/search-metadata-previews/package.json index f1e9fb1162..b0da6d52bd 100644 --- a/packages/search-metadata-previews/package.json +++ b/packages/search-metadata-previews/package.json @@ -1,6 +1,6 @@ { "name": "@yoast/search-metadata-previews", - "version": "1.9.0", + "version": "1.10.0-rc.0", "private": false, "main": "src/index.js", "repository": { @@ -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-rc.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", @@ -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-rc.0" }, "devDependencies": { "enzyme": "^3.3.0", diff --git a/packages/style-guide/package.json b/packages/style-guide/package.json index d4532d9eb2..a6931cf99c 100644 --- a/packages/style-guide/package.json +++ b/packages/style-guide/package.json @@ -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", diff --git a/packages/yoast-components/package.json b/packages/yoast-components/package.json index a1dcd2a4ed..454420aa9a 100644 --- a/packages/yoast-components/package.json +++ b/packages/yoast-components/package.json @@ -1,6 +1,6 @@ { "name": "yoast-components", - "version": "4.33.0", + "version": "4.34.0-rc.0", "description": "Yoast Generic Components", "homepage": "https://github.com/Yoast/", "repository": { @@ -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-rc.0", + "@yoast/analysis-report": "^0.8.0-rc.0", + "@yoast/components": "^0.8.0-rc.0", + "@yoast/configuration-wizard": "^1.7.0-rc.0", + "@yoast/helpers": "^0.6.0-rc.0", + "@yoast/search-metadata-previews": "^1.10.0-rc.0", + "@yoast/style-guide": "^0.6.0-rc.0", "algoliasearch": "^3.22.3", "clipboard": "^1.5.15", "draft-js": "^0.10.5", @@ -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-rc.0" }, "devDependencies": { "autoprefixer": "^6.4.0", diff --git a/packages/yoastseo/package.json b/packages/yoastseo/package.json index 14f73e1d7d..82edbc5b35 100644 --- a/packages/yoastseo/package.json +++ b/packages/yoastseo/package.json @@ -9,7 +9,7 @@ ], "main": "index.js", "license": "GPL-3.0", - "version": "1.60.0", + "version": "1.61.0-rc.0", "repository": { "type": "git", "url": "https://github.com/Yoast/javascript.git", From c3a80ba6cfdb4ea70881a26068a18fa1d98d5b49 Mon Sep 17 00:00:00 2001 From: Hans-Christiaan Date: Mon, 14 Oct 2019 10:21:22 +0200 Subject: [PATCH 4/8] Set premium configuration version to empty string. --- packages/yoastseo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/yoastseo/package.json b/packages/yoastseo/package.json index 82edbc5b35..9a7d406c9f 100644 --- a/packages/yoastseo/package.json +++ b/packages/yoastseo/package.json @@ -116,6 +116,6 @@ } }, "yoast": { - "premiumConfiguration": "release-yoast-seo/12.3" + "premiumConfiguration": "" } } From d10f07c421303d00011008f680d531b59b897c3a Mon Sep 17 00:00:00 2001 From: Hans-Christiaan Date: Mon, 14 Oct 2019 10:27:08 +0200 Subject: [PATCH 5/8] Publish - @yoast/example-component-app@1.0.37 - @yoast/content-analysis-app@0.1.36 - @yoast/search-metadata-previews@1.10.0 - yoast-components@4.34.0 - yoastseo@1.61.0 --- apps/components/package.json | 8 ++++---- apps/content-analysis/package.json | 4 ++-- packages/search-metadata-previews/package.json | 4 ++-- packages/yoast-components/package.json | 6 +++--- packages/yoastseo/package.json | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/components/package.json b/apps/components/package.json index d539b64511..d47803370f 100644 --- a/apps/components/package.json +++ b/apps/components/package.json @@ -1,6 +1,6 @@ { "name": "@yoast/example-component-app", - "version": "1.0.36", + "version": "1.0.37", "description": "This app demonstrates the possibilites of our components", "main": "index.js", "author": "Yoast", @@ -17,7 +17,7 @@ "@yoast/components": "^0.8.0-rc.0", "@yoast/configuration-wizard": "^1.7.0-rc.0", "@yoast/helpers": "^0.6.0-rc.0", - "@yoast/search-metadata-previews": "^1.10.0-rc.0", + "@yoast/search-metadata-previews": "^1.10.0", "@yoast/style-guide": "^0.6.0-rc.0", "babel-polyfill": "^6.23.0", "lodash": "4.17.11", @@ -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.61.0-rc.0" + "yoastseo": "^1.61.0" }, "devDependencies": { "@babel/preset-env": "^7.3.4", @@ -50,7 +50,7 @@ "webpack": "4.19.1", "webpack-cli": "^2.1.3", "webpack-dev-server": "3.1.14", - "yoast-components": "^4.34.0-rc.0" + "yoast-components": "^4.34.0" }, "peerDependencies": { "material-ui": "^0.18.6", diff --git a/apps/content-analysis/package.json b/apps/content-analysis/package.json index 24254d4cdf..8cc9a3b784 100644 --- a/apps/content-analysis/package.json +++ b/apps/content-analysis/package.json @@ -1,6 +1,6 @@ { "name": "@yoast/content-analysis-app", - "version": "0.1.35", + "version": "0.1.36", "private": true, "dependencies": { "@babel/core": "7.1.6", @@ -68,7 +68,7 @@ "webpack-manifest-plugin": "2.0.4", "workbox-webpack-plugin": "3.6.3", "worker-loader": "^2.0.0", - "yoastseo": "^1.61.0-rc.0" + "yoastseo": "^1.61.0" }, "scripts": { "start": "node scripts/start.js", diff --git a/packages/search-metadata-previews/package.json b/packages/search-metadata-previews/package.json index b0da6d52bd..e0b9f09aab 100644 --- a/packages/search-metadata-previews/package.json +++ b/packages/search-metadata-previews/package.json @@ -1,6 +1,6 @@ { "name": "@yoast/search-metadata-previews", - "version": "1.10.0-rc.0", + "version": "1.10.0", "private": false, "main": "src/index.js", "repository": { @@ -30,7 +30,7 @@ "prop-types": "^15.6.0", "react-transition-group": "^2.7.1", "styled-components": "^4.2.0", - "yoastseo": "^1.61.0-rc.0" + "yoastseo": "^1.61.0" }, "devDependencies": { "enzyme": "^3.3.0", diff --git a/packages/yoast-components/package.json b/packages/yoast-components/package.json index 454420aa9a..3901e76835 100644 --- a/packages/yoast-components/package.json +++ b/packages/yoast-components/package.json @@ -1,6 +1,6 @@ { "name": "yoast-components", - "version": "4.34.0-rc.0", + "version": "4.34.0", "description": "Yoast Generic Components", "homepage": "https://github.com/Yoast/", "repository": { @@ -64,7 +64,7 @@ "@yoast/components": "^0.8.0-rc.0", "@yoast/configuration-wizard": "^1.7.0-rc.0", "@yoast/helpers": "^0.6.0-rc.0", - "@yoast/search-metadata-previews": "^1.10.0-rc.0", + "@yoast/search-metadata-previews": "^1.10.0", "@yoast/style-guide": "^0.6.0-rc.0", "algoliasearch": "^3.22.3", "clipboard": "^1.5.15", @@ -84,7 +84,7 @@ "styled-components": "^4.2.0", "whatwg-fetch": "^1.0.0", "wicked-good-xpath": "^1.3.0", - "yoastseo": "^1.61.0-rc.0" + "yoastseo": "^1.61.0" }, "devDependencies": { "autoprefixer": "^6.4.0", diff --git a/packages/yoastseo/package.json b/packages/yoastseo/package.json index 9a7d406c9f..1315b7225c 100644 --- a/packages/yoastseo/package.json +++ b/packages/yoastseo/package.json @@ -9,7 +9,7 @@ ], "main": "index.js", "license": "GPL-3.0", - "version": "1.61.0-rc.0", + "version": "1.61.0", "repository": { "type": "git", "url": "https://github.com/Yoast/javascript.git", From badb49a23ef1e3a7278d87d6f52a8ff8f3a125a1 Mon Sep 17 00:00:00 2001 From: Hans-Christiaan Date: Mon, 14 Oct 2019 11:44:31 +0200 Subject: [PATCH 6/8] Fixed typo in components package changelog. --- packages/components/CHANGELOG.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/CHANGELOG.MD b/packages/components/CHANGELOG.MD index b2dc541d9e..aedf52330d 100644 --- a/packages/components/CHANGELOG.MD +++ b/packages/components/CHANGELOG.MD @@ -7,7 +7,7 @@ We follow [Semantic Versioning](http://semver.org/). ## 0.8.0 October 14th, 2019 ### Other -* Add a className prop to the AlertContainer. +* Adds a className prop to the AlertContainer. ## 0.7.0 September 30th, 2019 ### Added From 340fe40137448819bcaaea2aa7ddff4c4f1709ae Mon Sep 17 00:00:00 2001 From: Hans-Christiaan Date: Mon, 14 Oct 2019 11:48:30 +0200 Subject: [PATCH 7/8] Publish - @yoast/example-component-app@1.0.38 - @yoast/content-analysis-app@0.1.37 - @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/search-metadata-previews@1.10.1 - yoast-components@4.34.1 --- apps/components/package.json | 14 +++++++------- apps/content-analysis/package.json | 6 +++--- packages/algolia-search-box/package.json | 4 ++-- packages/analysis-report/package.json | 4 ++-- packages/components/package.json | 2 +- packages/configuration-wizard/package.json | 4 ++-- packages/search-metadata-previews/package.json | 4 ++-- packages/yoast-components/package.json | 12 ++++++------ 8 files changed, 25 insertions(+), 25 deletions(-) diff --git a/apps/components/package.json b/apps/components/package.json index d47803370f..4a817d6393 100644 --- a/apps/components/package.json +++ b/apps/components/package.json @@ -1,6 +1,6 @@ { "name": "@yoast/example-component-app", - "version": "1.0.37", + "version": "1.0.38", "description": "This app demonstrates the possibilites of our components", "main": "index.js", "author": "Yoast", @@ -12,12 +12,12 @@ }, "dependencies": { "@wordpress/i18n": "1.2.3", - "@yoast/algolia-search-box": "^1.7.0-rc.0", - "@yoast/analysis-report": "^0.8.0-rc.0", - "@yoast/components": "^0.8.0-rc.0", - "@yoast/configuration-wizard": "^1.7.0-rc.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.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", @@ -50,7 +50,7 @@ "webpack": "4.19.1", "webpack-cli": "^2.1.3", "webpack-dev-server": "3.1.14", - "yoast-components": "^4.34.0" + "yoast-components": "^4.34.1" }, "peerDependencies": { "material-ui": "^0.18.6", diff --git a/apps/content-analysis/package.json b/apps/content-analysis/package.json index 8cc9a3b784..316bbd1eba 100644 --- a/apps/content-analysis/package.json +++ b/apps/content-analysis/package.json @@ -1,13 +1,13 @@ { "name": "@yoast/content-analysis-app", - "version": "0.1.36", + "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.8.0-rc.0", - "@yoast/components": "^0.8.0-rc.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", diff --git a/packages/algolia-search-box/package.json b/packages/algolia-search-box/package.json index 1014ec4e49..6c52e676c2 100644 --- a/packages/algolia-search-box/package.json +++ b/packages/algolia-search-box/package.json @@ -1,6 +1,6 @@ { "name": "@yoast/algolia-search-box", - "version": "1.7.0-rc.0", + "version": "1.7.0", "description": "A packages that allows integration with Algolia Search", "main": "src/index.js", "repository": { @@ -14,7 +14,7 @@ "dependencies": { "@wordpress/a11y": "^1.0.7", "@wordpress/i18n": "^1.1.0", - "@yoast/components": "^0.8.0-rc.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", diff --git a/packages/analysis-report/package.json b/packages/analysis-report/package.json index 5b2d9f6aaa..9df6943eea 100644 --- a/packages/analysis-report/package.json +++ b/packages/analysis-report/package.json @@ -1,6 +1,6 @@ { "name": "@yoast/analysis-report", - "version": "0.8.0-rc.0", + "version": "0.8.0", "main": "src/index.js", "repository": { "type": "git", @@ -17,7 +17,7 @@ "private": false, "dependencies": { "@wordpress/i18n": "^1.1.0", - "@yoast/components": "^0.8.0-rc.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", diff --git a/packages/components/package.json b/packages/components/package.json index 0e8f54f5d9..ab4fe69a78 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@yoast/components", - "version": "0.8.0-rc.0", + "version": "0.8.0", "description": "Yoast Components", "main": "src/index.js", "private": false, diff --git a/packages/configuration-wizard/package.json b/packages/configuration-wizard/package.json index 9142d80b48..ea5e4d7849 100644 --- a/packages/configuration-wizard/package.json +++ b/packages/configuration-wizard/package.json @@ -1,6 +1,6 @@ { "name": "@yoast/configuration-wizard", - "version": "1.7.0-rc.0", + "version": "1.7.0", "description": "Package for our configuration wizard", "main": "src/index.js", "repository": { @@ -18,7 +18,7 @@ }, "dependencies": { "@wordpress/i18n": "^1.1.0", - "@yoast/components": "^0.8.0-rc.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", diff --git a/packages/search-metadata-previews/package.json b/packages/search-metadata-previews/package.json index e0b9f09aab..717445d5d5 100644 --- a/packages/search-metadata-previews/package.json +++ b/packages/search-metadata-previews/package.json @@ -1,6 +1,6 @@ { "name": "@yoast/search-metadata-previews", - "version": "1.10.0", + "version": "1.10.1", "private": false, "main": "src/index.js", "repository": { @@ -18,7 +18,7 @@ "dependencies": { "@wordpress/a11y": "^1.0.7", "@wordpress/i18n": "^1.1.0", - "@yoast/components": "^0.8.0-rc.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", diff --git a/packages/yoast-components/package.json b/packages/yoast-components/package.json index 3901e76835..4afe3d2dd9 100644 --- a/packages/yoast-components/package.json +++ b/packages/yoast-components/package.json @@ -1,6 +1,6 @@ { "name": "yoast-components", - "version": "4.34.0", + "version": "4.34.1", "description": "Yoast Generic Components", "homepage": "https://github.com/Yoast/", "repository": { @@ -59,12 +59,12 @@ "dependencies": { "@wordpress/a11y": "^1.0.7", "@wordpress/i18n": "^1.1.0", - "@yoast/algolia-search-box": "^1.7.0-rc.0", - "@yoast/analysis-report": "^0.8.0-rc.0", - "@yoast/components": "^0.8.0-rc.0", - "@yoast/configuration-wizard": "^1.7.0-rc.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.0", + "@yoast/search-metadata-previews": "^1.10.1", "@yoast/style-guide": "^0.6.0-rc.0", "algoliasearch": "^3.22.3", "clipboard": "^1.5.15", From c615bbab476cc10241b86093cfcc345359627641 Mon Sep 17 00:00:00 2001 From: Hans-Christiaan Date: Mon, 14 Oct 2019 11:56:39 +0200 Subject: [PATCH 8/8] Updated changelogs of packages because of new release of components package. Since Lerna did not want to publish a new version of components, we had to force a new release instead. This forced releases of other packages, since their components dependency got bumped. --- packages/algolia-search-box/CHANGELOG.MD | 4 +++- packages/analysis-report/CHANGELOG.MD | 3 +++ packages/configuration-wizard/CHANGELOG.md | 2 ++ packages/search-metadata-previews/CHANGELOG.md | 9 +++++++++ packages/yoast-components/CHANGELOG.MD | 3 +++ 5 files changed, 20 insertions(+), 1 deletion(-) diff --git a/packages/algolia-search-box/CHANGELOG.MD b/packages/algolia-search-box/CHANGELOG.MD index 79b0730a2e..9dfa6ff0cb 100644 --- a/packages/algolia-search-box/CHANGELOG.MD +++ b/packages/algolia-search-box/CHANGELOG.MD @@ -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 ### Fixed @@ -12,4 +14,4 @@ We follow [Semantic Versioning](http://semver.org/). ## 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. \ No newline at end of file +* 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. diff --git a/packages/analysis-report/CHANGELOG.MD b/packages/analysis-report/CHANGELOG.MD index 0381ee8a4a..5cefea8844 100644 --- a/packages/analysis-report/CHANGELOG.MD +++ b/packages/analysis-report/CHANGELOG.MD @@ -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. diff --git a/packages/configuration-wizard/CHANGELOG.md b/packages/configuration-wizard/CHANGELOG.md index a7c3dd0bf8..8d8edf6130 100644 --- a/packages/configuration-wizard/CHANGELOG.md +++ b/packages/configuration-wizard/CHANGELOG.md @@ -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 diff --git a/packages/search-metadata-previews/CHANGELOG.md b/packages/search-metadata-previews/CHANGELOG.md index 6a15f11a4c..9c35e5fb4f 100644 --- a/packages/search-metadata-previews/CHANGELOG.md +++ b/packages/search-metadata-previews/CHANGELOG.md @@ -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 diff --git a/packages/yoast-components/CHANGELOG.MD b/packages/yoast-components/CHANGELOG.MD index 0596186582..29c247184f 100644 --- a/packages/yoast-components/CHANGELOG.MD +++ b/packages/yoast-components/CHANGELOG.MD @@ -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/). +## 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.