Skip to content

Commit

Permalink
chore(release): version packages (#1106)
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 Mar 4, 2024
1 parent 0c09be9 commit 47af16d
Show file tree
Hide file tree
Showing 15 changed files with 53 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/wicked-students-rule.md

This file was deleted.

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

## 0.0.2

### Patch Changes

- Updated dependencies [04b1785]
- @unkey/rbac@0.1.11

## 0.0.1

### Patch Changes
Expand Down
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.1",
"version": "0.0.2",
"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.12

### Patch Changes

- Updated dependencies [04b1785]
- @unkey/rbac@0.1.11

## 0.1.11

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

## 0.19.3

### Patch Changes

- Updated dependencies [04b1785]
- @unkey/rbac@0.1.11

## 0.19.2

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

## 1.1.4

### Patch Changes

- @unkey/api@0.19.3

## 1.1.3

### 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.3",
"version": "1.1.4",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
Expand Down
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.15.6

### Patch Changes

- @unkey/api@0.19.3

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

## 1.1.5

### Patch Changes

- @unkey/api@0.19.3

## 1.1.4

### Patch Changes
Expand Down
5 changes: 2 additions & 3 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "@unkey/nuxt",
"version": "1.1.4",
"version": "1.1.5",
"private": false,
"publishConfig": {
"access": "public"
},
"description": "Nuxt integration for unkey",
"repository": "unkeyed/unkey",
"license": "AGPL-3.0"
,
"license": "AGPL-3.0",
"type": "module",
"exports": {
".": {
Expand Down
6 changes: 6 additions & 0 deletions packages/rbac/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @unkey/rbac

## 0.1.11

### Patch Changes

- 04b1785: Export cjs properly

## 0.1.10

### Patch Changes
Expand Down
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.10",
"version": "0.1.11",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
Expand Down

0 comments on commit 47af16d

Please sign in to comment.