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

Commit 651ec5c

Browse files
author
Igor
committed
1 parent a66e016 commit 651ec5c

File tree

9 files changed

+33
-33
lines changed

9 files changed

+33
-33
lines changed

apps/components/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yoast/example-component-app",
3-
"version": "1.0.64-rc.1",
3+
"version": "1.0.64",
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.3.0-rc.1",
16-
"@yoast/components": "^2.1.0-rc.1",
17-
"@yoast/configuration-wizard": "^2.3.0-rc.1",
18-
"@yoast/helpers": "^0.12.0-rc.0",
19-
"@yoast/search-metadata-previews": "^2.3.0-rc.1",
15+
"@yoast/analysis-report": "^1.3.0",
16+
"@yoast/components": "^2.1.0",
17+
"@yoast/configuration-wizard": "^2.3.0",
18+
"@yoast/helpers": "^0.12.0",
19+
"@yoast/search-metadata-previews": "^2.3.0",
2020
"@yoast/style-guide": "^0.11.1",
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.74.0-rc.0"
30+
"yoastseo": "^1.74.0"
3131
},
3232
"devDependencies": {
3333
"@babel/preset-env": "^7.3.4",
@@ -49,7 +49,7 @@
4949
"webpack": "4.19.1",
5050
"webpack-cli": "^2.1.3",
5151
"webpack-dev-server": "3.1.14",
52-
"yoast-components": "^5.3.0-rc.1"
52+
"yoast-components": "^5.3.0"
5353
},
5454
"peerDependencies": {
5555
"material-ui": "^0.18.6",

apps/content-analysis/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@yoast/content-analysis-app",
3-
"version": "0.1.60-rc.1",
3+
"version": "0.1.60",
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.3.0-rc.1",
10-
"@yoast/components": "^2.1.0-rc.1",
9+
"@yoast/analysis-report": "^1.3.0",
10+
"@yoast/components": "^2.1.0",
1111
"@yoast/style-guide": "^0.11.1",
1212
"babel-core": "7.0.0-bridge.0",
1313
"babel-eslint": "10.0.3",
@@ -70,7 +70,7 @@
7070
"webpack-manifest-plugin": "2.2.0",
7171
"workbox-webpack-plugin": "4.3.1",
7272
"worker-loader": "^2.0.0",
73-
"yoastseo": "^1.74.0-rc.0"
73+
"yoastseo": "^1.74.0"
7474
},
7575
"scripts": {
7676
"start": "node scripts/start.js",

packages/analysis-report/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yoast/analysis-report",
3-
"version": "1.3.0-rc.1",
3+
"version": "1.3.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.1.0-rc.1",
21-
"@yoast/helpers": "^0.12.0-rc.0",
20+
"@yoast/components": "^2.1.0",
21+
"@yoast/helpers": "^0.12.0",
2222
"@yoast/style-guide": "^0.11.1",
2323
"lodash": "^4.17.11",
2424
"prop-types": "^15.6.0",

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yoast/components",
3-
"version": "2.1.0-rc.1",
3+
"version": "2.1.0",
44
"description": "Yoast Components",
55
"main": "src/index.js",
66
"private": false,
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@wordpress/a11y": "^1.1.3",
2929
"@wordpress/i18n": "^1.2.3",
30-
"@yoast/helpers": "^0.12.0-rc.0",
30+
"@yoast/helpers": "^0.12.0",
3131
"@yoast/style-guide": "^0.11.1",
3232
"interpolate-components": "^1.1.1",
3333
"lodash": "^4.17.11",

packages/configuration-wizard/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yoast/configuration-wizard",
3-
"version": "2.3.0-rc.1",
3+
"version": "2.3.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.1.0-rc.1",
22-
"@yoast/helpers": "^0.12.0-rc.0",
21+
"@yoast/components": "^2.1.0",
22+
"@yoast/helpers": "^0.12.0",
2323
"@yoast/style-guide": "^0.11.1",
2424
"interpolate-components": "^1.1.1",
2525
"lodash": "^4.17.11",

packages/helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yoast/helpers",
3-
"version": "0.12.0-rc.0",
3+
"version": "0.12.0",
44
"description": "All Yoast helper functions.",
55
"main": "src/index.js",
66
"repository": {

packages/search-metadata-previews/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yoast/search-metadata-previews",
3-
"version": "2.3.0-rc.1",
3+
"version": "2.3.0",
44
"private": false,
55
"main": "src/index.js",
66
"repository": {
@@ -18,8 +18,8 @@
1818
"dependencies": {
1919
"@wordpress/a11y": "^1.0.7",
2020
"@wordpress/i18n": "^1.1.0",
21-
"@yoast/components": "^2.1.0-rc.1",
22-
"@yoast/helpers": "^0.12.0-rc.0",
21+
"@yoast/components": "^2.1.0",
22+
"@yoast/helpers": "^0.12.0",
2323
"@yoast/style-guide": "^0.11.1",
2424
"draft-js": "^0.10.5",
2525
"draft-js-mention-plugin": "^3.0.4",
@@ -30,7 +30,7 @@
3030
"prop-types": "^15.6.0",
3131
"react-transition-group": "^2.7.1",
3232
"styled-components": "^4.2.0",
33-
"yoastseo": "^1.74.0-rc.0"
33+
"yoastseo": "^1.74.0"
3434
},
3535
"devDependencies": {
3636
"@yoast/browserslist-config": "^1.2.1",

packages/yoast-components/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yoast-components",
3-
"version": "5.3.0-rc.1",
3+
"version": "5.3.0",
44
"description": "Yoast Generic Components",
55
"homepage": "https://github.com/Yoast/",
66
"repository": {
@@ -59,11 +59,11 @@
5959
"dependencies": {
6060
"@wordpress/a11y": "^1.0.7",
6161
"@wordpress/i18n": "^1.1.0",
62-
"@yoast/analysis-report": "^1.3.0-rc.1",
63-
"@yoast/components": "^2.1.0-rc.1",
64-
"@yoast/configuration-wizard": "^2.3.0-rc.1",
65-
"@yoast/helpers": "^0.12.0-rc.0",
66-
"@yoast/search-metadata-previews": "^2.3.0-rc.1",
62+
"@yoast/analysis-report": "^1.3.0",
63+
"@yoast/components": "^2.1.0",
64+
"@yoast/configuration-wizard": "^2.3.0",
65+
"@yoast/helpers": "^0.12.0",
66+
"@yoast/search-metadata-previews": "^2.3.0",
6767
"@yoast/style-guide": "^0.11.1",
6868
"clipboard": "^1.5.15",
6969
"draft-js": "^0.10.5",
@@ -82,7 +82,7 @@
8282
"styled-components": "^4.2.0",
8383
"whatwg-fetch": "^1.0.0",
8484
"wicked-good-xpath": "^1.3.0",
85-
"yoastseo": "^1.74.0-rc.0"
85+
"yoastseo": "^1.74.0"
8686
},
8787
"devDependencies": {
8888
"@yoast/browserslist-config": "^1.2.1",

packages/yoastseo/package.json

Lines changed: 1 addition & 1 deletion
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.74.0-rc.0",
12+
"version": "1.74.0",
1313
"repository": {
1414
"type": "git",
1515
"url": "https://github.com/Yoast/javascript.git",

0 commit comments

Comments
 (0)