Skip to content

Commit

Permalink
Merge pull request #91 from hqwuzhaoyi/changeset-release/master
Browse files Browse the repository at this point in the history
chore(deploy): Release
  • Loading branch information
hqwuzhaoyi authored Sep 28, 2023
2 parents 2b7845e + 3e17667 commit 641a7ef
Show file tree
Hide file tree
Showing 8 changed files with 3,827 additions and 3,311 deletions.
7 changes: 0 additions & 7 deletions .changeset/gentle-toes-smell.md

This file was deleted.

30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# [](https://github.com/hqwuzhaoyi/gpt-subtitle/compare/v0.0.1...v) (2023-09-27)


### Bug Fixes

* ci:test type error ([e9c3b15](https://github.com/hqwuzhaoyi/gpt-subtitle/commit/e9c3b15bd82aa6f6f0b40e301686e0705c4247d1))
* env file comments parsing error may occur ([ad8c015](https://github.com/hqwuzhaoyi/gpt-subtitle/commit/ad8c015dff10650addf27404f6a328bbff0d7ff8))
* env file comments parsing error may occur ([0b0c793](https://github.com/hqwuzhaoyi/gpt-subtitle/commit/0b0c7931e426fc6adcc0cd7a8b90a1404adc2244))
* fix glob type error ([80bff0c](https://github.com/hqwuzhaoyi/gpt-subtitle/commit/80bff0c1655f04b0d24d235b502c2392e60d5331))
* translate this pointer error ([ba392ec](https://github.com/hqwuzhaoyi/gpt-subtitle/commit/ba392ecac0550177fdd7693ec52fd00c2043dc28))
* translate this pointer error ([e77bdf1](https://github.com/hqwuzhaoyi/gpt-subtitle/commit/e77bdf1db82cca4887eeb99a6f02d0abd6b51b42))
* web app build error ([0de6aef](https://github.com/hqwuzhaoyi/gpt-subtitle/commit/0de6aef56171d687acba5761d9eb724435323bd6))


### Features

* add client component gallery list ([f8652e8](https://github.com/hqwuzhaoyi/gpt-subtitle/commit/f8652e86f3d780f682290db9a6c62bb8bbf6b2f5))
* add gallery api call ([11466ec](https://github.com/hqwuzhaoyi/gpt-subtitle/commit/11466ecabc108b0544bbe133e90833cf2a32f85f))
* add gallery frame ([8de1ec1](https://github.com/hqwuzhaoyi/gpt-subtitle/commit/8de1ec1e1ce2cf862c0b464b84e27c629555b224))
* add gallery preview content ([e593b8f](https://github.com/hqwuzhaoyi/gpt-subtitle/commit/e593b8ff254c387dffcda41891dd99870c32ea1a))
* add gallery srt completed icon ([68336b5](https://github.com/hqwuzhaoyi/gpt-subtitle/commit/68336b5f47fb7938f4c470740ca5bb8f8ddb62eb))
* add log terminal refresh button ([fe70da8](https://github.com/hqwuzhaoyi/gpt-subtitle/commit/fe70da8f9e51582884c29f12a80fa8aea97a9068))
* add log translate terminal to gallery ([eb0d4d3](https://github.com/hqwuzhaoyi/gpt-subtitle/commit/eb0d4d38a3b955d9da83d681267dc9ebb984ac4f))
* add ModelSelect in gallery ([2dd7bef](https://github.com/hqwuzhaoyi/gpt-subtitle/commit/2dd7bef25c2ae67a3cdae127113d471a5ab75286))
* add queues nav ([f4693f9](https://github.com/hqwuzhaoyi/gpt-subtitle/commit/f4693f99cf92fd6b277079f3aad711617b408ef0))
* add sse and terminal ([06435ab](https://github.com/hqwuzhaoyi/gpt-subtitle/commit/06435aba5824f49991fb09654a3cb3a7d01c7f8f))
* Increase terminal automatic scrolling ([bd39205](https://github.com/hqwuzhaoyi/gpt-subtitle/commit/bd39205ad9d17fe88077123faf87b4ff9b44f312))



# [](https://github.com/hqwuzhaoyi/gpt-subtitle/compare/v0.0.1...v) (2023-08-22)


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

## 1.1.0

### Minor Changes

- ae3e98d: Increased push notifications for Gallery

### Patch Changes

- Updated dependencies [ae3e98d]
- [email protected]

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"author": "",
"private": true,
Expand Down
6 changes: 6 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# web

## 1.1.0

### Minor Changes

- ae3e98d: Increased push notifications for Gallery

## 1.0.0

### Major 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": "web",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev -p $WEB_PORT",
Expand Down
2 changes: 1 addition & 1 deletion packages/whisper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "whisper",
"version": "0.1.1",
"version": "0.2.0",
"private": true,
"main": "./dist/index.js",
"source": "./src/index.ts",
Expand Down
Loading

0 comments on commit 641a7ef

Please sign in to comment.