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 Apr 3, 2024
1 parent 2a862d4 commit cdd0f37
Show file tree
Hide file tree
Showing 14 changed files with 43 additions and 64 deletions.
6 changes: 0 additions & 6 deletions .changeset/curly-mirrors-prove.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fast-hats-think.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gentle-zoos-agree.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/kind-carpets-build.md

This file was deleted.

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

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silly-bees-eat.md

This file was deleted.

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

## 1.4.0

### Minor Changes

- cce64d2e: Introducing fetch strategy caching.

### Patch Changes

- 8d3a0f83: Normalize TTL to secs
- 669441f3: Fix: cache handler types, add isCached property
- 498fb394: caching: pass `fetchStrategyOptions` and `path` to cache functions.
- bdcc37f0: Make cache.enabled optional

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

## 1.4.0

### Minor Changes

- cce64d2e: Introducing fetch strategy caching.

### Patch Changes

- 8d3a0f83: Normalize TTL to secs
- 669441f3: Fix: cache handler types, add isCached property
- 498fb394: caching: pass `fetchStrategyOptions` and `path` to cache functions.
- bdcc37f0: Make cache.enabled optional
- Updated dependencies [8d3a0f83]
- Updated dependencies [669441f3]
- Updated dependencies [cce64d2e]
- Updated dependencies [498fb394]
- Updated dependencies [bdcc37f0]
- @headstartwp/core@1.4.0

## 1.4.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.4.0-next.4",
"version": "1.4.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.4.0-next.4",
"@headstartwp/core": "^1.4.0",
"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.4.0-next.4",
"@headstartwp/next": "^1.4.0-next.4",
"@headstartwp/core": "^1.4.0",
"@headstartwp/next": "^1.4.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.4.0-next.4",
"@headstartwp/next": "^1.4.0-next.4",
"@headstartwp/core": "^1.4.0",
"@headstartwp/next": "^1.4.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.4.0-next.4",
"@headstartwp/next": "^1.4.0-next.4",
"@headstartwp/core": "^1.4.0",
"@headstartwp/next": "^1.4.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/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"lint": "eslint ."
},
"dependencies": {
"@headstartwp/core": "^1.4.0-next.4",
"@headstartwp/next": "^1.4.0-next.4",
"@headstartwp/core": "^1.4.0",
"@headstartwp/next": "^1.4.0",
"@10up/next-redis-cache-provider": "^1.0.0",
"@linaria/babel-preset": "^4.4.5",
"@linaria/core": "^4.2.10",
Expand Down

0 comments on commit cdd0f37

Please sign in to comment.