Skip to content

Commit

Permalink
Prepare release 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chau Tran authored and Chau Tran committed Aug 16, 2021
1 parent f43705a commit b1ff198
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 10 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
### [6.0.1](https://github.com/nartc/mapper/compare/6.0.0...6.0.1) (2021-08-16)


### Documentations

* add [@jasonmerino](https://github.com/jasonmerino) as a contributor ([809e447](https://github.com/nartc/mapper/commit/809e4476f0c07c9c13ddcd21389fbb06ac17f581))


### Refactor

* **classes:** clean up typings ([45edfda](https://github.com/nartc/mapper/commit/45edfdadd133fd9f0cb52b7bae2e0f8623884fdd))
* **core:** clean up core libs ([ddb11e5](https://github.com/nartc/mapper/commit/ddb11e5e9cf742281d794201dbcae1008fbd896d))
* **core:** remove some any types ([cdc2f9a](https://github.com/nartc/mapper/commit/cdc2f9a9ebecf37c26788b834ccf319bf4db5a7a))
* **pojos:** clean up typings ([f43705a](https://github.com/nartc/mapper/commit/f43705a39b7862b2ad9163bd39699aeb4dcd20db))

## [6.0.0](https://github.com/nartc/mapper/compare/5.0.1...6.0.0) (2021-08-02)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "automapper",
"version": "6.0.0",
"version": "6.0.1",
"license": "MIT",
"scripts": {
"nx": "nx",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automapper/classes/experimental/transformer-plugin",
"version": "6.0.0",
"version": "6.0.1",
"sideEffects": false,
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/classes/mapped-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automapper/classes/mapped-types",
"version": "6.0.0",
"version": "6.0.1",
"sideEffects": false,
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/classes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automapper/classes",
"version": "6.0.0",
"version": "6.0.1",
"peerDependencies": {
"reflect-metadata": "~0.1.13"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automapper/core",
"version": "6.0.0",
"version": "6.0.1",
"sideEffects": false,
"engines": {
"node": ">=10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automapper/nestjs",
"version": "6.0.0",
"version": "6.0.1",
"peerDependencies": {
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/pojos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automapper/pojos",
"version": "6.0.0",
"version": "6.0.1",
"sideEffects": false,
"engines": {
"node": ">=10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/sequelize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automapper/sequelize",
"version": "6.0.0",
"version": "6.0.1",
"peerDependencies": {
"reflect-metadata": "~0.1.13",
"sequelize": "~6.5.0"
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": "@automapper/types",
"version": "6.0.0",
"version": "6.0.1",
"sideEffects": false,
"engines": {
"node": ">=10.0.0"
Expand Down

0 comments on commit b1ff198

Please sign in to comment.