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

Commit d10f07c

Browse files
committed
1 parent c3a80ba commit d10f07c

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

apps/components/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yoast/example-component-app",
3-
"version": "1.0.36",
3+
"version": "1.0.37",
44
"description": "This app demonstrates the possibilites of our components",
55
"main": "index.js",
66
"author": "Yoast",
@@ -17,7 +17,7 @@
1717
"@yoast/components": "^0.8.0-rc.0",
1818
"@yoast/configuration-wizard": "^1.7.0-rc.0",
1919
"@yoast/helpers": "^0.6.0-rc.0",
20-
"@yoast/search-metadata-previews": "^1.10.0-rc.0",
20+
"@yoast/search-metadata-previews": "^1.10.0",
2121
"@yoast/style-guide": "^0.6.0-rc.0",
2222
"babel-polyfill": "^6.23.0",
2323
"lodash": "4.17.11",
@@ -28,7 +28,7 @@
2828
"redux-devtools-dock-monitor": "^1.1.3",
2929
"redux-devtools-log-monitor": "^1.4.0",
3030
"styled-components": "^4.3.2",
31-
"yoastseo": "^1.61.0-rc.0"
31+
"yoastseo": "^1.61.0"
3232
},
3333
"devDependencies": {
3434
"@babel/preset-env": "^7.3.4",
@@ -50,7 +50,7 @@
5050
"webpack": "4.19.1",
5151
"webpack-cli": "^2.1.3",
5252
"webpack-dev-server": "3.1.14",
53-
"yoast-components": "^4.34.0-rc.0"
53+
"yoast-components": "^4.34.0"
5454
},
5555
"peerDependencies": {
5656
"material-ui": "^0.18.6",

apps/content-analysis/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yoast/content-analysis-app",
3-
"version": "0.1.35",
3+
"version": "0.1.36",
44
"private": true,
55
"dependencies": {
66
"@babel/core": "7.1.6",
@@ -68,7 +68,7 @@
6868
"webpack-manifest-plugin": "2.0.4",
6969
"workbox-webpack-plugin": "3.6.3",
7070
"worker-loader": "^2.0.0",
71-
"yoastseo": "^1.61.0-rc.0"
71+
"yoastseo": "^1.61.0"
7272
},
7373
"scripts": {
7474
"start": "node scripts/start.js",

packages/search-metadata-previews/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yoast/search-metadata-previews",
3-
"version": "1.10.0-rc.0",
3+
"version": "1.10.0",
44
"private": false,
55
"main": "src/index.js",
66
"repository": {
@@ -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.61.0-rc.0"
33+
"yoastseo": "^1.61.0"
3434
},
3535
"devDependencies": {
3636
"enzyme": "^3.3.0",

packages/yoast-components/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yoast-components",
3-
"version": "4.34.0-rc.0",
3+
"version": "4.34.0",
44
"description": "Yoast Generic Components",
55
"homepage": "https://github.com/Yoast/",
66
"repository": {
@@ -64,7 +64,7 @@
6464
"@yoast/components": "^0.8.0-rc.0",
6565
"@yoast/configuration-wizard": "^1.7.0-rc.0",
6666
"@yoast/helpers": "^0.6.0-rc.0",
67-
"@yoast/search-metadata-previews": "^1.10.0-rc.0",
67+
"@yoast/search-metadata-previews": "^1.10.0",
6868
"@yoast/style-guide": "^0.6.0-rc.0",
6969
"algoliasearch": "^3.22.3",
7070
"clipboard": "^1.5.15",
@@ -84,7 +84,7 @@
8484
"styled-components": "^4.2.0",
8585
"whatwg-fetch": "^1.0.0",
8686
"wicked-good-xpath": "^1.3.0",
87-
"yoastseo": "^1.61.0-rc.0"
87+
"yoastseo": "^1.61.0"
8888
},
8989
"devDependencies": {
9090
"autoprefixer": "^6.4.0",

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.61.0-rc.0",
12+
"version": "1.61.0",
1313
"repository": {
1414
"type": "git",
1515
"url": "https://github.com/Yoast/javascript.git",

0 commit comments

Comments
 (0)