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

Commit 59161c5

Browse files
committed
1 parent 8a318e3 commit 59161c5

File tree

12 files changed

+41
-41
lines changed

12 files changed

+41
-41
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.6.0-rc.0",
3+
"version": "1.6.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.18.0-rc.0",
16-
"@yoast/components": "^2.16.0-rc.0",
17-
"@yoast/configuration-wizard": "^2.19.0-rc.0",
18-
"@yoast/helpers": "^0.15.0",
19-
"@yoast/search-metadata-previews": "^2.21.0-rc.0",
15+
"@yoast/analysis-report": "^1.18.0",
16+
"@yoast/components": "^2.16.0",
17+
"@yoast/configuration-wizard": "^2.19.0",
18+
"@yoast/helpers": "^0.16.0",
19+
"@yoast/search-metadata-previews": "^2.21.0",
2020
"@yoast/style-guide": "^0.13.0",
2121
"babel-polyfill": "^6.23.0",
2222
"lodash": "4.17.11",
@@ -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.21.0-rc.0"
51+
"yoast-components": "^5.21.0"
5252
},
5353
"peerDependencies": {
5454
"material-ui": "^0.18.6",

apps/content-analysis/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@yoast/content-analysis-app",
3-
"version": "0.7.0-rc.0",
3+
"version": "0.7.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.18.0-rc.0",
10-
"@yoast/components": "^2.16.0-rc.0",
9+
"@yoast/analysis-report": "^1.18.0",
10+
"@yoast/components": "^2.16.0",
1111
"@yoast/style-guide": "^0.13.0",
1212
"babel-core": "7.0.0-bridge.0",
1313
"babel-eslint": "10.0.3",

packages/analysis-report/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yoast/analysis-report",
3-
"version": "1.18.0-rc.0",
3+
"version": "1.18.0",
44
"main": "src/index.js",
55
"repository": {
66
"type": "git",
@@ -17,8 +17,8 @@
1717
"private": false,
1818
"dependencies": {
1919
"@wordpress/i18n": "^1.1.0",
20-
"@yoast/components": "^2.16.0-rc.0",
21-
"@yoast/helpers": "^0.15.0",
20+
"@yoast/components": "^2.16.0",
21+
"@yoast/helpers": "^0.16.0",
2222
"@yoast/style-guide": "^0.13.0",
2323
"lodash": "^4.17.11",
2424
"prop-types": "^15.6.0",

packages/components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yoast/components",
3-
"version": "2.16.0-rc.0",
3+
"version": "2.16.0",
44
"description": "Yoast Components",
55
"main": "src/index.js",
66
"private": false,
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"@wordpress/a11y": "^1.1.3",
3535
"@wordpress/i18n": "^1.2.3",
36-
"@yoast/helpers": "^0.15.0",
36+
"@yoast/helpers": "^0.16.0",
3737
"@yoast/style-guide": "^0.13.0",
3838
"interpolate-components": "^1.1.1",
3939
"lodash": "^4.17.11",

packages/configuration-wizard/package.json

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

packages/helpers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yoast/helpers",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"description": "All Yoast helper functions.",
55
"main": "src/index.js",
66
"repository": {

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.14.0-rc.0",
3+
"version": "1.14.0",
44
"private": false,
55
"main": "src/index.js",
66
"repository": {
@@ -35,8 +35,8 @@
3535
"dependencies": {
3636
"@wordpress/a11y": "^1.1.3",
3737
"@wordpress/i18n": "^1.2.3",
38-
"@yoast/components": "^2.16.0-rc.0",
39-
"@yoast/helpers": "^0.15.0",
38+
"@yoast/components": "^2.16.0",
39+
"@yoast/helpers": "^0.16.0",
4040
"@yoast/style-guide": "^0.13.0",
4141
"draft-js": "^0.11.4",
4242
"draft-js-mention-plugin": "^3.0.4",

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.5.0-rc.0",
3+
"version": "1.5.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.16.0-rc.0",
17+
"@yoast/components": "^2.16.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.21.0-rc.0",
3+
"version": "2.21.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.16.0-rc.0",
22-
"@yoast/helpers": "^0.15.0",
23-
"@yoast/replacement-variable-editor": "^1.14.0-rc.0",
21+
"@yoast/components": "^2.16.0",
22+
"@yoast/helpers": "^0.16.0",
23+
"@yoast/replacement-variable-editor": "^1.14.0",
2424
"@yoast/style-guide": "^0.13.0",
2525
"draft-js": "^0.10.5",
2626
"draft-js-mention-plugin": "^3.0.4",

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.14.0-rc.0",
3+
"version": "1.14.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.16.0-rc.0",
41-
"@yoast/replacement-variable-editor": "^1.14.0-rc.0",
40+
"@yoast/components": "^2.16.0",
41+
"@yoast/replacement-variable-editor": "^1.14.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.14.0-rc.0",
3+
"version": "1.14.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.14.0-rc.0",
41-
"@yoast/social-metadata-forms": "^1.14.0-rc.0",
40+
"@yoast/replacement-variable-editor": "^1.14.0",
41+
"@yoast/social-metadata-forms": "^1.14.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.21.0-rc.0",
3+
"version": "5.21.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.18.0-rc.0",
63-
"@yoast/components": "^2.16.0-rc.0",
64-
"@yoast/configuration-wizard": "^2.19.0-rc.0",
65-
"@yoast/helpers": "^0.15.0",
66-
"@yoast/replacement-variable-editor": "^1.14.0-rc.0",
67-
"@yoast/search-metadata-previews": "^2.21.0-rc.0",
62+
"@yoast/analysis-report": "^1.18.0",
63+
"@yoast/components": "^2.16.0",
64+
"@yoast/configuration-wizard": "^2.19.0",
65+
"@yoast/helpers": "^0.16.0",
66+
"@yoast/replacement-variable-editor": "^1.14.0",
67+
"@yoast/search-metadata-previews": "^2.21.0",
6868
"@yoast/style-guide": "^0.13.0",
6969
"clipboard": "^1.5.15",
7070
"draft-js": "^0.11.4",

0 commit comments

Comments
 (0)