Skip to content

Commit

Permalink
chore(repo): release
Browse files Browse the repository at this point in the history
  • Loading branch information
draconisNoctis committed Dec 11, 2024
1 parent 6888fde commit c0fa2fe
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/large-weeks-shake.md

This file was deleted.

2 changes: 1 addition & 1 deletion pkg/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions pkg/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @a38/core

## 0.0.6

### Patch Changes

- 6888fde: Add local resource and role inheritance

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion pkg/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@a38/core",
"version": "0.0.5",
"version": "0.0.6",
"exports": {
".": {
"bun": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion pkg/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c0fa2fe

Please sign in to comment.