Skip to content

Commit

Permalink
Version Packages (#244)
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 16, 2025
1 parent 1cf4c60 commit acb655c
Show file tree
Hide file tree
Showing 32 changed files with 244 additions and 94 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-melons-sparkle.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/gold-meals-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-planes-relate.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shiny-bees-wait.md

This file was deleted.

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

## 0.0.168

### Patch Changes

- Updated dependencies [1cf4c60]
- Updated dependencies [aef831a]
- Updated dependencies [ce2675a]
- @aeriajs/types@0.0.114
- @aeriajs/common@0.0.132

## 0.0.167

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/aeria-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aeria-sdk",
"version": "0.0.167",
"version": "0.0.168",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@aeriajs/types": "link:../types"
},
"peerDependencies": {
"@aeriajs/common": "^0.0.131",
"@aeriajs/types": "^0.0.113"
"@aeriajs/common": "^0.0.132",
"@aeriajs/types": "^0.0.114"
}
}
20 changes: 20 additions & 0 deletions packages/aeria/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# aeria

## 0.0.248

### Patch Changes

- Updated dependencies [1cf4c60]
- Updated dependencies [aef831a]
- Updated dependencies [6abb0de]
- Updated dependencies [ce2675a]
- @aeriajs/types@0.0.114
- @aeriajs/validation@0.0.147
- @aeriajs/builtins@0.0.231
- @aeriajs/core@0.0.231
- @aeriajs/http@0.0.159
- @aeriajs/cli@0.0.179
- @aeriajs/common@0.0.132
- @aeriajs/entrypoint@0.0.135
- @aeriajs/security@0.0.231
- @aeriajs/server@0.0.233
- @aeriajs/node-http@0.0.159

## 0.0.247

### Patch Changes
Expand Down
24 changes: 12 additions & 12 deletions packages/aeria/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aeria",
"version": "0.0.247",
"version": "0.0.248",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -45,16 +45,16 @@
"@aeriajs/validation": "link:../validation"
},
"peerDependencies": {
"@aeriajs/cli": "^0.0.178",
"@aeriajs/core": "^0.0.230",
"@aeriajs/common": "^0.0.131",
"@aeriajs/entrypoint": "^0.0.134",
"@aeriajs/http": "^0.0.158",
"@aeriajs/node-http": "^0.0.158",
"@aeriajs/security": "^0.0.230",
"@aeriajs/server": "^0.0.232",
"@aeriajs/builtins": "^0.0.230",
"@aeriajs/types": "^0.0.113",
"@aeriajs/validation": "^0.0.146"
"@aeriajs/cli": "^0.0.179",
"@aeriajs/core": "^0.0.231",
"@aeriajs/common": "^0.0.132",
"@aeriajs/entrypoint": "^0.0.135",
"@aeriajs/http": "^0.0.159",
"@aeriajs/node-http": "^0.0.159",
"@aeriajs/security": "^0.0.231",
"@aeriajs/server": "^0.0.233",
"@aeriajs/builtins": "^0.0.231",
"@aeriajs/types": "^0.0.114",
"@aeriajs/validation": "^0.0.147"
}
}
16 changes: 16 additions & 0 deletions packages/builtins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @aeriajs/builtins

## 0.0.231

### Patch Changes

- aef831a: Fix validation error type inconsistencies
- 6abb0de: Fix privesc bug
- ce2675a: Fix user creation not possible when `config.security.rolesHierachy` is not set
- Updated dependencies [1cf4c60]
- Updated dependencies [aef831a]
- Updated dependencies [ce2675a]
- @aeriajs/types@0.0.114
- @aeriajs/validation@0.0.147
- @aeriajs/core@0.0.231
- @aeriajs/common@0.0.132
- @aeriajs/entrypoint@0.0.135

## 0.0.230

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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.230",
"version": "0.0.231",
"description": "## Installation",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -55,10 +55,10 @@
"mongodb": "^6.5.0"
},
"peerDependencies": {
"@aeriajs/core": "^0.0.230",
"@aeriajs/common": "^0.0.131",
"@aeriajs/entrypoint": "^0.0.134",
"@aeriajs/types": "^0.0.113",
"@aeriajs/validation": "^0.0.146"
"@aeriajs/core": "^0.0.231",
"@aeriajs/common": "^0.0.132",
"@aeriajs/entrypoint": "^0.0.135",
"@aeriajs/types": "^0.0.114",
"@aeriajs/validation": "^0.0.147"
}
}
14 changes: 14 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# aeria-build

## 0.0.179

### Patch Changes

- Updated dependencies [1cf4c60]
- Updated dependencies [aef831a]
- Updated dependencies [6abb0de]
- Updated dependencies [ce2675a]
- @aeriajs/types@0.0.114
- @aeriajs/builtins@0.0.231
- @aeriajs/core@0.0.231
- @aeriajs/common@0.0.132
- @aeriajs/entrypoint@0.0.135

