Skip to content

Commit

Permalink
chore(release): version packages (#1063)
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 Feb 27, 2024
1 parent d561b57 commit d607c35
Show file tree
Hide file tree
Showing 15 changed files with 61 additions and 16 deletions.
9 changes: 0 additions & 9 deletions .changeset/three-ears-fold.md

This file was deleted.

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

## 0.0.1

### Patch Changes

- Updated dependencies [d561b57]
- @unkey/rbac@0.1.10
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "tsc",
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.11

### Patch Changes

- Updated dependencies [d561b57]
- @unkey/rbac@0.1.10

## 0.1.10

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

## 0.19.1

### Patch Changes

- d561b57: Release rbac as separate package
- Updated dependencies [d561b57]
- @unkey/rbac@0.1.10

## 0.19.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.19.0",
"version": "0.19.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/hono/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @unkey/hono

## 1.1.2

### Patch Changes

- d561b57: Release rbac as separate package
- Updated dependencies [d561b57]
- @unkey/api@0.19.1

## 1.1.1

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

## 0.15.4

### Patch Changes

- d561b57: Release rbac as separate package
- Updated dependencies [d561b57]
- @unkey/api@0.19.1

## 0.15.3

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

## 1.1.3

### Patch Changes

- d561b57: Release rbac as separate package
- Updated dependencies [d561b57]
- @unkey/api@0.19.1

## 1.1.2

### 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.2",
"version": "1.1.3",
"private": false,
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions packages/rbac/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @unkey/rbac

## 0.1.10

### Patch Changes

- d561b57: Release rbac as separate package
2 changes: 1 addition & 1 deletion packages/rbac/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unkey/rbac",
"version": "0.1.9",
"version": "0.1.10",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "AGPL-3.0",
Expand Down

0 comments on commit d607c35

Please sign in to comment.