Skip to content

Commit 9e3cecd

Browse files
chore(util): release v4.0.0 [skip ci]
# [4.0.0](util-v3.0.0...util-v4.0.0) (2024-03-06) ### Features * add support for nx 18.x ([#192](#192)) ([03b9aa0](03b9aa0)), closes [#191](#191) ### BREAKING CHANGES * To use this version the nx workspace needs to be migrated to version 18.x
1 parent 64188d7 commit 9e3cecd

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/util/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [4.0.0](https://github.com/lucasvieirasilva/nx-plugins/compare/util-v3.0.0...util-v4.0.0) (2024-03-06)
2+
3+
### Features
4+
5+
- add support for nx 18.x ([#192](https://github.com/lucasvieirasilva/nx-plugins/issues/192)) ([03b9aa0](https://github.com/lucasvieirasilva/nx-plugins/commit/03b9aa066ec8b3c755de18db6d2a11c569b921c4)), closes [#191](https://github.com/lucasvieirasilva/nx-plugins/issues/191)
6+
7+
### BREAKING CHANGES
8+
9+
- To use this version the nx workspace needs to be migrated to version 18.x
10+
111
# [3.0.0](https://github.com/lucasvieirasilva/nx-plugins/compare/util-v2.0.1...util-v3.0.0) (2023-12-21)
212

313
### Features

packages/util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nxlv/util",
33
"description": "Shared utilities for @nxlv packages",
4-
"version": "3.0.0",
4+
"version": "4.0.0",
55
"main": "src/index.js",
66
"private": false,
77
"license": "MIT",

0 commit comments

Comments
 (0)