diff --git a/.changeset/tasty-grapes-eat.md b/.changeset/tasty-grapes-eat.md new file mode 100644 index 0000000..b35125a --- /dev/null +++ b/.changeset/tasty-grapes-eat.md @@ -0,0 +1,5 @@ +--- +"@monorepooo/utils-two": patch +--- + +Change string to include proper package name diff --git a/packages/utils-two/index.ts b/packages/utils-two/index.ts index 28a204b..8f2f4da 100644 --- a/packages/utils-two/index.ts +++ b/packages/utils-two/index.ts @@ -1,3 +1,3 @@ export function utilsTwo() { - return ""; + return ""; }