Skip to content

Commit

Permalink
Merge branch 'trunk' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasio committed Jan 27, 2024
2 parents 6a35eaa + 581bb04 commit 582869c
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 35 deletions.
19 changes: 0 additions & 19 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-feet-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-bats-lay.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/next-redis-cache-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @10up/next-redis-cache-provider

## 1.0.0

### Major Changes

- 6956fbb8: Suport for >= Next.js 13.5

## 1.0.0-next.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next-redis-cache-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@10up/next-redis-cache-provider",
"version": "1.0.0-next.0",
"version": "1.0.0",
"description": "Redis cache provider for Next.js",
"homepage": "https://github.com/10up/headstartwp/blob/develop/packages/next-redis-cache-provider/README.md",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions projects/wp-nextjs-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @10up/wp-nextjs-ts

## 0.2.1

## 0.2.1-next.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion projects/wp-nextjs-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@10up/wp-nextjs-ts",
"version": "0.2.1-next.2",
"version": "0.2.1",
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with 10up's Headless Framework.",
"homepage": "https://github.com/10up/headstartwp/blob/develop/projects/wp-nextjs/README.md",
"license": "GPL-2.0-or-later",
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 @@ -16,7 +16,7 @@
"dependencies": {
"@headstartwp/core": "^1.2.0",
"@headstartwp/next": "^1.2.0",
"@10up/next-redis-cache-provider": "^1.0.0-next.0",
"@10up/next-redis-cache-provider": "^1.0.0",
"@linaria/babel-preset": "^4.4.5",
"@linaria/core": "^4.2.10",
"@linaria/react": "^4.3.8",
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.0.13

### Patch Changes

- d33ffc48: Override Yoast head values to fix seo data for search results page.

## 1.0.12

### 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.0.12",
"version": "1.0.13",
"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.0.12
* Version: 1.0.13
* 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.0.12' );
define( 'HEADLESS_WP_PLUGIN_VERSION', '1.0.13' );
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

1 comment on commit 582869c

@vercel
Copy link

@vercel vercel bot commented on 582869c Jan 27, 2024

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.