Skip to content

Commit

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

### Minor Changes

-   5290658: Fix: xss import issue
  • Loading branch information
nicholasio authored Nov 18, 2024
2 parents 5290658 + 9717dbb commit 3d543e4
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 8 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"happy-bugs-obey",
"happy-squids-admire",
"heavy-bikes-join",
"hungry-mangos-repeat",
"itchy-cooks-tap",
"large-spies-give",
"late-rings-design",
Expand Down
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.5.0-next.7

### Minor Changes

- 5290658: Fix: xss import issue

## 1.5.0-next.6

### 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.5.0-next.6",
"version": "1.5.0-next.7",
"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
2 changes: 1 addition & 1 deletion projects/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@headstartwp/core": "^1.5.0-next.6",
"@headstartwp/core": "^1.5.0-next.7",
"@headstartwp/next": "^1.5.0-next.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion projects/wp-multisite-i18n-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint": "eslint ."
},
"dependencies": {
"@headstartwp/core": "^1.5.0-next.6",
"@headstartwp/core": "^1.5.0-next.7",
"@headstartwp/next": "^1.5.0-next.7",
"@linaria/core": "^6.2.0",
"@linaria/react": "^6.2.1",
Expand Down
2 changes: 1 addition & 1 deletion projects/wp-multisite-nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "^18",
"react-dom": "^18",
"next": "^14.2.5",
"@headstartwp/core": "^1.5.0-next.6",
"@headstartwp/core": "^1.5.0-next.7",
"@headstartwp/next": "^1.5.0-next.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion projects/wp-multisite-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint": "eslint ."
},
"dependencies": {
"@headstartwp/core": "^1.5.0-next.6",
"@headstartwp/core": "^1.5.0-next.7",
"@headstartwp/next": "^1.5.0-next.7",
"@linaria/core": "^6.2.0",
"@linaria/react": "^6.2.1",
Expand Down
2 changes: 1 addition & 1 deletion projects/wp-nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "^18",
"react-dom": "^18",
"next": "^14.2.5",
"@headstartwp/core": "^1.5.0-next.6",
"@headstartwp/core": "^1.5.0-next.7",
"@headstartwp/next": "^1.5.0-next.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion projects/wp-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"tsc": "tsc --noEmit"
},
"dependencies": {
"@headstartwp/core": "^1.5.0-next.6",
"@headstartwp/core": "^1.5.0-next.7",
"@headstartwp/next": "^1.5.0-next.7",
"@10up/next-redis-cache-provider": "^1.0.0",
"@linaria/core": "^6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/wp-polylang-nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "^18",
"react-dom": "^18",
"next": "^14.2.5",
"@headstartwp/core": "^1.5.0-next.6",
"@headstartwp/core": "^1.5.0-next.7",
"@headstartwp/next": "^1.5.0-next.7"
},
"devDependencies": {
Expand Down

0 comments on commit 3d543e4

Please sign in to comment.