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 Mar 15, 2021
1 parent 8a318e3 commit 59161c5
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 41 deletions.
14 changes: 7 additions & 7 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.6.0-rc.0",
"version": "1.6.0",
"description": "This app demonstrates the possibilites of our components",
"main": "index.js",
"author": "Yoast",
Expand All @@ -12,11 +12,11 @@
},
"dependencies": {
"@wordpress/i18n": "1.2.3",
"@yoast/analysis-report": "^1.18.0-rc.0",
"@yoast/components": "^2.16.0-rc.0",
"@yoast/configuration-wizard": "^2.19.0-rc.0",
"@yoast/helpers": "^0.15.0",
"@yoast/search-metadata-previews": "^2.21.0-rc.0",
"@yoast/analysis-report": "^1.18.0",
"@yoast/components": "^2.16.0",
"@yoast/configuration-wizard": "^2.19.0",
"@yoast/helpers": "^0.16.0",
"@yoast/search-metadata-previews": "^2.21.0",
"@yoast/style-guide": "^0.13.0",
"babel-polyfill": "^6.23.0",
"lodash": "4.17.11",
Expand Down Expand Up @@ -48,7 +48,7 @@
"webpack": "4.19.1",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "3.1.14",
"yoast-components": "^5.21.0-rc.0"
"yoast-components": "^5.21.0"
},
"peerDependencies": {
"material-ui": "^0.18.6",
Expand Down
6 changes: 3 additions & 3 deletions apps/content-analysis/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@yoast/content-analysis-app",
"version": "0.7.0-rc.0",
"version": "0.7.0",
"private": true,
"dependencies": {
"@babel/core": "7.7.4",
"@svgr/webpack": "4.3.3",
"@wordpress/i18n": "^3.1.1",
"@yoast/analysis-report": "^1.18.0-rc.0",
"@yoast/components": "^2.16.0-rc.0",
"@yoast/analysis-report": "^1.18.0",
"@yoast/components": "^2.16.0",
"@yoast/style-guide": "^0.13.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.3",
Expand Down
6 changes: 3 additions & 3 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": "1.18.0-rc.0",
"version": "1.18.0",
"main": "src/index.js",
"repository": {
"type": "git",
Expand All @@ -17,8 +17,8 @@
"private": false,
"dependencies": {
"@wordpress/i18n": "^1.1.0",
"@yoast/components": "^2.16.0-rc.0",
"@yoast/helpers": "^0.15.0",
"@yoast/components": "^2.16.0",
"@yoast/helpers": "^0.16.0",
"@yoast/style-guide": "^0.13.0",
"lodash": "^4.17.11",
"prop-types": "^15.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoast/components",
"version": "2.16.0-rc.0",
"version": "2.16.0",
"description": "Yoast Components",
"main": "src/index.js",
"private": false,
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@wordpress/a11y": "^1.1.3",
"@wordpress/i18n": "^1.2.3",
"@yoast/helpers": "^0.15.0",
"@yoast/helpers": "^0.16.0",
"@yoast/style-guide": "^0.13.0",
"interpolate-components": "^1.1.1",
"lodash": "^4.17.11",
Expand Down
6 changes: 3 additions & 3 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": "2.19.0-rc.0",
"version": "2.19.0",
"description": "Package for our configuration wizard",
"main": "src/index.js",
"repository": {
Expand All @@ -18,8 +18,8 @@
},
"dependencies": {
"@wordpress/i18n": "^1.1.0",
"@yoast/components": "^2.16.0-rc.0",
"@yoast/helpers": "^0.15.0",
"@yoast/components": "^2.16.0",
"@yoast/helpers": "^0.16.0",
"@yoast/style-guide": "^0.13.0",
"interpolate-components": "^1.1.1",
"lodash": "^4.17.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoast/helpers",
"version": "0.15.0",
"version": "0.16.0",
"description": "All Yoast helper functions.",
"main": "src/index.js",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/replacement-variable-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoast/replacement-variable-editor",
"version": "1.14.0-rc.0",
"version": "1.14.0",
"private": false,
"main": "src/index.js",
"repository": {
Expand Down Expand Up @@ -35,8 +35,8 @@
"dependencies": {
"@wordpress/a11y": "^1.1.3",
"@wordpress/i18n": "^1.2.3",
"@yoast/components": "^2.16.0-rc.0",
"@yoast/helpers": "^0.15.0",
"@yoast/components": "^2.16.0",
"@yoast/helpers": "^0.16.0",
"@yoast/style-guide": "^0.13.0",
"draft-js": "^0.11.4",
"draft-js-mention-plugin": "^3.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/schema-blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoast/schema-blocks",
"version": "1.5.0-rc.0",
"version": "1.5.0",
"main": "dist/index.js",
"license": "MIT",
"private": false,
Expand All @@ -14,7 +14,7 @@
"@wordpress/element": "^2.9.0",
"@wordpress/hooks": "^2.7.0",
"@wordpress/i18n": "^3.9.0",
"@yoast/components": "^2.16.0-rc.0",
"@yoast/components": "^2.16.0",
"lodash": "^4.17.15",
"tokenizr": "^1.5.2"
},
Expand Down
8 changes: 4 additions & 4 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": "2.21.0-rc.0",
"version": "2.21.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": "^2.16.0-rc.0",
"@yoast/helpers": "^0.15.0",
"@yoast/replacement-variable-editor": "^1.14.0-rc.0",
"@yoast/components": "^2.16.0",
"@yoast/helpers": "^0.16.0",
"@yoast/replacement-variable-editor": "^1.14.0",
"@yoast/style-guide": "^0.13.0",
"draft-js": "^0.10.5",
"draft-js-mention-plugin": "^3.0.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/social-metadata-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoast/social-metadata-forms",
"version": "1.14.0-rc.0",
"version": "1.14.0",
"main": "src/index.js",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,8 +37,8 @@
},
"dependencies": {
"@wordpress/i18n": "^1.1.0",
"@yoast/components": "^2.16.0-rc.0",
"@yoast/replacement-variable-editor": "^1.14.0-rc.0",
"@yoast/components": "^2.16.0",
"@yoast/replacement-variable-editor": "^1.14.0",
"@yoast/style-guide": "^0.13.0",
"lodash": "^4.17.11",
"prop-types": "^15.6.0",
Expand Down
6 changes: 3 additions & 3 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": "1.14.0-rc.0",
"version": "1.14.0",
"main": "src/index.js",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,8 +37,8 @@
},
"dependencies": {
"@wordpress/i18n": "^1.1.0",
"@yoast/replacement-variable-editor": "^1.14.0-rc.0",
"@yoast/social-metadata-forms": "^1.14.0-rc.0",
"@yoast/replacement-variable-editor": "^1.14.0",
"@yoast/social-metadata-forms": "^1.14.0",
"@yoast/style-guide": "^0.13.0",
"lodash": "^4.17.11",
"prop-types": "^15.6.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/yoast-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yoast-components",
"version": "5.21.0-rc.0",
"version": "5.21.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": "^1.18.0-rc.0",
"@yoast/components": "^2.16.0-rc.0",
"@yoast/configuration-wizard": "^2.19.0-rc.0",
"@yoast/helpers": "^0.15.0",
"@yoast/replacement-variable-editor": "^1.14.0-rc.0",
"@yoast/search-metadata-previews": "^2.21.0-rc.0",
"@yoast/analysis-report": "^1.18.0",
"@yoast/components": "^2.16.0",
"@yoast/configuration-wizard": "^2.19.0",
"@yoast/helpers": "^0.16.0",
"@yoast/replacement-variable-editor": "^1.14.0",
"@yoast/search-metadata-previews": "^2.21.0",
"@yoast/style-guide": "^0.13.0",
"clipboard": "^1.5.15",
"draft-js": "^0.11.4",
Expand Down

0 comments on commit 59161c5

Please sign in to comment.