Skip to content

Commit

Permalink
Merge pull request #79 from hack-dance/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
RollForReflex authored Nov 27, 2024
2 parents ed7ef58 + 4346788 commit e12d985
Show file tree
Hide file tree
Showing 13 changed files with 48 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .changeset/mighty-emus-wonder.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/real-panthers-rest.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/next-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# island-next-demos

## 1.0.18

### Patch Changes

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

## 1.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/next-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "island-next-demos",
"version": "1.0.17",
"version": "1.0.18",
"private": true,
"scripts": {
"dev": "next dev --port=4000",
Expand Down
8 changes: 8 additions & 0 deletions public-packages/evalz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# evalz

## 0.2.1

### Patch Changes

- [#76](https://github.com/hack-dance/island-ai/pull/76) [`556e00c`](https://github.com/hack-dance/island-ai/commit/556e00c503315c486f62bf2d6ff2a6afdf08a2f1) Thanks [@RollForReflex](https://github.com/RollForReflex)! - Added Gemini LLM support as a new provider (thank you to @jcamera)

- [#81](https://github.com/hack-dance/island-ai/pull/81) [`e192f1a`](https://github.com/hack-dance/island-ai/commit/e192f1a440b60f88f9f6982013ce6785a1e3eb9d) Thanks [@roodboi](https://github.com/roodboi)! - updating documentation everywhere

## 0.2.0

### Minor 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.0",
"version": "0.2.1",
"description": "Model graded evals with typescript",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion public-packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"tsup": "^8.0.1"
},
"peerDependencies": {
"zod-stream": "^2.0.0",
"zod-stream": "^2.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": "^3.23.3"
Expand Down
10 changes: 10 additions & 0 deletions public-packages/llm-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# llm-polyglot

## 2.3.0

### Minor Changes

- [#76](https://github.com/hack-dance/island-ai/pull/76) [`556e00c`](https://github.com/hack-dance/island-ai/commit/556e00c503315c486f62bf2d6ff2a6afdf08a2f1) Thanks [@RollForReflex](https://github.com/RollForReflex)! - Added Gemini LLM support as a new provider (thank you to @jcamera)

### Patch Changes

- [#81](https://github.com/hack-dance/island-ai/pull/81) [`e192f1a`](https://github.com/hack-dance/island-ai/commit/e192f1a440b60f88f9f6982013ce6785a1e3eb9d) Thanks [@roodboi](https://github.com/roodboi)! - updating documentation everywhere

## 2.2.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.2.0",
"version": "2.3.0",
"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.1

### Patch Changes

- [#81](https://github.com/hack-dance/island-ai/pull/81) [`e192f1a`](https://github.com/hack-dance/island-ai/commit/e192f1a440b60f88f9f6982013ce6785a1e3eb9d) Thanks [@roodboi](https://github.com/roodboi)! - updating documentation everywhere

## 3.2.0

### Minor 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.0",
"version": "3.2.1",
"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.1

### Patch Changes

- [#81](https://github.com/hack-dance/island-ai/pull/81) [`e192f1a`](https://github.com/hack-dance/island-ai/commit/e192f1a440b60f88f9f6982013ce6785a1e3eb9d) Thanks [@roodboi](https://github.com/roodboi)! - updating documentation everywhere

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

## 2.0.0

### Minor 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.0",
"version": "2.0.1",
"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.0",
"schema-stream": "^3.2.1",
"zod-to-json-schema": "^3.23.1"
},
"peerDependencies": {
Expand Down

0 comments on commit e12d985

Please sign in to comment.