github-actions[bot]
9fb8dceef4
chore: Update version for release ( #781 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-06 20:05:29 +00:00
github-actions[bot]
08e6cad28a
chore: Update version for release ( #779 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-06 15:42:36 +00:00
github-actions[bot]
33d555d00e
chore: Update version for release ( #776 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-06 11:28:06 +00:00
github-actions[bot]
1567239718
chore: Update version for release ( #771 )
...
* chore: Update version for release
* Release lockfile
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: nicktrn <55853254+nicktrn@users.noreply.github.com >
2023-12-04 14:14:41 +00:00
github-actions[bot]
00b0c3e02e
chore: Update version for release ( #765 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-30 21:54:13 +00:00
github-actions[bot]
419b93809d
chore: Update version for release ( #757 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-29 11:24:58 +00:00
github-actions[bot]
a5b49cb61f
chore: Update version for release ( #753 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-28 14:53:06 +00:00
github-actions[bot]
742d16087b
chore: Update version for release ( #739 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-16 16:31:41 +00:00
github-actions[bot]
2e5f8d8de3
chore: Update version for release
2023-11-10 16:05:39 +00:00
github-actions[bot]
41927edf12
chore: Update version for release ( #718 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-07 16:26:41 +00:00
github-actions[bot]
ea25c37a10
chore: Update version for release ( #709 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-01 09:19:10 +00:00
github-actions[bot]
0ca8296b9a
chore: Update version for release ( #686 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-26 20:03:37 +01:00
github-actions[bot]
71a0afeb8d
chore: Update version for release ( #684 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-24 17:49:06 +01:00
github-actions[bot]
f982e00997
chore: Update version for release ( #618 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-24 13:40:57 +01:00
github-actions[bot]
b697a19954
chore: Update version for release ( #579 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-13 13:21:10 +01:00
github-actions[bot]
4b641b25a6
chore: Update version for release ( #571 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-06 12:54:07 +01:00
Hemachandar
9a187f9eda
chore: upgrade zod to 3.22.3 ( #570 )
...
* chore: upgrade zod to 3.22.3
* add changeset
2023-10-05 17:00:33 +01:00
github-actions[bot]
28b05a82d8
chore: Update version for release ( #538 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-04 14:00:20 +01:00
github-actions[bot]
2e33fcb16b
chore: Update version for release ( #521 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-29 16:42:53 +01:00
github-actions[bot]
6e11ab9183
chore: Update version for release ( #513 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-27 18:09:16 +01:00
github-actions[bot]
44cb28c1c4
chore: Update version for release ( #508 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-26 11:49:03 +01:00
github-actions[bot]
2fdf42d444
chore: Update version for release ( #481 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-22 16:20:21 -07:00
Matt Aitken
ad14983e21
React status hooks ( #493 )
...
* Added stripInternal to SDK tsconfig
* Statuses can now be set from a run, and are stored in the database
* Added the key to the returned status
* Made the test job have an extra step and only pass in some of the options
* client.getRunStatuses() and the corresponding endpoint
* client.getRun() now includes status info
* Fixed circular dependency schema
* Translate null to undefined
* Added the react package to the nextjs-reference tsconfig
* Removed unused OpenAI integration from nextjs-reference project
* New hooks for getting the statuses
* Disabled most of the nextjs-reference jobs
* Updated the hooks UI
* Updated the endpoints to deal with null statuses values
* The hook is working, with an example
* Changeset: “You can create statuses in your Jobs that can then be read using React hooks”
* Changeset config is back to the old changelog style
* WIP on new React hooks guide
* Guide docs for the new hooks
* Added the status hooks to the React hooks guide
* Removed the links to the status hooks reference for now
* Re-ordered the hooks
* Fix for an error in the docs
* Set a default of a blank array for the GetRunSchema
2023-09-21 10:24:37 -07:00
Matt Aitken
9a0e6412e9
Bumped package versions to 2.1.3
2023-09-14 13:37:02 +01:00
github-actions[bot]
454cad69b4
chore: Update version for release ( #473 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-13 18:07:22 +01:00
github-actions[bot]
cfa3e24123
chore: Update version for release ( #444 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-13 13:38:03 +01:00
Matt Aitken
3d1b6c236a
Added Typescript devDependency to react, nextjs and integration-kit so they pass a typecheck
2023-09-06 18:35:12 +01:00
github-actions[bot]
46e1a1493b
chore: Update version for release ( #440 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-06 16:06:53 +01:00
github-actions[bot]
208907e10e
chore: Update version for release (beta) ( #437 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-05 18:55:35 +01:00
github-actions[bot]
145fb24e4d
chore: Update version for release (beta) ( #434 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-05 16:48:28 +01:00
github-actions[bot]
305e3b7ef2
chore: Update version for release ( #417 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-28 16:06:35 +01:00
github-actions[bot]
f249d8defa
chore: Update version for release ( #414 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-28 10:43:25 +01:00
github-actions[bot]
4ab7082954
chore: Update version for release ( #408 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-27 14:12:33 +01:00
github-actions[bot]
b0f926d28d
chore: Update version for release ( #375 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-24 15:26:42 +01:00
Chigala
a907e2a988
chore: updated the type in the eventId argument ( #389 )
...
* chore: updated the type in the eventId argument
* Create nervous-masks-rest.md
---------
Co-authored-by: Eric Allam <eallam@icloud.com >
2023-08-24 11:51:06 +01:00
Eric Allam
b5db9f5e5c
Added MIT license to all public packages
2023-08-21 22:38:11 +01:00
github-actions[bot]
7f5ce165a0
chore: Update version for release ( #361 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-21 13:45:35 +01:00
github-actions[bot]
955961eb5f
chore: Update version for release ( #329 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-16 15:53:53 +01:00
github-actions[bot]
beef7769c6
chore: Update version for release ( #304 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-11 15:48:41 +01:00
github-actions[bot]
c8b10ce188
chore: Update version for release ( #291 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-09 12:40:15 +01:00
github-actions[bot]
0367a92731
chore: Update version for release ( #281 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-08 22:08:12 +01:00
github-actions[bot]
b5a64545bb
chore: Update version for release ( #273 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-08 07:32:24 +01:00
github-actions[bot]
9deffb67c4
chore: Update version for release ( #267 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-07 13:08:27 +01:00
github-actions[bot]
62b9c5879c
chore: Update version for release ( #248 )
2023-08-03 22:47:23 +01:00
github-actions[bot]
f4e7379768
chore: Update version for release ( #247 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-02 16:06:27 +01:00
Matt Aitken
ee99191fb4
Sync all package version numbers
2023-08-02 15:58:56 +01:00
Matt Aitken
0a790de2c1
core version changed to 1.0.0. Dependencies for core set to ^1.0.0
2023-08-02 15:21:19 +01:00
github-actions[bot]
c0fbe56f79
chore: Update version for release ( #246 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-02 15:10:36 +01:00
Matt Aitken
aa9fe7d408
core made public, react and sdk now have it as a dependency (not dev)
2023-08-02 15:07:14 +01:00
github-actions[bot]
45ed7cdf38
chore: Update version for release ( #238 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-02 14:18:12 +01:00