diff --git a/CHANGELOG.md b/CHANGELOG.md index fc6aa6727ef..6b91fe5be30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,12 @@ - Added a new *panels* option +### tristan + +#### Added + + - Inital release + ### plugin-annotations #### Added diff --git a/config/changelog.yaml b/config/changelog.yaml index a8037e52124..ba4e81b663f 100644 --- a/config/changelog.yaml +++ b/config/changelog.yaml @@ -14,6 +14,8 @@ Unreleased: - This Pattern component now supports translation of nested arrays of strings, giving you more flexibility to concatenate translated parts of strings sandy: - Added a new *panels* option + tristan: + - Inital release Fixed: carlton: diff --git a/config/dependencies.yaml b/config/dependencies.yaml index b72438928c5..ddd0096896f 100644 --- a/config/dependencies.yaml +++ b/config/dependencies.yaml @@ -4,7 +4,7 @@ _types: '@freesewing/core': &freesewing '{{version}}' dev: 'mocha': &mocha '10.2.0' - 'chai': &chai '4.3.10' + 'chai': &chai '5.0.3' '@freesewing/models': *freesewing '@freesewing/plugin-timing': *freesewing plugin: diff --git a/designs/lumina/CHANGELOG.md b/designs/lumina/CHANGELOG.md index c077f713761..bec5c47aa68 100644 --- a/designs/lumina/CHANGELOG.md +++ b/designs/lumina/CHANGELOG.md @@ -1,7 +1,7 @@ # Change log for: @freesewing/lumina -## 3.0.0 (2022-09-30) +## 3.0.0 (2023-09-30) ### Changed diff --git a/designs/tristan/CHANGELOG.md b/designs/tristan/CHANGELOG.md index 83acfea0b8e..a3677bbb560 100644 --- a/designs/tristan/CHANGELOG.md +++ b/designs/tristan/CHANGELOG.md @@ -1,7 +1,7 @@ # Change log for: @freesewing/tristan -## 3.0.0 (2022-09-30) +## 3.0.0 (2023-09-30) ### Changed