From 7740d3c52cd9d6399d9a9e69d6fa720ff030dbd3 Mon Sep 17 00:00:00 2001 From: Alexandre Asselin <alexandre.asselin@gsoft.com> Date: Tue, 19 Nov 2024 13:17:35 -0500 Subject: [PATCH] commit release notes + rename typo in file name --- .changeset/itchy-pumpkins-juggle.md | 6 ++++++ ...conLinButtonk.stories.tsx => IconLinkButton.stories.tsx} | 0 2 files changed, 6 insertions(+) create mode 100644 .changeset/itchy-pumpkins-juggle.md rename packages/components/src/link/tests/chromatic/{IconLinButtonk.stories.tsx => IconLinkButton.stories.tsx} (100%) diff --git a/.changeset/itchy-pumpkins-juggle.md b/.changeset/itchy-pumpkins-juggle.md new file mode 100644 index 000000000..195587f13 --- /dev/null +++ b/.changeset/itchy-pumpkins-juggle.md @@ -0,0 +1,6 @@ +--- +"@orbit-ui/transition-components": minor +"@workleap/orbiter-ui": minor +--- + +The codebase has been converted to ESM from CommonJS. There should be no changes to codebases using Orbiter, but the treeshaking should be better. diff --git a/packages/components/src/link/tests/chromatic/IconLinButtonk.stories.tsx b/packages/components/src/link/tests/chromatic/IconLinkButton.stories.tsx similarity index 100% rename from packages/components/src/link/tests/chromatic/IconLinButtonk.stories.tsx rename to packages/components/src/link/tests/chromatic/IconLinkButton.stories.tsx