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

Commit 0d7d32d

Browse files
committed
1 parent 866b3a0 commit 0d7d32d

File tree

12 files changed

+39
-39
lines changed

12 files changed

+39
-39
lines changed

apps/components/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yoast/example-component-app",
3-
"version": "1.7.0-rc.1",
3+
"version": "1.7.0",
44
"description": "This app demonstrates the possibilites of our components",
55
"main": "index.js",
66
"author": "Yoast",
@@ -12,11 +12,11 @@
1212
},
1313
"dependencies": {
1414
"@wordpress/i18n": "1.2.3",
15-
"@yoast/analysis-report": "^1.19.0-rc.1",
16-
"@yoast/components": "^2.17.0-rc.1",
17-
"@yoast/configuration-wizard": "^2.20.0-rc.1",
15+
"@yoast/analysis-report": "^1.19.0",
16+
"@yoast/components": "^2.17.0",
17+
"@yoast/configuration-wizard": "^2.20.0",
1818
"@yoast/helpers": "^0.16.0",
19-
"@yoast/search-metadata-previews": "^2.22.0-rc.1",
19+
"@yoast/search-metadata-previews": "^2.22.0",
2020
"@yoast/style-guide": "^0.13.0",
2121
"babel-polyfill": "^6.23.0",
2222
"lodash": "4.17.11",
@@ -27,7 +27,7 @@
2727
"redux-devtools-dock-monitor": "^1.1.3",
2828
"redux-devtools-log-monitor": "^1.4.0",
2929
"styled-components": "^4.3.2",
30-
"yoastseo": "^1.91.0-rc.0"
30+
"yoastseo": "^1.91.0"
3131
},
3232
"devDependencies": {
3333
"@babel/preset-env": "^7.3.4",
@@ -48,7 +48,7 @@
4848
"webpack": "4.19.1",
4949
"webpack-cli": "^2.1.3",
5050
"webpack-dev-server": "3.1.14",
51-
"yoast-components": "^5.22.0-rc.1"
51+
"yoast-components": "^5.22.0"
5252
},
5353
"peerDependencies": {
5454
"material-ui": "^0.18.6",

apps/content-analysis/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@yoast/content-analysis-app",
3-
"version": "0.8.0-rc.1",
3+
"version": "0.8.0",
44
"private": true,
55
"dependencies": {
66
"@babel/core": "7.7.4",
77
"@svgr/webpack": "4.3.3",
88
"@wordpress/i18n": "^3.1.1",
9-
"@yoast/analysis-report": "^1.19.0-rc.1",
10-
"@yoast/components": "^2.17.0-rc.1",
9+
"@yoast/analysis-report": "^1.19.0",
10+
"@yoast/components": "^2.17.0",
1111
"@yoast/style-guide": "^0.13.0",
1212
"babel-core": "7.0.0-bridge.0",
1313
"babel-eslint": "10.0.3",
@@ -71,7 +71,7 @@
7171
"webpack-manifest-plugin": "2.2.0",
7272
"workbox-webpack-plugin": "4.3.1",
7373
"worker-loader": "^2.0.0",
74-
"yoastseo": "^1.91.0-rc.0"
74+
"yoastseo": "^1.91.0"
7575
},
7676
"scripts": {
7777
"start": "node scripts/start.js",

packages/analysis-report/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yoast/analysis-report",
3-
"version": "1.19.0-rc.1",
3+
"version": "1.19.0",
44
"main": "src/index.js",
55
"repository": {
66
"type": "git",
@@ -17,7 +17,7 @@
1717
"private": false,
1818
"dependencies": {
1919
"@wordpress/i18n": "^1.1.0",
20-
"@yoast/components": "^2.17.0-rc.1",
20+
"@yoast/components": "^2.17.0",
2121
"@yoast/helpers": "^0.16.0",
2222
"@yoast/style-guide": "^0.13.0",
2323
"lodash": "^4.17.11",

packages/components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yoast/components",
3-
"version": "2.17.0-rc.1",
3+
"version": "2.17.0",
44
"description": "Yoast Components",
55
"main": "src/index.js",
66
"private": false,

packages/configuration-wizard/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yoast/configuration-wizard",
3-
"version": "2.20.0-rc.1",
3+
"version": "2.20.0",
44
"description": "Package for our configuration wizard",
55
"main": "src/index.js",
66
"repository": {
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@wordpress/i18n": "^1.1.0",
21-
"@yoast/components": "^2.17.0-rc.1",
21+
"@yoast/components": "^2.17.0",
2222
"@yoast/helpers": "^0.16.0",
2323
"@yoast/style-guide": "^0.13.0",
2424
"interpolate-components": "^1.1.1",

packages/replacement-variable-editor/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yoast/replacement-variable-editor",
3-
"version": "1.15.0-rc.1",
3+
"version": "1.15.0",
44
"private": false,
55
"main": "src/index.js",
66
"repository": {
@@ -35,7 +35,7 @@
3535
"dependencies": {
3636
"@wordpress/a11y": "^1.1.3",
3737
"@wordpress/i18n": "^1.2.3",
38-
"@yoast/components": "^2.17.0-rc.1",
38+
"@yoast/components": "^2.17.0",
3939
"@yoast/helpers": "^0.16.0",
4040
"@yoast/style-guide": "^0.13.0",
4141
"draft-js": "^0.11.4",
@@ -45,6 +45,6 @@
4545
"lodash": "^4.17.11",
4646
"prop-types": "^15.7.2",
4747
"styled-components": "^4.4.1",
48-
"yoastseo": "^1.91.0-rc.0"
48+
"yoastseo": "^1.91.0"
4949
}
5050
}

packages/schema-blocks/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yoast/schema-blocks",
3-
"version": "1.6.0-rc.2",
3+
"version": "1.6.0",
44
"main": "dist/index.js",
55
"license": "MIT",
66
"private": false,
@@ -14,7 +14,7 @@
1414
"@wordpress/element": "^2.9.0",
1515
"@wordpress/hooks": "^2.7.0",
1616
"@wordpress/i18n": "^3.9.0",
17-
"@yoast/components": "^2.17.0-rc.1",
17+
"@yoast/components": "^2.17.0",
1818
"lodash": "^4.17.15",
1919
"tokenizr": "^1.5.2"
2020
},

packages/search-metadata-previews/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yoast/search-metadata-previews",
3-
"version": "2.22.0-rc.1",
3+
"version": "2.22.0",
44
"private": false,
55
"main": "src/index.js",
66
"repository": {
@@ -18,9 +18,9 @@
1818
"dependencies": {
1919
"@wordpress/a11y": "^1.0.7",
2020
"@wordpress/i18n": "^1.1.0",
21-
"@yoast/components": "^2.17.0-rc.1",
21+
"@yoast/components": "^2.17.0",
2222
"@yoast/helpers": "^0.16.0",
23-
"@yoast/replacement-variable-editor": "^1.15.0-rc.1",
23+
"@yoast/replacement-variable-editor": "^1.15.0",
2424
"@yoast/style-guide": "^0.13.0",
2525
"draft-js": "^0.10.5",
2626
"draft-js-mention-plugin": "^3.0.4",
@@ -31,7 +31,7 @@
3131
"prop-types": "^15.6.0",
3232
"react-transition-group": "^2.7.1",
3333
"styled-components": "^4.2.0",
34-
"yoastseo": "^1.91.0-rc.0"
34+
"yoastseo": "^1.91.0"
3535
},
3636
"devDependencies": {
3737
"@yoast/browserslist-config": "^1.2.2",

packages/social-metadata-forms/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yoast/social-metadata-forms",
3-
"version": "1.15.0-rc.1",
3+
"version": "1.15.0",
44
"main": "src/index.js",
55
"repository": {
66
"type": "git",
@@ -37,8 +37,8 @@
3737
},
3838
"dependencies": {
3939
"@wordpress/i18n": "^1.1.0",
40-
"@yoast/components": "^2.17.0-rc.1",
41-
"@yoast/replacement-variable-editor": "^1.15.0-rc.1",
40+
"@yoast/components": "^2.17.0",
41+
"@yoast/replacement-variable-editor": "^1.15.0",
4242
"@yoast/style-guide": "^0.13.0",
4343
"lodash": "^4.17.11",
4444
"prop-types": "^15.6.0",

packages/social-metadata-previews/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yoast/social-metadata-previews",
3-
"version": "1.15.0-rc.1",
3+
"version": "1.15.0",
44
"main": "src/index.js",
55
"repository": {
66
"type": "git",
@@ -37,8 +37,8 @@
3737
},
3838
"dependencies": {
3939
"@wordpress/i18n": "^1.1.0",
40-
"@yoast/replacement-variable-editor": "^1.15.0-rc.1",
41-
"@yoast/social-metadata-forms": "^1.15.0-rc.1",
40+
"@yoast/replacement-variable-editor": "^1.15.0",
41+
"@yoast/social-metadata-forms": "^1.15.0",
4242
"@yoast/style-guide": "^0.13.0",
4343
"lodash": "^4.17.11",
4444
"prop-types": "^15.6.0",

packages/yoast-components/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yoast-components",
3-
"version": "5.22.0-rc.1",
3+
"version": "5.22.0",
44
"description": "Yoast Generic Components",
55
"homepage": "https://github.com/Yoast/",
66
"repository": {
@@ -59,12 +59,12 @@
5959
"dependencies": {
6060
"@wordpress/a11y": "^1.0.7",
6161
"@wordpress/i18n": "^1.1.0",
62-
"@yoast/analysis-report": "^1.19.0-rc.1",
63-
"@yoast/components": "^2.17.0-rc.1",
64-
"@yoast/configuration-wizard": "^2.20.0-rc.1",
62+
"@yoast/analysis-report": "^1.19.0",
63+
"@yoast/components": "^2.17.0",
64+
"@yoast/configuration-wizard": "^2.20.0",
6565
"@yoast/helpers": "^0.16.0",
66-
"@yoast/replacement-variable-editor": "^1.15.0-rc.1",
67-
"@yoast/search-metadata-previews": "^2.22.0-rc.1",
66+
"@yoast/replacement-variable-editor": "^1.15.0",
67+
"@yoast/search-metadata-previews": "^2.22.0",
6868
"@yoast/style-guide": "^0.13.0",
6969
"clipboard": "^1.5.15",
7070
"draft-js": "^0.11.4",
@@ -83,7 +83,7 @@
8383
"styled-components": "^4.2.0",
8484
"whatwg-fetch": "^1.0.0",
8585
"wicked-good-xpath": "^1.3.0",
86-
"yoastseo": "^1.91.0-rc.0"
86+
"yoastseo": "^1.91.0"
8787
},
8888
"devDependencies": {
8989
"@yoast/browserslist-config": "^1.2.2",

packages/yoastseo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"main": "index.js",
1111
"license": "GPL-3.0",
12-
"version": "1.91.0-rc.0",
12+
"version": "1.91.0",
1313
"repository": {
1414
"type": "git",
1515
"url": "https://github.com/Yoast/javascript.git",

0 commit comments

Comments
 (0)