Skip to content

Commit

Permalink
Version Packages (#201)
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 Nov 23, 2024
1 parent bf1825e commit d2ef1f3
Show file tree
Hide file tree
Showing 13 changed files with 70 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-sloths-build.md

This file was deleted.

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

## 0.0.224

### Patch Changes

- Updated dependencies [bf1825e]
- @aeriajs/core@0.0.212
- @aeriajs/builtins@0.0.212
- @aeriajs/cli@0.0.155
- @aeriajs/security@0.0.212
- @aeriajs/server@0.0.214

## 0.0.223

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/aeria/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aeria",
"version": "0.0.223",
"version": "0.0.224",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -45,15 +45,15 @@
"@aeriajs/validation": "link:../validation"
},
"peerDependencies": {
"@aeriajs/cli": "^0.0.154",
"@aeriajs/core": "^0.0.211",
"@aeriajs/cli": "^0.0.155",
"@aeriajs/core": "^0.0.212",
"@aeriajs/common": "^0.0.125",
"@aeriajs/entrypoint": "^0.0.128",
"@aeriajs/http": "^0.0.150",
"@aeriajs/node-http": "^0.0.150",
"@aeriajs/security": "^0.0.211",
"@aeriajs/server": "^0.0.213",
"@aeriajs/builtins": "^0.0.211",
"@aeriajs/security": "^0.0.212",
"@aeriajs/server": "^0.0.214",
"@aeriajs/builtins": "^0.0.212",
"@aeriajs/types": "^0.0.107",
"@aeriajs/validation": "^0.0.139"
}
Expand Down
7 changes: 7 additions & 0 deletions packages/builtins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @aeriajs/builtins

## 0.0.212

### Patch Changes

- Updated dependencies [bf1825e]
- @aeriajs/core@0.0.212

## 0.0.211

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/builtins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aeriajs/builtins",
"version": "0.0.211",
"version": "0.0.212",
"description": "## Installation",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -55,7 +55,7 @@
"mongodb": "^6.5.0"
},
"peerDependencies": {
"@aeriajs/core": "^0.0.211",
"@aeriajs/core": "^0.0.212",
"@aeriajs/common": "^0.0.125",
"@aeriajs/entrypoint": "^0.0.128",
"@aeriajs/types": "^0.0.107",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# aeria-build

## 0.0.155

### Patch Changes

- Updated dependencies [bf1825e]
- @aeriajs/core@0.0.212
- @aeriajs/builtins@0.0.212

## 0.0.154

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.154",
"version": "0.0.155",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -44,9 +44,9 @@
"@aeriajs/types": "link:../types"
},
"peerDependencies": {
"@aeriajs/builtins": "^0.0.211",
"@aeriajs/builtins": "^0.0.212",
"@aeriajs/common": "^0.0.125",
"@aeriajs/core": "^0.0.211",
"@aeriajs/core": "^0.0.212",
"@aeriajs/entrypoint": "^0.0.128",
"@aeriajs/types": "^0.0.107"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aeriajs/api

## 0.0.212

### Patch Changes

- bf1825e: Replace `INIT_CWD` with `PWD` to work with workspaces
- @aeriajs/builtins@0.0.212
- @aeriajs/security@0.0.212

## 0.0.211

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aeriajs/core",
"version": "0.0.211",
"version": "0.0.212",
"description": "",
"main": "dist/index.js",
"aeriaMain": "tests/fixtures/aeriaMain.js",
Expand Down Expand Up @@ -52,11 +52,11 @@
"mongodb-memory-server": "^9.2.0"
},
"peerDependencies": {
"@aeriajs/builtins": "^0.0.211",
"@aeriajs/builtins": "^0.0.212",
"@aeriajs/common": "^0.0.125",
"@aeriajs/entrypoint": "^0.0.128",
"@aeriajs/http": "^0.0.150",
"@aeriajs/security": "^0.0.211",
"@aeriajs/security": "^0.0.212",
"@aeriajs/types": "^0.0.107",
"@aeriajs/validation": "^0.0.139"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/security/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @aeriajs/security

## 0.0.212

### Patch Changes

- Updated dependencies [bf1825e]
- @aeriajs/core@0.0.212

## 0.0.211

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/security/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aeriajs/security",
"version": "0.0.211",
"version": "0.0.212",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -37,7 +37,7 @@
"mongodb": "^6.5.0"
},
"peerDependencies": {
"@aeriajs/core": "^0.0.211",
"@aeriajs/core": "^0.0.212",
"@aeriajs/common": "^0.0.125",
"@aeriajs/types": "^0.0.107",
"mongodb": "^6.5.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @aeriajs/server

## 0.0.214

### Patch Changes

- Updated dependencies [bf1825e]
- @aeriajs/[email protected]
- @aeriajs/[email protected]
- @aeriajs/[email protected]

## 0.0.213

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aeriajs/server",
"version": "0.0.213",
"version": "0.0.214",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -42,13 +42,13 @@
"mongodb": "^6.5.0"
},
"peerDependencies": {
"@aeriajs/core": "^0.0.211",
"@aeriajs/builtins": "^0.0.211",
"@aeriajs/core": "^0.0.212",
"@aeriajs/builtins": "^0.0.212",
"@aeriajs/common": "^0.0.125",
"@aeriajs/entrypoint": "^0.0.128",
"@aeriajs/http": "^0.0.150",
"@aeriajs/node-http": "^0.0.150",
"@aeriajs/server": "^0.0.213",
"@aeriajs/server": "^0.0.214",
"@aeriajs/types": "^0.0.107",
"mongodb": "^6.5.0"
}
Expand Down

0 comments on commit d2ef1f3

Please sign in to comment.