Skip to content

Commit ddda51a

Browse files
committed
chore: add ShipIt updater to sync fable-compiler-js dependency version
1 parent 621dea3 commit ddda51a

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/fable-metadata/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
22
last_commit_released: b471dc16fc3b5132af77b5974d1669c9b8220cca
3+
updaters:
4+
- regex:
5+
file: ../fable-compiler-js/package.json
6+
pattern: '(?<="@fable-org/fable-metadata": "\^)\d+\.\d+\.\d+'
37
---
48

59
# Changelog

src/fable-standalone/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ last_commit_released: c9b3ee2429a4688946c1936e27df730837428070
33
include:
44
- ../Fable.Transforms/
55
- ../fcs-fable/
6+
updaters:
7+
- regex:
8+
file: ../fable-compiler-js/package.json
9+
pattern: '(?<="@fable-org/fable-standalone": "\^)\d+\.\d+\.\d+'
610
- ../Fable.AST/
711
---
812

0 commit comments

Comments
 (0)