diff --git a/.changeset/pre.json b/.changeset/pre.json index 19bc9736e..a297dfaa8 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -15,8 +15,10 @@ }, "changesets": [ "bright-jokes-learn", + "curly-apricots-stare", "lovely-chicken-sparkle", "mighty-stingrays-pay", + "silent-kiwis-compare", "two-cats-vanish" ] } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index afbcdec32..ce3a0842b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @headstartwp/core +## 1.1.0-next.1 + +### Patch Changes + +- 1494a332: Further Optimize next.js props by removing yoast seo bloat. + ## 1.1.0-next.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index f2f520e62..5d233ef4e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@headstartwp/core", - "version": "1.1.0-next.0", + "version": "1.1.0-next.1", "description": "`@headstartwp/core` is the core package that houses framework-agnostic components and utilities for building headless sites with WordPress.", "homepage": "https://github.com/10up/headstartwp/blob/develop/packages/core/README.md", "license": "MIT", diff --git a/packages/next/CHANGELOG.md b/packages/next/CHANGELOG.md index 4576bed70..d9f449021 100644 --- a/packages/next/CHANGELOG.md +++ b/packages/next/CHANGELOG.md @@ -1,5 +1,14 @@ # @headstartwp/next +## 1.1.0-next.1 + +### Patch Changes + +- 232f4e68: Fix: only convertUrls if url starts with sourceUrl +- 1494a332: Further Optimize next.js props by removing yoast seo bloat. +- Updated dependencies [1494a332] + - @headstartwp/core@1.1.0-next.1 + ## 1.1.0-next.0 ### Minor Changes diff --git a/packages/next/package.json b/packages/next/package.json index d039154c9..36674b01a 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "@headstartwp/next", - "version": "1.1.0-next.0", + "version": "1.1.0-next.1", "description": "`@headstartwp/next` is the Next.js bindings for the headless framework.", "homepage": "https://github.com/10up/headstartwp/blob/develop/packages/next/README.md", "license": "MIT", @@ -48,7 +48,7 @@ "lint": "eslint src" }, "dependencies": { - "@headstartwp/core": "^1.1.0-next.0", + "@headstartwp/core": "^1.1.0-next.1", "modify-source-webpack-plugin": "^4.1.0", "loader-utils": "^3.2.0", "schema-utils": "^4.0.0" diff --git a/projects/wp-multisite-i18n-nextjs/package.json b/projects/wp-multisite-i18n-nextjs/package.json index 9eaa1e39e..2c7ec9809 100644 --- a/projects/wp-multisite-i18n-nextjs/package.json +++ b/projects/wp-multisite-i18n-nextjs/package.json @@ -14,8 +14,8 @@ "lint": "eslint ." }, "dependencies": { - "@headstartwp/core": "^1.1.0-next.0", - "@headstartwp/next": "^1.1.0-next.0", + "@headstartwp/core": "^1.1.0-next.1", + "@headstartwp/next": "^1.1.0-next.1", "@linaria/babel-preset": "^4.4.5", "@linaria/core": "^4.2.10", "@linaria/react": "^4.3.8", diff --git a/projects/wp-multisite-nextjs/package.json b/projects/wp-multisite-nextjs/package.json index 205179fb4..78e5cbf98 100644 --- a/projects/wp-multisite-nextjs/package.json +++ b/projects/wp-multisite-nextjs/package.json @@ -14,8 +14,8 @@ "lint": "eslint ." }, "dependencies": { - "@headstartwp/core": "^1.1.0-next.0", - "@headstartwp/next": "^1.1.0-next.0", + "@headstartwp/core": "^1.1.0-next.1", + "@headstartwp/next": "^1.1.0-next.1", "@linaria/babel-preset": "^4.4.5", "@linaria/core": "^4.2.10", "@linaria/react": "^4.3.8", diff --git a/projects/wp-nextjs-ts/package.json b/projects/wp-nextjs-ts/package.json index 06c011df7..8e7d6a147 100644 --- a/projects/wp-nextjs-ts/package.json +++ b/projects/wp-nextjs-ts/package.json @@ -14,8 +14,8 @@ "lint": "eslint ." }, "dependencies": { - "@headstartwp/core": "^1.1.0-next.0", - "@headstartwp/next": "^1.1.0-next.0", + "@headstartwp/core": "^1.1.0-next.1", + "@headstartwp/next": "^1.1.0-next.1", "@linaria/babel-preset": "^4.4.5", "@linaria/core": "^4.2.10", "@linaria/react": "^4.3.8", diff --git a/projects/wp-nextjs/package.json b/projects/wp-nextjs/package.json index 8ac76ad7e..032662965 100644 --- a/projects/wp-nextjs/package.json +++ b/projects/wp-nextjs/package.json @@ -14,8 +14,8 @@ "lint": "eslint ." }, "dependencies": { - "@headstartwp/core": "^1.1.0-next.0", - "@headstartwp/next": "^1.1.0-next.0", + "@headstartwp/core": "^1.1.0-next.1", + "@headstartwp/next": "^1.1.0-next.1", "@10up/next-redis-cache-provider": "^0.1.5", "@linaria/babel-preset": "^4.4.5", "@linaria/core": "^4.2.10",