Skip to content

Commit

Permalink
chore(release): version packages (#1187)
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 Mar 18, 2024
1 parent c418d42 commit cdcb2d6
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-cars-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-impalas-sleep.md

This file was deleted.

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

## 0.1.14

### Patch Changes

- Updated dependencies [ac4749c]
- Updated dependencies [a89695f]
- @unkey/ratelimit@0.1.0

## 0.1.13

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

## 0.1.0

### Minor Changes

- ac4749c: Add async option

### Patch Changes

- a89695f: Update docs

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ratelimit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unkey/ratelimit",
"version": "0.0.3",
"version": "0.1.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

1 comment on commit cdcb2d6

@vercel
Copy link

@vercel vercel bot commented on cdcb2d6 Mar 18, 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-two.vercel.app
planetfall.unkey.dev
planetfall-git-main-unkey.vercel.app
planetfall-unkey.vercel.app

Please sign in to comment.