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 #18

Merged
merged 1 commit into from
Jan 22, 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
5 changes: 0 additions & 5 deletions .changeset/cyan-students-care.md

This file was deleted.

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

## 1.0.6

### Patch Changes

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

## 1.0.5

### 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.5",
"version": "1.0.6",
"private": true,
"scripts": {
"dev": "next dev --port=4000",
Expand Down
6 changes: 6 additions & 0 deletions public-packages/zod-stream/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### Patch Changes

- [#17](https://github.com/hack-dance/island-ai/pull/17) [`274d6af9530e9437035dda14f92948703b20dd93`](https://github.com/hack-dance/island-ai/commit/274d6af9530e9437035dda14f92948703b20dd93) Thanks [@roodboi](https://github.com/roodboi)! - update schema stream dep

## 0.0.4

### Patch Changes

- [#14](https://github.com/hack-dance/island-ai/pull/14) [`068d069798b07af96d03d9c2f063806ee04ee980`](https://github.com/hack-dance/island-ai/commit/068d069798b07af96d03d9c2f063806ee04ee980) Thanks [@roodboi](https://github.com/roodboi)! - set specific schema-stream v

## 0.0.3
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.3",
"version": "0.0.4",
"description": "A client for node or the browser to generate and consume streaming json",
"publishConfig": {
"access": "public"
Expand Down