Skip to content

Commit

Permalink
chore(release): version packages (#1183)
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 17, 2024
1 parent b915634 commit 009ee32
Show file tree
Hide file tree
Showing 15 changed files with 58 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/empty-lions-cover.md

This file was deleted.

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

## 0.1.1

### Patch Changes

- Updated dependencies [7043c1c]
- @unkey/api@0.19.4
2 changes: 1 addition & 1 deletion apps/planetfall/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "planetfall",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @unkey/web

## 0.1.13

### Patch Changes

- Updated dependencies [7043c1c]
- @unkey/ratelimit@0.0.3

## 0.1.12

### 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.12",
"version": "0.1.13",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @unkey/api

## 0.19.4

### Patch Changes

- 7043c1c: Add ratelimit

## 0.19.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unkey/api",
"version": "0.19.3",
"version": "0.19.4",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/hono/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @unkey/hono

## 1.1.5

### Patch Changes

- Updated dependencies [7043c1c]
- @unkey/api@0.19.4

## 1.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hono/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unkey/hono",
"version": "1.1.4",
"version": "1.1.5",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @unkey/nextjs

## 0.15.7

### Patch Changes

- Updated dependencies [7043c1c]
- @unkey/api@0.19.4

## 0.15.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unkey/nextjs",
"version": "0.15.6",
"version": "0.15.7",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @unkey/nuxt

## 1.1.6

### Patch Changes

- Updated dependencies [7043c1c]
- @unkey/api@0.19.4

## 1.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unkey/nuxt",
"version": "1.1.5",
"version": "1.1.6",
"private": false,
"publishConfig": {
"access": "public"
Expand Down
9 changes: 9 additions & 0 deletions packages/ratelimit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @unkey/ratelimit

## 0.0.3

### Patch Changes

- 7043c1c: Add ratelimit
- Updated dependencies [7043c1c]
- @unkey/api@0.19.4
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.2",
"version": "0.0.3",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

1 comment on commit 009ee32

@vercel
Copy link

@vercel vercel bot commented on 009ee32 Mar 17, 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.