Skip to content

Commit

Permalink
Release (next) (#561)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to develop, this PR
will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

`develop` is currently in **pre mode** so this branch has prereleases
rather than normal releases. If you want to exit prereleases, run
`changeset pre exit` on `develop`.

⚠️⚠️⚠️⚠️⚠️⚠️

# Releases
## @headstartwp/[email protected]

### Patch Changes

- 1494a33: Further Optimize next.js props by removing yoast seo bloat.

## @headstartwp/[email protected]

### Patch Changes

-   232f4e6: Fix: only convertUrls if url starts with sourceUrl
- 1494a33: Further Optimize next.js props by removing yoast seo bloat.
-   Updated dependencies [1494a33]
    -   @headstartwp/[email protected]
  • Loading branch information
nicholasio authored Aug 8, 2023
2 parents 232f4e6 + 62f2fd3 commit c58d618
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
},
"changesets": [
"bright-jokes-learn",
"curly-apricots-stare",
"lovely-chicken-sparkle",
"mighty-stingrays-pay",
"silent-kiwis-compare",
"two-cats-vanish"
]
}
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 9 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions projects/wp-multisite-i18n-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions projects/wp-multisite-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions projects/wp-nextjs-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions projects/wp-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

1 comment on commit c58d618

@vercel
Copy link

@vercel vercel bot commented on c58d618 Aug 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.