Skip to content

Commit

Permalink
Merge pull request #41 from srleecode/13.3.4
Browse files Browse the repository at this point in the history
chore(release): update to 13.3.4
  • Loading branch information
srleecode authored Dec 15, 2021
2 parents 8527a85 + 8be7c5a commit ccb5f7f
Show file tree
Hide file tree
Showing 5 changed files with 2,866 additions and 4,961 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [13.2.4](https://github.com/srleecode/domain/compare/13.2.3...13.2.4) (2021-12-09)

## [13.3.4](https://github.com/srleecode/domain/compare/13.2.4...13.3.4) (2021-12-15)

## [13.2.4](https://github.com/srleecode/domain/compare/13.2.3...13.2.4) (2021-12-09)

# [13.2.3](https://github.com/srleecode/domain/compare/13.1.3...13.2.3) (2021-11-28)

Expand Down
28 changes: 28 additions & 0 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"migrations": [
{
"version": "13.3.0-beta.0",
"description": "@nrwl/workspace:tsc is now @nrwl/js:tsc",
"cli": "nx",
"implementation": "./src/migrations/update-13-3-0/update-tsc-executor-location",
"package": "@nrwl/workspace",
"name": "13-3-0-tsc-location"
},
{
"cli": "nx",
"version": "13.3.0-beta.0",
"description": "In Angular version 13, the ESM became a first class citizen. This means the webpack config generated must be modified to support modules.",
"factory": "./src/migrations/update-13-3-0/update-mfe-webpack-config",
"package": "@nrwl/angular",
"name": "update-mfe-config-to-module-syntax"
},
{
"cli": "nx",
"version": "13.3.0-beta.0",
"description": "Update eslint-rules jest.config.js in order to support ESLint v8 exports mapping, remove category field",
"factory": "./src/migrations/update-13-3-0/eslint-8-updates",
"package": "@nrwl/linter",
"name": "eslint-8-updates"
}
]
}
Loading

0 comments on commit ccb5f7f

Please sign in to comment.