Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
ci(changesets): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 3, 2022
1 parent a524dd6 commit 6e7d95c
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 31 deletions.
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.

19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# nx-plugin-graphql-mesh

## 1.0.0

### Major Changes

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

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

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

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

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

### Minor Changes

- [#38](https://github.com/domjtalbot/nx-plugin-graphql-mesh/pull/38) [`f34495c`](https://github.com/domjtalbot/nx-plugin-graphql-mesh/commit/f34495c735fc609b787e4f728a5d857fe4335ef2) Thanks [@domjtalbot](https://github.com/domjtalbot)! - Update nx to 14.4.3
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nx-plugin-graphql-mesh",
"version": "0.0.0",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "nx run-many --target=build --all",
Expand Down

0 comments on commit 6e7d95c

Please sign in to comment.