Skip to content

Commit

Permalink
Version Packages (#112)
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] committed Jul 8, 2024
1 parent 81bc83b commit 92f4656
Show file tree
Hide file tree
Showing 27 changed files with 193 additions and 70 deletions.
6 changes: 0 additions & 6 deletions .changeset/modern-pillows-whisper.md

This file was deleted.

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

## 0.0.110

### Patch Changes

- Updated dependencies [a052067]
- @aeriajs/types@0.0.69
- @aeriajs/common@0.0.81

## 0.0.109

### 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.109",
"version": "0.0.110",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -70,7 +70,7 @@
"@aeriajs/types": "link:../types"
},
"peerDependencies": {
"@aeriajs/common": "^0.0.80",
"@aeriajs/types": "^0.0.68"
"@aeriajs/common": "^0.0.81",
"@aeriajs/types": "^0.0.69"
}
}
17 changes: 17 additions & 0 deletions packages/aeria/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# aeria

## 0.0.140

### Patch Changes

- Updated dependencies [a052067]
- @aeriajs/types@0.0.69
- @aeriajs/cli@0.0.71
- @aeriajs/builtins@0.0.130
- @aeriajs/common@0.0.81
- @aeriajs/core@0.0.130
- @aeriajs/entrypoint@0.0.83
- @aeriajs/http@0.0.92
- @aeriajs/security@0.0.130
- @aeriajs/server@0.0.132
- @aeriajs/validation@0.0.84
- @aeriajs/node-http@0.0.92

## 0.0.139

### 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.139",
"version": "0.0.140",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -46,16 +46,16 @@
"@aeriajs/validation": "link:../validation"
},
"peerDependencies": {
"@aeriajs/cli": "^0.0.70",
"@aeriajs/core": "^0.0.129",
"@aeriajs/common": "^0.0.80",
"@aeriajs/entrypoint": "^0.0.82",
"@aeriajs/http": "^0.0.91",
"@aeriajs/node-http": "^0.0.91",
"@aeriajs/security": "^0.0.129",
"@aeriajs/server": "^0.0.131",
"@aeriajs/builtins": "^0.0.129",
"@aeriajs/types": "^0.0.68",
"@aeriajs/validation": "^0.0.83"
"@aeriajs/cli": "^0.0.71",
"@aeriajs/core": "^0.0.130",
"@aeriajs/common": "^0.0.81",
"@aeriajs/entrypoint": "^0.0.83",
"@aeriajs/http": "^0.0.92",
"@aeriajs/node-http": "^0.0.92",
"@aeriajs/security": "^0.0.130",
"@aeriajs/server": "^0.0.132",
"@aeriajs/builtins": "^0.0.130",
"@aeriajs/types": "^0.0.69",
"@aeriajs/validation": "^0.0.84"
}
}
11 changes: 11 additions & 0 deletions packages/builtins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @aeriajs/builtins

## 0.0.130

### Patch Changes

- Updated dependencies [a052067]
- @aeriajs/types@0.0.69
- @aeriajs/common@0.0.81
- @aeriajs/core@0.0.130
- @aeriajs/entrypoint@0.0.83
- @aeriajs/validation@0.0.84

## 0.0.129

### 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.129",
"version": "0.0.130",
"description": "## Installation",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -56,10 +56,10 @@
"mongodb": "^6.5.0"
},
"peerDependencies": {
"@aeriajs/core": "^0.0.129",
"@aeriajs/common": "^0.0.80",
"@aeriajs/entrypoint": "^0.0.82",
"@aeriajs/types": "^0.0.68",
"@aeriajs/validation": "^0.0.83"
"@aeriajs/core": "^0.0.130",
"@aeriajs/common": "^0.0.81",
"@aeriajs/entrypoint": "^0.0.83",
"@aeriajs/types": "^0.0.69",
"@aeriajs/validation": "^0.0.84"
}
}
12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# aeria-build

## 0.0.71

### Patch Changes

- a052067: Update aeria-lang
- Updated dependencies [a052067]
- @aeriajs/types@0.0.69
- @aeriajs/builtins@0.0.130
- @aeriajs/common@0.0.81
- @aeriajs/core@0.0.130
- @aeriajs/entrypoint@0.0.83

## 0.0.70

