Skip to content

Commit

Permalink
ci(changesets): version packages (#99)
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] committed Dec 19, 2022
1 parent 7e7ba6a commit 6a5da89
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .changeset/wicked-moons-check.md

This file was deleted.

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

## 2.1.0

### Minor Changes

- [#98](https://github.com/domjtalbot/nx-mesh/pull/98) [`b7e76c3`](https://github.com/domjtalbot/nx-mesh/commit/b7e76c377bdc7f9ec13f2227e662822a2f594c86) Thanks [@domjtalbot](https://github.com/domjtalbot)! - Add `graphql-codegen` support. This allows for additional custom client SDKs to be built from the GraphQL Mesh schema.

- `build` & `build-swc` now support `grphql-codegen` as an additional build step.
- `sdk` generator can optionally generate a `graphql-codegen` codegen.

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/nx-mesh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nx-mesh",
"author": "Dom Talbot",
"description": "GraphQL Mesh support for Nx",
"version": "2.0.1",
"version": "2.1.0",
"license": "MIT",
"main": "src/index.js",
"generators": "./generators.json",
Expand Down

0 comments on commit 6a5da89

Please sign in to comment.