Skip to content

Commit

Permalink
chore(release): version packages (#2926)
Browse files Browse the repository at this point in the history
* chore(release): version packages

* chore: bump version

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: chronark <[email protected]>
  • Loading branch information
3 people authored Feb 27, 2025
1 parent 8b69b15 commit dc5d6b1
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/proud-phones-fold.md

This file was deleted.

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

## 0.3.0

### Minor Changes

- 8b69b15: feat: return requestId

## 0.2.0

### Minor 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.2.0",
"version": "0.3.0",
"private": true,
"scripts": {
"build": "tsc",
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.34.0

### Minor Changes

- 8b69b15: feat: return requestId

## 0.33.1

### 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.33.1",
"version": "0.34.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit dc5d6b1

Please sign in to comment.