Skip to content

Commit 859d865

Browse files
committed
chore(release): 13.2.0
1 parent 122a826 commit 859d865

28 files changed

Lines changed: 205 additions & 23 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,29 @@
1-
# Change Log
1+
# Changelog
2+
3+
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4+
5+
# [13.2.0](https://github.com/srleecode/domain/compare/13.1.3...13.2.0) (2021-11-28)
6+
7+
8+
### Bug Fixes
9+
10+
* allow Yarn v3 to do Nx e2e ([42cdbb8](https://github.com/srleecode/domain/commit/42cdbb8345980fee8bb5c8a52603acec3db5f42f))
11+
* respect Angular v13 exports in package.json ([fb8307a](https://github.com/srleecode/domain/commit/fb8307a44d0f2b7eb5b2f5d79d1237d2fe9d3905))
12+
* sort packages ([4760906](https://github.com/srleecode/domain/commit/47609067644001d01647f66492f37bf3a7844f96))
13+
* update package.json e2e definitions ([6285278](https://github.com/srleecode/domain/commit/6285278d00e874297ae62e9c399dcdc1378ba9e9))
14+
* work in progress with getting Yarn v3 e2e to work ([5573c2a](https://github.com/srleecode/domain/commit/5573c2ac4263a3246449ae25d99e34a435285f19))
15+
16+
17+
### Features
18+
19+
* implement @nrwl/nx-cloud ([f7db497](https://github.com/srleecode/domain/commit/f7db497bdfa787cdaf76e3e808e882546e783a4e))
20+
* introduce @jscutlery/semver and git hooks ([b4ac41a](https://github.com/srleecode/domain/commit/b4ac41a08ddb8b20d69553532d0a71fd13cc5619))
21+
* nx 13.2.2 without Yarn v3 ([3a9e47d](https://github.com/srleecode/domain/commit/3a9e47d638d343e427a79a4a9954a3b910b59d18))
22+
* switch to Yarn v3 as the package manager default ([0e9edde](https://github.com/srleecode/domain/commit/0e9edde9faea485d5702f2a64fbf426c58679221))
23+
* upgrade to Nx 13.2.2 ([90cd620](https://github.com/srleecode/domain/commit/90cd620a6db416a190775fd6df51842f893e47ef))
24+
* upgrade to Nx 13.2.2 ([7123187](https://github.com/srleecode/domain/commit/71231875f60756fa20fdd25545eb3bf278ab8294))
225

3-
All notable changes to the "domain" project will be documented in this file.
4-
Major and minor versions follow the nrwl dependency versions.
5-
Updates to this library will increment the patch version/
626

7-
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
827

928
## [13.1.3]
1029
## Changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4+
5+
# [13.2.0](https://github.com/srleecode/domain/compare/v1.0.0...v13.2.0) (2021-11-28)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4+
5+
# [13.2.0](https://github.com/srleecode/domain/compare/v1.0.0...v13.2.0) (2021-11-28)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4+
5+
# [13.2.0](https://github.com/srleecode/domain/compare/v1.0.0...v13.2.0) (2021-11-28)

e2e/domain/mock-file/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4+
5+
# [13.2.0](https://github.com/srleecode/domain/compare/v1.0.0...v13.2.0) (2021-11-28)

package.json

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"help": "nx help",
2323
"nx": "nx",
2424
"prepare": "husky install",
25-
"publish": "npm run build && npm publish ./dist/packages/domain --access=public && npx nx run workspace:version ",
25+
"publish": "npm run build && npm publish ./dist/packages/domain --access=public && npx nx run workspace:version",
2626
"update": "nx migrate latest",
2727
"workspace-generator": "nx workspace-generator"
2828
},
@@ -36,20 +36,20 @@
3636
"@commitlint/config-angular": "^15.0.0",
3737
"@jscutlery/cypress-angular": "^0.8.4",
3838
"@jscutlery/semver": "^2.13.3",
39-
"@nrwl/angular": "13.2.2",
40-
"@nrwl/cli": "13.2.2",
41-
"@nrwl/cypress": "13.2.2",
42-
"@nrwl/devkit": "13.2.2",
43-
"@nrwl/eslint-plugin-nx": "13.2.2",
44-
"@nrwl/jest": "13.2.2",
45-
"@nrwl/linter": "13.2.2",
46-
"@nrwl/node": "13.2.2",
47-
"@nrwl/nx-cloud": "latest",
48-
"@nrwl/nx-plugin": "^13.2.2",
49-
"@nrwl/react": "13.2.2",
50-
"@nrwl/storybook": "13.2.2",
51-
"@nrwl/tao": "13.2.2",
52-
"@nrwl/workspace": "13.2.2",
39+
"@nrwl/angular": "13.2.3",
40+
"@nrwl/cli": "13.2.3",
41+
"@nrwl/cypress": "13.2.3",
42+
"@nrwl/devkit": "13.2.3",
43+
"@nrwl/eslint-plugin-nx": "13.2.3",
44+
"@nrwl/jest": "13.2.3",
45+
"@nrwl/linter": "13.2.3",
46+
"@nrwl/node": "13.2.3",
47+
"@nrwl/nx-cloud": "12.5.4",
48+
"@nrwl/nx-plugin": "13.2.3",
49+
"@nrwl/react": "13.2.3",
50+
"@nrwl/storybook": "13.2.3",
51+
"@nrwl/tao": "13.2.3",
52+
"@nrwl/workspace": "13.2.3",
5353
"@types/jest": "27.0.2",
5454
"@types/node": "16.6.1",
5555
"@typescript-eslint/eslint-plugin": "4.33.0",
@@ -70,5 +70,6 @@
7070
"node": ">=16.0.0",
7171
"npm": ">=8.0.0",
7272
"yarn": ">=1.22.17"
73-
}
73+
},
74+
"version": "13.2.0"
7475
}

packages/domain/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4+
5+
# [13.2.0](https://github.com/srleecode/domain/compare/v1.0.0...v13.2.0) (2021-11-28)
6+
7+
8+
### Bug Fixes
9+
10+
* allow Yarn v3 to do Nx e2e ([42cdbb8](https://github.com/srleecode/domain/commit/42cdbb8345980fee8bb5c8a52603acec3db5f42f))
11+
* respect Angular v13 exports in package.json ([fb8307a](https://github.com/srleecode/domain/commit/fb8307a44d0f2b7eb5b2f5d79d1237d2fe9d3905))
12+
* work in progress with getting Yarn v3 e2e to work ([5573c2a](https://github.com/srleecode/domain/commit/5573c2ac4263a3246449ae25d99e34a435285f19))
13+
14+
15+
### Features
16+
17+
* nx 13.2.2 without Yarn v3 ([3a9e47d](https://github.com/srleecode/domain/commit/3a9e47d638d343e427a79a4a9954a3b910b59d18))
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4+
5+
# [13.2.0](https://github.com/srleecode/domain/compare/v1.0.0...v13.2.0) (2021-11-28)
6+
7+
8+
### Bug Fixes
9+
10+
* respect Angular v13 exports in package.json ([fb8307a](https://github.com/srleecode/domain/commit/fb8307a44d0f2b7eb5b2f5d79d1237d2fe9d3905))
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4+
5+
# [13.2.0](https://github.com/srleecode/domain/compare/v1.0.0...v13.2.0) (2021-11-28)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4+
5+
# [13.2.0](https://github.com/srleecode/domain/compare/v1.0.0...v13.2.0) (2021-11-28)

0 commit comments

Comments
 (0)