Skip to content

Commit

Permalink
ci(changesets): version packages (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 29, 2022
1 parent 0b9d458 commit 0e7290e
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 41 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-planets-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-drinks-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-carrots-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-hounds-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-pumas-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-terms-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-insects-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-apples-flow.md

This file was deleted.

23 changes: 23 additions & 0 deletions libs/nx-mesh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# nx-mesh

## 1.0.0

### Major Changes

- [#34](https://github.com/domjtalbot/nx-mesh/pull/34) [`c7c4a60`](https://github.com/domjtalbot/nx-mesh/commit/c7c4a60c98e7ab0654ee60b77f1b1950d2804c1c) Thanks [@domjtalbot](https://github.com/domjtalbot)! - Add `start` executor

* [#32](https://github.com/domjtalbot/nx-mesh/pull/32) [`78e4d9c`](https://github.com/domjtalbot/nx-mesh/commit/78e4d9cee393c752277b253dd1599ef06fcb0e2a) Thanks [@domjtalbot](https://github.com/domjtalbot)! - Add `build`, `build-gateway` & `build-swc` executors

- [#49](https://github.com/domjtalbot/nx-mesh/pull/49) [`68e8380`](https://github.com/domjtalbot/nx-mesh/commit/68e8380237440b67156f7251b34891a95da2fbcd) Thanks [@domjtalbot](https://github.com/domjtalbot)! - Add `app` generator

* [#44](https://github.com/domjtalbot/nx-mesh/pull/44) [`6b85c28`](https://github.com/domjtalbot/nx-mesh/commit/6b85c282cfb777e2abe740e928f6b4f560b97aca) Thanks [@domjtalbot](https://github.com/domjtalbot)! - Add `serve` executor

- [#35](https://github.com/domjtalbot/nx-mesh/pull/35) [`4cdb0bd`](https://github.com/domjtalbot/nx-mesh/commit/4cdb0bddc34e1d5ece5eda908bd1e4764bf0037a) Thanks [@domjtalbot](https://github.com/domjtalbot)! - Add mesh `validate` executor

* [#50](https://github.com/domjtalbot/nx-mesh/pull/50) [`329c391`](https://github.com/domjtalbot/nx-mesh/commit/329c391053988f3d18834301b28c7bcd08fc7e1b) Thanks [@domjtalbot](https://github.com/domjtalbot)! - Add SDK generator

### Minor Changes

- [#52](https://github.com/domjtalbot/nx-mesh/pull/52) [`5e436b8`](https://github.com/domjtalbot/nx-mesh/commit/5e436b8c1acdf4a2ba3c6e438a05bbb11a33a63a) Thanks [@domjtalbot](https://github.com/domjtalbot)! - Add automatic port selection for `dev`, `start` & `serve` executors

* [#38](https://github.com/domjtalbot/nx-mesh/pull/38) [`f34495c`](https://github.com/domjtalbot/nx-mesh/commit/f34495c735fc609b787e4f728a5d857fe4335ef2) Thanks [@domjtalbot](https://github.com/domjtalbot)! - Update nx to 14.4.3
2 changes: 1 addition & 1 deletion libs/nx-mesh/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nx-mesh",
"description": "GraphQL Mesh support for Nx",
"version": "0.0.0",
"version": "1.0.0",
"license": "MIT",
"main": "src/index.js",
"generators": "./generators.json",
Expand Down

0 comments on commit 0e7290e

Please sign in to comment.