Skip to content

Commit

Permalink
chore: promote from @next
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 22, 2023
1 parent c8afd45 commit 8ab111d
Show file tree
Hide file tree
Showing 14 changed files with 46 additions and 53 deletions.
9 changes: 0 additions & 9 deletions .changeset/lucky-buttons-smile.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-clouds-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-maps-beam.md

This file was deleted.

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.2.0

### Minor Changes

- 6dc435f7: Add support for archive path matching `matchArchivePath`.
Add support for passing a function to `customPostTypes` and `customTaxonomies` option in `headstartwp.config.js`.
Rename `headless.config.js` to `headstartwp.config.js` but keep backward compatibility.
Automatically load `headstartwp.config.js` or `headless.config.js` in `next.config.js`.

## 1.2.0-next.0

### 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.2.0-next.0",
"version": "1.2.0",
"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-redis-cache-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @10up/next-redis-cache-provider

## 0.2.0

### Minor Changes

- 3e73ab7a: Add suport for redis sentinel

### Patch Changes

- 1a24e7f8: Fix sentinel connection params

## 0.2.0-next.1

### Patch 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": "0.2.0-next.1",
"version": "0.2.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
14 changes: 14 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @headstartwp/next

## 1.2.0

### Minor Changes

- 6dc435f7: Add support for archive path matching `matchArchivePath`.
Add support for passing a function to `customPostTypes` and `customTaxonomies` option in `headstartwp.config.js`.
Rename `headless.config.js` to `headstartwp.config.js` but keep backward compatibility.
Automatically load `headstartwp.config.js` or `headless.config.js` in `next.config.js`.

### Patch Changes

- Updated dependencies [6dc435f7]
- @headstartwp/core@1.2.0

## 1.2.0-next.0

### Minor 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.2.0-next.0",
"version": "1.2.0",
"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.2.0-next.0",
"@headstartwp/core": "^1.2.0",
"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.2.0-next.0",
"@headstartwp/next": "^1.2.0-next.0",
"@headstartwp/core": "^1.2.0",
"@headstartwp/next": "^1.2.0",
"@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.2.0-next.0",
"@headstartwp/next": "^1.2.0-next.0",
"@headstartwp/core": "^1.2.0",
"@headstartwp/next": "^1.2.0",
"@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.2.0-next.0",
"@headstartwp/next": "^1.2.0-next.0",
"@headstartwp/core": "^1.2.0",
"@headstartwp/next": "^1.2.0",
"@linaria/babel-preset": "^4.4.5",
"@linaria/core": "^4.2.10",
"@linaria/react": "^4.3.8",
Expand Down
6 changes: 3 additions & 3 deletions projects/wp-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"lint": "eslint ."
},
"dependencies": {
"@headstartwp/core": "^1.2.0-next.0",
"@headstartwp/next": "^1.2.0-next.0",
"@10up/next-redis-cache-provider": "^0.2.0-next.1",
"@headstartwp/core": "^1.2.0",
"@headstartwp/next": "^1.2.0",
"@10up/next-redis-cache-provider": "^0.2.0",
"@linaria/babel-preset": "^4.4.5",
"@linaria/core": "^4.2.10",
"@linaria/react": "^4.3.8",
Expand Down

0 comments on commit 8ab111d

Please sign in to comment.