Skip to content

Commit

Permalink
CI: Version Packages (#3)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @icodesign/[email protected]

### Minor Changes

-   c8bdfe5: Add local openai translator

## @icodesign/[email protected]

### Minor Changes

-   c8bdfe5: Add local openai translator

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 29, 2024
1 parent c8bdfe5 commit 160c8c4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/thick-zebras-decide.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
@@ -0,0 +1,7 @@
# @icodesign/dolphin-api

## 0.2.0

### Minor Changes

- c8bdfe5: Add local openai translator
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": "@icodesign/dolphin-api",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @icodesign/dolphin

## 0.5.0

### Minor Changes

- c8bdfe5: Add local openai translator

## 0.3.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@icodesign/dolphin",
"version": "0.4.0",
"version": "0.5.0",
"main": "./dist/index.cjs",
"bin": "./bin/cli.cjs",
"type": "module",
Expand Down

0 comments on commit 160c8c4

Please sign in to comment.