From 8ba331c88983a4d18b094becbd0fd4e7a5211be6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 20:50:50 +0000 Subject: [PATCH] ci(changesets): version packages (#94) Co-authored-by: github-actions[bot] --- .changeset/chatty-seals-punch.md | 5 ----- .changeset/perfect-impalas-itch.md | 5 ----- .changeset/tame-cooks-greet.md | 5 ----- libs/nx-mesh/CHANGELOG.md | 10 ++++++++++ libs/nx-mesh/package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/chatty-seals-punch.md delete mode 100644 .changeset/perfect-impalas-itch.md delete mode 100644 .changeset/tame-cooks-greet.md diff --git a/.changeset/chatty-seals-punch.md b/.changeset/chatty-seals-punch.md deleted file mode 100644 index 76aa28d5..00000000 --- a/.changeset/chatty-seals-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'nx-mesh': patch ---- - -Fix the output of generated examples. diff --git a/.changeset/perfect-impalas-itch.md b/.changeset/perfect-impalas-itch.md deleted file mode 100644 index acfef426..00000000 --- a/.changeset/perfect-impalas-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'nx-mesh': patch ---- - -Mesh examples share base dependencies diff --git a/.changeset/tame-cooks-greet.md b/.changeset/tame-cooks-greet.md deleted file mode 100644 index a7b65752..00000000 --- a/.changeset/tame-cooks-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'nx-mesh': patch ---- - -Fix `application` & `sdk` generators showing outdated examples diff --git a/libs/nx-mesh/CHANGELOG.md b/libs/nx-mesh/CHANGELOG.md index c7181fa6..6a5bc720 100644 --- a/libs/nx-mesh/CHANGELOG.md +++ b/libs/nx-mesh/CHANGELOG.md @@ -1,5 +1,15 @@ # nx-mesh +## 2.0.1 + +### Patch Changes + +- [#97](https://github.com/domjtalbot/nx-mesh/pull/97) [`fd8de91`](https://github.com/domjtalbot/nx-mesh/commit/fd8de91ef964635b5819eab436a8042346e4e54d) Thanks [@domjtalbot](https://github.com/domjtalbot)! - Fix the output of generated examples. + +- [#93](https://github.com/domjtalbot/nx-mesh/pull/93) [`65ce611`](https://github.com/domjtalbot/nx-mesh/commit/65ce6114c3a3f00b9f980df64ea1cdc73a5c8a0b) Thanks [@domjtalbot](https://github.com/domjtalbot)! - Mesh examples share base dependencies + +- [#96](https://github.com/domjtalbot/nx-mesh/pull/96) [`ee49b12`](https://github.com/domjtalbot/nx-mesh/commit/ee49b127cb269d3eaa84156f7e3e637fccfe597d) Thanks [@domjtalbot](https://github.com/domjtalbot)! - Fix `application` & `sdk` generators showing outdated examples + ## 2.0.0 ### Major Changes diff --git a/libs/nx-mesh/package.json b/libs/nx-mesh/package.json index fe44834d..632118dc 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.0.0", + "version": "2.0.1", "license": "MIT", "main": "src/index.js", "generators": "./generators.json",