Skip to content

Commit

Permalink
chore: update versions (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 16, 2025
1 parent 6ed9c9a commit 7e62f3b
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-apricots-help.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/gen-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ordana-gen-docs

## 0.3.0

### Patch Changes

- Updated dependencies [[`6ed9c9a`](https://github.com/sapphi-red/ordana/commit/6ed9c9ad7360a35163344eca8d16bc17a4968637)]:
- [email protected]

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/gen-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ordana-gen-docs",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"exports": "./dist/index.js",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"description": "Document generation for ordana.",
"peerDependencies": {
"ordana": "workspace:^0.2.0"
"ordana": "workspace:^0.3.0"
},
"devDependencies": {
"@types/node": "catalog:",
Expand Down
6 changes: 6 additions & 0 deletions packages/ordana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ordana

## 0.3.0

### Minor Changes

- [#5](https://github.com/sapphi-red/ordana/pull/5) [`6ed9c9a`](https://github.com/sapphi-red/ordana/commit/6ed9c9ad7360a35163344eca8d16bc17a4968637) Thanks [@sapphi-red](https://github.com/sapphi-red)! - Add allowKebabCaseAsCamelCaseArguments option to allow kebab-case arguments to be mapped to camelCase arguments.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ordana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ordana",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"exports": "./dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 7e62f3b

Please sign in to comment.