Skip to content

Commit

Permalink
Merge branch 'develop' into fix/search-metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
lucymtc committed Jan 26, 2024
2 parents 8a7f0ae + a6a84f7 commit 366ffab
Show file tree
Hide file tree
Showing 14 changed files with 144 additions and 95 deletions.
19 changes: 19 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"@headstartwp/core": "1.2.0",
"@10up/react-hooks": "1.2.3",
"@headstartwp/next": "1.2.0",
"@10up/next-redis-cache-provider": "0.2.0",
"@10up/headless-docs": "1.0.0",
"@10up/wp-multisite-i18n-nextjs": "0.2.0",
"@10up/wp-multisite-nextjs": "0.2.0",
"@10up/wp-nextjs": "0.2.0",
"@10up/wp-nextjs-ts": "0.2.1-next.2",
"@headstartwp/headstartwp": "1.0.12"
},
"changesets": [
"wicked-bats-lay"
]
}
5 changes: 5 additions & 0 deletions .changeset/wicked-bats-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@10up/next-redis-cache-provider": major
---

Suport for >= Next.js 13.5
9 changes: 9 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
image:
file: .gitpod.Dockerfile
tasks:
- name: Start Redis Stack
init: |
docker-compose pull
command: |
alias redis-cli="docker exec -it redis-stack redis-cli"
echo "Use redis-cli to interact with Redis here."
docker-compose up -d
gp sync-done finished
openMode: split-left
- name: Start dev server
init: npm install
command: npm run dev
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: "3.9"
services:
redis:
container_name: redis-stack
image: redis/redis-stack:latest
ports:
- "6379:6379"
12 changes: 6 additions & 6 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 366ffab

Please sign in to comment.