Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and tomouchuu committed Sep 2, 2023
1 parent 4e9ee83 commit 1ddec68
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/spicy-pans-flash.md

This file was deleted.

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

## 2.3.5

### Patch Changes

- Updated dependencies [[`4e9ee83`](https://github.com/tomouchuu/haishin/commit/4e9ee83d1b746ae4b9eaee8ff8c25dadb1159307)]:
- @haishin/transcriber@3.0.5

## 2.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@haishin/backend",
"description": "A website that transcribes+translates Japanese streams into English with OpenAI+DeepL",
"version": "2.3.4",
"version": "2.3.5",
"private": true,
"main": "dist/app.mjs",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions apps/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @haishin/frontend

## 3.2.5

### Patch Changes

- Updated dependencies [[`4e9ee83`](https://github.com/tomouchuu/haishin/commit/4e9ee83d1b746ae4b9eaee8ff8c25dadb1159307)]:
- @haishin/transcriber@3.0.5

## 3.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@haishin/frontend",
"description": "A website that transcribes+translates Japanese streams into English with OpenAI+DeepL",
"version": "3.2.4",
"version": "3.2.5",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/transcriber/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @haishin/transcriber

## 3.0.5

### Patch Changes

- [`4e9ee83`](https://github.com/tomouchuu/haishin/commit/4e9ee83d1b746ae4b9eaee8ff8c25dadb1159307) Thanks [@tomouchuu](https://github.com/tomouchuu)! - Update worker path for base splitting

## 3.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/transcriber/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@haishin/transcriber",
"description": "A package that restreams+transcribes+translates Japanese streams into English with OpenAI+DeepL",
"version": "3.0.4",
"version": "3.0.5",
"private": true,
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit 1ddec68

Please sign in to comment.