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

Commit c040a10

Browse files
committed
Publish
- @yoast/example-component-app@1.0.33 - @yoast/content-analysis-app@0.1.32 - @yoast/algolia-search-box@1.5.0 - @yoast/analysis-report@0.6.0 - @yoast/components@0.6.0 - @yoast/configuration-wizard@1.5.0 - @yoast/search-metadata-previews@1.8.0 - @yoast/style-guide@0.4.0 - yoast-components@4.32.0 - yoastseo@1.59.0
1 parent a12acc4 commit c040a10

10 files changed

Lines changed: 39 additions & 39 deletions

File tree

apps/components/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yoast/example-component-app",
3-
"version": "1.0.32",
3+
"version": "1.0.33",
44
"description": "This app demonstrates the possibilites of our components",
55
"main": "index.js",
66
"author": "Yoast",
@@ -12,13 +12,13 @@
1212
},
1313
"dependencies": {
1414
"@wordpress/i18n": "1.2.3",
15-
"@yoast/algolia-search-box": "^1.5.0-rc.0",
16-
"@yoast/analysis-report": "^0.6.0-rc.0",
17-
"@yoast/components": "^0.6.0-rc.0",
18-
"@yoast/configuration-wizard": "^1.5.0-rc.0",
15+
"@yoast/algolia-search-box": "^1.5.0",
16+
"@yoast/analysis-report": "^0.6.0",
17+
"@yoast/components": "^0.6.0",
18+
"@yoast/configuration-wizard": "^1.5.0",
1919
"@yoast/helpers": "^0.4.0-rc.2",
20-
"@yoast/search-metadata-previews": "^1.8.0-rc.0",
21-
"@yoast/style-guide": "^0.4.0-rc.1",
20+
"@yoast/search-metadata-previews": "^1.8.0",
21+
"@yoast/style-guide": "^0.4.0",
2222
"babel-polyfill": "^6.23.0",
2323
"lodash": "4.17.11",
2424
"lodash-es": "^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.2.0",
31-
"yoastseo": "^1.59.0-rc.0"
31+
"yoastseo": "^1.59.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.32.0-rc.0"
53+
"yoast-components": "^4.32.0"
5454
},
5555
"peerDependencies": {
5656
"material-ui": "^0.18.6",

apps/content-analysis/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@yoast/content-analysis-app",
3-
"version": "0.1.31",
3+
"version": "0.1.32",
44
"private": true,
55
"dependencies": {
66
"@babel/core": "7.1.6",
77
"@svgr/webpack": "2.4.1",
88
"@wordpress/i18n": "^3.1.1",
9-
"@yoast/analysis-report": "^0.6.0-rc.0",
10-
"@yoast/components": "^0.6.0-rc.0",
11-
"@yoast/style-guide": "^0.4.0-rc.1",
9+
"@yoast/analysis-report": "^0.6.0",
10+
"@yoast/components": "^0.6.0",
11+
"@yoast/style-guide": "^0.4.0",
1212
"babel-core": "7.0.0-bridge.0",
1313
"babel-eslint": "9.0.0",
1414
"babel-jest": "23.6.0",
@@ -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.59.0-rc.0"
71+
"yoastseo": "^1.59.0"
7272
},
7373
"scripts": {
7474
"start": "node scripts/start.js",

packages/algolia-search-box/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yoast/algolia-search-box",
3-
"version": "1.5.0-rc.0",
3+
"version": "1.5.0",
44
"description": "A packages that allows integration with Algolia Search",
55
"main": "src/index.js",
66
"repository": {
@@ -14,9 +14,9 @@
1414
"dependencies": {
1515
"@wordpress/a11y": "^1.0.7",
1616
"@wordpress/i18n": "^1.1.0",
17-
"@yoast/components": "^0.6.0-rc.0",
17+
"@yoast/components": "^0.6.0",
1818
"@yoast/helpers": "^0.4.0-rc.2",
19-
"@yoast/style-guide": "^0.4.0-rc.1",
19+
"@yoast/style-guide": "^0.4.0",
2020
"algoliasearch": "^3.22.3",
2121
"lodash": "^4.17.4",
2222
"prop-types": "^15.6.0",

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": "0.6.0-rc.0",
3+
"version": "0.6.0",
44
"main": "src/index.js",
55
"repository": {
66
"type": "git",
@@ -17,9 +17,9 @@
1717
"private": false,
1818
"dependencies": {
1919
"@wordpress/i18n": "^1.1.0",
20-
"@yoast/components": "^0.6.0-rc.0",
20+
"@yoast/components": "^0.6.0",
2121
"@yoast/helpers": "^0.4.0-rc.2",
22-
"@yoast/style-guide": "^0.4.0-rc.1",
22+
"@yoast/style-guide": "^0.4.0",
2323
"lodash": "^4.17.11",
2424
"prop-types": "^15.6.0",
2525
"react": "16.6.3",

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": "0.6.0-rc.0",
3+
"version": "0.6.0",
44
"description": "Yoast Components",
55
"main": "src/index.js",
66
"private": false,
@@ -25,7 +25,7 @@
2525
"@wordpress/a11y": "^1.1.3",
2626
"@wordpress/i18n": "^1.2.3",
2727
"@yoast/helpers": "^0.4.0-rc.2",
28-
"@yoast/style-guide": "^0.4.0-rc.1",
28+
"@yoast/style-guide": "^0.4.0",
2929
"interpolate-components": "^1.1.1",
3030
"lodash": "^4.17.11",
3131
"prop-types": "^15.7.2",

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": "1.5.0-rc.0",
3+
"version": "1.5.0",
44
"description": "Package for our configuration wizard",
55
"main": "src/index.js",
66
"repository": {
@@ -18,9 +18,9 @@
1818
},
1919
"dependencies": {
2020
"@wordpress/i18n": "^1.1.0",
21-
"@yoast/components": "^0.6.0-rc.0",
21+
"@yoast/components": "^0.6.0",
2222
"@yoast/helpers": "^0.4.0-rc.2",
23-
"@yoast/style-guide": "^0.4.0-rc.1",
23+
"@yoast/style-guide": "^0.4.0",
2424
"interpolate-components": "^1.1.1",
2525
"lodash": "^4.17.11",
2626
"prop-types": "^15.7.2"

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": "1.8.0-rc.0",
3+
"version": "1.8.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": "^0.6.0-rc.0",
21+
"@yoast/components": "^0.6.0",
2222
"@yoast/helpers": "^0.4.0-rc.2",
23-
"@yoast/style-guide": "^0.4.0-rc.1",
23+
"@yoast/style-guide": "^0.4.0",
2424
"draft-js": "^0.10.5",
2525
"draft-js-mention-plugin": "^3.0.4",
2626
"draft-js-plugins-editor": "^2.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.59.0-rc.0"
33+
"yoastseo": "^1.59.0"
3434
},
3535
"devDependencies": {
3636
"enzyme": "^3.3.0",

packages/style-guide/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yoast/style-guide",
3-
"version": "0.4.0-rc.1",
3+
"version": "0.4.0",
44
"description": "Yoast style guide.",
55
"main": "src/index.js",
66
"repository": "https://github.com/Yoast/javascript",

packages/yoast-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-components",
3-
"version": "4.32.0-rc.0",
3+
"version": "4.32.0",
44
"description": "Yoast Generic Components",
55
"homepage": "https://github.com/Yoast/",
66
"repository": {
@@ -59,13 +59,13 @@
5959
"dependencies": {
6060
"@wordpress/a11y": "^1.0.7",
6161
"@wordpress/i18n": "^1.1.0",
62-
"@yoast/algolia-search-box": "^1.5.0-rc.0",
63-
"@yoast/analysis-report": "^0.6.0-rc.0",
64-
"@yoast/components": "^0.6.0-rc.0",
65-
"@yoast/configuration-wizard": "^1.5.0-rc.0",
62+
"@yoast/algolia-search-box": "^1.5.0",
63+
"@yoast/analysis-report": "^0.6.0",
64+
"@yoast/components": "^0.6.0",
65+
"@yoast/configuration-wizard": "^1.5.0",
6666
"@yoast/helpers": "^0.4.0-rc.2",
67-
"@yoast/search-metadata-previews": "^1.8.0-rc.0",
68-
"@yoast/style-guide": "^0.4.0-rc.1",
67+
"@yoast/search-metadata-previews": "^1.8.0",
68+
"@yoast/style-guide": "^0.4.0",
6969
"algoliasearch": "^3.22.3",
7070
"clipboard": "^1.5.15",
7171
"draft-js": "^0.10.5",
@@ -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.59.0-rc.0"
87+
"yoastseo": "^1.59.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.59.0-rc.0",
12+
"version": "1.59.0",
1313
"repository": {
1414
"type": "git",
1515
"url": "https://github.com/Yoast/javascript.git",

0 commit comments

Comments
 (0)