Skip to content

Commit

Permalink
Release (next) (#855)
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/core@1.5.0-next.5

### Patch Changes

- 8ba6de7: Fix: do not cast menu item ids to number as they are strings
-   d9dcec0: Fix TS type for link component in SettingsContextProps
-   fc7e426: Added - Support for custom menu item CSS classes.
Added - `menu-item-has-children` CSS class for menu item with children.

## @headstartwp/next@1.5.0-next.5

### Patch Changes

- 5900895: [Pages Router] Add support for `wyw-in-js` and latest version
of linaria
-   Updated dependencies [8ba6de7]
-   Updated dependencies [d9dcec0]
-   Updated dependencies [fc7e426]
    -   @headstartwp/core@1.5.0-next.5

## @headstartwp/headstartwp@1.1.4-next.0

### Patch Changes

- 8ba6de7: Fix: do not cast menu item ids to number as they are strings
  • Loading branch information
nicholasio authored Aug 28, 2024
2 parents 8ba6de7 + d085b42 commit 7ce1a64
Show file tree
Hide file tree
Showing 14 changed files with 47 additions and 18 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@headstartwp/headstartwp": "1.1.3"
},
"changesets": [
"blue-hairs-warn",
"cyan-fans-clean",
"famous-apples-knock",
"forty-apes-repair",
Expand All @@ -25,8 +26,11 @@
"heavy-bikes-join",
"itchy-cooks-tap",
"large-spies-give",
"late-rings-design",
"moody-emus-matter",
"perfect-pumas-approve",
"poor-donkeys-march",
"shiny-onions-camp",
"tall-moles-accept",
"tall-peas-compete",
"tasty-waves-juggle",
Expand Down
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @headstartwp/core

## 1.5.0-next.5

### Patch Changes

- 8ba6de7: Fix: do not cast menu item ids to number as they are strings
- d9dcec0: Fix TS type for link component in SettingsContextProps
- fc7e426: Added - Support for custom menu item CSS classes.
Added - `menu-item-has-children` CSS class for menu item with children.

## 1.5.0-next.4

### 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.5.0-next.4",
"version": "1.5.0-next.5",
"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
10 changes: 10 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @headstartwp/next

## 1.5.0-next.5

### Patch Changes

- 5900895: [Pages Router] Add support for `wyw-in-js` and latest version of linaria
- Updated dependencies [8ba6de7]
- Updated dependencies [d9dcec0]
- Updated dependencies [fc7e426]
- @headstartwp/core@1.5.0-next.5

## 1.5.0-next.4

### 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.5.0-next.4",
"version": "1.5.0-next.5",
"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 @@ -58,7 +58,7 @@
"negotiator": "^0.6.3",
"@formatjs/intl-localematcher": "^0.5.4",
"deepmerge": "^4.3.1",
"@headstartwp/core": "^1.5.0-next.4",
"@headstartwp/core": "^1.5.0-next.5",
"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.5.0-next.4",
"@headstartwp/next": "^1.5.0-next.4",
"@headstartwp/core": "^1.5.0-next.5",
"@headstartwp/next": "^1.5.0-next.5",
"@linaria/core": "^6.2.0",
"@linaria/react": "^6.2.1",
"clsx": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions projects/wp-multisite-nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"react": "^18",
"react-dom": "^18",
"next": "^14.2.5",
"@headstartwp/core": "^1.5.0-next.4",
"@headstartwp/next": "^1.5.0-next.4"
"@headstartwp/core": "^1.5.0-next.5",
"@headstartwp/next": "^1.5.0-next.5"
},
"devDependencies": {
"@10up/eslint-config": "^4.0.0",
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.5.0-next.4",
"@headstartwp/next": "^1.5.0-next.4",
"@headstartwp/core": "^1.5.0-next.5",
"@headstartwp/next": "^1.5.0-next.5",
"@linaria/core": "^6.2.0",
"@linaria/react": "^6.2.1",
"clsx": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions projects/wp-nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"react": "^18",
"react-dom": "^18",
"next": "^14.2.5",
"@headstartwp/core": "^1.5.0-next.4",
"@headstartwp/next": "^1.5.0-next.4"
"@headstartwp/core": "^1.5.0-next.5",
"@headstartwp/next": "^1.5.0-next.5"
},
"devDependencies": {
"@10up/eslint-config": "^4.0.0",
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 @@ -15,8 +15,8 @@
"tsc": "tsc --noEmit"
},
"dependencies": {
"@headstartwp/core": "^1.5.0-next.4",
"@headstartwp/next": "^1.5.0-next.4",
"@headstartwp/core": "^1.5.0-next.5",
"@headstartwp/next": "^1.5.0-next.5",
"@10up/next-redis-cache-provider": "^1.0.0",
"@linaria/core": "^6.2.0",
"@linaria/react": "^6.2.1",
Expand Down
4 changes: 2 additions & 2 deletions projects/wp-polylang-nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"react": "^18",
"react-dom": "^18",
"next": "^14.2.5",
"@headstartwp/core": "^1.5.0-next.4",
"@headstartwp/next": "^1.5.0-next.4"
"@headstartwp/core": "^1.5.0-next.5",
"@headstartwp/next": "^1.5.0-next.5"
},
"devDependencies": {
"@10up/eslint-config": "^4.0.0",
Expand Down
6 changes: 6 additions & 0 deletions wp/headless-wp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @headstartwp/headstartwp

## 1.1.4-next.0

### Patch Changes

- 8ba6de7: Fix: do not cast menu item ids to number as they are strings

## 1.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion wp/headless-wp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@headstartwp/headstartwp",
"version": "1.1.3",
"version": "1.1.4-next.0",
"private": true,
"description": "10up Headless WordPress Plugin",
"homepage": "https://github.com/10up/headstartwp/blob/develop/wp/headless-wp/README.md",
Expand Down
4 changes: 2 additions & 2 deletions wp/headless-wp/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: HeadstartWP
* Plugin URI: https://github.com/10up/headstartwp-plugin
* Description: Adds functionality to the WordPress admin and REST API for 10up's headless framework.
* Version: 1.1.3
* Version: 1.1.4-next.0
* Author: 10up
* Author URI: https://10up.com
* Text Domain: headstartwp
Expand All @@ -17,7 +17,7 @@
use HeadlessWP\Preview\PreviewToken;

// Useful global constants.
define( 'HEADLESS_WP_PLUGIN_VERSION', '1.1.3' );
define( 'HEADLESS_WP_PLUGIN_VERSION', '1.1.4-next.0' );
define( 'HEADLESS_WP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'HEADLESS_WP_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
define( 'HEADLESS_WP_PLUGIN_INC', HEADLESS_WP_PLUGIN_PATH . 'includes/' );
Expand Down

0 comments on commit 7ce1a64

Please sign in to comment.