Skip to content

Commit

Permalink
chore(): release version [skip ci]
Browse files Browse the repository at this point in the history
- project: create-nx-cmake 0.7.0

- project: nx-cmake 0.7.0
  • Loading branch information
github-actions[bot] committed Mar 17, 2024
1 parent 56e1a1a commit 2b413f1
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
12 changes: 12 additions & 0 deletions plugins/create-nx-cmake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.7.0 (2024-03-17)


### 🚀 Features

- **create-nx-cmake:** support nx 18 ([52abdfe](https://github.com/clemenscodes/nx-plugins/commit/52abdfe))


### ❤️ Thank You

- Clemens Horn

## 0.6.1 (2024-03-17)


Expand Down
2 changes: 1 addition & 1 deletion plugins/create-nx-cmake/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-nx-cmake",
"version": "0.6.1",
"version": "0.7.0",
"typings": "./bin/index.d.ts",
"bin": {
"create-nx-cmake": "./bin/index.js"
Expand Down
12 changes: 12 additions & 0 deletions plugins/nx-cmake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.7.0 (2024-03-17)


### 🚀 Features

- **create-nx-cmake,nx-cmake:** support nx 18 ([01d0826](https://github.com/clemenscodes/nx-plugins/commit/01d0826))


### ❤️ Thank You

- Clemens Horn

## 0.6.1 (2024-03-17)


Expand Down
2 changes: 1 addition & 1 deletion plugins/nx-cmake/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nx-cmake",
"description": "An Nx plugin to add CMake, C and C++ support for Nx workspaces",
"version": "0.6.1",
"version": "0.7.0",
"license": "MIT",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
Expand Down

0 comments on commit 2b413f1

Please sign in to comment.