Skip to content

Commit

Permalink
chore(util): release v5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](util-v4.0.0...util-v5.0.0) (2024-08-09)

### Features

* migrate workspace to nx 19.x ([#242](#242)) ([8473ccd](8473ccd))

### BREAKING CHANGES

* migrate Nx workspace to 19.x
  • Loading branch information
semantic-release-bot committed Aug 9, 2024
1 parent 8473ccd commit d2618e2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [5.0.0](https://github.com/lucasvieirasilva/nx-plugins/compare/util-v4.0.0...util-v5.0.0) (2024-08-09)

### Features

- migrate workspace to nx 19.x ([#242](https://github.com/lucasvieirasilva/nx-plugins/issues/242)) ([8473ccd](https://github.com/lucasvieirasilva/nx-plugins/commit/8473ccdc5db39ee6ef0b9f4acdb591c6e2186778))

### BREAKING CHANGES

- migrate Nx workspace to 19.x

# [4.0.0](https://github.com/lucasvieirasilva/nx-plugins/compare/util-v3.0.0...util-v4.0.0) (2024-03-06)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nxlv/util",
"description": "Shared utilities for @nxlv packages",
"version": "4.0.0",
"version": "5.0.0",
"main": "src/index.js",
"private": false,
"license": "MIT",
Expand Down

0 comments on commit d2618e2

Please sign in to comment.