Skip to content

Commit

Permalink
Version Packages (#277)
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 22, 2024
1 parent ddf957f commit 76a42c7
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/tough-moles-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-games-switch.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.5

### Patch Changes

- ddf957f: Added a section with ES Modules example.

## 0.6.4

### 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.4",
"version": "0.6.5",
"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.7

### Patch Changes

- ddf957f: Added support for ES Modules.

## 0.6.6

### 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.6",
"version": "0.6.7",
"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 76a42c7

Please sign in to comment.