Skip to content

Commit

Permalink
Version Packages (#276)
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 23, 2025
1 parent a8ae7f9 commit 884f2a6
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/lemon-camels-relate.md

This file was deleted.

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

## 0.0.270

### Patch Changes

- @aeriajs/cli@0.0.201

## 0.0.269

### 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.269",
"version": "0.0.270",
"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.200",
"@aeriajs/cli": "^0.0.201",
"@aeriajs/core": "^0.0.243",
"@aeriajs/common": "^0.0.136",
"@aeriajs/entrypoint": "^0.0.140",
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# aeria-build

## 0.0.201

### Patch Changes

- Updated dependencies [a8ae7f9]
- @aeriajs/compiler@0.0.15

## 0.0.200

### 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.200",
"version": "0.0.201",
"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.14",
"@aeriajs/compiler": "^0.0.15",
"@aeriajs/core": "^0.0.243",
"@aeriajs/entrypoint": "^0.0.140",
"@aeriajs/types": "^0.0.118"
Expand Down
6 changes: 6 additions & 0 deletions packages/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aeriajs/compiler

## 0.0.15

### Patch Changes

- a8ae7f9: Add `const` type and allow commas in array blocks

## 0.0.14

### 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.14",
"version": "0.0.15",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 884f2a6

Please sign in to comment.