Skip to content

Commit

Permalink
Version Packages (#272)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 15, 2025
1 parent deb925c commit 2d1f048
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/chilly-cobras-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-bobcats-stare.md

This file was deleted.

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

## 0.0.267

### Patch Changes

- Updated dependencies [deb925c]
- @aeriajs/cli@0.0.198

## 0.0.266

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/aeria/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aeria",
"version": "0.0.266",
"version": "0.0.267",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@aeriajs/validation": "link:../validation"
},
"peerDependencies": {
"@aeriajs/cli": "^0.0.197",
"@aeriajs/cli": "^0.0.198",
"@aeriajs/core": "^0.0.243",
"@aeriajs/common": "^0.0.136",
"@aeriajs/entrypoint": "^0.0.140",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# aeria-build

## 0.0.198

### Patch Changes

- deb925c: Fix cli bugs and contracts codegen bug
- Updated dependencies [deb925c]
- Updated dependencies [d95b215]
- @aeriajs/compiler@0.0.12

## 0.0.197

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aeriajs/cli",
"type": "module",
"version": "0.0.197",
"version": "0.0.198",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -48,7 +48,7 @@
"peerDependencies": {
"@aeriajs/builtins": "^0.0.243",
"@aeriajs/common": "^0.0.136",
"@aeriajs/compiler": "^0.0.11",
"@aeriajs/compiler": "^0.0.12",
"@aeriajs/core": "^0.0.243",
"@aeriajs/entrypoint": "^0.0.140",
"@aeriajs/types": "^0.0.118"
Expand Down
7 changes: 7 additions & 0 deletions packages/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @aeriajs/compiler

## 0.0.12

### Patch Changes

- deb925c: Fix cli bugs and contracts codegen bug
- d95b215: Parse `roles` block of contracts

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aeriajs/compiler",
"version": "0.0.11",
"version": "0.0.12",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 2d1f048

Please sign in to comment.