diff options
| author | chausner <15180557+chausner@users.noreply.github.com> | 2021-09-28 20:48:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-28 11:48:38 -0700 |
| commit | 7d7653bcd29b8c92bceb480fc9b7033fdf9a5e18 (patch) | |
| tree | 09926ef020d66591410ca730f7afafc40c37918b /versions | |
| parent | 042e1db92d115819bba6bffd681a174543111139 (diff) | |
| download | vcpkg-7d7653bcd29b8c92bceb480fc9b7033fdf9a5e18.tar.gz vcpkg-7d7653bcd29b8c92bceb480fc9b7033fdf9a5e18.zip | |
[yoga] Update to 1.19.0 (#20330)
* Update yoga to 1.19.0
* Update CI baseline
* Change version-string to version-semver
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
* Update git-tree hash
* Update yoga.json
* Use version instead of version-semver as yoga doesn't document that they follow semver.
Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/y-/yoga.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 3500c7d69..5b97b95ad 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -7137,8 +7137,8 @@ "port-version": 3 }, "yoga": { - "baseline": "1.18.0", - "port-version": 2 + "baseline": "1.19.0", + "port-version": 0 }, "yomm2": { "baseline": "1.1.2", diff --git a/versions/y-/yoga.json b/versions/y-/yoga.json index ced362906..891c54e4c 100644 --- a/versions/y-/yoga.json +++ b/versions/y-/yoga.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "12751eb94758566f26b621b28dc86fe8b1977a7f", + "version": "1.19.0", + "port-version": 0 + }, + { "git-tree": "00f17f608ffc20c70786f750aa66035b0f1f0ca4", "version-string": "1.18.0", "port-version": 2 |
