Skip to content

Commit

Permalink
chore(util): release v2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](util-v1.1.0...util-v2.0.0) (2023-06-18)

### Features

* **workspace:** migrate to Nx 16v ([#124](#124)) ([fa9fba9](fa9fba9)), closes [#121](#121)

### BREAKING CHANGES

* **workspace:** Changed the Nx dependencies to 16.x, the features didn't change, however, to use
the new version of this plugin your Nx workspace should also be in 16.x
  • Loading branch information
semantic-release-bot committed Jun 18, 2023
1 parent fa9fba9 commit 4314496
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions packages/util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [2.0.0](https://github.com/lucasvieirasilva/nx-plugins/compare/util-v1.1.0...util-v2.0.0) (2023-06-18)

### Features

- **workspace:** migrate to Nx 16v ([#124](https://github.com/lucasvieirasilva/nx-plugins/issues/124)) ([fa9fba9](https://github.com/lucasvieirasilva/nx-plugins/commit/fa9fba90790c274df5411d515e9c9bcf2e1d0a75)), closes [#121](https://github.com/lucasvieirasilva/nx-plugins/issues/121)

### BREAKING CHANGES

- **workspace:** Changed the Nx dependencies to 16.x, the features didn't change, however, to use
the new version of this plugin your Nx workspace should also be in 16.x

# [1.1.0](https://github.com/lucasvieirasilva/nx-plugins/compare/util-v1.0.0...util-v1.1.0) (2023-05-29)

### Bug Fixes
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": "1.1.0",
"version": "2.0.0",
"main": "src/index.js",
"private": false,
"license": "MIT",
Expand Down

0 comments on commit 4314496

Please sign in to comment.