Skip to content

Commit

Permalink
chore(release): version packages (#2001)
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 74260f1 commit 895c92e
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/soft-coats-yawn.md

This file was deleted.

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

## 0.1.31

### Patch Changes

- Updated dependencies [5610357]
- @unkey/ratelimit@0.4.0

## 0.1.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unkey/dashboard",
"version": "0.1.30",
"version": "0.1.31",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/ratelimit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @unkey/ratelimit

## 0.4.0

### Minor Changes

- 5610357: feat: dynamic error

## 0.3.2

### Patch Changes
Expand Down
13 changes: 10 additions & 3 deletions packages/ratelimit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unkey/ratelimit",
"version": "0.3.2",
"version": "0.4.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -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 <[email protected]>",
"scripts": {
"build": "tsup"
Expand Down

1 comment on commit 895c92e

@vercel
Copy link

@vercel vercel bot commented on 895c92e Jul 31, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

planetfall – ./apps/planetfall

planetfall-git-main-unkey.vercel.app
planetfall-unkey.vercel.app
planetfall-two.vercel.app
planetfall.unkey.dev

Please sign in to comment.