From 496de9534bf174dc67cd9b67e6a29ac73c9fff51 Mon Sep 17 00:00:00 2001 From: sullivanpj Date: Mon, 11 Dec 2023 11:14:54 +0000 Subject: [PATCH] chore(file-system): file-system-v1.4.2 [skip ci] ## [1.4.2](https://github.com/storm-software/storm-stack/compare/file-system-v1.4.1...file-system-v1.4.2) (2023-12-11) ### Bug Fixes * **deps:** pin dependencies ([#2](https://github.com/storm-software/storm-stack/issues/2)) ([07d6782](https://github.com/storm-software/storm-stack/commit/07d6782c3ca03e071a72c249a1d5e377405919bb)) * **deps:** update patch prod dependencies ([#6](https://github.com/storm-software/storm-stack/issues/6)) ([01d9585](https://github.com/storm-software/storm-stack/commit/01d95856f77270d9bd7f0b5e3558df38b27b482e)) --- packages/file-system/CHANGELOG.md | 13 ++++++++++--- packages/file-system/package.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/packages/file-system/CHANGELOG.md b/packages/file-system/CHANGELOG.md index 5d318c87..c5028071 100644 --- a/packages/file-system/CHANGELOG.md +++ b/packages/file-system/CHANGELOG.md @@ -1,10 +1,17 @@ -## [1.4.1](https://github.com/storm-software/storm-stack/compare/file-system-v1.4.0...file-system-v1.4.1) (2023-12-09) +## [1.4.2](https://github.com/storm-software/storm-stack/compare/file-system-v1.4.1...file-system-v1.4.2) (2023-12-11) + + +### Bug Fixes + +* **deps:** pin dependencies ([#2](https://github.com/storm-software/storm-stack/issues/2)) ([07d6782](https://github.com/storm-software/storm-stack/commit/07d6782c3ca03e071a72c249a1d5e377405919bb)) +* **deps:** update patch prod dependencies ([#6](https://github.com/storm-software/storm-stack/issues/6)) ([01d9585](https://github.com/storm-software/storm-stack/commit/01d95856f77270d9bd7f0b5e3558df38b27b482e)) +## [1.4.1](https://github.com/storm-software/storm-stack/compare/file-system-v1.4.0...file-system-v1.4.1) (2023-12-09) ### Bug Fixes -* **file-system:** Resolved issue with bad file imports ([716b412](https://github.com/storm-software/storm-stack/commit/716b412c192e42ef4c45a95e0e5acd73cae913e6)) -* **monorepo:** Regenerated the pnpm-lock file ([d9c4beb](https://github.com/storm-software/storm-stack/commit/d9c4beb728cc14768676f99b89394c93c50bf7fb)) +- **file-system:** Resolved issue with bad file imports ([716b412](https://github.com/storm-software/storm-stack/commit/716b412c192e42ef4c45a95e0e5acd73cae913e6)) +- **monorepo:** Regenerated the pnpm-lock file ([d9c4beb](https://github.com/storm-software/storm-stack/commit/d9c4beb728cc14768676f99b89394c93c50bf7fb)) # [1.4.0](https://github.com/storm-software/storm-stack/compare/file-system-v1.3.0...file-system-v1.4.0) (2023-12-09) diff --git a/packages/file-system/package.json b/packages/file-system/package.json index 6608bb40..78727087 100644 --- a/packages/file-system/package.json +++ b/packages/file-system/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/file-system", - "version": "1.4.1", + "version": "1.4.2", "private": false, "description": "⚡ The storm-stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.", "repository": {