From 30ce174ac24a442d0300e315c437326eb59c188d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 16:20:31 +0000 Subject: [PATCH] ci(changesets): version packages (#106) Co-authored-by: github-actions[bot] --- .changeset/modern-zebras-invite.md | 7 ------- libs/nx-mesh/CHANGELOG.md | 8 ++++++++ libs/nx-mesh/package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/modern-zebras-invite.md diff --git a/.changeset/modern-zebras-invite.md b/.changeset/modern-zebras-invite.md deleted file mode 100644 index af459d95..00000000 --- a/.changeset/modern-zebras-invite.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'nx-mesh': minor ---- - -Add preset generator - -Create a new Nx workspace with GraphQL Mesh as the preset! diff --git a/libs/nx-mesh/CHANGELOG.md b/libs/nx-mesh/CHANGELOG.md index 00e9fc06..7d8cce8e 100644 --- a/libs/nx-mesh/CHANGELOG.md +++ b/libs/nx-mesh/CHANGELOG.md @@ -1,5 +1,13 @@ # nx-mesh +## 2.2.0 + +### Minor Changes + +- [#105](https://github.com/domjtalbot/nx-mesh/pull/105) [`3c7d953`](https://github.com/domjtalbot/nx-mesh/commit/3c7d953d980a33229cc68ffbc3dee2ccefd610c1) Thanks [@domjtalbot](https://github.com/domjtalbot)! - Add preset generator + + Create a new Nx workspace with GraphQL Mesh as the preset! + ## 2.1.0 ### Minor Changes diff --git a/libs/nx-mesh/package.json b/libs/nx-mesh/package.json index e1f9530e..b985b565 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": "2.1.0", + "version": "2.2.0", "license": "MIT", "main": "src/index.js", "generators": "./generators.json",