Skip to content

Commit

Permalink
RELEASING: Releasing 4 package(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 25, 2024
1 parent a8a534b commit c19c14e
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/shy-moons-shave.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.12

### Patch Changes

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

## 1.0.11

### 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.11",
"version": "1.0.12",
"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
@@ -0,0 +1,8 @@
# evalz

## 1.0.0

### Patch Changes

- Updated dependencies [[`1f6b63175bf5baa787b0e38e8decb1c811a49bec`](https://github.com/hack-dance/island-ai/commit/1f6b63175bf5baa787b0e38e8decb1c811a49bec)]:
- [email protected]
4 changes: 2 additions & 2 deletions public-packages/evalz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "evalz",
"version": "0.0.1--alpha.4",
"version": "1.0.0",
"description": "Model graded evals with typescript",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -47,7 +47,7 @@
"peerDependencies": {
"openai": ">=4.24.1",
"zod": ">=3.22.4",
"zod-stream": ">=0.0.7"
"zod-stream": ">=1.0.0"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
Expand Down
7 changes: 7 additions & 0 deletions public-packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# stream-hooks

## 1.0.0

### Patch Changes

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

## 0.0.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions public-packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stream-hooks",
"version": "0.0.4",
"version": "1.0.0",
"author": "Dimitri Kennedy <[email protected]> (https://hack.dance)",
"homepage": "https://island.novy.work",
"repository": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"devDependencies": {
"zod-stream": "^0.0.8",
"zod-stream": "^1.0.0",
"@repo/eslint-config": "workspace:*",
"@repo/tailwind-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
Expand All @@ -51,7 +51,7 @@
"tsup": "^8.0.1"
},
"peerDependencies": {
"zod-stream": "^0.0.8",
"zod-stream": "^1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": ">=3.22.4"
Expand Down
6 changes: 6 additions & 0 deletions public-packages/zod-stream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# zod-stream

## 1.0.0

### Major Changes

- [#34](https://github.com/hack-dance/island-ai/pull/34) [`1f6b63175bf5baa787b0e38e8decb1c811a49bec`](https://github.com/hack-dance/island-ai/commit/1f6b63175bf5baa787b0e38e8decb1c811a49bec) Thanks [@roodboi](https://github.com/roodboi)! - moving the internal meta around key completino and validity into a single \_meta object on the response and adding explicit types so that consumers can reference it safely - the format has chnaged slightly from indicvidual keys on the resposne to all being wrapped up - additionalyl theres a new utility for checking completed paths

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion public-packages/zod-stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zod-stream",
"version": "0.0.8",
"version": "1.0.0",
"description": "A client for node or the browser to generate and consume streaming json",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit c19c14e

Please sign in to comment.