diff --git a/.changeset/beige-walls-hug.md b/.changeset/beige-walls-hug.md deleted file mode 100644 index dba86c9b..00000000 --- a/.changeset/beige-walls-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'nx-mesh': patch ---- - -Rename `star-wars-api` to `star-wars` diff --git a/.changeset/big-windows-reflect.md b/.changeset/big-windows-reflect.md deleted file mode 100644 index 8ae6f52b..00000000 --- a/.changeset/big-windows-reflect.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'nx-mesh': major ---- - -- Update GraphQL Mesh dependencies -- Generators install `@graphql-mesh/cli` versions `^0.82.2` diff --git a/.changeset/great-bulldogs-pretend.md b/.changeset/great-bulldogs-pretend.md deleted file mode 100644 index 15ffb582..00000000 --- a/.changeset/great-bulldogs-pretend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'nx-mesh': patch ---- - -Use `localhost` as the default host diff --git a/.changeset/mean-hats-add.md b/.changeset/mean-hats-add.md deleted file mode 100644 index b216cc19..00000000 --- a/.changeset/mean-hats-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'nx-mesh': minor ---- - -Bundle `nx-mesh` with esbuild and reduce dependency list diff --git a/.changeset/rotten-mirrors-tickle.md b/.changeset/rotten-mirrors-tickle.md deleted file mode 100644 index e6ea61fc..00000000 --- a/.changeset/rotten-mirrors-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'nx-mesh': minor ---- - -Rename `.lib.swcrc` to `.swcrc` diff --git a/.changeset/witty-rice-notice.md b/.changeset/witty-rice-notice.md deleted file mode 100644 index 53770914..00000000 --- a/.changeset/witty-rice-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'nx-mesh': major ---- - -Update Nx support to ">=15.7" diff --git a/packages/nx-mesh/CHANGELOG.md b/packages/nx-mesh/CHANGELOG.md index 25fc9fb4..b6b2d5c6 100644 --- a/packages/nx-mesh/CHANGELOG.md +++ b/packages/nx-mesh/CHANGELOG.md @@ -1,5 +1,27 @@ # nx-mesh +## 4.0.0 + +### Major Changes + +- [#146](https://github.com/domjtalbot/nx-mesh/pull/146) [`08fd42f`](https://github.com/domjtalbot/nx-mesh/commit/08fd42fa7a0530ea80f3e14ec19a682c10592fef) Thanks [@domjtalbot](https://github.com/domjtalbot)! - - Update GraphQL Mesh dependencies + + - Generators install `@graphql-mesh/cli` versions `^0.82.2` + +- [#143](https://github.com/domjtalbot/nx-mesh/pull/143) [`d7e2393`](https://github.com/domjtalbot/nx-mesh/commit/d7e2393b7bf5faed2bf8fc008f985adb7da4042f) Thanks [@domjtalbot](https://github.com/domjtalbot)! - Update Nx support to ">=15.7" + +### Minor Changes + +- [#153](https://github.com/domjtalbot/nx-mesh/pull/153) [`eef0fd6`](https://github.com/domjtalbot/nx-mesh/commit/eef0fd6807e58916d8a11a9501f809c939be52a6) Thanks [@domjtalbot](https://github.com/domjtalbot)! - Bundle `nx-mesh` with esbuild and reduce dependency list + +- [`ccb4777`](https://github.com/domjtalbot/nx-mesh/commit/ccb47776586a1c628c73064edb88fc31c045688b) Thanks [@domjtalbot](https://github.com/domjtalbot)! - Rename `.lib.swcrc` to `.swcrc` + +### Patch Changes + +- [#141](https://github.com/domjtalbot/nx-mesh/pull/141) [`3645190`](https://github.com/domjtalbot/nx-mesh/commit/36451909a8d2373600947f292779535388a01ee0) Thanks [@domjtalbot](https://github.com/domjtalbot)! - Rename `star-wars-api` to `star-wars` + +- [`5f01c58`](https://github.com/domjtalbot/nx-mesh/commit/5f01c58c07701a0a8507dff6c14c87193ef44c95) Thanks [@domjtalbot](https://github.com/domjtalbot)! - Use `localhost` as the default host + ## 3.1.0 ### Minor Changes diff --git a/packages/nx-mesh/package.json b/packages/nx-mesh/package.json index 50d39088..333b9201 100644 --- a/packages/nx-mesh/package.json +++ b/packages/nx-mesh/package.json @@ -2,7 +2,7 @@ "name": "nx-mesh", "author": "Dom Talbot", "description": "GraphQL Mesh support for Nx", - "version": "3.1.0", + "version": "4.0.0", "license": "MIT", "main": "src/index.js", "generators": "./generators.json",