Skip to content

Commit

Permalink
chore: publish packages [skip ci]
Browse files Browse the repository at this point in the history
 - @seonggukchoi/[email protected]
 - @seonggukchoi/[email protected]
 - @seonggukchoi/[email protected]
  • Loading branch information
seonggukchoi committed Aug 28, 2024
1 parent 3e63501 commit 7027895
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 10 deletions.
11 changes: 6 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions packages/nestjs-transactional-typeorm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1 (2024-08-28)

**Note:** Version bump only for package @seonggukchoi/nestjs-transactional-typeorm
4 changes: 2 additions & 2 deletions packages/nestjs-transactional-typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seonggukchoi/nestjs-transactional-typeorm",
"version": "0.0.0",
"version": "0.0.1",
"author": "seonggukchoi",
"license": "MIT",
"engineStrict": true,
Expand Down Expand Up @@ -38,6 +38,6 @@
"devDependencies": {
"@nestjs/cli": "^10.4.4",
"@nestjs/testing": "^10.4.1",
"@seonggukchoi/types": "*"
"@seonggukchoi/types": "^0.1.0"
}
}
4 changes: 4 additions & 0 deletions packages/strict-class-transformer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.2](https://github.com/seonggukchoi/packages.js/compare/@seonggukchoi/[email protected]...@seonggukchoi/[email protected]) (2024-08-28)

**Note:** Version bump only for package @seonggukchoi/strict-class-transformer

## 0.0.1 (2024-08-27)

**Note:** Version bump only for package @seonggukchoi/strict-class-transformer
4 changes: 2 additions & 2 deletions packages/strict-class-transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seonggukchoi/strict-class-transformer",
"version": "0.0.1",
"version": "0.0.2",
"author": "seonggukchoi",
"license": "MIT",
"engineStrict": true,
Expand All @@ -27,7 +27,7 @@
"test:cov": "jest --coverage"
},
"dependencies": {
"@seonggukchoi/types": "*",
"@seonggukchoi/types": "^0.1.0",
"class-transformer": "^0.5.1"
}
}
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0](https://github.com/seonggukchoi/packages.js/compare/@seonggukchoi/[email protected]...@seonggukchoi/[email protected]) (2024-08-28)

### Features

- **types:** add equal operation type ([3e63501](https://github.com/seonggukchoi/packages.js/commit/3e6350176e96a7951b02f810c1617741e6415255))

## 0.0.2 (2024-08-26)

**Note:** Version bump only for package @seonggukchoi/types
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seonggukchoi/types",
"version": "0.0.2",
"version": "0.1.0",
"author": "seonggukchoi",
"license": "MIT",
"engineStrict": true,
Expand Down

0 comments on commit 7027895

Please sign in to comment.