Skip to content

Commit

Permalink
chore(release): version packages (#671)
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 Dec 11, 2023
1 parent 153bd10 commit 3d78d9d
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/swift-taxis-remember.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.7

### Patch Changes

- Updated dependencies [153bd10]
- @unkey/api@0.13.1

## 0.1.6

### 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.6",
"version": "0.1.7",
"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.13.1

### Patch Changes

- 153bd10: send name and version in header

## 0.13.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.13.0",
"version": "0.13.1",
"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.5

### Patch Changes

- Updated dependencies [153bd10]
- @unkey/api@0.13.1

## 0.10.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": "0.10.4",
"version": "0.10.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.13.5

### Patch Changes

- Updated dependencies [153bd10]
- @unkey/api@0.13.1

## 0.13.4

### 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.4",
"version": "0.13.5",
"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.6

### Patch Changes

- Updated dependencies [153bd10]
- @unkey/api@0.13.1

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

0 comments on commit 3d78d9d

Please sign in to comment.