Skip to content

Commit

Permalink
chore(release): version packages (#761)
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 Jan 4, 2024
1 parent 2e26a07 commit 25c4c08
Show file tree
Hide file tree
Showing 13 changed files with 48 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-mangos-behave.md

This file was deleted.

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.8

### Patch Changes

- Updated dependencies [2e26a07e]
- @unkey/api@0.14.0

## 0.1.7

### 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.7",
"version": "0.1.8",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
8 changes: 8 additions & 0 deletions apps/workflows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# workflows

## 0.1.1

### Patch Changes

- Updated dependencies [2e26a07e]
- @unkey/api@0.14.0
2 changes: 1 addition & 1 deletion apps/workflows/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workflows",
"version": "0.1.0",
"version": "0.1.1",
"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.14.0

### Minor Changes

- 2e26a07e: Add refill options

## 0.13.1

### 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.13.1",
"version": "0.14.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
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

## 0.10.6

### Patch Changes

- Updated dependencies [2e26a07e]
- @unkey/api@0.14.0

## 0.10.5

### 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": "0.10.5",
"version": "0.10.6",
"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.13.6

### Patch Changes

- Updated dependencies [2e26a07e]
- @unkey/api@0.14.0

## 0.13.5

### 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.13.5",
"version": "0.13.6",
"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.0.7

### Patch Changes

- Updated dependencies [2e26a07e]
- @unkey/api@0.14.0

## 1.0.6

### 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.0.6",
"version": "1.0.7",
"private": false,
"publishConfig": {
"access": "public"
Expand Down

1 comment on commit 25c4c08

@vercel
Copy link

@vercel vercel bot commented on 25c4c08 Jan 4, 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:

web – ./apps/web

web-git-main-unkey.vercel.app
web-unkey.vercel.app
unkey-web-lac.vercel.app
www.unkey.dev
unkey.dev

Please sign in to comment.