Skip to content

Commit

Permalink
Version Packages (#271)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 19, 2024
1 parent 187893c commit 6e2bbd7
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-rivers-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-melons-judge.md

This file was deleted.

6 changes: 6 additions & 0 deletions docs/cache-handler-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# cache-handler-docs

## 0.6.4

### Patch Changes

- 5ba656c: Updated installation documentation section with stabilized `cacheHandler` Next Config option.

## 0.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/cache-handler-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cache-handler-docs",
"version": "0.6.3",
"version": "0.6.4",
"private": true,
"scripts": {
"build:docs": "next build",
Expand Down
6 changes: 6 additions & 0 deletions packages/cache-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @neshca/cache-handler

## 0.6.6

### Patch Changes

- 3f02029: Added the `resetRequestCache` method to match with original `CacheHandler` class.

## 0.6.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cache-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neshca/cache-handler",
"version": "0.6.5",
"version": "0.6.6",
"description": "Flexible API to replace the default Next.js cache, accommodating custom cache solutions for multi-instance deployments.",
"keywords": [
"cache",
Expand Down

0 comments on commit 6e2bbd7

Please sign in to comment.