Skip to content

Commit

Permalink
Version Packages (#271)
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 1c51622 commit a459acc
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/unlucky-peas-glow.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.266

### Patch Changes

- @aeriajs/cli@0.0.197

## 0.0.265

### 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.265",
"version": "0.0.266",
"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.196",
"@aeriajs/cli": "^0.0.197",
"@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.197

### Patch Changes

- Updated dependencies [ae6b928]
- @aeriajs/compiler@0.0.11

## 0.0.196

### 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.196",
"version": "0.0.197",
"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.10",
"@aeriajs/compiler": "^0.0.11",
"@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.11

### Patch Changes

- ae6b928: Add support for multiple array types

## 0.0.10

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

0 comments on commit a459acc

Please sign in to comment.