Skip to content

Commit

Permalink
chore(util): release v1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-05-26)

### Bug Fixes

* **util:** fix @nxlv/util package.json ([c568d50](c568d50))
* **util:** fix Nx project.json release config reference ([d1bc8d5](d1bc8d5))

### Features

* **util:** add @nxlv/util package with some shared functions ([#105](#105)) ([4f65c9c](4f65c9c))

### Reverts

* **util:** revert @nxlv/util release ([387c15a](387c15a))
  • Loading branch information
semantic-release-bot committed May 26, 2023
1 parent fc38f49 commit fbb5fb8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 1.0.0 (2023-05-26)


### Bug Fixes

* **util:** fix @nxlv/util package.json ([c568d50](https://github.com/lucasvieirasilva/nx-plugins/commit/c568d50013dbd2932a395e3a56a66af2bfdac99a))
* **util:** fix Nx project.json release config reference ([d1bc8d5](https://github.com/lucasvieirasilva/nx-plugins/commit/d1bc8d586bbac03f11d57728ba9caab2339379e4))


### Features

* **util:** add @nxlv/util package with some shared functions ([#105](https://github.com/lucasvieirasilva/nx-plugins/issues/105)) ([4f65c9c](https://github.com/lucasvieirasilva/nx-plugins/commit/4f65c9cc9319cba89f9650d5deebdacbbfbb1369))


### Reverts

* **util:** revert @nxlv/util release ([387c15a](https://github.com/lucasvieirasilva/nx-plugins/commit/387c15a3f2c0fd94eb3d73bb7e5ee730e1dafe06))
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": "0.0.0",
"version": "1.0.0",
"main": "src/index.js",
"private": false,
"license": "MIT",
Expand Down

0 comments on commit fbb5fb8

Please sign in to comment.