Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelass committed May 4, 2023
1 parent 3f9393e commit 812beb8
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 11 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.3 (2023-05-04)

### Features

- add a sprint function
([e9672c5](https://github.com/failfa-st/hyv/commit/e9672c5a6826c7fe38e095697c81cc473f835821))
- add before, after, finally
([79f3554](https://github.com/failfa-st/hyv/commit/79f3554219a324310d158fbea776d1aa8395e010))
- add dall-e adapter
([9c2f563](https://github.com/failfa-st/hyv/commit/9c2f5634be26e23b74289a0baa3c626b9cc9835f))
- add initial prototype
([c13eb80](https://github.com/failfa-st/hyv/commit/c13eb80b3b183cab736061365325c143e9f01bb8))
- adjust prompter
([cc1dfbc](https://github.com/failfa-st/hyv/commit/cc1dfbc5b69ea87814bef8fdb2e91b55b1402a87))
- pass openaiAPI to adapter
([8a3d25c](https://github.com/failfa-st/hyv/commit/8a3d25ce7752f3e20621791459b9523e8f05cc7c))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.2](https://github.com/failfa-st/hyv/compare/v0.0.1...v0.0.2) (2023-05-03)

**Note:** Version bump only for package hyv
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.0.2"
"version": "0.0.3"
}
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.3 (2023-05-04)

**Note:** Version bump only for package @hyv/core

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.2](https://github.com/failfa-st/hyv/compare/v0.0.1...v0.0.2) (2023-05-03)

**Note:** Version bump only for package @hyv/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyv/core",
"version": "0.0.2",
"version": "0.0.3",
"license": "AGPL",
"type": "module",
"homepage": "https://github.com/failfa-st/hyv/",
Expand Down
9 changes: 9 additions & 0 deletions packages/openai/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.3 (2023-05-04)

**Note:** Version bump only for package @hyv/openai

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.2](https://github.com/failfa-st/hyv/compare/v0.0.1...v0.0.2) (2023-05-03)

**Note:** Version bump only for package @hyv/openai
Expand Down
4 changes: 2 additions & 2 deletions packages/openai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyv/openai",
"version": "0.0.2",
"version": "0.0.3",
"license": "AGPL",
"type": "module",
"homepage": "https://github.com/failfa-st/hyv/",
Expand Down Expand Up @@ -38,7 +38,7 @@
"clean": "npx rimraf dist"
},
"dependencies": {
"@hyv/core": "^0.0.2",
"@hyv/core": "^0.0.3",
"type-fest": "^3.9.0"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/store/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.3 (2023-05-04)

**Note:** Version bump only for package @hyv/store

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.2](https://github.com/failfa-st/hyv/compare/v0.0.1...v0.0.2) (2023-05-03)

**Note:** Version bump only for package @hyv/store
Expand Down
4 changes: 2 additions & 2 deletions packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyv/store",
"version": "0.0.2",
"version": "0.0.3",
"license": "AGPL",
"type": "module",
"homepage": "https://github.com/failfa-st/hyv/",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dist"
],
"dependencies": {
"@hyv/core": "^0.0.2",
"@hyv/core": "^0.0.3",
"nanoid": "4.0.2"
},
"publishConfig": {
Expand Down

0 comments on commit 812beb8

Please sign in to comment.