File tree Expand file tree Collapse file tree 7 files changed +2191
-53
lines changed
libs/angular-three-postprocessing Expand file tree Collapse file tree 7 files changed +2191
-53
lines changed Original file line number Diff line number Diff line change
1
+ GITHUB_TOKEN=
Original file line number Diff line number Diff line change @@ -39,3 +39,4 @@ testem.log
39
39
Thumbs.db
40
40
41
41
.angular
42
+ .env
Original file line number Diff line number Diff line change
1
+ {
2
+ "plugins" : {
3
+ "@release-it/conventional-changelog" : {
4
+ "preset" : {
5
+ "name" : " conventionalcommits" ,
6
+ "types" : [
7
+ {
8
+ "type" : " feat" ,
9
+ "section" : " Features"
10
+ },
11
+ {
12
+ "type" : " fix" ,
13
+ "section" : " Bug Fixes"
14
+ },
15
+ {
16
+ "type" : " cleanup" ,
17
+ "section" : " Cleanup"
18
+ },
19
+ {
20
+ "type" : " docs" ,
21
+ "section" : " Documentations"
22
+ }
23
+ ]
24
+ },
25
+ "infile" : " CHANGELOG.md"
26
+ },
27
+ "@release-it/bumper" : {
28
+ "in" : " libs/angular-three-postprocessing/version.json" ,
29
+ "out" : [" libs/angular-three-postprocessing/version.json" , " dist/libs/**/package.json" ]
30
+ }
31
+ },
32
+ "git" : {
33
+ "commitMessage" : " chore: release ${version}"
34
+ },
35
+ "npm" : {
36
+ "publish" : false
37
+ },
38
+ "github" : {
39
+ "release" : true ,
40
+ "releaseName" : " Release ${version}"
41
+ },
42
+ "hooks" : {
43
+ "before:bump" : " npx nx package angular-three-postprocessing" ,
44
+ "after:bump" : [" git checkout -- package.json" ]
45
+ }
46
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-three-postprocessing" ,
3
- "version" : " 0.0.1" ,
3
+ "version" : " 0.0.0-replace" ,
4
+ "publishConfig" : {
5
+ "access" : " public"
6
+ },
7
+ "repository" : {
8
+ "type" : " git" ,
9
+ "url" : " https://github.com/angular-threejs/postprocessing"
10
+ },
11
+ "author" : {
12
+ "name" : " Chau Tran" ,
13
+
14
+ "url" : " https://nartc.me"
15
+ },
16
+ "description" : " Postprocessing integration with Angular Three" ,
17
+ "keywords" : [
18
+ " angular" ,
19
+ " threejs" ,
20
+ " renderer" ,
21
+ " postprocessing"
22
+ ],
23
+ "license" : " MIT" ,
4
24
"peerDependencies" : {
5
25
"@angular/common" : " ^15.1.0" ,
6
- "@angular/core" : " ^15.1.0"
26
+ "@angular/core" : " ^15.1.0" ,
27
+ "postprocessing" : " ^6.0.0"
7
28
},
8
29
"dependencies" : {
9
30
"tslib" : " ^2.3.0"
Original file line number Diff line number Diff line change
1
+ {
2
+ "version" : " 0.0.1"
3
+ }
Original file line number Diff line number Diff line change 17
17
"@nrwl/jest" : " 15.6.3" ,
18
18
"@nrwl/linter" : " 15.6.3" ,
19
19
"@nrwl/workspace" : " 15.6.3" ,
20
+ "@release-it/bumper" : " ^4.0.2" ,
21
+ "@release-it/conventional-changelog" : " ^5.1.1" ,
20
22
"@types/jest" : " 28.1.1" ,
21
23
"@types/node" : " 18.11.18" ,
22
24
"@types/three" : " ^0.149.0" ,
23
25
"@typescript-eslint/eslint-plugin" : " ^5.49.0" ,
24
26
"@typescript-eslint/parser" : " ^5.49.0" ,
27
+ "dotenv-cli" : " ^7.0.0" ,
25
28
"eslint" : " ~8.33.0" ,
26
29
"eslint-config-prettier" : " 8.6.0" ,
27
30
"jest" : " 28.1.1" ,
35
38
"postcss-url" : " ~10.1.3" ,
36
39
"prettier" : " ^2.8.3" ,
37
40
"prettier-plugin-organize-imports" : " ^3.2.2" ,
41
+ "release-it" : " ^15.6.0" ,
38
42
"ts-jest" : " 28.0.5" ,
39
43
"ts-node" : " 10.9.1" ,
40
44
"typescript" : " ~4.9.5"
You can’t perform that action at this time.
0 commit comments