Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Commit 9190d97

Browse files
committed
chore: release 5.0.0-beta.29
1 parent 0f973a1 commit 9190d97

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-it.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"releaseName": "Release ${version}"
4040
},
4141
"hooks": {
42-
"after:bump": ["npm run build", "node tools/scripts/update-version.mjs"]
42+
"before:bump": "npm run build",
43+
"after:bump": "node tools/scripts/update-version.mjs"
4344
}
4445
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
## [5.0.0-beta.29](https://github.com/nartc/angular-three/compare/5.0.0-beta.28...5.0.0-beta.29) (2022-04-29)
4+
5+
6+
### Bug Fixes
7+
8+
* **schematics:** include nrwl/devkit as dependencies for schematicsn ([0f973a1](https://github.com/nartc/angular-three/commit/0f973a1504134b16f8f1fe27e87833c279d334f5))
9+
310
## [5.0.0-beta.28](https://github.com/nartc/angular-three/compare/5.0.0-beta.27...5.0.0-beta.28) (2022-04-29)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-three",
3-
"version": "5.0.0-beta.28",
3+
"version": "5.0.0-beta.29",
44
"license": "MIT",
55
"scripts": {
66
"postinstall": "ngcc --properties es2015 browser module main",

0 commit comments

Comments
 (0)