From f7b6d30a61598f9d5426f6b95c0076e5896d12c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 19:44:45 -0400 Subject: [PATCH] chore(release): version packages (#2044) Co-authored-by: github-actions[bot] --- .changeset/tall-needles-rhyme.md | 5 ----- apps/dashboard/CHANGELOG.md | 6 ++++++ apps/dashboard/package.json | 2 +- apps/planetfall/CHANGELOG.md | 7 +++++++ apps/planetfall/package.json | 2 +- packages/api/CHANGELOG.md | 6 ++++++ packages/api/package.json | 12 +++++++++--- packages/hono/CHANGELOG.md | 7 +++++++ packages/hono/package.json | 13 ++++++++++--- packages/nextjs/CHANGELOG.md | 7 +++++++ packages/nextjs/package.json | 12 +++++++++--- packages/ratelimit/CHANGELOG.md | 7 +++++++ packages/ratelimit/package.json | 13 ++++++++++--- 13 files changed, 80 insertions(+), 19 deletions(-) delete mode 100644 .changeset/tall-needles-rhyme.md diff --git a/.changeset/tall-needles-rhyme.md b/.changeset/tall-needles-rhyme.md deleted file mode 100644 index 2093797a8..000000000 --- a/.changeset/tall-needles-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@unkey/api": patch ---- - -fix: 🌐 Correctly handle `undefined` values in API package fetch. diff --git a/apps/dashboard/CHANGELOG.md b/apps/dashboard/CHANGELOG.md index 65da0d550..afa0386d6 100644 --- a/apps/dashboard/CHANGELOG.md +++ b/apps/dashboard/CHANGELOG.md @@ -1,5 +1,11 @@ # @unkey/web +## 0.1.35 + +### Patch Changes + +- @unkey/ratelimit@0.4.4 + ## 0.1.34 ### Patch Changes diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index 577ce8eb1..0f274e4ce 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@unkey/dashboard", - "version": "0.1.34", + "version": "0.1.35", "private": true, "scripts": { "dev": "next dev", diff --git a/apps/planetfall/CHANGELOG.md b/apps/planetfall/CHANGELOG.md index bb53cadd9..98e8659ba 100644 --- a/apps/planetfall/CHANGELOG.md +++ b/apps/planetfall/CHANGELOG.md @@ -1,5 +1,12 @@ # planetfall +## 0.1.18 + +### Patch Changes + +- Updated dependencies [2aada7d] + - @unkey/api@0.26.1 + ## 0.1.17 ### Patch Changes diff --git a/apps/planetfall/package.json b/apps/planetfall/package.json index d0a8d70ee..773e8ec35 100644 --- a/apps/planetfall/package.json +++ b/apps/planetfall/package.json @@ -1,6 +1,6 @@ { "name": "planetfall", - "version": "0.1.17", + "version": "0.1.18", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index d237b1c45..ae74b3d43 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,11 @@ # @unkey/api +## 0.26.1 + +### Patch Changes + +- 2aada7d: fix: 🌐 Correctly handle `undefined` values in API package fetch. + ## 0.26.0 ### Minor Changes diff --git a/packages/api/package.json b/packages/api/package.json index d176c0027..7201af6e1 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@unkey/api", - "version": "0.26.0", + "version": "0.26.1", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", @@ -9,12 +9,18 @@ "publishConfig": { "access": "public" }, - "keywords": ["unkey", "client", "api"], + "keywords": [ + "unkey", + "client", + "api" + ], "bugs": { "url": "https://github.com/unkeyed/unkey/issues" }, "homepage": "https://github.com/unkeyed/unkey#readme", - "files": ["./dist/**"], + "files": [ + "./dist/**" + ], "author": "Andreas Thomas ", "scripts": { "generate": "openapi-typescript https://api.unkey.dev/openapi.json -o ./src/openapi.d.ts", diff --git a/packages/hono/CHANGELOG.md b/packages/hono/CHANGELOG.md index 22e264971..f6864bf61 100644 --- a/packages/hono/CHANGELOG.md +++ b/packages/hono/CHANGELOG.md @@ -1,5 +1,12 @@ # @unkey/hono +## 1.4.6 + +### Patch Changes + +- Updated dependencies [2aada7d] + - @unkey/api@0.26.1 + ## 1.4.5 ### Patch Changes diff --git a/packages/hono/package.json b/packages/hono/package.json index cc646448d..d4a612ed8 100644 --- a/packages/hono/package.json +++ b/packages/hono/package.json @@ -1,6 +1,6 @@ { "name": "@unkey/hono", - "version": "1.4.5", + "version": "1.4.6", "main": "./dist/index.js", "types": "./dist/index.d.ts", "license": "MIT", @@ -8,12 +8,19 @@ "publishConfig": { "access": "public" }, - "keywords": ["unkey", "client", "api", "hono"], + "keywords": [ + "unkey", + "client", + "api", + "hono" + ], "bugs": { "url": "https://github.com/unkeyed/unkey/issues" }, "homepage": "https://github.com/unkeyed/unkey#readme", - "files": ["./dist/**"], + "files": [ + "./dist/**" + ], "author": "Andreas Thomas ", "scripts": { "build": "tsup", diff --git a/packages/nextjs/CHANGELOG.md b/packages/nextjs/CHANGELOG.md index f03b94089..e960d9bb0 100644 --- a/packages/nextjs/CHANGELOG.md +++ b/packages/nextjs/CHANGELOG.md @@ -1,5 +1,12 @@ # @unkey/nextjs +## 0.17.6 + +### Patch Changes + +- Updated dependencies [2aada7d] + - @unkey/api@0.26.1 + ## 0.17.5 ### Patch Changes diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index b4a688283..5b8485b44 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@unkey/nextjs", - "version": "0.17.5", + "version": "0.17.6", "main": "./dist/index.js", "types": "./dist/index.d.ts", "license": "MIT", @@ -8,12 +8,18 @@ "publishConfig": { "access": "public" }, - "keywords": ["unkey", "client", "api"], + "keywords": [ + "unkey", + "client", + "api" + ], "bugs": { "url": "https://github.com/unkeyed/unkey/issues" }, "homepage": "https://github.com/unkeyed/unkey#readme", - "files": ["./dist/**"], + "files": [ + "./dist/**" + ], "author": "Andreas Thomas ", "scripts": { "build": "tsup" diff --git a/packages/ratelimit/CHANGELOG.md b/packages/ratelimit/CHANGELOG.md index b38f16fe3..51b296a52 100644 --- a/packages/ratelimit/CHANGELOG.md +++ b/packages/ratelimit/CHANGELOG.md @@ -1,5 +1,12 @@ # @unkey/ratelimit +## 0.4.4 + +### Patch Changes + +- Updated dependencies [2aada7d] + - @unkey/api@0.26.1 + ## 0.4.3 ### Patch Changes diff --git a/packages/ratelimit/package.json b/packages/ratelimit/package.json index c6568b96c..a897df5af 100644 --- a/packages/ratelimit/package.json +++ b/packages/ratelimit/package.json @@ -1,6 +1,6 @@ { "name": "@unkey/ratelimit", - "version": "0.4.3", + "version": "0.4.4", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", @@ -9,12 +9,19 @@ "publishConfig": { "access": "public" }, - "keywords": ["unkey", "ratelimit", "global", "serverless"], + "keywords": [ + "unkey", + "ratelimit", + "global", + "serverless" + ], "bugs": { "url": "https://github.com/unkeyed/unkey/issues" }, "homepage": "https://github.com/unkeyed/unkey#readme", - "files": ["./dist/**"], + "files": [ + "./dist/**" + ], "author": "Andreas Thomas ", "scripts": { "build": "tsup"