From 3ecdcd43a1819b09d2005848086bdd458bea7f36 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 25 Jul 2023 16:04:44 +0000 Subject: [PATCH] Version Packages --- .changeset/great-comics-own.md | 5 ----- .changeset/quiet-tools-return.md | 5 ----- .changeset/slow-beds-return.md | 5 ----- .changeset/tame-crabs-cross.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 6 files changed, 13 insertions(+), 21 deletions(-) delete mode 100644 .changeset/great-comics-own.md delete mode 100644 .changeset/quiet-tools-return.md delete mode 100644 .changeset/slow-beds-return.md delete mode 100644 .changeset/tame-crabs-cross.md diff --git a/.changeset/great-comics-own.md b/.changeset/great-comics-own.md deleted file mode 100644 index d879bc2c..00000000 --- a/.changeset/great-comics-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mx-ui-components": minor ---- - -feat(mox): add light mode to mox/select + mox/typeahead components diff --git a/.changeset/quiet-tools-return.md b/.changeset/quiet-tools-return.md deleted file mode 100644 index 3f5b723f..00000000 --- a/.changeset/quiet-tools-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mx-ui-components": minor ---- - -upd(mox): add light mode to several form field components diff --git a/.changeset/slow-beds-return.md b/.changeset/slow-beds-return.md deleted file mode 100644 index 2329694c..00000000 --- a/.changeset/slow-beds-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mx-ui-components": minor ---- - -upd(mox:upload): add light mode for mox:upload comp. diff --git a/.changeset/tame-crabs-cross.md b/.changeset/tame-crabs-cross.md deleted file mode 100644 index 1df453ac..00000000 --- a/.changeset/tame-crabs-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mx-ui-components": minor ---- - -upd(mox:text-area): add light mode for component diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d471813..b30814b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # mx-ui-components +## 2.9.0 + +### Minor Changes + +- [#134](https://github.com/ConduitIO/mx-ui-components/pull/134) [`27d3065`](https://github.com/ConduitIO/mx-ui-components/commit/27d3065b8f230903c25c0cda7084b83aea0acf0a) Thanks [@jayjayjpg](https://github.com/jayjayjpg)! - feat(mox): add light mode to mox/select + mox/typeahead components + +- [#132](https://github.com/ConduitIO/mx-ui-components/pull/132) [`3883233`](https://github.com/ConduitIO/mx-ui-components/commit/38832334121110b000e812c3516871d0f6368c5b) Thanks [@jayjayjpg](https://github.com/jayjayjpg)! - upd(mox): add light mode to several form field components + +- [#131](https://github.com/ConduitIO/mx-ui-components/pull/131) [`8b7043e`](https://github.com/ConduitIO/mx-ui-components/commit/8b7043e8edb0f24e8b11b7067b04c675825b31be) Thanks [@jayjayjpg](https://github.com/jayjayjpg)! - upd(mox:upload): add light mode for mox:upload comp. + +- [#130](https://github.com/ConduitIO/mx-ui-components/pull/130) [`498730e`](https://github.com/ConduitIO/mx-ui-components/commit/498730e39c3a0e7a83240ff969d18630727e987a) Thanks [@jayjayjpg](https://github.com/jayjayjpg)! - upd(mox:text-area): add light mode for component + ## 2.8.1 ### Patch Changes diff --git a/package.json b/package.json index 7370599e..5d799b06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mx-ui-components", - "version": "2.8.1", + "version": "2.9.0", "description": "Meroxa UI component library", "keywords": [ "ember-addon"