Skip to content

Commit

Permalink
chore: release 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chau Tran authored and Chau Tran committed Jan 11, 2022
1 parent a45bc0a commit a023f9c
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### [7.2.1](https://github.com/nartc/mapper/compare/7.2.0...7.2.1) (2022-01-11)


### Bug Fixes

* **classes, core:** add ability to map Date[] types ([#399](https://github.com/nartc/mapper/issues/399)) ([cb27b1a](https://github.com/nartc/mapper/commit/cb27b1aa8d45efe0f93e13dd9ad82617a4b10aac)), closes [#397](https://github.com/nartc/mapper/issues/397) [#397](https://github.com/nartc/mapper/issues/397)
* **core:** relax addTypeConverter return to include undefined ([20c250c](https://github.com/nartc/mapper/commit/20c250cbe744be9c3c36c03a4e2f0bd5e832545a))
* **core:** skip key that is a method in getPathRecursive ([5a56529](https://github.com/nartc/mapper/commit/5a56529b60bfa7898625f176a578cc0992e4072f)), closes [#396](https://github.com/nartc/mapper/issues/396)


### Documentations

* add [@roblopz](https://github.com/roblopz) as a contributor ([a45bc0a](https://github.com/nartc/mapper/commit/a45bc0a3cf5a2137f1c9040645c8edecb644f9c8))

## [7.2.0](https://github.com/nartc/mapper/compare/7.1.1...7.2.0) (2022-01-06)


Expand Down
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": "7.2.0",
"version": "7.2.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": "7.2.0",
"version": "7.2.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": "7.2.0",
"version": "7.2.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": "7.2.0",
"version": "7.2.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": "7.2.0",
"version": "7.2.1",
"sideEffects": false,
"engines": {
"node": ">=12.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": "7.2.0",
"version": "7.2.1",
"peerDependencies": {
"@nestjs/common": "^7.0.0 || ^8.0.0",
"@nestjs/core": "^7.0.0 || ^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": "7.2.0",
"version": "7.2.1",
"sideEffects": false,
"engines": {
"node": ">=12.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": "7.2.0",
"version": "7.2.1",
"peerDependencies": {
"reflect-metadata": "~0.1.13",
"sequelize": "^6.0.0"
Expand Down

0 comments on commit a023f9c

Please sign in to comment.