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

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
igorschoester committed Jan 6, 2020
1 parent 18a155e commit 26bf977
Show file tree
Hide file tree
Showing 14 changed files with 55 additions and 55 deletions.
18 changes: 9 additions & 9 deletions apps/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoast/example-component-app",
"version": "1.0.53",
"version": "1.0.54",
"description": "This app demonstrates the possibilites of our components",
"main": "index.js",
"author": "Yoast",
Expand All @@ -12,12 +12,12 @@
},
"dependencies": {
"@wordpress/i18n": "1.2.3",
"@yoast/analysis-report": "^0.12.0-rc.2",
"@yoast/components": "^0.12.0-rc.2",
"@yoast/configuration-wizard": "^1.11.0-rc.2",
"@yoast/helpers": "^0.10.0-rc.2",
"@yoast/search-metadata-previews": "^1.15.0-rc.2",
"@yoast/style-guide": "^0.10.0-rc.1",
"@yoast/analysis-report": "^0.12.0",
"@yoast/components": "^0.12.0",
"@yoast/configuration-wizard": "^1.11.0",
"@yoast/helpers": "^0.10.0",
"@yoast/search-metadata-previews": "^1.15.0",
"@yoast/style-guide": "^0.10.0",
"babel-polyfill": "^6.23.0",
"lodash": "4.17.11",
"lodash-es": "^4.17.11",
Expand All @@ -27,7 +27,7 @@
"redux-devtools-dock-monitor": "^1.1.3",
"redux-devtools-log-monitor": "^1.4.0",
"styled-components": "^4.3.2",
"yoastseo": "^1.66.0-rc.1"
"yoastseo": "^1.66.0"
},
"devDependencies": {
"@babel/preset-env": "^7.3.4",
Expand All @@ -49,7 +49,7 @@
"webpack": "4.19.1",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "3.1.14",
"yoast-components": "^4.39.0-rc.2"
"yoast-components": "^4.39.0"
},
"peerDependencies": {
"material-ui": "^0.18.6",
Expand Down
10 changes: 5 additions & 5 deletions apps/content-analysis/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@yoast/content-analysis-app",
"version": "0.1.49",
"version": "0.1.50",
"private": true,
"dependencies": {
"@babel/core": "7.7.4",
"@svgr/webpack": "4.3.3",
"@wordpress/i18n": "^3.1.1",
"@yoast/analysis-report": "^0.12.0-rc.2",
"@yoast/components": "^0.12.0-rc.2",
"@yoast/style-guide": "^0.10.0-rc.1",
"@yoast/analysis-report": "^0.12.0",
"@yoast/components": "^0.12.0",
"@yoast/style-guide": "^0.10.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.3",
"babel-jest": "24.9.0",
Expand Down Expand Up @@ -70,7 +70,7 @@
"webpack-manifest-plugin": "2.2.0",
"workbox-webpack-plugin": "4.3.1",
"worker-loader": "^2.0.0",
"yoastseo": "^1.66.0-rc.1"
"yoastseo": "^1.66.0"
},
"scripts": {
"start": "node scripts/start.js",
Expand Down
10 changes: 5 additions & 5 deletions packages/analysis-report/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoast/analysis-report",
"version": "0.12.0-rc.2",
"version": "0.12.0",
"main": "src/index.js",
"repository": {
"type": "git",
Expand All @@ -17,17 +17,17 @@
"private": false,
"dependencies": {
"@wordpress/i18n": "^1.1.0",
"@yoast/components": "^0.12.0-rc.2",
"@yoast/helpers": "^0.10.0-rc.2",
"@yoast/style-guide": "^0.10.0-rc.1",
"@yoast/components": "^0.12.0",
"@yoast/helpers": "^0.10.0",
"@yoast/style-guide": "^0.10.0",
"lodash": "^4.17.11",
"prop-types": "^15.6.0",
"react": "16.6.3",
"react-dom": "16.6.3",
"styled-components": "^4.2.0"
},
"devDependencies": {
"@yoast/browserslist-config": "^1.1.0-rc.1",
"@yoast/browserslist-config": "^1.1.0",
"browserslist": "^4.7.3",
"jest": "^22.4.3",
"jest-cli": "^22.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/browserslist-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoast/browserslist-config",
"version": "1.1.0-rc.1",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "https://github.com/yoast/javascript",
Expand Down
8 changes: 4 additions & 4 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoast/components",
"version": "0.12.0-rc.2",
"version": "0.12.0",
"description": "Yoast Components",
"main": "src/index.js",
"private": false,
Expand All @@ -24,8 +24,8 @@
"dependencies": {
"@wordpress/a11y": "^1.1.3",
"@wordpress/i18n": "^1.2.3",
"@yoast/helpers": "^0.10.0-rc.2",
"@yoast/style-guide": "^0.10.0-rc.1",
"@yoast/helpers": "^0.10.0",
"@yoast/style-guide": "^0.10.0",
"interpolate-components": "^1.1.1",
"lodash": "^4.17.11",
"prop-types": "^15.7.2",
Expand All @@ -34,7 +34,7 @@
"styled-components": "^4.2.0"
},
"devDependencies": {
"@yoast/browserslist-config": "^1.1.0-rc.1",
"@yoast/browserslist-config": "^1.1.0",
"browserslist": "^4.7.3",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.1.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/configuration-wizard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoast/configuration-wizard",
"version": "1.11.0-rc.2",
"version": "1.11.0",
"description": "Package for our configuration wizard",
"main": "src/index.js",
"repository": {
Expand All @@ -18,15 +18,15 @@
},
"dependencies": {
"@wordpress/i18n": "^1.1.0",
"@yoast/components": "^0.12.0-rc.2",
"@yoast/helpers": "^0.10.0-rc.2",
"@yoast/style-guide": "^0.10.0-rc.1",
"@yoast/components": "^0.12.0",
"@yoast/helpers": "^0.10.0",
"@yoast/style-guide": "^0.10.0",
"interpolate-components": "^1.1.1",
"lodash": "^4.17.11",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@yoast/browserslist-config": "^1.1.0-rc.1",
"@yoast/browserslist-config": "^1.1.0",
"babel-core": "^6.25.0",
"babel-jest": "^22.4.3",
"babel-loader": "^7.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/feature-flag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoast/feature-flag",
"version": "0.4.0-rc.0",
"version": "0.4.0",
"main": "src/index.js",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoast/helpers",
"version": "0.10.0-rc.2",
"version": "0.10.0",
"description": "All Yoast helper functions.",
"main": "src/index.js",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"setupTestFrameworkScriptFile": "<rootDir>/tools/jest/setupTests.js"
},
"devDependencies": {
"@yoast/browserslist-config": "^1.1.0-rc.1",
"@yoast/browserslist-config": "^1.1.0",
"browserslist": "^4.7.3",
"jest-styled-components": "^5.0.1",
"react-test-renderer": "^16.8.6",
Expand Down
12 changes: 6 additions & 6 deletions packages/search-metadata-previews/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoast/search-metadata-previews",
"version": "1.15.0-rc.2",
"version": "1.15.0",
"private": false,
"main": "src/index.js",
"repository": {
Expand All @@ -18,9 +18,9 @@
"dependencies": {
"@wordpress/a11y": "^1.0.7",
"@wordpress/i18n": "^1.1.0",
"@yoast/components": "^0.12.0-rc.2",
"@yoast/helpers": "^0.10.0-rc.2",
"@yoast/style-guide": "^0.10.0-rc.1",
"@yoast/components": "^0.12.0",
"@yoast/helpers": "^0.10.0",
"@yoast/style-guide": "^0.10.0",
"draft-js": "^0.10.5",
"draft-js-mention-plugin": "^3.0.4",
"draft-js-plugins-editor": "^2.0.4",
Expand All @@ -30,10 +30,10 @@
"prop-types": "^15.6.0",
"react-transition-group": "^2.7.1",
"styled-components": "^4.2.0",
"yoastseo": "^1.66.0-rc.1"
"yoastseo": "^1.66.0"
},
"devDependencies": {
"@yoast/browserslist-config": "^1.1.0-rc.1",
"@yoast/browserslist-config": "^1.1.0",
"browserslist": "^4.7.3",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/social-metadata-previews/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoast/social-metadata-previews",
"version": "0.5.0-rc.1",
"version": "0.5.0",
"main": "src/index.js",
"private": false,
"scripts": {
Expand All @@ -17,7 +17,7 @@
"access": "public"
},
"devDependencies": {
"@yoast/browserslist-config": "^1.1.0-rc.1",
"@yoast/browserslist-config": "^1.1.0",
"browserslist": "^4.7.3"
}
}
4 changes: 2 additions & 2 deletions packages/style-guide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoast/style-guide",
"version": "0.10.0-rc.1",
"version": "0.10.0",
"description": "Yoast style guide.",
"main": "src/index.js",
"repository": "https://github.com/Yoast/javascript",
Expand All @@ -11,7 +11,7 @@
"prepublishOnly": "rm -rf dist && cp -R src dist && cp package.json dist/package.json && json -I -f dist/package.json -e \"this.main='index.js'\" && mkdir dist/src && cp src/_colors.scss dist/src/_colors.scss && cp .babelrc dist/.babelrc"
},
"devDependencies": {
"@yoast/browserslist-config": "^1.1.0-rc.1",
"@yoast/browserslist-config": "^1.1.0",
"browserslist": "^4.7.3",
"grunt": "^1.0.3",
"grunt-scss-to-json": "https://github.com/atimmer/grunt-scss-to-json",
Expand Down
18 changes: 9 additions & 9 deletions packages/yoast-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yoast-components",
"version": "4.39.0-rc.2",
"version": "4.39.0",
"description": "Yoast Generic Components",
"homepage": "https://github.com/Yoast/",
"repository": {
Expand Down Expand Up @@ -59,12 +59,12 @@
"dependencies": {
"@wordpress/a11y": "^1.0.7",
"@wordpress/i18n": "^1.1.0",
"@yoast/analysis-report": "^0.12.0-rc.2",
"@yoast/components": "^0.12.0-rc.2",
"@yoast/configuration-wizard": "^1.11.0-rc.2",
"@yoast/helpers": "^0.10.0-rc.2",
"@yoast/search-metadata-previews": "^1.15.0-rc.2",
"@yoast/style-guide": "^0.10.0-rc.1",
"@yoast/analysis-report": "^0.12.0",
"@yoast/components": "^0.12.0",
"@yoast/configuration-wizard": "^1.11.0",
"@yoast/helpers": "^0.10.0",
"@yoast/search-metadata-previews": "^1.15.0",
"@yoast/style-guide": "^0.10.0",
"clipboard": "^1.5.15",
"draft-js": "^0.10.5",
"draft-js-mention-plugin": "^3.0.4",
Expand All @@ -82,10 +82,10 @@
"styled-components": "^4.2.0",
"whatwg-fetch": "^1.0.0",
"wicked-good-xpath": "^1.3.0",
"yoastseo": "^1.66.0-rc.1"
"yoastseo": "^1.66.0"
},
"devDependencies": {
"@yoast/browserslist-config": "^1.1.0-rc.1",
"@yoast/browserslist-config": "^1.1.0",
"autoprefixer": "^6.4.0",
"babel-core": "^6.25.0",
"babel-jest": "^22.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/yoast-social-previews/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yoast-social-previews",
"version": "1.7.0-rc.0",
"version": "1.7.0",
"description": "",
"private": true,
"main": "index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/yoastseo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"main": "index.js",
"license": "GPL-3.0",
"version": "1.66.0-rc.1",
"version": "1.66.0",
"repository": {
"type": "git",
"url": "https://github.com/Yoast/javascript.git",
Expand All @@ -29,7 +29,7 @@
"node": ">=8.0.0"
},
"devDependencies": {
"@yoast/browserslist-config": "^1.1.0-rc.1",
"@yoast/browserslist-config": "^1.1.0",
"autoprefixer": "^9.0.0",
"babel-cli": "^6.16.0",
"babel-core": "^6.26.0",
Expand Down Expand Up @@ -69,7 +69,7 @@
},
"dependencies": {
"@wordpress/autop": "^2.0.2",
"@yoast/feature-flag": "^0.4.0-rc.0",
"@yoast/feature-flag": "^0.4.0",
"htmlparser2": "^3.9.2",
"jed": "^1.1.0",
"lodash-es": "^4.17.10",
Expand Down

0 comments on commit 26bf977

Please sign in to comment.