Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
minenwerfer committed Mar 15, 2024
1 parent d5f6134 commit 70afc07
Show file tree
Hide file tree
Showing 18 changed files with 114 additions and 53 deletions.
7 changes: 0 additions & 7 deletions .changeset/thick-parents-arrive.md

This file was deleted.

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

## 0.0.37

### Patch Changes

- Updated dependencies [d5f6134]
- @aeriajs/builtins@0.0.33
- @aeriajs/api@0.0.33

## 0.0.36

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/aeria-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aeria-build",
"version": "0.0.36",
"version": "0.0.37",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -46,8 +46,8 @@
"tslib": "^2.5.0"
},
"peerDependencies": {
"@aeriajs/api": "^0.0.32",
"@aeriajs/builtins": "^0.0.32",
"@aeriajs/api": "^0.0.33",
"@aeriajs/builtins": "^0.0.33",
"@aeriajs/common": "^0.0.16",
"@aeriajs/types": "^0.0.15"
}
Expand Down
12 changes: 12 additions & 0 deletions packages/aeria/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# aeria

## 0.0.33

### Patch Changes

- Updated dependencies [d5f6134]
- @aeriajs/builtins@0.0.33
- @aeriajs/http@0.0.23
- @aeriajs/api@0.0.33
- @aeriajs/server@0.0.33
- @aeriajs/node-http@0.0.23
- @aeriajs/security@0.0.33

## 0.0.32

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/aeria/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aeria",
"version": "0.0.32",
"version": "0.0.33",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -34,14 +34,14 @@
],
"peerDependencies": {
"@aeriajs/access-control": "^0.0.16",
"@aeriajs/api": "^0.0.32",
"@aeriajs/api": "^0.0.33",
"@aeriajs/common": "^0.0.16",
"@aeriajs/entrypoint": "^0.0.16",
"@aeriajs/http": "^0.0.22",
"@aeriajs/node-http": "^0.0.22",
"@aeriajs/security": "^0.0.32",
"@aeriajs/server": "^0.0.32",
"@aeriajs/builtins": "^0.0.32",
"@aeriajs/http": "^0.0.23",
"@aeriajs/node-http": "^0.0.23",
"@aeriajs/security": "^0.0.33",
"@aeriajs/server": "^0.0.33",
"@aeriajs/builtins": "^0.0.33",
"@aeriajs/types": "^0.0.15",
"@aeriajs/validation": "^0.0.19"
}
Expand Down
10 changes: 10 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @aeriajs/api

## 0.0.33

### Patch Changes

- d5f6134: Introduce extendCollection() and fix bugs
- Updated dependencies [d5f6134]
- @aeriajs/builtins@0.0.33
- @aeriajs/http@0.0.23
- @aeriajs/security@0.0.33

## 0.0.32

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aeriajs/api",
"version": "0.0.32",
"version": "0.0.33",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -45,9 +45,9 @@
"@aeriajs/access-control": "^0.0.16",
"@aeriajs/common": "^0.0.16",
"@aeriajs/entrypoint": "^0.0.16",
"@aeriajs/http": "^0.0.22",
"@aeriajs/security": "^0.0.32",
"@aeriajs/builtins": "^0.0.32",
"@aeriajs/http": "^0.0.23",
"@aeriajs/security": "^0.0.33",
"@aeriajs/builtins": "^0.0.33",
"@aeriajs/types": "^0.0.15",
"@aeriajs/validation": "^0.0.19",
"jsonwebtoken": "^8.5.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/builtins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @aeriajs/builtins

## 0.0.33

### Patch Changes

- d5f6134: Introduce extendCollection() and fix bugs
- Updated dependencies [d5f6134]
- @aeriajs/api@0.0.33

## 0.0.32

### 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.32",
"version": "0.0.33",
"description": "## Installation",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -51,7 +51,7 @@
"mongodb": "^6.1.0"
},
"peerDependencies": {
"@aeriajs/api": "^0.0.32",
"@aeriajs/api": "^0.0.33",
"@aeriajs/access-control": "^0.0.16",
"@aeriajs/entrypoint": "^0.0.16",
"@aeriajs/common": "^0.0.16",
Expand Down
6 changes: 6 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @aeriajs/http

## 0.0.23

### Patch Changes

- d5f6134: Introduce extendCollection() and fix bugs

## 0.0.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aeriajs/http",
"version": "0.0.22",
"version": "0.0.23",
"description": "## Installation",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/node-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @aeriajs/node-http

## 0.0.23

### Patch Changes

- Updated dependencies [d5f6134]
- @aeriajs/http@0.0.23

## 0.0.22

### 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.22",
"version": "0.0.23",
"description": "## Installation",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -32,6 +32,6 @@
"dist"
],
"peerDependencies": {
"@aeriajs/http": "^0.0.22"
"@aeriajs/http": "^0.0.23"
}
}
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.33

### Patch Changes

- Updated dependencies [d5f6134]
- @aeriajs/api@0.0.33

## 0.0.32

### 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.32",
"version": "0.0.33",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dist"
],
"peerDependencies": {
"@aeriajs/api": "^0.0.32",
"@aeriajs/api": "^0.0.33",
"@aeriajs/common": "^0.0.16",
"@aeriajs/types": "^0.0.15",
"mongodb": "^6.1.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @aeriajs/server

## 0.0.33

### Patch Changes

- Updated dependencies [d5f6134]
- @aeriajs/builtins@0.0.33
- @aeriajs/http@0.0.23
- @aeriajs/api@0.0.33
- @aeriajs/server@0.0.33

## 0.0.32

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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.32",
"version": "0.0.33",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -33,17 +33,17 @@
],
"peerDependencies": {
"@aeriajs/access-control": "^0.0.16",
"@aeriajs/api": "^0.0.32",
"@aeriajs/api": "^0.0.33",
"@aeriajs/common": "^0.0.16",
"@aeriajs/entrypoint": "^0.0.16",
"@aeriajs/http": "^0.0.22",
"@aeriajs/server": "^0.0.32",
"@aeriajs/builtins": "^0.0.32",
"@aeriajs/http": "^0.0.23",
"@aeriajs/server": "^0.0.33",
"@aeriajs/builtins": "^0.0.33",
"@aeriajs/types": "^0.0.15",
"mongodb": "^6.1.0"
},
"optionalDependencies": {
"@aeriajs/node-http": "^0.0.22"
"@aeriajs/node-http": "^0.0.23"
},
"devDependencies": {
"mongodb": "^6.1.0"
Expand Down
Loading

0 comments on commit 70afc07

Please sign in to comment.