Skip to content

Commit

Permalink
Version Packages (#717)
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 trunk, this PR
will be updated.


# Releases
## @headstartwp/core@1.3.2

### Patch Changes

- 95d6eb9: fix: make convertUrl and removeSourceUrl respect the
original link's trailingslash
- 26246a0: Add the ability to leverage `post.link` for redirecting the
previewed post to the appropriate route via the
`preview.usePostLinkForRedirect` setting.

## @headstartwp/next@1.3.3

### Patch Changes

- 95d6eb9: fix: make convertUrl and removeSourceUrl respect the
original link's trailingslash
- 26246a0: Add the ability to leverage `post.link` for redirecting the
previewed post to the appropriate route via the
`preview.usePostLinkForRedirect` setting.
-   Updated dependencies [95d6eb9]
-   Updated dependencies [26246a0]
    -   @headstartwp/core@1.3.2

## @headstartwp/headstartwp@1.1.2

### Patch Changes

-   479f066: PHPCS 3.0 and code styling updates
-   3f1b4f7: fix: hreflangs tags on multilingual sites
- 26246a0: Add the ability to leverage `post.link` for redirecting the
previewed post to the appropriate route via the
`preview.usePostLinkForRedirect` setting.
-   ac0f168: Fix redirect loop for invalid sitemap paths
  • Loading branch information
nicholasio authored Mar 12, 2024
2 parents 824df5b + be05756 commit 7a40f83
Show file tree
Hide file tree
Showing 16 changed files with 40 additions and 42 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-eggs-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-kiwis-decide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lucky-doors-applaud.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/poor-wolves-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-avocados-unite.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @headstartwp/core

## 1.3.2

### Patch Changes

- 95d6eb96: fix: make convertUrl and removeSourceUrl respect the original link's trailingslash
- 26246a01: Add the ability to leverage `post.link` for redirecting the previewed post to the appropriate route via the `preview.usePostLinkForRedirect` setting.

## 1.3.1

### 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.3.1",
"version": "1.3.2",
"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.3.3

### Patch Changes

- 95d6eb96: fix: make convertUrl and removeSourceUrl respect the original link's trailingslash
- 26246a01: Add the ability to leverage `post.link` for redirecting the previewed post to the appropriate route via the `preview.usePostLinkForRedirect` setting.
- Updated dependencies [95d6eb96]
- Updated dependencies [26246a01]
- @headstartwp/core@1.3.2

## 1.3.2

### 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.3.2",
"version": "1.3.3",
"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 @@ -49,7 +49,7 @@
},
"dependencies": {
"deepmerge": "^4.3.1",
"@headstartwp/core": "^1.3.1",
"@headstartwp/core": "^1.3.2",
"loader-utils": "^3.2.0",
"schema-utils": "^4.0.0"
},
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.3.1",
"@headstartwp/next": "^1.3.2",
"@headstartwp/core": "^1.3.2",
"@headstartwp/next": "^1.3.3",
"@linaria/babel-preset": "^4.4.5",
"@linaria/core": "^4.2.10",
"@linaria/react": "^4.3.8",
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.3.1",
"@headstartwp/next": "^1.3.2",
"@headstartwp/core": "^1.3.2",
"@headstartwp/next": "^1.3.3",
"@linaria/babel-preset": "^4.4.5",
"@linaria/core": "^4.2.10",
"@linaria/react": "^4.3.8",
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.3.1",
"@headstartwp/next": "^1.3.2",
"@headstartwp/core": "^1.3.2",
"@headstartwp/next": "^1.3.3",
"@linaria/babel-preset": "^4.4.5",
"@linaria/core": "^4.2.10",
"@linaria/react": "^4.3.8",
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.3.1",
"@headstartwp/next": "^1.3.2",
"@headstartwp/core": "^1.3.2",
"@headstartwp/next": "^1.3.3",
"@10up/next-redis-cache-provider": "^1.0.0",
"@linaria/babel-preset": "^4.4.5",
"@linaria/core": "^4.2.10",
Expand Down
9 changes: 9 additions & 0 deletions wp/headless-wp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @headstartwp/headstartwp

## 1.1.2

### Patch Changes

- 479f0665: PHPCS 3.0 and code styling updates
- 3f1b4f78: fix: hreflangs tags on multilingual sites
- 26246a01: Add the ability to leverage `post.link` for redirecting the previewed post to the appropriate route via the `preview.usePostLinkForRedirect` setting.
- ac0f1684: Fix redirect loop for invalid sitemap paths

## 1.1.1

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

Please sign in to comment.