diff --git a/.changeset/honest-bags-punch.md b/.changeset/honest-bags-punch.md deleted file mode 100644 index 3e4d37dcd..000000000 --- a/.changeset/honest-bags-punch.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@headstartwp/headstartwp": patch -"@headstartwp/core": patch -"@headstartwp/next": patch ---- - -Add ability to preview using an alternative authorization header diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 9e95d56f4..38a2b4128 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @headstartwp/core +## 1.3.1 + +### Patch Changes + +- 0bd8e415: Add ability to preview using an alternative authorization header + ## 1.3.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 881ffd2a9..04f3cb7cd 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@headstartwp/core", - "version": "1.3.0", + "version": "1.3.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", diff --git a/packages/next/CHANGELOG.md b/packages/next/CHANGELOG.md index 275c9704a..c88cfe030 100644 --- a/packages/next/CHANGELOG.md +++ b/packages/next/CHANGELOG.md @@ -1,5 +1,13 @@ # @headstartwp/next +## 1.3.1 + +### Patch Changes + +- 0bd8e415: Add ability to preview using an alternative authorization header +- Updated dependencies [0bd8e415] + - @headstartwp/core@1.3.1 + ## 1.3.0 ### Minor Changes diff --git a/packages/next/package.json b/packages/next/package.json index 72eea31ab..a5566773e 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "@headstartwp/next", - "version": "1.3.0", + "version": "1.3.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", @@ -49,7 +49,7 @@ }, "dependencies": { "deepmerge": "^4.3.1", - "@headstartwp/core": "^1.3.0", + "@headstartwp/core": "^1.3.1", "loader-utils": "^3.2.0", "schema-utils": "^4.0.0" }, diff --git a/projects/wp-multisite-i18n-nextjs/package.json b/projects/wp-multisite-i18n-nextjs/package.json index 052e609a3..dcd02c695 100644 --- a/projects/wp-multisite-i18n-nextjs/package.json +++ b/projects/wp-multisite-i18n-nextjs/package.json @@ -14,8 +14,8 @@ "lint": "eslint ." }, "dependencies": { - "@headstartwp/core": "^1.3.0", - "@headstartwp/next": "^1.3.0", + "@headstartwp/core": "^1.3.1", + "@headstartwp/next": "^1.3.1", "@linaria/babel-preset": "^4.4.5", "@linaria/core": "^4.2.10", "@linaria/react": "^4.3.8", diff --git a/projects/wp-multisite-nextjs/package.json b/projects/wp-multisite-nextjs/package.json index 167d38786..e364b87fe 100644 --- a/projects/wp-multisite-nextjs/package.json +++ b/projects/wp-multisite-nextjs/package.json @@ -14,8 +14,8 @@ "lint": "eslint ." }, "dependencies": { - "@headstartwp/core": "^1.3.0", - "@headstartwp/next": "^1.3.0", + "@headstartwp/core": "^1.3.1", + "@headstartwp/next": "^1.3.1", "@linaria/babel-preset": "^4.4.5", "@linaria/core": "^4.2.10", "@linaria/react": "^4.3.8", diff --git a/projects/wp-nextjs-ts/package.json b/projects/wp-nextjs-ts/package.json index d1b924dcf..280e9f6eb 100644 --- a/projects/wp-nextjs-ts/package.json +++ b/projects/wp-nextjs-ts/package.json @@ -14,8 +14,8 @@ "lint": "eslint ." }, "dependencies": { - "@headstartwp/core": "^1.3.0", - "@headstartwp/next": "^1.3.0", + "@headstartwp/core": "^1.3.1", + "@headstartwp/next": "^1.3.1", "@linaria/babel-preset": "^4.4.5", "@linaria/core": "^4.2.10", "@linaria/react": "^4.3.8", diff --git a/projects/wp-nextjs/package.json b/projects/wp-nextjs/package.json index 88d0acd45..a04adc8bd 100644 --- a/projects/wp-nextjs/package.json +++ b/projects/wp-nextjs/package.json @@ -14,8 +14,8 @@ "lint": "eslint ." }, "dependencies": { - "@headstartwp/core": "^1.3.0", - "@headstartwp/next": "^1.3.0", + "@headstartwp/core": "^1.3.1", + "@headstartwp/next": "^1.3.1", "@10up/next-redis-cache-provider": "^1.0.0", "@linaria/babel-preset": "^4.4.5", "@linaria/core": "^4.2.10", diff --git a/wp/headless-wp/CHANGELOG.md b/wp/headless-wp/CHANGELOG.md index 00e113602..eeb3ee52b 100644 --- a/wp/headless-wp/CHANGELOG.md +++ b/wp/headless-wp/CHANGELOG.md @@ -1,5 +1,11 @@ # @headstartwp/headstartwp +## 1.1.1 + +### Patch Changes + +- 0bd8e415: Add ability to preview using an alternative authorization header + ## 1.1.0 ### Minor Changes diff --git a/wp/headless-wp/package.json b/wp/headless-wp/package.json index 27f2dffc6..6fa598432 100644 --- a/wp/headless-wp/package.json +++ b/wp/headless-wp/package.json @@ -1,6 +1,6 @@ { "name": "@headstartwp/headstartwp", - "version": "1.1.0", + "version": "1.1.1", "private": true, "description": "10up Headless WordPress Plugin", "homepage": "https://github.com/10up/headstartwp/blob/develop/wp/headless-wp/README.md", diff --git a/wp/headless-wp/plugin.php b/wp/headless-wp/plugin.php index dd26d8d87..6034edc11 100644 --- a/wp/headless-wp/plugin.php +++ b/wp/headless-wp/plugin.php @@ -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.0 + * Version: 1.1.1 * Author: 10up * Author URI: https://10up.com * Text Domain: headstartwp @@ -17,7 +17,7 @@ use HeadlessWP\Preview\PreviewToken; // Useful global constants. -define( 'HEADLESS_WP_PLUGIN_VERSION', '1.1.0' ); +define( 'HEADLESS_WP_PLUGIN_VERSION', '1.1.1' ); 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/' );