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/light-glasses-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-areas-spend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-pears-joke.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sparkly-cows-show.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/oxa-conformance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @oxa/conformance

## 0.1.1

### Patch Changes

- [#40](https://github.com/oxa-dev/oxa/pull/40) [`3d17777`](https://github.com/oxa-dev/oxa/commit/3d17777debde1f23382d4cefc70ca73fc3411368) Thanks [@nokome](https://github.com/nokome)! - Add @oxa/conformance package for conformance testing
2 changes: 1 addition & 1 deletion packages/oxa-conformance/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "./schemas/manifest.schema.json",
"version": "0.1.0",
"version": "0.1.1",
"formats": [
"oxa",
"myst-ast",
Expand Down
2 changes: 1 addition & 1 deletion packages/oxa-conformance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oxa/conformance",
"version": "0.1.0",
"version": "0.1.1",
"description": "Conformance test suite for OXA schema implementations",
"type": "module",
"main": "./index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/oxa-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @oxa/core

## 0.1.2

### Patch Changes

- [#41](https://github.com/oxa-dev/oxa/pull/41) [`89bdc4d`](https://github.com/oxa-dev/oxa/commit/89bdc4db98e07666dd966cd67631f608f87b95d1) Thanks [@nokome](https://github.com/nokome)! - Add atproto conversion scripts

- [#40](https://github.com/oxa-dev/oxa/pull/40) [`3d17777`](https://github.com/oxa-dev/oxa/commit/3d17777debde1f23382d4cefc70ca73fc3411368) Thanks [@nokome](https://github.com/nokome)! - Add @oxa/conformance package for conformance testing

- Updated dependencies [[`24961db`](https://github.com/oxa-dev/oxa/commit/24961db6027236a7530b426d5e9127f366208deb)]:
- oxa-types@0.2.1

## 0.1.1

### Patch Changes
Expand Down
3 changes: 1 addition & 2 deletions packages/oxa-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oxa/core",
"version": "0.1.1",
"version": "0.1.2",
"description": "Validation library for OXA documents",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -52,5 +52,4 @@
"directory": "packages/oxa-core"
},
"engines": {}

}
11 changes: 11 additions & 0 deletions packages/oxa-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @oxa/demo

## 0.1.1

### Patch Changes

- [#46](https://github.com/oxa-dev/oxa/pull/46) [`e9a6a1d`](https://github.com/oxa-dev/oxa/commit/e9a6a1dd6c481841d3fd23ea6ea6673d01b9d9f0) Thanks [@rowanc1](https://github.com/rowanc1)! - Initial release of demo and react libraries for oxa

- Updated dependencies [[`e9a6a1d`](https://github.com/oxa-dev/oxa/commit/e9a6a1dd6c481841d3fd23ea6ea6673d01b9d9f0), [`89bdc4d`](https://github.com/oxa-dev/oxa/commit/89bdc4db98e07666dd966cd67631f608f87b95d1), [`3d17777`](https://github.com/oxa-dev/oxa/commit/3d17777debde1f23382d4cefc70ca73fc3411368)]:
- @oxa/react@0.1.1
- @oxa/core@0.1.2
2 changes: 1 addition & 1 deletion packages/oxa-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oxa/demo",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"exports": {
".": {
Expand Down
10 changes: 10 additions & 0 deletions packages/oxa-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @oxa/react

## 0.1.1

### Patch Changes

- [#46](https://github.com/oxa-dev/oxa/pull/46) [`e9a6a1d`](https://github.com/oxa-dev/oxa/commit/e9a6a1dd6c481841d3fd23ea6ea6673d01b9d9f0) Thanks [@rowanc1](https://github.com/rowanc1)! - Initial release of demo and react libraries for oxa

- Updated dependencies [[`24961db`](https://github.com/oxa-dev/oxa/commit/24961db6027236a7530b426d5e9127f366208deb)]:
- oxa-types@0.2.1
2 changes: 1 addition & 1 deletion packages/oxa-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oxa/react",
"version": "0.1.0",
"version": "0.1.1",
"description": "React components for rendering OXA documents",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/oxa-types-py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "oxa-types"
version = "0.2.0"
version = "0.2.1"
description = "Pydantic models generated from the OXA schema"
readme = "README.md"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/oxa-types-py/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/oxa-types-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oxa-types"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT"
description = "Rust types generated from the OXA schema"
Expand Down
6 changes: 6 additions & 0 deletions packages/oxa-types-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# oxa-types

## 0.2.1

### Patch Changes

- [#43](https://github.com/oxa-dev/oxa/pull/43) [`24961db`](https://github.com/oxa-dev/oxa/commit/24961db6027236a7530b426d5e9127f366208deb) Thanks [@rowanc1](https://github.com/rowanc1)! - Add initial node types using RFC0003 (Code, InlineCode, Subscript, Superscript, ThematicBreak).

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/oxa-types-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oxa-types",
"version": "0.2.0",
"version": "0.2.1",
"description": "TypeScript type definitions generated from the OXA schema",
"type": "module",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions packages/oxa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# oxa

## 0.1.2

## 0.1.1
2 changes: 1 addition & 1 deletion packages/oxa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oxa",
"version": "0.1.1",
"version": "0.1.2",
"description": "CLI for OXA documents",
"type": "module",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions schema/schema.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://oxa.dev/v0.2.0/schema.json",
"$id": "https://oxa.dev/v0.2.1/schema.json",
"title": "OXA Schema",
"description": "JSON Schema for OXA document types",
"version": "0.2.0",
"version": "0.2.1",
"definitions": {
"Block": {
"title": "Block",
Expand Down