Skip to content

Commit

Permalink
chore(release): version packages (#2003)
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 Jul 31, 2024
1 parent 28e7800 commit 921959a
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/lemon-queens-hunt.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# api

## 0.0.14

### Patch Changes

- Updated dependencies [28e7800]
- @unkey/cache@1.5.0

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "0.0.13",
"version": "0.0.14",
"private": true,
"scripts": {
"build": "tsc",
Expand Down
7 changes: 7 additions & 0 deletions apps/semantic-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @unkey/semantic-cache

## 1.0.8

### Patch Changes

- Updated dependencies [28e7800]
- @unkey/cache@1.5.0

## 1.0.7

### Patch Changes
Expand Down
13 changes: 10 additions & 3 deletions apps/semantic-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
{
"name": "@unkey/semantic-cache",
"version": "1.0.7",
"version": "1.0.8",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "AGPL-3.0-only",
"private": true,
"keywords": ["unkey", "semantic", "cache", "ai"],
"keywords": [
"unkey",
"semantic",
"cache",
"ai"
],
"bugs": {
"url": "https://github.com/unkeyed/unkey/issues"
},
"homepage": "https://github.com/unkeyed/unkey#readme",
"files": ["./dist/**"],
"files": [
"./dist/**"
],
"author": "Dominic Eccleston [email protected]",
"scripts": {
"build": "tsc",
Expand Down
6 changes: 6 additions & 0 deletions packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @unkey/cache

## 1.5.0

### Minor Changes

- 28e7800: feat: allow removing multiple entries at once

## 1.4.0

### Minor Changes
Expand Down
16 changes: 13 additions & 3 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unkey/cache",
"version": "1.4.0",
"version": "1.5.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"module": "./dist/index.mjs",
Expand All @@ -26,12 +26,22 @@
"publishConfig": {
"access": "public"
},
"keywords": ["unkey", "cache", "cloudflare", "tiered", "swr", "memory", "latency"],
"keywords": [
"unkey",
"cache",
"cloudflare",
"tiered",
"swr",
"memory",
"latency"
],
"bugs": {
"url": "https://github.com/unkeyed/unkey/issues"
},
"homepage": "https://github.com/unkeyed/unkey#readme",
"files": ["./dist/**"],
"files": [
"./dist/**"
],
"author": "Andreas Thomas <[email protected]>",
"scripts": {
"build": "tsup",
Expand Down

0 comments on commit 921959a

Please sign in to comment.