Skip to content

Commit

Permalink
Version Packages (#168)
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 Oct 13, 2024
1 parent bfb991f commit ff875f2
Show file tree
Hide file tree
Showing 27 changed files with 207 additions and 82 deletions.
17 changes: 0 additions & 17 deletions .changeset/moody-balloons-rescue.md

This file was deleted.

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

## 0.0.142

### Patch Changes

- bfb991f: Release
- Updated dependencies [bfb991f]
- @aeriajs/common@0.0.111
- @aeriajs/types@0.0.94

## 0.0.141

### 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.141",
"version": "0.0.142",
"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.110",
"@aeriajs/types": "^0.0.93"
"@aeriajs/common": "^0.0.111",
"@aeriajs/types": "^0.0.94"
}
}
18 changes: 18 additions & 0 deletions packages/aeria/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# aeria

## 0.0.192

### Patch Changes

- bfb991f: Release
- Updated dependencies [bfb991f]
- @aeriajs/builtins@0.0.181
- @aeriajs/cli@0.0.123
- @aeriajs/common@0.0.111
- @aeriajs/core@0.0.181
- @aeriajs/entrypoint@0.0.114
- @aeriajs/http@0.0.125
- @aeriajs/node-http@0.0.125
- @aeriajs/security@0.0.181
- @aeriajs/server@0.0.183
- @aeriajs/types@0.0.94
- @aeriajs/validation@0.0.114

## 0.0.191

### 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.191",
"version": "0.0.192",
"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.122",
"@aeriajs/core": "^0.0.180",
"@aeriajs/common": "^0.0.110",
"@aeriajs/entrypoint": "^0.0.113",
"@aeriajs/http": "^0.0.124",
"@aeriajs/node-http": "^0.0.124",
"@aeriajs/security": "^0.0.180",
"@aeriajs/server": "^0.0.182",
"@aeriajs/builtins": "^0.0.180",
"@aeriajs/types": "^0.0.93",
"@aeriajs/validation": "^0.0.113"
"@aeriajs/cli": "^0.0.123",
"@aeriajs/core": "^0.0.181",
"@aeriajs/common": "^0.0.111",
"@aeriajs/entrypoint": "^0.0.114",
"@aeriajs/http": "^0.0.125",
"@aeriajs/node-http": "^0.0.125",
"@aeriajs/security": "^0.0.181",
"@aeriajs/server": "^0.0.183",
"@aeriajs/builtins": "^0.0.181",
"@aeriajs/types": "^0.0.94",
"@aeriajs/validation": "^0.0.114"
}
}
12 changes: 12 additions & 0 deletions packages/builtins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @aeriajs/builtins

## 0.0.181

### Patch Changes

- bfb991f: Release
- Updated dependencies [bfb991f]
- @aeriajs/common@0.0.111
- @aeriajs/core@0.0.181
- @aeriajs/entrypoint@0.0.114
- @aeriajs/types@0.0.94
- @aeriajs/validation@0.0.114

## 0.0.180

### 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.180",
"version": "0.0.181",
"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.180",
"@aeriajs/common": "^0.0.110",
"@aeriajs/entrypoint": "^0.0.113",
"@aeriajs/types": "^0.0.93",
"@aeriajs/validation": "^0.0.113"
"@aeriajs/core": "^0.0.181",
"@aeriajs/common": "^0.0.111",
"@aeriajs/entrypoint": "^0.0.114",
"@aeriajs/types": "^0.0.94",
"@aeriajs/validation": "^0.0.114"
}
}
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.123

### Patch Changes

- bfb991f: Release
- Updated dependencies [bfb991f]
- @aeriajs/builtins@0.0.181
- @aeriajs/common@0.0.111
- @aeriajs/core@0.0.181
- @aeriajs/entrypoint@0.0.114
- @aeriajs/types@0.0.94

## 0.0.122

