Skip to content

Commit

Permalink
Version Packages (#58)
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 Oct 18, 2023
1 parent be8d389 commit fa630e7
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/smooth-eggs-sort.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/twenty-rats-join.md

This file was deleted.

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.3.10

### Patch Changes

- be8d389: Improve documentation

## 0.3.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.3.9",
"version": "0.3.10",
"description": "Flexible API to replace the default Next.js cache, accommodating custom cache solutions for multi-instance deployments. ",
"homepage": "https://github.com/caching-tools/next-shared-cache/tree/canary/packages/cache-handler",
"bugs": "https://github.com/caching-tools/next-shared-cache/issues",
Expand Down
7 changes: 7 additions & 0 deletions packages/diffscribe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# diffscribe

## 1.0.0

### Major Changes

- be8d389: Initial release
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.1.0",
"version": "1.0.0",
"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.0.2

### Patch Changes

- be8d389: Improve documentation

## 1.0.1

### Patch 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.0.1",
"version": "1.0.2",
"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.3.9

### Patch Changes

- be8d389: Improve documentation

## 0.3.8

### Patch 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.3.8",
"version": "0.3.9",
"homepage": "https://github.com/caching-tools/next-shared-cache",
"bugs": "https://github.com/caching-tools/next-shared-cache/issues",
"repository": {
Expand Down

0 comments on commit fa630e7

Please sign in to comment.