Skip to content

Commit

Permalink
Release (next) (#758)
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

-   e7c84d5: Fix builds with vite

## @headstartwp/[email protected]

### Patch Changes

-   e7c84d5: Fix builds with vite
-   Updated dependencies [e7c84d5]
    -   @headstartwp/[email protected]
  • Loading branch information
nicholasio authored May 7, 2024
2 parents e7c84d5 + 13df06f commit 1a2fef3
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 11 deletions.
19 changes: 19 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"@headstartwp/core": "1.4.2",
"@10up/react-hooks": "1.2.3",
"@headstartwp/next": "1.4.1",
"@10up/next-redis-cache-provider": "1.0.0",
"@10up/headless-docs": "1.0.0",
"@10up/wp-multisite-i18n-nextjs": "0.2.0",
"@10up/wp-multisite-nextjs": "0.2.0",
"@10up/wp-nextjs": "0.2.0",
"@10up/wp-nextjs-ts": "0.2.1",
"@headstartwp/headstartwp": "1.1.3"
},
"changesets": [
"quick-beers-turn"
]
}
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.4.3-next.0

### Patch Changes

- e7c84d58: Fix builds with vite

## 1.4.2

### Patch 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.4.2",
"version": "1.4.3-next.0",
"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
8 changes: 8 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @headstartwp/next

## 1.4.2-next.0

### Patch Changes

- e7c84d58: Fix builds with vite
- Updated dependencies [e7c84d58]
- @headstartwp/core@1.4.3-next.0

## 1.4.1

### Patch 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.4.1",
"version": "1.4.2-next.0",
"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 @@ -50,7 +50,7 @@
},
"dependencies": {
"deepmerge": "^4.3.1",
"@headstartwp/core": "^1.4.1",
"@headstartwp/core": "^1.4.3-next.0",
"loader-utils": "^3.2.0",
"schema-utils": "^4.0.0",
"@isaacs/ttlcache": "^1.4.1"
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.4.2",
"@headstartwp/next": "^1.4.1",
"@headstartwp/core": "^1.4.3-next.0",
"@headstartwp/next": "^1.4.2-next.0",
"@linaria/core": "^5.0.2",
"@linaria/react": "^5.0.3",
"clsx": "^1.1.1",
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.4.2",
"@headstartwp/next": "^1.4.1",
"@headstartwp/core": "^1.4.3-next.0",
"@headstartwp/next": "^1.4.2-next.0",
"@linaria/core": "^5.0.2",
"@linaria/react": "^5.0.3",
"clsx": "^1.1.1",
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.4.2",
"@headstartwp/next": "^1.4.1",
"@headstartwp/core": "^1.4.3-next.0",
"@headstartwp/next": "^1.4.2-next.0",
"@linaria/core": "^5.0.2",
"@linaria/react": "^5.0.3",
"clsx": "^1.1.1",
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.4.2",
"@headstartwp/next": "^1.4.1",
"@headstartwp/core": "^1.4.3-next.0",
"@headstartwp/next": "^1.4.2-next.0",
"@10up/next-redis-cache-provider": "^1.0.0",
"@linaria/core": "^5.0.2",
"@linaria/react": "^5.0.3",
Expand Down

0 comments on commit 1a2fef3

Please sign in to comment.