Skip to content

Commit

Permalink
Update cache-handler readme and docs banner (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
better-salmon authored Jan 19, 2024
1 parent 3f02029 commit 187893c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/cache-handler-docs/theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ export default {
banner: {
key: '0.6.0-release',
text: (
<a href={`${process.env.NEXT_PUBLIC_BASE_URL}`}>
πŸŽ‰ Version 0.6.5 is out, offering stale-while-revalidate strategy emulation and codebase improvements!
<a href="https://nextjs.org/blog/next-14-1">
πŸŽ‰ Next.js stabilized the API, and we are almost there, just a few steps before version 1.0.0!
</a>
),
},
Expand Down
4 changes: 2 additions & 2 deletions packages/cache-handler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**Flexible API to replace the default Next.js cache, accommodating custom cache solutions for multi-instance self-hosted deployments**

πŸŽ‰ Version 0.6.5 is out, offering stale-while-revalidate strategy emulation and codebase improvements!
πŸŽ‰ Next.js stabilized the API, and we are almost there, just a few steps before version 1.0.0!

Check out the [changelog](https://github.com/caching-tools/next-shared-cache/blob/canary/packages/cache-handler/CHANGELOG.md)

Expand Down Expand Up @@ -62,7 +62,7 @@ Discover the versatility of `@neshca/cache-handler` in the examples section, whe

## Project Status

This project is on its way to a stable release but will remain in beta until Next.js stabilizes [cacheHandler API](https://github.com/vercel/next.js/pull/57953). Any **breaking changes** made to the API will result in a **minor** version increase of the package until it reaches a stable version. You are welcome to try it out and provide feedback.
Next.js stabilized the API, and we are almost there. Any **breaking changes** made to the library will result in a **major** version increase of the package. You are welcome to try it out and provide feedback.

### Roadmap

Expand Down

0 comments on commit 187893c

Please sign in to comment.