Skip to content

Commit 4fecddf

Browse files
Version Packages
1 parent 7f4407c commit 4fecddf

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

.changeset/clean-hoops-reply.md

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

packages/oxa-core/CHANGELOG.md

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

packages/oxa-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oxa/core",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Validation library for OXA documents",
55
"type": "module",
66
"main": "./dist/index.js",

packages/oxa/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# oxa
2+
3+
## 0.1.1

packages/oxa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oxa",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "CLI for OXA documents",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)