Skip to content

Commit

Permalink
chore: release 8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Apr 11, 2022
1 parent 70d267a commit 6f1a9b4
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 11 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@


### [8.2.4](https://github.com/nartc/mapper/compare/8.2.3...8.2.4) (2022-04-10)
## [8.3.0](https://github.com/nartc/mapper/compare/8.2.4...8.3.0) (2022-04-11)


### Features

* **core:** applyMetadata now needs to know whether it's applying to a model as Source or as Destination ([70d267a](https://github.com/nartc/mapper/commit/70d267a32c48da25a2abf0d25badf23e4e6a24a5))


### Bug Fixes

* **core:** not clearing metadataMap on dispose ([f2ae39c](https://github.com/nartc/mapper/commit/f2ae39c7d3bc4c66e155675880d56c0fc5629cc1))### [8.2.4](https://github.com/nartc/mapper/compare/8.2.3...8.2.4) (2022-04-10)


### Bug Fixes
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": "8.2.4",
"version": "8.3.0",
"license": "MIT",
"scripts": {
"commit": "git-cz",
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": "8.2.4",
"version": "8.3.0",
"type": "module",
"exports": {
".": {
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": "8.2.4",
"version": "8.3.0",
"type": "module",
"peerDependencies": {
"reflect-metadata": "~0.1.13"
Expand Down
2 changes: 1 addition & 1 deletion packages/classes/transformer-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automapper/classes/transformer-plugin",
"version": "8.2.4",
"version": "8.3.0",
"type": "module",
"exports": {
".": {
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": "8.2.4",
"version": "8.3.0",
"type": "module",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mikro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automapper/mikro",
"version": "8.2.4",
"version": "8.3.0",
"type": "module",
"exports": {
".": {
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": "8.2.4",
"version": "8.3.0",
"type": "module",
"peerDependencies": {
"@nestjs/common": "^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": "8.2.4",
"version": "8.3.0",
"type": "module",
"sideEffects": false,
"exports": {
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": "8.2.4",
"version": "8.3.0",
"type": "module",
"exports": {
".": {
Expand Down

0 comments on commit 6f1a9b4

Please sign in to comment.