Skip to content

Commit 9bc5202

Browse files
committed
chore(ent): update ent to nx 21 and ng 20
1 parent 948bdc4 commit 9bc5202

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

ent-branches.txt

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1+
lab501-sheriff
2+
lab502-mf-routes-solution
3+
lab502-mf-starter
4+
lab502a-loading-mf
5+
lab502b-mf-sharing
6+
lab502c-mf-routes
7+
lab502d-mf-routes-solution
8+
lab502e-mf-loading-components
9+
lab502f-mf-multi
10+
lab503-signals-starter
111
lab503a-signals
212
lab503b-change-detection
3-
lab503b.1-local-change-detection
413
lab503c-computed-effects
514
lab503c0-refactor-delay
615
lab503d-computed2
@@ -9,8 +18,6 @@ lab503e-rxjs-interop
918
lab503f-signal-inputs
1019
lab504-signal-store-starter
1120
lab504a-signal-store
12-
lab504b-rx-method
13-
lab504c-entities
1421
lab504d-normalization
1522
lab504e-custom
1623
lab504f-custom2

update.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
BRANCH_LIST="ent-branches.txt"
6-
FIXED_COMMIT="a3dd3b8874e71a0396" # der zu cherry-pickende Commit
6+
FIXED_COMMIT="786f548" # der zu cherry-pickende Commit
77

88
while read -r BRANCH; do
99
if [[ -z "$BRANCH" ]]; then
@@ -20,7 +20,7 @@ while read -r BRANCH; do
2020
fi
2121

2222
echo "===> Cherry-Pick von $FIXED_COMMIT"
23-
git cherry-pick "$FIXED_COMMIT"
23+
git cherry-pick "$FIXED_COMMIT"
2424

2525
done < "$BRANCH_LIST"
2626

0 commit comments

Comments
 (0)