diff --git a/.changeset/light-glasses-drum.md b/.changeset/light-glasses-drum.md deleted file mode 100644 index 7bdd637..0000000 --- a/.changeset/light-glasses-drum.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@oxa/react": patch -"@oxa/demo": patch ---- - -Initial release of demo and react libraries for oxa diff --git a/.changeset/short-areas-spend.md b/.changeset/short-areas-spend.md deleted file mode 100644 index 6d5faa5..0000000 --- a/.changeset/short-areas-spend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"oxa-types": patch ---- - -Add initial node types using RFC0003 (Code, InlineCode, Subscript, Superscript, ThematicBreak). diff --git a/.changeset/silly-pears-joke.md b/.changeset/silly-pears-joke.md deleted file mode 100644 index a0a39a7..0000000 --- a/.changeset/silly-pears-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@oxa/core": patch ---- - -Add atproto conversion scripts diff --git a/.changeset/sparkly-cows-show.md b/.changeset/sparkly-cows-show.md deleted file mode 100644 index ccda95f..0000000 --- a/.changeset/sparkly-cows-show.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@oxa/conformance": patch -"@oxa/core": patch ---- - -Add @oxa/conformance package for conformance testing diff --git a/packages/oxa-conformance/CHANGELOG.md b/packages/oxa-conformance/CHANGELOG.md new file mode 100644 index 0000000..b24d7ce --- /dev/null +++ b/packages/oxa-conformance/CHANGELOG.md @@ -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 diff --git a/packages/oxa-conformance/manifest.json b/packages/oxa-conformance/manifest.json index 8b59f80..476bcc2 100644 --- a/packages/oxa-conformance/manifest.json +++ b/packages/oxa-conformance/manifest.json @@ -1,6 +1,6 @@ { "$schema": "./schemas/manifest.schema.json", - "version": "0.1.0", + "version": "0.1.1", "formats": [ "oxa", "myst-ast", diff --git a/packages/oxa-conformance/package.json b/packages/oxa-conformance/package.json index 11e0718..973173a 100644 --- a/packages/oxa-conformance/package.json +++ b/packages/oxa-conformance/package.json @@ -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", diff --git a/packages/oxa-core/CHANGELOG.md b/packages/oxa-core/CHANGELOG.md index 2dc1e0f..3b6dffd 100644 --- a/packages/oxa-core/CHANGELOG.md +++ b/packages/oxa-core/CHANGELOG.md @@ -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 diff --git a/packages/oxa-core/package.json b/packages/oxa-core/package.json index 13124b9..c086fd9 100644 --- a/packages/oxa-core/package.json +++ b/packages/oxa-core/package.json @@ -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", @@ -52,5 +52,4 @@ "directory": "packages/oxa-core" }, "engines": {} - } diff --git a/packages/oxa-demo/CHANGELOG.md b/packages/oxa-demo/CHANGELOG.md new file mode 100644 index 0000000..c5f603e --- /dev/null +++ b/packages/oxa-demo/CHANGELOG.md @@ -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 diff --git a/packages/oxa-demo/package.json b/packages/oxa-demo/package.json index 9f1b570..fc86220 100644 --- a/packages/oxa-demo/package.json +++ b/packages/oxa-demo/package.json @@ -1,6 +1,6 @@ { "name": "@oxa/demo", - "version": "0.1.0", + "version": "0.1.1", "type": "module", "exports": { ".": { diff --git a/packages/oxa-react/CHANGELOG.md b/packages/oxa-react/CHANGELOG.md new file mode 100644 index 0000000..2eceea3 --- /dev/null +++ b/packages/oxa-react/CHANGELOG.md @@ -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 diff --git a/packages/oxa-react/package.json b/packages/oxa-react/package.json index de2b41a..2184958 100644 --- a/packages/oxa-react/package.json +++ b/packages/oxa-react/package.json @@ -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": { diff --git a/packages/oxa-types-py/pyproject.toml b/packages/oxa-types-py/pyproject.toml index 7524c51..3eb4e3b 100644 --- a/packages/oxa-types-py/pyproject.toml +++ b/packages/oxa-types-py/pyproject.toml @@ -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" diff --git a/packages/oxa-types-py/uv.lock b/packages/oxa-types-py/uv.lock index cb0041f..46e363b 100644 --- a/packages/oxa-types-py/uv.lock +++ b/packages/oxa-types-py/uv.lock @@ -13,7 +13,7 @@ wheels = [ [[package]] name = "oxa-types" -version = "0.2.0" +version = "0.2.1" source = { editable = "." } dependencies = [ { name = "pydantic" }, diff --git a/packages/oxa-types-rs/Cargo.toml b/packages/oxa-types-rs/Cargo.toml index ae371d0..e38d109 100644 --- a/packages/oxa-types-rs/Cargo.toml +++ b/packages/oxa-types-rs/Cargo.toml @@ -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" diff --git a/packages/oxa-types-ts/CHANGELOG.md b/packages/oxa-types-ts/CHANGELOG.md index a37cdc0..346f131 100644 --- a/packages/oxa-types-ts/CHANGELOG.md +++ b/packages/oxa-types-ts/CHANGELOG.md @@ -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 diff --git a/packages/oxa-types-ts/package.json b/packages/oxa-types-ts/package.json index f44472a..a8454f2 100644 --- a/packages/oxa-types-ts/package.json +++ b/packages/oxa-types-ts/package.json @@ -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", diff --git a/packages/oxa/CHANGELOG.md b/packages/oxa/CHANGELOG.md index 86acd73..d28fe7e 100644 --- a/packages/oxa/CHANGELOG.md +++ b/packages/oxa/CHANGELOG.md @@ -1,3 +1,5 @@ # oxa +## 0.1.2 + ## 0.1.1 diff --git a/packages/oxa/package.json b/packages/oxa/package.json index 081e30d..8374a23 100644 --- a/packages/oxa/package.json +++ b/packages/oxa/package.json @@ -1,6 +1,6 @@ { "name": "oxa", - "version": "0.1.1", + "version": "0.1.2", "description": "CLI for OXA documents", "type": "module", "bin": { diff --git a/schema/schema.json b/schema/schema.json index 97a723d..d806f42 100644 --- a/schema/schema.json +++ b/schema/schema.json @@ -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",