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

ci(changesets): version packages #108

Merged
merged 1 commit into from
Dec 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/ninety-vans-hug.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/strange-stingrays-teach.md

This file was deleted.

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

## 2.2.2

### Patch Changes

- [`dea3c22`](https://github.com/domjtalbot/nx-mesh/commit/dea3c22a1041ac6722f6b913344775318fe1f4ee) Thanks [@domjtalbot](https://github.com/domjtalbot)! - Fix graphql-codegen dependencies not being added

- [`ff9b664`](https://github.com/domjtalbot/nx-mesh/commit/ff9b6649563f5c4f2ea92173cb2567f953617240) Thanks [@domjtalbot](https://github.com/domjtalbot)! - Fix preset SDK name

The SDK preset will ask for an SDK name, rather than using the org name passed by Nx.

## 2.2.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.2.1",
"version": "2.2.2",
"license": "MIT",
"main": "src/index.js",
"generators": "./generators.json",
Expand Down