From 8be1465e6069776fa2af641fc65b1db9893ace75 Mon Sep 17 00:00:00 2001 From: sullivanpj Date: Mon, 11 Dec 2023 11:23:16 +0000 Subject: [PATCH] chore(unique-identifier): unique-identifier-v1.2.2 [skip ci] ## [1.2.2](https://github.com/storm-software/storm-stack/compare/unique-identifier-v1.2.1...unique-identifier-v1.2.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/unique-identifier/CHANGELOG.md | 13 ++++++++++--- packages/unique-identifier/package.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/packages/unique-identifier/CHANGELOG.md b/packages/unique-identifier/CHANGELOG.md index 70f130b3..9a9d173f 100644 --- a/packages/unique-identifier/CHANGELOG.md +++ b/packages/unique-identifier/CHANGELOG.md @@ -1,10 +1,17 @@ -## [1.2.1](https://github.com/storm-software/storm-stack/compare/unique-identifier-v1.2.0...unique-identifier-v1.2.1) (2023-12-09) +## [1.2.2](https://github.com/storm-software/storm-stack/compare/unique-identifier-v1.2.1...unique-identifier-v1.2.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.2.1](https://github.com/storm-software/storm-stack/compare/unique-identifier-v1.2.0...unique-identifier-v1.2.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.2.0](https://github.com/storm-software/storm-stack/compare/unique-identifier-v1.1.2...unique-identifier-v1.2.0) (2023-12-09) diff --git a/packages/unique-identifier/package.json b/packages/unique-identifier/package.json index f8062cf9..c1355173 100644 --- a/packages/unique-identifier/package.json +++ b/packages/unique-identifier/package.json @@ -1,6 +1,6 @@ { "name": "@storm-stack/unique-identifier", - "version": "1.2.1", + "version": "1.2.2", "private": false, "description": "This package provides a simple way to generate various types of unique identifiers.", "repository": {