diff --git a/CHANGELOG.md b/CHANGELOG.md index e2a4d3c59..bd7a3eae8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [1.0.201](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.200...v1.0.201) (2024-04-25) + + +### Bug Fixes + +* **dynamic:** fixed set of value when property path has array index ([1ae24fc](https://github.com/VirtoCommerce/vc-shell/commit/1ae24fc859dda595e3e5d2251377f996b62c6ce9)) + + +### Features + +* **dynamic:** saveChanges response ([#207](https://github.com/VirtoCommerce/vc-shell/issues/207)) ([a05313b](https://github.com/VirtoCommerce/vc-shell/commit/a05313bd0fc5b25b927570c31e14aea69c4a5ddd)) + + + ## [1.0.201](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.200...v1.0.201) (2024-04-23) diff --git a/cli/api-client/CHANGELOG.md b/cli/api-client/CHANGELOG.md index 6dbea4c70..2b0a3657e 100644 --- a/cli/api-client/CHANGELOG.md +++ b/cli/api-client/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.201](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.200...v1.0.201) (2024-04-25) + + +### Features + +* **dynamic:** saveChanges response ([#207](https://github.com/VirtoCommerce/vc-shell/issues/207)) ([a05313b](https://github.com/VirtoCommerce/vc-shell/commit/a05313bd0fc5b25b927570c31e14aea69c4a5ddd)) + + + ## [1.0.201](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.200...v1.0.201) (2024-04-23) diff --git a/cli/create-vc-app/CHANGELOG.md b/cli/create-vc-app/CHANGELOG.md index 3b4f6ea67..df88dac97 100644 --- a/cli/create-vc-app/CHANGELOG.md +++ b/cli/create-vc-app/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.201](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.200...v1.0.201) (2024-04-25) + + +### Features + +* **dynamic:** saveChanges response ([#207](https://github.com/VirtoCommerce/vc-shell/issues/207)) ([a05313b](https://github.com/VirtoCommerce/vc-shell/commit/a05313bd0fc5b25b927570c31e14aea69c4a5ddd)) + + + ## [1.0.201](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.200...v1.0.201) (2024-04-23) diff --git a/configs/release-config/CHANGELOG.md b/configs/release-config/CHANGELOG.md index 893ad4dea..aa91347d6 100644 --- a/configs/release-config/CHANGELOG.md +++ b/configs/release-config/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.201](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.200...v1.0.201) (2024-04-25) + + +### Features + +* **dynamic:** saveChanges response ([#207](https://github.com/VirtoCommerce/vc-shell/issues/207)) ([a05313b](https://github.com/VirtoCommerce/vc-shell/commit/a05313bd0fc5b25b927570c31e14aea69c4a5ddd)) + + + ## [1.0.201](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.200...v1.0.201) (2024-04-23) diff --git a/configs/ts-config/CHANGELOG.md b/configs/ts-config/CHANGELOG.md index ab9c164ae..2c322926b 100644 --- a/configs/ts-config/CHANGELOG.md +++ b/configs/ts-config/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.201](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.200...v1.0.201) (2024-04-25) + + +### Features + +* **dynamic:** saveChanges response ([#207](https://github.com/VirtoCommerce/vc-shell/issues/207)) ([a05313b](https://github.com/VirtoCommerce/vc-shell/commit/a05313bd0fc5b25b927570c31e14aea69c4a5ddd)) + + + ## [1.0.201](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.200...v1.0.201) (2024-04-23) diff --git a/configs/vite-config/CHANGELOG.md b/configs/vite-config/CHANGELOG.md index 928655c58..411a0e3fb 100644 --- a/configs/vite-config/CHANGELOG.md +++ b/configs/vite-config/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.201](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.200...v1.0.201) (2024-04-25) + + +### Features + +* **dynamic:** saveChanges response ([#207](https://github.com/VirtoCommerce/vc-shell/issues/207)) ([a05313b](https://github.com/VirtoCommerce/vc-shell/commit/a05313bd0fc5b25b927570c31e14aea69c4a5ddd)) + + + ## [1.0.201](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.200...v1.0.201) (2024-04-23) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index f51ebe11a..1f5e7b35f 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -1,3 +1,17 @@ +## [1.0.201](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.200...v1.0.201) (2024-04-25) + + +### Bug Fixes + +* **dynamic:** fixed set of value when property path has array index ([1ae24fc](https://github.com/VirtoCommerce/vc-shell/commit/1ae24fc859dda595e3e5d2251377f996b62c6ce9)) + + +### Features + +* **dynamic:** saveChanges response ([#207](https://github.com/VirtoCommerce/vc-shell/issues/207)) ([a05313b](https://github.com/VirtoCommerce/vc-shell/commit/a05313bd0fc5b25b927570c31e14aea69c4a5ddd)) + + + ## [1.0.201](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.200...v1.0.201) (2024-04-23) diff --git a/sample/vc-app-extend/CHANGELOG.md b/sample/vc-app-extend/CHANGELOG.md index 491496d9d..92acfd2fd 100644 --- a/sample/vc-app-extend/CHANGELOG.md +++ b/sample/vc-app-extend/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.201](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.200...v1.0.201) (2024-04-25) + + +### Features + +* **dynamic:** saveChanges response ([#207](https://github.com/VirtoCommerce/vc-shell/issues/207)) ([a05313b](https://github.com/VirtoCommerce/vc-shell/commit/a05313bd0fc5b25b927570c31e14aea69c4a5ddd)) + + + ## [1.0.201](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.200...v1.0.201) (2024-04-23) diff --git a/sample/vc-app/CHANGELOG.md b/sample/vc-app/CHANGELOG.md index 580153a51..3d0049c92 100644 --- a/sample/vc-app/CHANGELOG.md +++ b/sample/vc-app/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.201](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.200...v1.0.201) (2024-04-25) + + +### Features + +* **dynamic:** saveChanges response ([#207](https://github.com/VirtoCommerce/vc-shell/issues/207)) ([a05313b](https://github.com/VirtoCommerce/vc-shell/commit/a05313bd0fc5b25b927570c31e14aea69c4a5ddd)) + + + ## [1.0.201](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.200...v1.0.201) (2024-04-23)