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
 - @yoast/example-component-app@1.0.38
 - @yoast/content-analysis-app@0.1.37
 - @yoast/algolia-search-box@1.7.0
 - @yoast/analysis-report@0.8.0
 - @yoast/components@0.8.0
 - @yoast/configuration-wizard@1.7.0
 - @yoast/search-metadata-previews@1.10.1
 - yoast-components@4.34.1
  • Loading branch information
hansjovis committed Oct 14, 2019
1 parent badb49a commit 340fe40
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 25 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.0.37",
"version": "1.0.38",
"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/algolia-search-box": "^1.7.0-rc.0",
"@yoast/analysis-report": "^0.8.0-rc.0",
"@yoast/components": "^0.8.0-rc.0",
"@yoast/configuration-wizard": "^1.7.0-rc.0",
"@yoast/algolia-search-box": "^1.7.0",
"@yoast/analysis-report": "^0.8.0",
"@yoast/components": "^0.8.0",
"@yoast/configuration-wizard": "^1.7.0",
"@yoast/helpers": "^0.6.0-rc.0",
"@yoast/search-metadata-previews": "^1.10.0",
"@yoast/search-metadata-previews": "^1.10.1",
"@yoast/style-guide": "^0.6.0-rc.0",
"babel-polyfill": "^6.23.0",
"lodash": "4.17.11",
Expand Down Expand Up @@ -50,7 +50,7 @@
"webpack": "4.19.1",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "3.1.14",
"yoast-components": "^4.34.0"
"yoast-components": "^4.34.1"
},
"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.1.36",
"version": "0.1.37",
"private": true,
"dependencies": {
"@babel/core": "7.1.6",
"@svgr/webpack": "2.4.1",
"@wordpress/i18n": "^3.1.1",
"@yoast/analysis-report": "^0.8.0-rc.0",
"@yoast/components": "^0.8.0-rc.0",
"@yoast/analysis-report": "^0.8.0",
"@yoast/components": "^0.8.0",
"@yoast/style-guide": "^0.6.0-rc.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "9.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/algolia-search-box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoast/algolia-search-box",
"version": "1.7.0-rc.0",
"version": "1.7.0",
"description": "A packages that allows integration with Algolia Search",
"main": "src/index.js",
"repository": {
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"@wordpress/a11y": "^1.0.7",
"@wordpress/i18n": "^1.1.0",
"@yoast/components": "^0.8.0-rc.0",
"@yoast/components": "^0.8.0",
"@yoast/helpers": "^0.6.0-rc.0",
"@yoast/style-guide": "^0.6.0-rc.0",
"algoliasearch": "^3.22.3",
Expand Down
4 changes: 2 additions & 2 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.8.0-rc.0",
"version": "0.8.0",
"main": "src/index.js",
"repository": {
"type": "git",
Expand All @@ -17,7 +17,7 @@
"private": false,
"dependencies": {
"@wordpress/i18n": "^1.1.0",
"@yoast/components": "^0.8.0-rc.0",
"@yoast/components": "^0.8.0",
"@yoast/helpers": "^0.6.0-rc.0",
"@yoast/style-guide": "^0.6.0-rc.0",
"lodash": "^4.17.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoast/components",
"version": "0.8.0-rc.0",
"version": "0.8.0",
"description": "Yoast Components",
"main": "src/index.js",
"private": false,
Expand Down
4 changes: 2 additions & 2 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.7.0-rc.0",
"version": "1.7.0",
"description": "Package for our configuration wizard",
"main": "src/index.js",
"repository": {
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"@wordpress/i18n": "^1.1.0",
"@yoast/components": "^0.8.0-rc.0",
"@yoast/components": "^0.8.0",
"@yoast/helpers": "^0.6.0-rc.0",
"@yoast/style-guide": "^0.6.0-rc.0",
"interpolate-components": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 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.10.0",
"version": "1.10.1",
"private": false,
"main": "src/index.js",
"repository": {
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@wordpress/a11y": "^1.0.7",
"@wordpress/i18n": "^1.1.0",
"@yoast/components": "^0.8.0-rc.0",
"@yoast/components": "^0.8.0",
"@yoast/helpers": "^0.6.0-rc.0",
"@yoast/style-guide": "^0.6.0-rc.0",
"draft-js": "^0.10.5",
Expand Down
12 changes: 6 additions & 6 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.34.0",
"version": "4.34.1",
"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/algolia-search-box": "^1.7.0-rc.0",
"@yoast/analysis-report": "^0.8.0-rc.0",
"@yoast/components": "^0.8.0-rc.0",
"@yoast/configuration-wizard": "^1.7.0-rc.0",
"@yoast/algolia-search-box": "^1.7.0",
"@yoast/analysis-report": "^0.8.0",
"@yoast/components": "^0.8.0",
"@yoast/configuration-wizard": "^1.7.0",
"@yoast/helpers": "^0.6.0-rc.0",
"@yoast/search-metadata-previews": "^1.10.0",
"@yoast/search-metadata-previews": "^1.10.1",
"@yoast/style-guide": "^0.6.0-rc.0",
"algoliasearch": "^3.22.3",
"clipboard": "^1.5.15",
Expand Down

0 comments on commit 340fe40

Please sign in to comment.