diff --git a/packages/string-fns/CHANGELOG.md b/packages/string-fns/CHANGELOG.md index e69de29b..9753b3a0 100644 --- a/packages/string-fns/CHANGELOG.md +++ b/packages/string-fns/CHANGELOG.md @@ -0,0 +1,6 @@ +## 0.2.0 (2024-09-15) + + +### Features + +- **string-fns:** Added the acronyms list ([6b8b612](https://github.com/storm-software/storm-stack/commit/6b8b612)) \ No newline at end of file diff --git a/packages/string-fns/package.json b/packages/string-fns/package.json index d5952b10..d4bbaeba 100644 --- a/packages/string-fns/package.json +++ b/packages/string-fns/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/string-fns", - "version": "0.1.0", + "version": "0.2.0", "type": "module", "description": "⚡ A package containing various utility functions used to format string values.", "repository": { diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index f39e28be..7a7453f3 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.3.0 (2024-09-15) + + +### Features + +- **string-fns:** Added the acronyms list ([6b8b612](https://github.com/storm-software/storm-stack/commit/6b8b612)) + ## 0.2.1 (2024-09-15) diff --git a/packages/types/package.json b/packages/types/package.json index d6f38c00..cf8ade2a 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/types", - "version": "0.2.1", + "version": "0.3.0", "description": "⚡ The storm-stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.", "repository": { "type": "github",