## 0.0.178

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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.178",
"version": "0.0.179",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -45,11 +45,11 @@
"@aeriajs/types": "link:../types"
},
"peerDependencies": {
"@aeriajs/builtins": "^0.0.230",
"@aeriajs/common": "^0.0.131",
"@aeriajs/core": "^0.0.230",
"@aeriajs/entrypoint": "^0.0.134",
"@aeriajs/types": "^0.0.113"
"@aeriajs/builtins": "^0.0.231",
"@aeriajs/common": "^0.0.132",
"@aeriajs/core": "^0.0.231",
"@aeriajs/entrypoint": "^0.0.135",
"@aeriajs/types": "^0.0.114"
},
"optionalDependencies": {
"aeria-lang": "0.0.11"
Expand Down
9 changes: 9 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @aeriajs/common

## 0.0.132

### Patch Changes

- Updated dependencies [1cf4c60]
- Updated dependencies [aef831a]
- Updated dependencies [ce2675a]
- @aeriajs/types@0.0.114

## 0.0.131

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aeriajs/common",
"version": "0.0.131",
"version": "0.0.132",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -40,7 +40,7 @@
"bson": "^6.5.0"
},
"peerDependencies": {
"@aeriajs/types": "^0.0.113",
"@aeriajs/types": "^0.0.114",
"bson": "^6.5.0"
}
}
10 changes: 10 additions & 0 deletions packages/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @aeriajs/compiler

## 0.0.111

### Patch Changes

- Updated dependencies [1cf4c60]
- Updated dependencies [aef831a]
- Updated dependencies [ce2675a]
- @aeriajs/types@0.0.114
- @aeriajs/common@0.0.132

## 0.0.110

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aeriajs/compiler",
"version": "0.0.110",
"version": "0.0.111",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -31,8 +31,8 @@
"dist"
],
"peerDependencies": {
"@aeriajs/common": "^0.0.131",
"@aeriajs/types": "^0.0.113"
"@aeriajs/common": "^0.0.132",
"@aeriajs/types": "^0.0.114"
},
"devDependencies": {
"@aeriajs/common": "link:../common",
Expand Down
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @aeriajs/api

## 0.0.231

### Patch Changes

- aef831a: Fix validation error type inconsistencies
- Updated dependencies [1cf4c60]
- Updated dependencies [aef831a]
- Updated dependencies [6abb0de]
- Updated dependencies [ce2675a]
- @aeriajs/[email protected]
- @aeriajs/[email protected]
- @aeriajs/[email protected]
- @aeriajs/[email protected]
- @aeriajs/[email protected]
- @aeriajs/[email protected]
- @aeriajs/[email protected]

## 0.0.230

### Patch Changes
Expand Down
16 changes: 8 additions & 8 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.230",
"version": "0.0.231",
"description": "",
"main": "dist/index.js",
"aeriaMain": "tests/fixtures/aeriaMain.js",
Expand Down Expand Up @@ -52,13 +52,13 @@
"mongodb-memory-server": "^9.2.0"
},
"peerDependencies": {
"@aeriajs/builtins": "^0.0.230",
"@aeriajs/common": "^0.0.131",
"@aeriajs/entrypoint": "^0.0.134",
"@aeriajs/http": "^0.0.158",
"@aeriajs/security": "^0.0.230",
"@aeriajs/types": "^0.0.113",
"@aeriajs/validation": "^0.0.146"
"@aeriajs/builtins": "^0.0.231",
"@aeriajs/common": "^0.0.132",
"@aeriajs/entrypoint": "^0.0.135",
"@aeriajs/http": "^0.0.159",
"@aeriajs/security": "^0.0.231",
"@aeriajs/types": "^0.0.114",
"@aeriajs/validation": "^0.0.147"
},
"dependencies": {
"mongodb": "^6.5.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/entrypoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @aeriajs/entrypoint

## 0.0.135

### Patch Changes

- Updated dependencies [1cf4c60]
- Updated dependencies [aef831a]
- Updated dependencies [ce2675a]
- @aeriajs/[email protected]
- @aeriajs/[email protected]

## 0.0.134

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/entrypoint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aeriajs/entrypoint",
"version": "0.0.134",
"version": "0.0.135",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@aeriajs/types": "link:../types"
},
"peerDependencies": {
"@aeriajs/common": "^0.0.131",
"@aeriajs/types": "^0.0.113"
"@aeriajs/common": "^0.0.132",
"@aeriajs/types": "^0.0.114"
}
}
13 changes: 13 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @aeriajs/http

## 0.0.159

### Patch Changes

- aef831a: Fix validation error type inconsistencies
- Updated dependencies [1cf4c60]
- Updated dependencies [aef831a]
- Updated dependencies [ce2675a]
- @aeriajs/[email protected]
- @aeriajs/[email protected]
- @aeriajs/[email protected]
- @aeriajs/[email protected]

## 0.0.158

### Patch Changes
Expand Down
Loading

0 comments on commit acb655c

Please sign in to comment.