Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #84

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/green-taxis-chew.md

This file was deleted.

6 changes: 6 additions & 0 deletions public-packages/evalz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# evalz

## 0.2.2

### Patch Changes

- [#82](https://github.com/hack-dance/island-ai/pull/82) [`a5561ba`](https://github.com/hack-dance/island-ai/commit/a5561ba464c7fd8680c97a5a4fb04e82e976f138) Thanks [@roodboi](https://github.com/roodboi)! - updating docs

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion public-packages/evalz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "evalz",
"version": "0.2.1",
"version": "0.2.2",
"description": "Model graded evals with typescript",
"publishConfig": {
"access": "public"
Expand Down
9 changes: 9 additions & 0 deletions public-packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# stream-hooks

## 2.0.2

### Patch Changes

- [#82](https://github.com/hack-dance/island-ai/pull/82) [`a5561ba`](https://github.com/hack-dance/island-ai/commit/a5561ba464c7fd8680c97a5a4fb04e82e976f138) Thanks [@roodboi](https://github.com/roodboi)! - updating docs

- Updated dependencies [[`a5561ba`](https://github.com/hack-dance/island-ai/commit/a5561ba464c7fd8680c97a5a4fb04e82e976f138)]:
- [email protected]

## 2.0.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions public-packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stream-hooks",
"version": "2.0.0",
"version": "2.0.2",
"author": "Dimitri Kennedy <[email protected]> (https://hack.dance)",
"homepage": "https://island.hack.dance",
"repository": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"tsup": "^8.0.1"
},
"peerDependencies": {
"zod-stream": "^2.0.1",
"zod-stream": "^2.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": "^3.23.3"
Expand Down
6 changes: 6 additions & 0 deletions public-packages/llm-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# llm-polyglot

## 2.3.1

### Patch Changes

- [#82](https://github.com/hack-dance/island-ai/pull/82) [`a5561ba`](https://github.com/hack-dance/island-ai/commit/a5561ba464c7fd8680c97a5a4fb04e82e976f138) Thanks [@roodboi](https://github.com/roodboi)! - updating docs

## 2.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion public-packages/llm-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "llm-polyglot",
"version": "2.3.0",
"version": "2.3.1",
"description": "A universal LLM client - provides adapters for various LLM providers to adhere to a universal interface - the openai sdk - allows you to use providers like anthropic using the same openai interface and transforms the responses in the same way - this allows you to switch between providers without changing your code - we currently have partial support for anthropic and openai - azure coming soon.",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions public-packages/schemaStream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# schema-stream

## 3.2.2

### Patch Changes

- [#82](https://github.com/hack-dance/island-ai/pull/82) [`a5561ba`](https://github.com/hack-dance/island-ai/commit/a5561ba464c7fd8680c97a5a4fb04e82e976f138) Thanks [@roodboi](https://github.com/roodboi)! - updating docs

## 3.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion public-packages/schemaStream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schema-stream",
"version": "3.2.1",
"version": "3.2.2",
"author": "Dimitri Kennedy <[email protected]> (https://hack.dance)",
"homepage": "https://island.hack.dance",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions public-packages/zod-stream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# zod-stream

## 2.0.2

### Patch Changes

- [#82](https://github.com/hack-dance/island-ai/pull/82) [`a5561ba`](https://github.com/hack-dance/island-ai/commit/a5561ba464c7fd8680c97a5a4fb04e82e976f138) Thanks [@roodboi](https://github.com/roodboi)! - updating docs

- Updated dependencies [[`a5561ba`](https://github.com/hack-dance/island-ai/commit/a5561ba464c7fd8680c97a5a4fb04e82e976f138)]:
- [email protected]

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions public-packages/zod-stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zod-stream",
"version": "2.0.1",
"version": "2.0.2",
"description": "A client for node or the browser to generate and consume streaming json",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -44,7 +44,7 @@
"author": "Dimitri Kennedy <[email protected]> (https://hack.dance)",
"homepage": "https://island.hack.dance",
"dependencies": {
"schema-stream": "^3.2.1",
"schema-stream": "^3.2.2",
"zod-to-json-schema": "^3.23.1"
},
"peerDependencies": {
Expand Down