From 7145e6dcbca30b9998c56e81bd175370c7640178 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 08:44:47 +0000 Subject: [PATCH] ci(changesets): version packages (#126) Co-authored-by: github-actions[bot] --- .changeset/rare-buckets-suffer.md | 5 ----- .changeset/smooth-grapes-lie.md | 5 ----- libs/nx-mesh/CHANGELOG.md | 10 ++++++++++ libs/nx-mesh/package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/rare-buckets-suffer.md delete mode 100644 .changeset/smooth-grapes-lie.md diff --git a/.changeset/rare-buckets-suffer.md b/.changeset/rare-buckets-suffer.md deleted file mode 100644 index 9e218883..00000000 --- a/.changeset/rare-buckets-suffer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'nx-mesh': patch ---- - -Reduce default log output diff --git a/.changeset/smooth-grapes-lie.md b/.changeset/smooth-grapes-lie.md deleted file mode 100644 index f068a55c..00000000 --- a/.changeset/smooth-grapes-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'nx-mesh': minor ---- - -Add build watcher diff --git a/libs/nx-mesh/CHANGELOG.md b/libs/nx-mesh/CHANGELOG.md index c8443f42..25fc9fb4 100644 --- a/libs/nx-mesh/CHANGELOG.md +++ b/libs/nx-mesh/CHANGELOG.md @@ -1,5 +1,15 @@ # nx-mesh +## 3.1.0 + +### Minor Changes + +- [#124](https://github.com/domjtalbot/nx-mesh/pull/124) [`d42ba4b`](https://github.com/domjtalbot/nx-mesh/commit/d42ba4ba5fcb57b43f87b03a3edd56c2143b91c2) Thanks [@domjtalbot](https://github.com/domjtalbot)! - Add build watcher + +### Patch Changes + +- [#125](https://github.com/domjtalbot/nx-mesh/pull/125) [`7e95367`](https://github.com/domjtalbot/nx-mesh/commit/7e953670bc68138f43b4d72ce341b697a58f80fe) Thanks [@domjtalbot](https://github.com/domjtalbot)! - Reduce default log output + ## 3.0.1 ### Patch Changes diff --git a/libs/nx-mesh/package.json b/libs/nx-mesh/package.json index ad11a7f4..b4c8332e 100644 --- a/libs/nx-mesh/package.json +++ b/libs/nx-mesh/package.json @@ -2,7 +2,7 @@ "name": "nx-mesh", "author": "Dom Talbot", "description": "GraphQL Mesh support for Nx", - "version": "3.0.1", + "version": "3.1.0", "license": "MIT", "main": "src/index.js", "generators": "./generators.json",