Skip to content

Commit af7ce16

Browse files
committed
chore: ship v4.7.12
1 parent 1dbffdb commit af7ce16

File tree

9 files changed

+1315
-2469
lines changed

9 files changed

+1315
-2469
lines changed

.github/workflows/project-chartjs-check.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- main
7+
- v4.*
78
pull_request:
89
branches:
910
- main
11+
- v4.*
1012
jobs:
1113
build:
1214

.github/workflows/project-icons-check.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- main
7+
- v4.*
78
pull_request:
89
branches:
910
- main
11+
- v4.*
1012
jobs:
1113
build:
1214

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
---
44

5+
#### `4.7.12`
6+
7+
- chore(dependencies): update
8+
- fix(chartjs): use afterRender, afterNextRender fails - temp fix
9+
10+
---
11+
512
#### `4.7.10`
613

714
- fix(toast): types

0 commit comments

Comments
 (0)