From 12520ef960f8c1f7789c337354f160a3fc3ac98c Mon Sep 17 00:00:00 2001 From: Igor <35524806+igorschoester@users.noreply.github.com> Date: Tue, 18 May 2021 09:15:17 +0200 Subject: [PATCH] Publish - @yoast/example-component-app@1.9.0 - @yoast/content-analysis-app@0.10.0 - @yoast/analysis-report@1.21.0 - @yoast/components@2.19.0 - @yoast/configuration-wizard@2.22.0 - @yoast/replacement-variable-editor@1.17.0 - @yoast/schema-blocks@1.8.0 - @yoast/search-metadata-previews@2.24.0 - @yoast/social-metadata-forms@1.17.0 - @yoast/social-metadata-previews@1.17.0 - yoast-components@5.24.0 --- apps/components/package.json | 12 ++++++------ apps/content-analysis/package.json | 6 +++--- packages/analysis-report/package.json | 4 ++-- packages/components/package.json | 2 +- packages/configuration-wizard/package.json | 4 ++-- packages/replacement-variable-editor/package.json | 4 ++-- packages/schema-blocks/package.json | 4 ++-- packages/search-metadata-previews/package.json | 6 +++--- packages/social-metadata-forms/package.json | 6 +++--- packages/social-metadata-previews/package.json | 6 +++--- packages/yoast-components/package.json | 12 ++++++------ 11 files changed, 33 insertions(+), 33 deletions(-) diff --git a/apps/components/package.json b/apps/components/package.json index 6f23abe50..4aac59dff 100644 --- a/apps/components/package.json +++ b/apps/components/package.json @@ -1,6 +1,6 @@ { "name": "@yoast/example-component-app", - "version": "1.9.0-rc.1", + "version": "1.9.0", "description": "This app demonstrates the possibilites of our components", "main": "index.js", "author": "Yoast", @@ -12,11 +12,11 @@ }, "dependencies": { "@wordpress/i18n": "1.2.3", - "@yoast/analysis-report": "^1.21.0-rc.0", - "@yoast/components": "^2.19.0-rc.0", - "@yoast/configuration-wizard": "^2.22.0-rc.0", + "@yoast/analysis-report": "^1.21.0", + "@yoast/components": "^2.19.0", + "@yoast/configuration-wizard": "^2.22.0", "@yoast/helpers": "^0.16.0", - "@yoast/search-metadata-previews": "^2.24.0-rc.1", + "@yoast/search-metadata-previews": "^2.24.0", "@yoast/style-guide": "^0.13.0", "babel-polyfill": "^6.23.0", "lodash": "4.17.11", @@ -48,7 +48,7 @@ "webpack": "4.19.1", "webpack-cli": "^2.1.3", "webpack-dev-server": "3.1.14", - "yoast-components": "^5.24.0-rc.1" + "yoast-components": "^5.24.0" }, "peerDependencies": { "material-ui": "^0.18.6", diff --git a/apps/content-analysis/package.json b/apps/content-analysis/package.json index 76b19df1a..70c31e3c0 100644 --- a/apps/content-analysis/package.json +++ b/apps/content-analysis/package.json @@ -1,13 +1,13 @@ { "name": "@yoast/content-analysis-app", - "version": "0.10.0-rc.0", + "version": "0.10.0", "private": true, "dependencies": { "@babel/core": "7.7.4", "@svgr/webpack": "4.3.3", "@wordpress/i18n": "^3.1.1", - "@yoast/analysis-report": "^1.21.0-rc.0", - "@yoast/components": "^2.19.0-rc.0", + "@yoast/analysis-report": "^1.21.0", + "@yoast/components": "^2.19.0", "@yoast/style-guide": "^0.13.0", "babel-core": "7.0.0-bridge.0", "babel-eslint": "10.0.3", diff --git a/packages/analysis-report/package.json b/packages/analysis-report/package.json index 1bd4c6341..66d6064b5 100644 --- a/packages/analysis-report/package.json +++ b/packages/analysis-report/package.json @@ -1,6 +1,6 @@ { "name": "@yoast/analysis-report", - "version": "1.21.0-rc.0", + "version": "1.21.0", "main": "src/index.js", "repository": { "type": "git", @@ -17,7 +17,7 @@ "private": false, "dependencies": { "@wordpress/i18n": "^1.1.0", - "@yoast/components": "^2.19.0-rc.0", + "@yoast/components": "^2.19.0", "@yoast/helpers": "^0.16.0", "@yoast/style-guide": "^0.13.0", "lodash": "^4.17.11", diff --git a/packages/components/package.json b/packages/components/package.json index e9974e885..e36f0141e 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@yoast/components", - "version": "2.19.0-rc.0", + "version": "2.19.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 f1d688a91..bb01538b5 100644 --- a/packages/configuration-wizard/package.json +++ b/packages/configuration-wizard/package.json @@ -1,6 +1,6 @@ { "name": "@yoast/configuration-wizard", - "version": "2.22.0-rc.0", + "version": "2.22.0", "description": "Package for our configuration wizard", "main": "src/index.js", "repository": { @@ -18,7 +18,7 @@ }, "dependencies": { "@wordpress/i18n": "^1.1.0", - "@yoast/components": "^2.19.0-rc.0", + "@yoast/components": "^2.19.0", "@yoast/helpers": "^0.16.0", "@yoast/style-guide": "^0.13.0", "interpolate-components": "^1.1.1", diff --git a/packages/replacement-variable-editor/package.json b/packages/replacement-variable-editor/package.json index 520067625..cacb85699 100644 --- a/packages/replacement-variable-editor/package.json +++ b/packages/replacement-variable-editor/package.json @@ -1,6 +1,6 @@ { "name": "@yoast/replacement-variable-editor", - "version": "1.17.0-rc.1", + "version": "1.17.0", "private": false, "main": "src/index.js", "repository": { @@ -35,7 +35,7 @@ "dependencies": { "@wordpress/a11y": "^1.1.3", "@wordpress/i18n": "^1.2.3", - "@yoast/components": "^2.19.0-rc.0", + "@yoast/components": "^2.19.0", "@yoast/helpers": "^0.16.0", "@yoast/style-guide": "^0.13.0", "draft-js": "^0.11.4", diff --git a/packages/schema-blocks/package.json b/packages/schema-blocks/package.json index b96a399e0..db560ce97 100644 --- a/packages/schema-blocks/package.json +++ b/packages/schema-blocks/package.json @@ -1,6 +1,6 @@ { "name": "@yoast/schema-blocks", - "version": "1.8.0-rc.1", + "version": "1.8.0", "main": "dist/index.js", "typings": "dist/index.d.ts", "license": "MIT", @@ -15,7 +15,7 @@ "@wordpress/element": "^2.9.0", "@wordpress/hooks": "^2.7.0", "@wordpress/i18n": "^3.9.0", - "@yoast/components": "^2.19.0-rc.0", + "@yoast/components": "^2.19.0", "lodash": "^4.17.15", "tokenizr": "^1.5.2" }, diff --git a/packages/search-metadata-previews/package.json b/packages/search-metadata-previews/package.json index fc9666f58..3a8ce3619 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": "2.24.0-rc.1", + "version": "2.24.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": "^2.19.0-rc.0", + "@yoast/components": "^2.19.0", "@yoast/helpers": "^0.16.0", - "@yoast/replacement-variable-editor": "^1.17.0-rc.1", + "@yoast/replacement-variable-editor": "^1.17.0", "@yoast/style-guide": "^0.13.0", "interpolate-components": "^1.1.1", "lodash": "^4.17.11", diff --git a/packages/social-metadata-forms/package.json b/packages/social-metadata-forms/package.json index 022419426..9e84a887f 100644 --- a/packages/social-metadata-forms/package.json +++ b/packages/social-metadata-forms/package.json @@ -1,6 +1,6 @@ { "name": "@yoast/social-metadata-forms", - "version": "1.17.0-rc.1", + "version": "1.17.0", "main": "src/index.js", "repository": { "type": "git", @@ -37,8 +37,8 @@ }, "dependencies": { "@wordpress/i18n": "^1.1.0", - "@yoast/components": "^2.19.0-rc.0", - "@yoast/replacement-variable-editor": "^1.17.0-rc.1", + "@yoast/components": "^2.19.0", + "@yoast/replacement-variable-editor": "^1.17.0", "@yoast/style-guide": "^0.13.0", "lodash": "^4.17.11", "prop-types": "^15.6.0", diff --git a/packages/social-metadata-previews/package.json b/packages/social-metadata-previews/package.json index 4eff8de33..2fc72cedb 100644 --- a/packages/social-metadata-previews/package.json +++ b/packages/social-metadata-previews/package.json @@ -1,6 +1,6 @@ { "name": "@yoast/social-metadata-previews", - "version": "1.17.0-rc.1", + "version": "1.17.0", "main": "src/index.js", "repository": { "type": "git", @@ -37,8 +37,8 @@ }, "dependencies": { "@wordpress/i18n": "^1.1.0", - "@yoast/replacement-variable-editor": "^1.17.0-rc.1", - "@yoast/social-metadata-forms": "^1.17.0-rc.1", + "@yoast/replacement-variable-editor": "^1.17.0", + "@yoast/social-metadata-forms": "^1.17.0", "@yoast/style-guide": "^0.13.0", "lodash": "^4.17.11", "prop-types": "^15.6.0", diff --git a/packages/yoast-components/package.json b/packages/yoast-components/package.json index e07d52ac1..042b53391 100644 --- a/packages/yoast-components/package.json +++ b/packages/yoast-components/package.json @@ -1,6 +1,6 @@ { "name": "yoast-components", - "version": "5.24.0-rc.1", + "version": "5.24.0", "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/analysis-report": "^1.21.0-rc.0", - "@yoast/components": "^2.19.0-rc.0", - "@yoast/configuration-wizard": "^2.22.0-rc.0", + "@yoast/analysis-report": "^1.21.0", + "@yoast/components": "^2.19.0", + "@yoast/configuration-wizard": "^2.22.0", "@yoast/helpers": "^0.16.0", - "@yoast/replacement-variable-editor": "^1.17.0-rc.1", - "@yoast/search-metadata-previews": "^2.24.0-rc.1", + "@yoast/replacement-variable-editor": "^1.17.0", + "@yoast/search-metadata-previews": "^2.24.0", "@yoast/style-guide": "^0.13.0", "clipboard": "^1.5.15", "interpolate-components": "^1.1.0",