diff --git a/.changeset/large-weeks-shake.md b/.changeset/large-weeks-shake.md deleted file mode 100644 index a4d7cef..0000000 --- a/.changeset/large-weeks-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@a38/core': patch ---- - -Add local resource and role inheritance diff --git a/pkg/angular/package.json b/pkg/angular/package.json index 4fb64f1..574903e 100644 --- a/pkg/angular/package.json +++ b/pkg/angular/package.json @@ -12,7 +12,7 @@ "watch": "ng build --watch --configuration development" }, "devDependencies": { - "@a38/core": "0.0.5", + "@a38/core": "0.0.6", "@angular-builders/jest": "18.0.0", "@angular-devkit/build-angular": "18.2.4", "@angular/cli": "18.2.4", diff --git a/pkg/core/CHANGELOG.md b/pkg/core/CHANGELOG.md index 994cbe8..2f6cd55 100644 --- a/pkg/core/CHANGELOG.md +++ b/pkg/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @a38/core +## 0.0.6 + +### Patch Changes + +- 6888fde: Add local resource and role inheritance + ## 0.0.5 ### Patch Changes diff --git a/pkg/core/package.json b/pkg/core/package.json index 6aca032..91c67be 100644 --- a/pkg/core/package.json +++ b/pkg/core/package.json @@ -1,6 +1,6 @@ { "name": "@a38/core", - "version": "0.0.5", + "version": "0.0.6", "exports": { ".": { "bun": "./src/index.ts", diff --git a/pkg/nestjs/package.json b/pkg/nestjs/package.json index 8593e8c..cb51596 100644 --- a/pkg/nestjs/package.json +++ b/pkg/nestjs/package.json @@ -23,7 +23,7 @@ }, "devDependencies": { "@a38/biome-config": "0.0.1", - "@a38/core": "0.0.5", + "@a38/core": "0.0.6", "@a38/tsconfig": "0.0.1", "@a38/typedoc": "0.0.1", "@nestjs/common": "10.4.1",