### 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.122",
"version": "0.0.123",
"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.180",
"@aeriajs/common": "^0.0.110",
"@aeriajs/core": "^0.0.180",
"@aeriajs/entrypoint": "^0.0.113",
"@aeriajs/types": "^0.0.93"
"@aeriajs/builtins": "^0.0.181",
"@aeriajs/common": "^0.0.111",
"@aeriajs/core": "^0.0.181",
"@aeriajs/entrypoint": "^0.0.114",
"@aeriajs/types": "^0.0.94"
},
"optionalDependencies": {
"aeria-lang": "~0.0.11"
Expand Down
8 changes: 8 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aeriajs/common

## 0.0.111

### Patch Changes

- bfb991f: Release
- Updated dependencies [bfb991f]
- @aeriajs/types@0.0.94

## 0.0.110

### 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.110",
"version": "0.0.111",
"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.93",
"@aeriajs/types": "^0.0.94",
"bson": "^6.5.0"
}
}
14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @aeriajs/api

## 0.0.181

### Patch Changes

- bfb991f: Release
- Updated dependencies [bfb991f]
- @aeriajs/builtins@0.0.181
- @aeriajs/common@0.0.111
- @aeriajs/entrypoint@0.0.114
- @aeriajs/http@0.0.125
- @aeriajs/security@0.0.181
- @aeriajs/types@0.0.94
- @aeriajs/validation@0.0.114

## 0.0.180

### 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.180",
"version": "0.0.181",
"description": "",
"main": "dist/index.js",
"aeriaMain": "tests/fixtures/aeriaMain.js",
Expand Down Expand Up @@ -53,13 +53,13 @@
"mongodb-memory-server": "^9.2.0"
},
"peerDependencies": {
"@aeriajs/builtins": "^0.0.180",
"@aeriajs/common": "^0.0.110",
"@aeriajs/entrypoint": "^0.0.113",
"@aeriajs/http": "^0.0.124",
"@aeriajs/security": "^0.0.180",
"@aeriajs/types": "^0.0.93",
"@aeriajs/validation": "^0.0.113"
"@aeriajs/builtins": "^0.0.181",
"@aeriajs/common": "^0.0.111",
"@aeriajs/entrypoint": "^0.0.114",
"@aeriajs/http": "^0.0.125",
"@aeriajs/security": "^0.0.181",
"@aeriajs/types": "^0.0.94",
"@aeriajs/validation": "^0.0.114"
},
"dependencies": {
"mongodb": "^6.5.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/entrypoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @aeriajs/entrypoint

## 0.0.114

### Patch Changes

- bfb991f: Release
- Updated dependencies [bfb991f]
- @aeriajs/common@0.0.111
- @aeriajs/types@0.0.94

## 0.0.113

### 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.113",
"version": "0.0.114",
"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.110",
"@aeriajs/types": "^0.0.93"
"@aeriajs/common": "^0.0.111",
"@aeriajs/types": "^0.0.94"
}
}
11 changes: 11 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @aeriajs/http

## 0.0.125

### Patch Changes

- bfb991f: Release
- Updated dependencies [bfb991f]
- @aeriajs/common@0.0.111
- @aeriajs/entrypoint@0.0.114
- @aeriajs/types@0.0.94
- @aeriajs/validation@0.0.114

## 0.0.124

### 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.124",
"version": "0.0.125",
"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.110",
"@aeriajs/entrypoint": "^0.0.113",
"@aeriajs/types": "^0.0.93",
"@aeriajs/validation": "^0.0.113"
"@aeriajs/common": "^0.0.111",
"@aeriajs/entrypoint": "^0.0.114",
"@aeriajs/types": "^0.0.94",
"@aeriajs/validation": "^0.0.114"
}
}
9 changes: 9 additions & 0 deletions packages/node-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @aeriajs/node-http

## 0.0.125

### Patch Changes

- bfb991f: Release
- Updated dependencies [bfb991f]
- @aeriajs/common@0.0.111
- @aeriajs/http@0.0.125

## 0.0.124

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.124",
"version": "0.0.125",
"description": "## Installation",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@aeriajs/http": "link:../http"
},
"peerDependencies": {
"@aeriajs/common": "^0.0.110",
"@aeriajs/http": "^0.0.124"
"@aeriajs/common": "^0.0.111",
"@aeriajs/http": "^0.0.125"
}
}
10 changes: 10 additions & 0 deletions packages/security/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @aeriajs/security

## 0.0.181

### Patch Changes

- bfb991f: Release
- Updated dependencies [bfb991f]
- @aeriajs/common@0.0.111
- @aeriajs/core@0.0.181
- @aeriajs/types@0.0.94

## 0.0.180

### Patch Changes
Expand Down
Loading

0 comments on commit ff875f2

Please sign in to comment.