Skip to content

Commit c0fa2fe

Browse files
chore(repo): release
1 parent 6888fde commit c0fa2fe

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changeset/large-weeks-shake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

pkg/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"watch": "ng build --watch --configuration development"
1313
},
1414
"devDependencies": {
15-
"@a38/core": "0.0.5",
15+
"@a38/core": "0.0.6",
1616
"@angular-builders/jest": "18.0.0",
1717
"@angular-devkit/build-angular": "18.2.4",
1818
"@angular/cli": "18.2.4",

pkg/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @a38/core
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- 6888fde: Add local resource and role inheritance
8+
39
## 0.0.5
410

511
### Patch Changes

pkg/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@a38/core",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"exports": {
55
".": {
66
"bun": "./src/index.ts",

pkg/nestjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@a38/biome-config": "0.0.1",
26-
"@a38/core": "0.0.5",
26+
"@a38/core": "0.0.6",
2727
"@a38/tsconfig": "0.0.1",
2828
"@a38/typedoc": "0.0.1",
2929
"@nestjs/common": "10.4.1",

0 commit comments

Comments
 (0)