Skip to content

Commit

Permalink
Merge pull request #33 from hack-dance/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
roodboi authored Feb 21, 2024
2 parents 8fe6182 + 1149125 commit ff246a6
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .changeset/early-teachers-beam.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.11

### Patch Changes

- Updated dependencies []:
- [email protected]
- [email protected]

## 1.0.10

### 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.10",
"version": "1.0.11",
"private": true,
"scripts": {
"dev": "next dev --port=4000",
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

## 0.0.4

### Patch Changes

- Updated dependencies []:
- [email protected]

## 0.0.3

### 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.3",
"version": "0.0.4",
"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.7",
"zod-stream": "^0.0.8",
"@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.7",
"zod-stream": "^0.0.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": ">=3.22.4"
Expand Down
8 changes: 8 additions & 0 deletions public-packages/schemaStream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# schema-stream

## 3.0.0

### Major Changes

- [#32](https://github.com/hack-dance/island-ai/pull/32) [`008d007b1ec9cc7f1276ae92bd0c32dfef801c38`](https://github.com/hack-dance/island-ai/commit/008d007b1ec9cc7f1276ae92bd0c32dfef801c38) Thanks [@roodboi](https://github.com/roodboi)! - Updating the defaults to all be null except for objects and arrays - also not explicitly looking for .default values

Previously we had "", 0, and false default values for primitives (silly) - you could still pass nulls as defaults through the explicit defaultValues map - but this is now the default and they can be updated either via zod .default or using the defaultValues map if there is a need for a more explicit default.

## 2.1.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": "2.1.0",
"version": "3.0.0",
"author": "Dimitri Kennedy <[email protected]> (https://hack.dance)",
"homepage": "https://island.novy.work",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions public-packages/zod-stream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# zod-stream

## 0.0.8

### Patch Changes

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

## 0.0.7

### 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": "0.0.7",
"version": "0.0.8",
"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.novy.work",
"dependencies": {
"schema-stream": "^2.1.0",
"schema-stream": "^3.0.0",
"zod-to-json-schema": "^3.22.3"
},
"peerDependencies": {
Expand Down

0 comments on commit ff246a6

Please sign in to comment.