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
5 changes: 0 additions & 5 deletions .changeset/clean-hoops-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-snails-occur.md

This file was deleted.

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

## 0.1.1

### Patch Changes

- [#37](https://github.com/oxa-dev/oxa/pull/37) [`7f4407c`](https://github.com/oxa-dev/oxa/commit/7f4407c4dbfd7aafdb39f7e818424d4bf07ff26d) Thanks [@rowanc1](https://github.com/rowanc1)! - Export version statically rather than dynamically

- Updated dependencies [[`7a00e13`](https://github.com/oxa-dev/oxa/commit/7a00e13f9bcf5877fd07d3349002f972fb51ee2c)]:
- oxa-types@0.2.0
2 changes: 1 addition & 1 deletion 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.0",
"version": "0.1.1",
"description": "Validation library for OXA documents",
"type": "module",
"main": "./dist/index.js",
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.1.0"
version = "0.2.0"
description = "Pydantic models generated from the OXA schema"
readme = "README.md"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0"
version = "0.2.0"
edition = "2021"
license = "MIT"
description = "Rust types generated from the OXA schema"
Expand Down
7 changes: 7 additions & 0 deletions packages/oxa-types-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# oxa-types

## 0.2.0

### Minor Changes

- [#39](https://github.com/oxa-dev/oxa/pull/39) [`7a00e13`](https://github.com/oxa-dev/oxa/commit/7a00e13f9bcf5877fd07d3349002f972fb51ee2c) Thanks [@nokome](https://github.com/nokome)! - Add Emphasis node type
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.1.0",
"version": "0.2.0",
"description": "TypeScript type definitions generated from the OXA schema",
"type": "module",
"types": "./dist/index.d.ts",
Expand Down
3 changes: 3 additions & 0 deletions packages/oxa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# oxa

## 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.0",
"version": "0.1.1",
"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.1.0/schema.json",
"$id": "https://oxa.dev/v0.2.0/schema.json",
"title": "OXA Schema",
"description": "JSON Schema for OXA document types",
"version": "0.1.0",
"version": "0.2.0",
"definitions": {
"Block": {
"title": "Block",
Expand Down