From e17dc040be88c5540d7c58252a8ba859970400ce Mon Sep 17 00:00:00 2001 From: nordcombot Date: Fri, 17 Nov 2023 05:34:28 +0000 Subject: [PATCH] Changeset: Increment package versions. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Congratulations on the new release! 🎉 This is an automated commit triggered by the `release` workflow. --- .changeset/sixty-rice-stare.md | 7 ------- .changeset/tough-cobras-dream.md | 7 ------- packages/components/card/CHANGELOG.md | 9 +++++++++ packages/components/card/package.json | 2 +- packages/components/heading/CHANGELOG.md | 9 +++++++++ packages/components/heading/package.json | 2 +- packages/core/nordstar/CHANGELOG.md | 14 ++++++++++++++ packages/core/nordstar/package.json | 2 +- packages/core/system/CHANGELOG.md | 8 ++++++++ packages/core/system/package.json | 2 +- 10 files changed, 44 insertions(+), 18 deletions(-) delete mode 100644 .changeset/sixty-rice-stare.md delete mode 100644 .changeset/tough-cobras-dream.md create mode 100644 packages/core/system/CHANGELOG.md diff --git a/.changeset/sixty-rice-stare.md b/.changeset/sixty-rice-stare.md deleted file mode 100644 index 4a743941..00000000 --- a/.changeset/sixty-rice-stare.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@nordcom/nordstar-system': patch -'@nordcom/nordstar': patch ---- - -Move `` into a separate package. -This is done to avoid circular dependencies between `@nordcom/nordstar` and `@nordcom/nordstar-*` as the meta package were importing and then exporting all sub packages. diff --git a/.changeset/tough-cobras-dream.md b/.changeset/tough-cobras-dream.md deleted file mode 100644 index ea90b64a..00000000 --- a/.changeset/tough-cobras-dream.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@nordcom/nordstar-heading': patch -'@nordcom/nordstar-card': patch -'@nordcom/nordstar': patch ---- - -Attempt to properly exporting the typings. diff --git a/packages/components/card/CHANGELOG.md b/packages/components/card/CHANGELOG.md index e445c0cc..73c15eba 100644 --- a/packages/components/card/CHANGELOG.md +++ b/packages/components/card/CHANGELOG.md @@ -1,5 +1,14 @@ # @nordcom/nordstar-card +## 0.0.5 + +### Patch Changes + +- [#56](https://github.com/NordcomInc/nordstar/pull/56) [`394fd8b`](https://github.com/NordcomInc/nordstar/commit/394fd8b9c9216644267e55e05ac5f6f5e6ca05a0) Thanks [@filiphsps](https://github.com/filiphsps)! - Attempt to properly exporting the typings. + +- Updated dependencies [[`99f6c4c`](https://github.com/NordcomInc/nordstar/commit/99f6c4ca1bff0db7a0650be5abe1d5a65c51cf8d)]: + - @nordcom/nordstar-system@0.0.5 + ## 0.0.4 ### Patch Changes diff --git a/packages/components/card/package.json b/packages/components/card/package.json index 92a7b205..64690987 100644 --- a/packages/components/card/package.json +++ b/packages/components/card/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@nordcom/nordstar-card", - "version": "0.0.4", + "version": "0.0.5", "description": "", "main": "dist/index.mjs", "module": "dist/index.mjs", diff --git a/packages/components/heading/CHANGELOG.md b/packages/components/heading/CHANGELOG.md index 613ca364..234ab421 100644 --- a/packages/components/heading/CHANGELOG.md +++ b/packages/components/heading/CHANGELOG.md @@ -1,5 +1,14 @@ # @nordcom/nordstar-heading +## 0.0.5 + +### Patch Changes + +- [#56](https://github.com/NordcomInc/nordstar/pull/56) [`394fd8b`](https://github.com/NordcomInc/nordstar/commit/394fd8b9c9216644267e55e05ac5f6f5e6ca05a0) Thanks [@filiphsps](https://github.com/filiphsps)! - Attempt to properly exporting the typings. + +- Updated dependencies [[`99f6c4c`](https://github.com/NordcomInc/nordstar/commit/99f6c4ca1bff0db7a0650be5abe1d5a65c51cf8d)]: + - @nordcom/nordstar-system@0.0.5 + ## 0.0.4 ### Patch Changes diff --git a/packages/components/heading/package.json b/packages/components/heading/package.json index a58d6fda..be4ca9d2 100644 --- a/packages/components/heading/package.json +++ b/packages/components/heading/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@nordcom/nordstar-heading", - "version": "0.0.4", + "version": "0.0.5", "description": "", "main": "dist/index.mjs", "module": "dist/index.mjs", diff --git a/packages/core/nordstar/CHANGELOG.md b/packages/core/nordstar/CHANGELOG.md index 11345d0d..b695e0eb 100644 --- a/packages/core/nordstar/CHANGELOG.md +++ b/packages/core/nordstar/CHANGELOG.md @@ -1,5 +1,19 @@ # @nordcom/nordstar +## 0.0.5 + +### Patch Changes + +- [#58](https://github.com/NordcomInc/nordstar/pull/58) [`99f6c4c`](https://github.com/NordcomInc/nordstar/commit/99f6c4ca1bff0db7a0650be5abe1d5a65c51cf8d) Thanks [@filiphsps](https://github.com/filiphsps)! - Move `` into a separate package. + This is done to avoid circular dependencies between `@nordcom/nordstar` and `@nordcom/nordstar-*` as the meta package were importing and then exporting all sub packages. + +- [#56](https://github.com/NordcomInc/nordstar/pull/56) [`394fd8b`](https://github.com/NordcomInc/nordstar/commit/394fd8b9c9216644267e55e05ac5f6f5e6ca05a0) Thanks [@filiphsps](https://github.com/filiphsps)! - Attempt to properly exporting the typings. + +- Updated dependencies [[`99f6c4c`](https://github.com/NordcomInc/nordstar/commit/99f6c4ca1bff0db7a0650be5abe1d5a65c51cf8d), [`394fd8b`](https://github.com/NordcomInc/nordstar/commit/394fd8b9c9216644267e55e05ac5f6f5e6ca05a0)]: + - @nordcom/nordstar-system@0.0.5 + - @nordcom/nordstar-heading@0.0.5 + - @nordcom/nordstar-card@0.0.5 + ## 0.0.4 ### Patch Changes diff --git a/packages/core/nordstar/package.json b/packages/core/nordstar/package.json index 0397c5ed..e7eca2a8 100644 --- a/packages/core/nordstar/package.json +++ b/packages/core/nordstar/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@nordcom/nordstar", - "version": "0.0.4", + "version": "0.0.5", "description": "", "main": "dist/index.mjs", "module": "dist/index.mjs", diff --git a/packages/core/system/CHANGELOG.md b/packages/core/system/CHANGELOG.md new file mode 100644 index 00000000..a2e6d0ec --- /dev/null +++ b/packages/core/system/CHANGELOG.md @@ -0,0 +1,8 @@ +# @nordcom/nordstar-system + +## 0.0.5 + +### Patch Changes + +- [#58](https://github.com/NordcomInc/nordstar/pull/58) [`99f6c4c`](https://github.com/NordcomInc/nordstar/commit/99f6c4ca1bff0db7a0650be5abe1d5a65c51cf8d) Thanks [@filiphsps](https://github.com/filiphsps)! - Move `` into a separate package. + This is done to avoid circular dependencies between `@nordcom/nordstar` and `@nordcom/nordstar-*` as the meta package were importing and then exporting all sub packages. diff --git a/packages/core/system/package.json b/packages/core/system/package.json index 6fbeb1cc..c3594590 100644 --- a/packages/core/system/package.json +++ b/packages/core/system/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@nordcom/nordstar-system", - "version": "0.0.4", + "version": "0.0.5", "description": "", "main": "dist/index.mjs", "module": "dist/index.mjs",