From d890bfe038721165fa2fc956f6996c048b677a96 Mon Sep 17 00:00:00 2001 From: Lukasz Ostrowski Date: Tue, 27 Jun 2023 08:32:50 +0200 Subject: [PATCH] Add changeset --- .changeset/chatty-lamps-worry.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/chatty-lamps-worry.md diff --git a/.changeset/chatty-lamps-worry.md b/.changeset/chatty-lamps-worry.md new file mode 100644 index 00000000000..34ac5ebd2a9 --- /dev/null +++ b/.changeset/chatty-lamps-worry.md @@ -0,0 +1,5 @@ +--- +"saleor-dashboard": patch +--- + +Applied refactors on "apps" module. Renamed some "marketplace" symbols to "appstore". Replaced some "Default" exports to named ones. Didn't introduce any visual or functional changes.