From 4666a9faf754ce72100012b553ecd1184c17e033 Mon Sep 17 00:00:00 2001 From: nordcombot Date: Fri, 17 Nov 2023 11:43:01 +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/nine-lies-kick.md | 9 --------- .changeset/tough-beds-smoke.md | 5 ----- 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/components/view/CHANGELOG.md | 12 ++++++++++++ packages/components/view/package.json | 2 +- packages/core/nordstar/CHANGELOG.md | 12 ++++++++++++ packages/core/nordstar/package.json | 2 +- packages/core/system/CHANGELOG.md | 6 ++++++ packages/core/system/package.json | 2 +- 12 files changed, 53 insertions(+), 19 deletions(-) delete mode 100644 .changeset/nine-lies-kick.md delete mode 100644 .changeset/tough-beds-smoke.md create mode 100644 packages/components/view/CHANGELOG.md diff --git a/.changeset/nine-lies-kick.md b/.changeset/nine-lies-kick.md deleted file mode 100644 index 8b91f085..00000000 --- a/.changeset/nine-lies-kick.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@nordcom/nordstar-heading': patch -'@nordcom/nordstar-card': patch -'@nordcom/nordstar-view': patch -'@nordcom/nordstar': patch -'@nordcom/nordstar-system': patch ---- - -Add a few layout-related css variables. diff --git a/.changeset/tough-beds-smoke.md b/.changeset/tough-beds-smoke.md deleted file mode 100644 index c462e490..00000000 --- a/.changeset/tough-beds-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@nordcom/nordstar-view': patch ---- - -Add `` component. diff --git a/packages/components/card/CHANGELOG.md b/packages/components/card/CHANGELOG.md index 34163d8b..0c534b1b 100644 --- a/packages/components/card/CHANGELOG.md +++ b/packages/components/card/CHANGELOG.md @@ -1,5 +1,14 @@ # @nordcom/nordstar-card +## 0.0.8 + +### Patch Changes + +- [#64](https://github.com/NordcomInc/nordstar/pull/64) [`98d2d1b`](https://github.com/NordcomInc/nordstar/commit/98d2d1b73d8c7f5fea75d20a50d11433760252a4) Thanks [@filiphsps](https://github.com/filiphsps)! - Add a few layout-related css variables. + +- Updated dependencies [[`98d2d1b`](https://github.com/NordcomInc/nordstar/commit/98d2d1b73d8c7f5fea75d20a50d11433760252a4)]: + - @nordcom/nordstar-system@0.0.8 + ## 0.0.7 ### Patch Changes diff --git a/packages/components/card/package.json b/packages/components/card/package.json index 27a9f03e..29c363eb 100644 --- a/packages/components/card/package.json +++ b/packages/components/card/package.json @@ -2,7 +2,7 @@ "$schema": "https://json.schemastore.org/package.json", "name": "@nordcom/nordstar-card", "type": "module", - "version": "0.0.7", + "version": "0.0.8", "description": "", "main": "./dist/index.js", "module": "./dist/index.js", diff --git a/packages/components/heading/CHANGELOG.md b/packages/components/heading/CHANGELOG.md index ee55cbab..a91d801a 100644 --- a/packages/components/heading/CHANGELOG.md +++ b/packages/components/heading/CHANGELOG.md @@ -1,5 +1,14 @@ # @nordcom/nordstar-heading +## 0.0.8 + +### Patch Changes + +- [#64](https://github.com/NordcomInc/nordstar/pull/64) [`98d2d1b`](https://github.com/NordcomInc/nordstar/commit/98d2d1b73d8c7f5fea75d20a50d11433760252a4) Thanks [@filiphsps](https://github.com/filiphsps)! - Add a few layout-related css variables. + +- Updated dependencies [[`98d2d1b`](https://github.com/NordcomInc/nordstar/commit/98d2d1b73d8c7f5fea75d20a50d11433760252a4)]: + - @nordcom/nordstar-system@0.0.8 + ## 0.0.7 ### Patch Changes diff --git a/packages/components/heading/package.json b/packages/components/heading/package.json index 761cf266..3f75ff46 100644 --- a/packages/components/heading/package.json +++ b/packages/components/heading/package.json @@ -2,7 +2,7 @@ "$schema": "https://json.schemastore.org/package.json", "name": "@nordcom/nordstar-heading", "type": "module", - "version": "0.0.7", + "version": "0.0.8", "description": "", "main": "./dist/index.js", "module": "./dist/index.js", diff --git a/packages/components/view/CHANGELOG.md b/packages/components/view/CHANGELOG.md new file mode 100644 index 00000000..040e394f --- /dev/null +++ b/packages/components/view/CHANGELOG.md @@ -0,0 +1,12 @@ +# @nordcom/nordstar-view + +## 0.0.8 + +### Patch Changes + +- [#64](https://github.com/NordcomInc/nordstar/pull/64) [`98d2d1b`](https://github.com/NordcomInc/nordstar/commit/98d2d1b73d8c7f5fea75d20a50d11433760252a4) Thanks [@filiphsps](https://github.com/filiphsps)! - Add a few layout-related css variables. + +- [#64](https://github.com/NordcomInc/nordstar/pull/64) [`98d2d1b`](https://github.com/NordcomInc/nordstar/commit/98d2d1b73d8c7f5fea75d20a50d11433760252a4) Thanks [@filiphsps](https://github.com/filiphsps)! - Add `` component. + +- Updated dependencies [[`98d2d1b`](https://github.com/NordcomInc/nordstar/commit/98d2d1b73d8c7f5fea75d20a50d11433760252a4)]: + - @nordcom/nordstar-system@0.0.8 diff --git a/packages/components/view/package.json b/packages/components/view/package.json index c35c3c5e..72ce9fc6 100644 --- a/packages/components/view/package.json +++ b/packages/components/view/package.json @@ -2,7 +2,7 @@ "$schema": "https://json.schemastore.org/package.json", "name": "@nordcom/nordstar-view", "type": "module", - "version": "0.0.7", + "version": "0.0.8", "description": "", "main": "./dist/index.js", "module": "./dist/index.js", diff --git a/packages/core/nordstar/CHANGELOG.md b/packages/core/nordstar/CHANGELOG.md index a43482d2..ea3a8e50 100644 --- a/packages/core/nordstar/CHANGELOG.md +++ b/packages/core/nordstar/CHANGELOG.md @@ -1,5 +1,17 @@ # @nordcom/nordstar +## 0.0.8 + +### Patch Changes + +- [#64](https://github.com/NordcomInc/nordstar/pull/64) [`98d2d1b`](https://github.com/NordcomInc/nordstar/commit/98d2d1b73d8c7f5fea75d20a50d11433760252a4) Thanks [@filiphsps](https://github.com/filiphsps)! - Add a few layout-related css variables. + +- Updated dependencies [[`98d2d1b`](https://github.com/NordcomInc/nordstar/commit/98d2d1b73d8c7f5fea75d20a50d11433760252a4), [`98d2d1b`](https://github.com/NordcomInc/nordstar/commit/98d2d1b73d8c7f5fea75d20a50d11433760252a4)]: + - @nordcom/nordstar-heading@0.0.8 + - @nordcom/nordstar-card@0.0.8 + - @nordcom/nordstar-view@0.0.8 + - @nordcom/nordstar-system@0.0.8 + ## 0.0.7 ### Patch Changes diff --git a/packages/core/nordstar/package.json b/packages/core/nordstar/package.json index ca53b634..38e4c840 100644 --- a/packages/core/nordstar/package.json +++ b/packages/core/nordstar/package.json @@ -2,7 +2,7 @@ "$schema": "https://json.schemastore.org/package.json", "name": "@nordcom/nordstar", "type": "module", - "version": "0.0.7", + "version": "0.0.8", "description": "", "main": "./dist/index.js", "module": "./dist/index.js", diff --git a/packages/core/system/CHANGELOG.md b/packages/core/system/CHANGELOG.md index 7c3716f0..87109b9b 100644 --- a/packages/core/system/CHANGELOG.md +++ b/packages/core/system/CHANGELOG.md @@ -1,5 +1,11 @@ # @nordcom/nordstar-system +## 0.0.8 + +### Patch Changes + +- [#64](https://github.com/NordcomInc/nordstar/pull/64) [`98d2d1b`](https://github.com/NordcomInc/nordstar/commit/98d2d1b73d8c7f5fea75d20a50d11433760252a4) Thanks [@filiphsps](https://github.com/filiphsps)! - Add a few layout-related css variables. + ## 0.0.7 ### Patch Changes diff --git a/packages/core/system/package.json b/packages/core/system/package.json index bcfbfefd..1a6502a3 100644 --- a/packages/core/system/package.json +++ b/packages/core/system/package.json @@ -2,7 +2,7 @@ "$schema": "https://json.schemastore.org/package.json", "name": "@nordcom/nordstar-system", "type": "module", - "version": "0.0.7", + "version": "0.0.8", "description": "", "main": "./dist/index.js", "module": "./dist/index.js",