Skip to content

Commit

Permalink
chore(release): version packages (#851)
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 23, 2024
1 parent 9f5f3d6 commit 7d14166
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/cuddly-carrots-cover.md

This file was deleted.

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

### Minor Changes

- 9f5f3d6: Collect SDK telemetry data

## 0.16.0

### Minor 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.16.0",
"version": "0.17.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/hono/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @unkey/hono

## 0.11.0

### Minor Changes

- 9f5f3d6: Collect SDK telemetry data

### Patch Changes

- Updated dependencies [9f5f3d6]
- @unkey/api@0.17.0

## 0.10.8

### 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.8",
"version": "0.11.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @unkey/nextjs

## 0.15.0

### Minor Changes

- 9f5f3d6: Collect SDK telemetry data

### Patch Changes

- Updated dependencies [9f5f3d6]
- @unkey/api@0.17.0

## 0.14.0

### Minor 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.14.0",
"version": "0.15.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @unkey/nuxt

## 1.1.0

### Minor Changes

- 9f5f3d6: Collect SDK telemetry data

### Patch Changes

- Updated dependencies [9f5f3d6]
- @unkey/api@0.17.0

## 1.0.9

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

0 comments on commit 7d14166

Please sign in to comment.