Skip to content

Commit

Permalink
chore(release): 🚀 release 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](common-cli/v2.1.0...common-cli/v2.2.0) (2024-02-18)

### Bug Fixes

* fix `create-nx-*` broken due to changes in Nx Cloud setup since Nx `v17.3.0` ([6c981d4](6c981d4))

### Features

* **common:** add utilities to generate Project Graph using `v2` API ([c6f70e0](c6f70e0))
  • Loading branch information
semantic-release-bot committed Feb 18, 2024
1 parent 92e778f commit 47e8e93
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/common-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.2.0](https://github.com/tinesoft/nxrocks/compare/common-cli/v2.1.0...common-cli/v2.2.0) (2024-02-18)


### Bug Fixes

* fix `create-nx-*` broken due to changes in Nx Cloud setup since Nx `v17.3.0` ([6c981d4](https://github.com/tinesoft/nxrocks/commit/6c981d4a75e6b53bd595642e8087496b246edcbd))


### Features

* **common:** add utilities to generate Project Graph using `v2` API ([c6f70e0](https://github.com/tinesoft/nxrocks/commit/c6f70e0c4fc8ee9fe235dba05e14e453c3617b90))

# [2.1.0](https://github.com/tinesoft/nxrocks/compare/common-cli/v2.0.1...common-cli/v2.1.0) (2023-12-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/common-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nxrocks/common-cli",
"description": "Common library to share code among the `create-*` packages.",
"version": "2.1.0",
"version": "2.2.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 47e8e93

Please sign in to comment.