Skip to content

Commit

Permalink
Version Packages (#358)
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 Feb 26, 2024
1 parent 347e282 commit c8dd1d6
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 53 deletions.
9 changes: 0 additions & 9 deletions .changeset/quick-birds-lie.md

This file was deleted.

30 changes: 0 additions & 30 deletions .changeset/selfish-pandas-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-crabs-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-pillows-heal.md

This file was deleted.

31 changes: 31 additions & 0 deletions packages/cache-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @neshca/cache-handler

## 1.0.0

### Major Changes

- dbf9286: Release 1.0.0

#### Breaking Changes

##### `@neshca/cache-handler`

- rename `IncrementalCache` class to `CacheHandler`
- rename `Cache` type to `Handler`
- add `delete` method to `Handler`
- remove `useFileSystem` option
- add global `ttl` option
- remove support for on-demand revalidation by path for App Router pages
- remove file system handling except for pages with `fallback: false` in `getStaticPaths`
- refactor e2e tests for App Router pages
- add new tests for Pages router pages
- encapsulate `Buffer` to `base64` conversion to the `ROUTE` kind values
- make filesystem-related methods static
- refactor constructor to prevent multiple `CacheHandler.#configureCacheHandler` calls
- update and improve docs

##### Pre-configured handlers

- remove `revalidatedTagsKey` option
- add `sharedTagsKey` option
- remove `useTtl` option
- remove `@neshca/json-replacer-reviver` from deps

## 0.6.10

### 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.10",
"version": "1.0.0",
"description": "Next.js self-hosting simplified.",
"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.3

### Patch Changes

- dbf9286: Fixed punctuation in readme

## 0.2.2

### 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.2",
"version": "0.2.3",
"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.2

### Patch Changes

- dbf9286: Fixed type in readme

## 1.1.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.1.1",
"version": "1.1.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
10 changes: 10 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @neshca/server

## 1.0.0

### Major Changes

- dbf9286: Release 1.0.0

#### Breaking Changes

- change the API to match with the new CacheHandler API

## 0.6.1

### 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.6.1",
"version": "1.0.0",
"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 c8dd1d6

Please sign in to comment.