Skip to content

Commit 3d3d6cf

Browse files
πŸš€ v0.1.2 (#44)
1 parent f79790a commit 3d3d6cf

21 files changed

Lines changed: 59 additions & 35 deletions

β€Ž.changeset/light-glasses-drum.mdβ€Ž

Lines changed: 0 additions & 6 deletions
This file was deleted.

β€Ž.changeset/short-areas-spend.mdβ€Ž

Lines changed: 0 additions & 5 deletions
This file was deleted.

β€Ž.changeset/silly-pears-joke.mdβ€Ž

Lines changed: 0 additions & 5 deletions
This file was deleted.

β€Ž.changeset/sparkly-cows-show.mdβ€Ž

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @oxa/conformance
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#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

β€Žpackages/oxa-conformance/manifest.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "./schemas/manifest.schema.json",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"formats": [
55
"oxa",
66
"myst-ast",

β€Žpackages/oxa-conformance/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oxa/conformance",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Conformance test suite for OXA schema implementations",
55
"type": "module",
66
"main": "./index.js",

β€Žpackages/oxa-core/CHANGELOG.mdβ€Ž

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @oxa/core
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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
10+
11+
- Updated dependencies [[`24961db`](https://github.com/oxa-dev/oxa/commit/24961db6027236a7530b426d5e9127f366208deb)]:
12+
- oxa-types@0.2.1
13+
314
## 0.1.1
415

516
### Patch Changes

β€Žpackages/oxa-core/package.jsonβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oxa/core",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Validation library for OXA documents",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -52,5 +52,4 @@
5252
"directory": "packages/oxa-core"
5353
},
5454
"engines": {}
55-
5655
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# @oxa/demo
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- 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)]:
10+
- @oxa/react@0.1.1
11+
- @oxa/core@0.1.2

0 commit comments

Comments
Β (0)