@pronto-tools-and-more/components 12.4.0 → 12.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -1564,7 +1564,7 @@ var Seo = ({
1564
1564
  title: `${title}${titlePostfix}`,
1565
1565
  keywords,
1566
1566
  "google-site-verification": googleSiteVerification,
1567
- lang: language,
1567
+ language,
1568
1568
  alternates
1569
1569
  }
1570
1570
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/components",
3
- "version": "12.4.0",
3
+ "version": "12.5.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",