Skip to content

Commit

Permalink
Version Packages (#248)
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 Jan 23, 2025
1 parent 2d461b1 commit b2aad84
Show file tree
Hide file tree
Showing 13 changed files with 69 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-snakes-ring.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.251

### Patch Changes

- Updated dependencies [2d461b1]
- @aeriajs/builtins@0.0.234
- @aeriajs/cli@0.0.182
- @aeriajs/core@0.0.234
- @aeriajs/server@0.0.236
- @aeriajs/security@0.0.234

## 0.0.250

### 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.250",
"version": "0.0.251",
"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.181",
"@aeriajs/core": "^0.0.233",
"@aeriajs/cli": "^0.0.182",
"@aeriajs/core": "^0.0.234",
"@aeriajs/common": "^0.0.132",
"@aeriajs/entrypoint": "^0.0.136",
"@aeriajs/http": "^0.0.160",
"@aeriajs/node-http": "^0.0.160",
"@aeriajs/security": "^0.0.233",
"@aeriajs/server": "^0.0.235",
"@aeriajs/builtins": "^0.0.233",
"@aeriajs/security": "^0.0.234",
"@aeriajs/server": "^0.0.236",
"@aeriajs/builtins": "^0.0.234",
"@aeriajs/types": "^0.0.114",
"@aeriajs/validation": "^0.0.148"
}
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.234

### Patch Changes

- 2d461b1: Add contract for `user.editProfile()`
- @aeriajs/core@0.0.234

## 0.0.233

### 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.233",
"version": "0.0.234",
"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.233",
"@aeriajs/core": "^0.0.234",
"@aeriajs/common": "^0.0.132",
"@aeriajs/entrypoint": "^0.0.136",
"@aeriajs/types": "^0.0.114",
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.182

### Patch Changes

- Updated dependencies [2d461b1]
- @aeriajs/builtins@0.0.234
- @aeriajs/core@0.0.234

## 0.0.181

### 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.181",
"version": "0.0.182",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -45,9 +45,9 @@
"@aeriajs/types": "link:../types"
},
"peerDependencies": {
"@aeriajs/builtins": "^0.0.233",
"@aeriajs/builtins": "^0.0.234",
"@aeriajs/common": "^0.0.132",
"@aeriajs/core": "^0.0.233",
"@aeriajs/core": "^0.0.234",
"@aeriajs/entrypoint": "^0.0.136",
"@aeriajs/types": "^0.0.114"
},
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.234

### Patch Changes

- Updated dependencies [2d461b1]
- @aeriajs/builtins@0.0.234
- @aeriajs/security@0.0.234

## 0.0.233

### 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.233",
"version": "0.0.234",
"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.233",
"@aeriajs/builtins": "^0.0.234",
"@aeriajs/common": "^0.0.132",
"@aeriajs/entrypoint": "^0.0.136",
"@aeriajs/http": "^0.0.160",
"@aeriajs/security": "^0.0.233",
"@aeriajs/security": "^0.0.234",
"@aeriajs/types": "^0.0.114",
"@aeriajs/validation": "^0.0.148"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/security/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aeriajs/security

## 0.0.234

### Patch Changes

- @aeriajs/[email protected]

## 0.0.233

### 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.233",
"version": "0.0.234",
"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.233",
"@aeriajs/core": "^0.0.234",
"@aeriajs/common": "^0.0.132",
"@aeriajs/types": "^0.0.114",
"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.236

### Patch Changes

- Updated dependencies [2d461b1]
- @aeriajs/[email protected]
- @aeriajs/[email protected]
- @aeriajs/[email protected]

## 0.0.235

### 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.235",
"version": "0.0.236",
"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.233",
"@aeriajs/builtins": "^0.0.233",
"@aeriajs/core": "^0.0.234",
"@aeriajs/builtins": "^0.0.234",
"@aeriajs/common": "^0.0.132",
"@aeriajs/entrypoint": "^0.0.136",
"@aeriajs/http": "^0.0.160",
"@aeriajs/node-http": "^0.0.160",
"@aeriajs/server": "^0.0.235",
"@aeriajs/server": "^0.0.236",
"@aeriajs/types": "^0.0.114",
"mongodb": "^6.5.0"
}
Expand Down

0 comments on commit b2aad84

Please sign in to comment.