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",