Skip to content

Commit

Permalink
chore(release): version packages (#2657)
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 Nov 13, 2024
1 parent ca5b99a commit 13f1153
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-melons-collect.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @unkey/nextjs

## 0.18.0

### Minor Changes

- 77ca701: upgrade types to match nextjs 15

## 0.17.7

### Patch Changes
Expand Down
13 changes: 10 additions & 3 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
{
"name": "@unkey/nextjs",
"version": "0.17.7",
"version": "0.18.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
"keywords": ["unkey", "client", "api"],
"keywords": [
"unkey",
"client",
"api"
],
"bugs": {
"url": "https://github.com/unkeyed/unkey/issues"
},
"homepage": "https://github.com/unkeyed/unkey#readme",
"files": ["./dist/**", "README.md"],
"files": [
"./dist/**",
"README.md"
],
"author": "Andreas Thomas <[email protected]>",
"scripts": {
"build": "tsup"
Expand Down

0 comments on commit 13f1153

Please sign in to comment.