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 Oct 16, 2023
1 parent 3dd9768 commit 7a3f78e
Show file tree
Hide file tree
Showing 16 changed files with 51 additions and 39 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-beans-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-grapes-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-turtles-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-countries-explain.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/silent-trees-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-timers-share.md

This file was deleted.

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

## 3.0.3

### Patch Changes

- [`c41f197`](https://github.com/haishinio/haishin/commit/c41f197f0c00c34d499a9f5b72fea5c55bbb0696) Thanks [@tomouchuu](https://github.com/tomouchuu)! - Add terminates when the workers close just to be sure

- [`6813437`](https://github.com/haishinio/haishin/commit/6813437d1896bb53d688a4b60695319dc86af2ab) Thanks [@tomouchuu](https://github.com/tomouchuu)! - Fix stream files static paths

- [`48fdd42`](https://github.com/haishinio/haishin/commit/48fdd42efa7d3d1052eeee4a9d18dc887a03cc32) Thanks [@tomouchuu](https://github.com/tomouchuu)! - Remove the enforced timelimit on streams

- [`78808f3`](https://github.com/haishinio/haishin/commit/78808f3d77c4a5d83fbc6516510df898f6671f26) Thanks [@tomouchuu](https://github.com/tomouchuu)! - Clean up and update READMEs for all projects

- Updated dependencies [[`9aa9df8`](https://github.com/haishinio/haishin/commit/9aa9df8c0ed5e883d38c2b3fa20484233342562e), [`78808f3`](https://github.com/haishinio/haishin/commit/78808f3d77c4a5d83fbc6516510df898f6671f26)]:
- @haishin/utils@3.1.1

## 3.0.2

### 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": "3.0.2",
"version": "3.0.3",
"private": true,
"module": "src/app.js",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions apps/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @haishin/frontend

## 3.3.1

### Patch Changes

- [`78808f3`](https://github.com/haishinio/haishin/commit/78808f3d77c4a5d83fbc6516510df898f6671f26) Thanks [@tomouchuu](https://github.com/tomouchuu)! - Clean up and update READMEs for all projects

- [`ed8d290`](https://github.com/haishinio/haishin/commit/ed8d290e6f23f7850a2188ef9ea325361452a62e) Thanks [@tomouchuu](https://github.com/tomouchuu)! - Clean up frontend to remove upload + unused code

- Updated dependencies [[`9aa9df8`](https://github.com/haishinio/haishin/commit/9aa9df8c0ed5e883d38c2b3fa20484233342562e), [`78808f3`](https://github.com/haishinio/haishin/commit/78808f3d77c4a5d83fbc6516510df898f6671f26)]:
- @haishin/utils@3.1.1

## 3.3.0

### Minor 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.3.0",
"version": "3.3.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config-haishin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# eslint-config-haishin

## 1.0.2

### Patch Changes

- [`78808f3`](https://github.com/haishinio/haishin/commit/78808f3d77c4a5d83fbc6516510df898f6671f26) Thanks [@tomouchuu](https://github.com/tomouchuu)! - Clean up and update READMEs for all projects

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-haishin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-haishin",
"version": "1.0.1",
"version": "1.0.2",
"main": "index.js",
"license": "MIT",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/haishin-tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @haishin/tsconfig

## 3.0.1

### Patch Changes

- [`78808f3`](https://github.com/haishinio/haishin/commit/78808f3d77c4a5d83fbc6516510df898f6671f26) Thanks [@tomouchuu](https://github.com/tomouchuu)! - Clean up and update READMEs for all projects

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/haishin-tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@haishin/tsconfig",
"version": "3.0.0",
"version": "3.0.1",
"private": true,
"license": "MIT",
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @haishin/utils

## 3.1.1

### Patch Changes

- [`9aa9df8`](https://github.com/haishinio/haishin/commit/9aa9df8c0ed5e883d38c2b3fa20484233342562e) Thanks [@tomouchuu](https://github.com/tomouchuu)! - Fix util by removing unused pathToData from index

- [`78808f3`](https://github.com/haishinio/haishin/commit/78808f3d77c4a5d83fbc6516510df898f6671f26) Thanks [@tomouchuu](https://github.com/tomouchuu)! - Clean up and update READMEs for all projects

## 3.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@haishin/utils",
"description": "Transcriber Utils for use within @haishin/*",
"version": "3.1.0",
"version": "3.1.1",
"private": true,
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit 7a3f78e

Please sign in to comment.