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 9, 2024
1 parent afe9f55 commit 835a374
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/khaki-turtles-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-tomatoes-live.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.4",
"@a38/core": "0.0.5",
"@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.5

### Patch Changes

- afe9f55: Fix exports

## 0.0.3

### 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.4",
"version": "0.0.5",
"exports": {
".": {
"bun": "./src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions pkg/nestjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @a38/nestjs

## 0.0.5

### Patch Changes

- bb11da0: Fix exports
- Updated dependencies [afe9f55]
- @a38/core@0.0.5

## 0.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions pkg/nestjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@a38/nestjs",
"version": "0.0.4",
"version": "0.0.5",
"exports": {
".": {
"bun": "./src/index.ts",
Expand All @@ -23,7 +23,7 @@
},
"devDependencies": {
"@a38/biome-config": "0.0.1",
"@a38/core": "0.0.4",
"@a38/core": "0.0.5",
"@a38/tsconfig": "0.0.1",
"@a38/typedoc": "0.0.1",
"@nestjs/common": "10.4.1",
Expand Down

0 comments on commit 835a374

Please sign in to comment.