### 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.70",
"version": "0.0.71",
"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.129",
"@aeriajs/common": "^0.0.80",
"@aeriajs/core": "^0.0.129",
"@aeriajs/entrypoint": "^0.0.82",
"@aeriajs/types": "^0.0.68"
"@aeriajs/builtins": "^0.0.130",
"@aeriajs/common": "^0.0.81",
"@aeriajs/core": "^0.0.130",
"@aeriajs/entrypoint": "^0.0.83",
"@aeriajs/types": "^0.0.69"
},
"optionalDependencies": {
"aeria-lang": "~0.0.10"
Expand Down
7 changes: 7 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @aeriajs/common

## 0.0.81

### Patch Changes

- Updated dependencies [a052067]
- @aeriajs/types@0.0.69

## 0.0.80

### 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.80",
"version": "0.0.81",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -41,7 +41,7 @@
"bson": "^6.5.0"
},
"peerDependencies": {
"@aeriajs/types": "^0.0.68",
"@aeriajs/types": "^0.0.69",
"bson": "^6.5.0"
}
}
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @aeriajs/api

## 0.0.130

### Patch Changes

- Updated dependencies [a052067]
- @aeriajs/types@0.0.69
- @aeriajs/builtins@0.0.130
- @aeriajs/common@0.0.81
- @aeriajs/entrypoint@0.0.83
- @aeriajs/http@0.0.92
- @aeriajs/security@0.0.130
- @aeriajs/validation@0.0.84

## 0.0.129

### 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.129",
"version": "0.0.130",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -52,13 +52,13 @@
"mongodb-memory-server": "^9.2.0"
},
"peerDependencies": {
"@aeriajs/builtins": "^0.0.129",
"@aeriajs/common": "^0.0.80",
"@aeriajs/entrypoint": "^0.0.82",
"@aeriajs/http": "^0.0.91",
"@aeriajs/security": "^0.0.129",
"@aeriajs/types": "^0.0.68",
"@aeriajs/validation": "^0.0.83"
"@aeriajs/builtins": "^0.0.130",
"@aeriajs/common": "^0.0.81",
"@aeriajs/entrypoint": "^0.0.83",
"@aeriajs/http": "^0.0.92",
"@aeriajs/security": "^0.0.130",
"@aeriajs/types": "^0.0.69",
"@aeriajs/validation": "^0.0.84"
},
"dependencies": {
"mongodb": "^6.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/entrypoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aeriajs/entrypoint

## 0.0.83

### Patch Changes

- Updated dependencies [a052067]
- @aeriajs/types@0.0.69
- @aeriajs/common@0.0.81

## 0.0.82

### 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.82",
"version": "0.0.83",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@aeriajs/types": "link:../types"
},
"peerDependencies": {
"@aeriajs/common": "^0.0.80",
"@aeriajs/types": "^0.0.68"
"@aeriajs/common": "^0.0.81",
"@aeriajs/types": "^0.0.69"
}
}
10 changes: 10 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @aeriajs/http

## 0.0.92

### Patch Changes

- Updated dependencies [a052067]
- @aeriajs/types@0.0.69
- @aeriajs/common@0.0.81
- @aeriajs/entrypoint@0.0.83
- @aeriajs/validation@0.0.84

## 0.0.91

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aeriajs/http",
"version": "0.0.91",
"version": "0.0.92",
"description": "## Installation",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -38,9 +38,9 @@
"@aeriajs/validation": "link:../validation"
},
"peerDependencies": {
"@aeriajs/common": "^0.0.80",
"@aeriajs/entrypoint": "^0.0.82",
"@aeriajs/types": "^0.0.68",
"@aeriajs/validation": "^0.0.83"
"@aeriajs/common": "^0.0.81",
"@aeriajs/entrypoint": "^0.0.83",
"@aeriajs/types": "^0.0.69",
"@aeriajs/validation": "^0.0.84"
}
}
6 changes: 6 additions & 0 deletions packages/node-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aeriajs/node-http

## 0.0.92

### Patch Changes

- @aeriajs/http@0.0.92

## 0.0.91

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/node-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aeriajs/node-http",
"version": "0.0.91",
"version": "0.0.92",
"description": "## Installation",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -35,6 +35,6 @@
"@aeriajs/http": "link:../http"
},
"peerDependencies": {
"@aeriajs/http": "^0.0.91"
"@aeriajs/http": "^0.0.92"
}
}
9 changes: 9 additions & 0 deletions packages/security/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @aeriajs/security

## 0.0.130

### Patch Changes

- Updated dependencies [a052067]
- @aeriajs/types@0.0.69
- @aeriajs/common@0.0.81
- @aeriajs/core@0.0.130

## 0.0.129

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.129",
"version": "0.0.130",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -38,9 +38,9 @@
"mongodb": "^6.5.0"
},
"peerDependencies": {
"@aeriajs/core": "^0.0.129",
"@aeriajs/common": "^0.0.80",
"@aeriajs/types": "^0.0.68",
"@aeriajs/core": "^0.0.130",
"@aeriajs/common": "^0.0.81",
"@aeriajs/types": "^0.0.69",
"mongodb": "^6.5.0"
}
}
Loading

0 comments on commit 92f4656

Please sign in to comment.