Skip to content

Commit

Permalink
Version Packages (#297)
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 30, 2024
1 parent 3538d35 commit 2a22e6b
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .changeset/poor-eels-cheer.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.6

### Patch Changes

- bb61a52: Applied new code style.

## 0.6.5

### 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.5",
"version": "0.6.6",
"private": true,
"scripts": {
"build:docs": "next build",
Expand Down
8 changes: 8 additions & 0 deletions packages/cache-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @neshca/cache-handler

## 0.6.10

### Patch Changes

- bb61a52: Applied new code style.
- Updated dependencies [bb61a52]
- @neshca/json-replacer-reviver@1.1.1

## 0.6.9

### 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.9",
"version": "0.6.10",
"description": "Flexible API to replace the default Next.js cache, accommodating custom cache solutions for multi-instance deployments.",
"keywords": [
"cache",
Expand Down
6 changes: 6 additions & 0 deletions packages/diffscribe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# diffscribe

## 0.2.2

### Patch Changes

- bb61a52: Applied new code style.

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/diffscribe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diffscribe",
"version": "0.2.1",
"version": "0.2.2",
"description": "An intelligent CLI tool designed to automatically generate meaningful commit messages using Git diffstat, status, and insights from OpenAI and you",
"homepage": "https://github.com/caching-tools/next-shared-cache/tree/canary/packages/diffscribe",
"bugs": "https://github.com/caching-tools/next-shared-cache/issues",
Expand Down
6 changes: 6 additions & 0 deletions packages/json-replacer-reviver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @neshca/json-replacer-reviver

## 1.1.1

### Patch Changes

- bb61a52: Applied new code style.

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/json-replacer-reviver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neshca/json-replacer-reviver",
"version": "1.1.0",
"version": "1.1.1",
"description": "Utility library for handling `Buffer` object serialization and deserialization with JSON, offering base64 representations",
"homepage": "https://github.com/caching-tools/next-shared-cache/tree/canary/packages/json-replacer-reviver",
"bugs": "https://github.com/caching-tools/next-shared-cache/issues",
Expand Down
6 changes: 6 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @neshca/server

## 0.6.1

### Patch Changes

- bb61a52: Applied new code style.

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neshca/server",
"version": "0.6.0",
"version": "0.6.1",
"description": "Efficient and simple HTTP caching server with LRU eviction, tailored for seamless integration with `@neshca/cache-handler/server` Handler",
"homepage": "https://github.com/caching-tools/next-shared-cache/tree/canary/packages/server",
"bugs": "https://github.com/caching-tools/next-shared-cache/issues",
Expand Down

0 comments on commit 2a22e6b

Please sign in to comment.