Skip to content
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
6 changes: 0 additions & 6 deletions .changeset/polished-codex-js-package.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/codex-js-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @jrkropp/codex-js-react

## 0.2.0

### Minor Changes

- [#1](https://github.com/jrkropp/codex-js/pull/1) [`de7d669`](https://github.com/jrkropp/codex-js/commit/de7d669f6c922c2abb4cedb6c4c822f87b6a2f2b) Thanks [@jrkropp](https://github.com/jrkropp)! - Restructure codex-js into a standard two-package workspace. `@jrkropp/codex-js` now owns the non-React runtime, client, server, and testing surfaces, while `@jrkropp/codex-js-react` owns the React components, shadcn-compatible exports, and generated stylesheet.

### Patch Changes

- Updated dependencies [[`de7d669`](https://github.com/jrkropp/codex-js/commit/de7d669f6c922c2abb4cedb6c4c822f87b6a2f2b)]:
- @jrkropp/codex-js@0.2.0

## 0.1.4

Initial React package extracted from `@jrkropp/codex-js`.
2 changes: 1 addition & 1 deletion packages/codex-js-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jrkropp/codex-js-react",
"version": "0.1.4",
"version": "0.2.0",
"description": "React components and shadcn-compatible UI for codex-js.",
"license": "Apache-2.0",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/codex-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @jrkropp/codex-js

## 0.2.0

### Minor Changes

- [#1](https://github.com/jrkropp/codex-js/pull/1) [`de7d669`](https://github.com/jrkropp/codex-js/commit/de7d669f6c922c2abb4cedb6c4c822f87b6a2f2b) Thanks [@jrkropp](https://github.com/jrkropp)! - Restructure codex-js into a standard two-package workspace. `@jrkropp/codex-js` now owns the non-React runtime, client, server, and testing surfaces, while `@jrkropp/codex-js-react` owns the React components, shadcn-compatible exports, and generated stylesheet.

## 0.1.4

Expose the full React chat lifecycle helper surface from the public React subpath.
Expand Down
2 changes: 1 addition & 1 deletion packages/codex-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jrkropp/codex-js",
"version": "0.1.4",
"version": "0.2.0",
"description": "Unofficial TypeScript Codex runtime for building Codex-backed web apps.",
"license": "Apache-2.0",
"type": "module",
Expand Down
Loading