Skip to content

Commit

Permalink
chore(main): release nx-devkit 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
junoebiz committed Nov 22, 2024
1 parent b1f94a3 commit e12571d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/nx-devkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2024-11-22)


### Features

* **nx-devkit:** initialize docker and project utils ([b1f94a3](https://github.com/ebizbase/dev-infras/commit/b1f94a3fd802401b4cfae53fc546820b29436384))
2 changes: 1 addition & 1 deletion packages/nx-devkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ebizbase/nx-devkit",
"version": "0.1.0",
"version": "1.0.0",
"private": false,
"description": "The nx devkit utils",
"bugs": "https://github.com/ebizbase/dev-infras/issues",
Expand Down
2 changes: 1 addition & 1 deletion release-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.0.0",
"packages/nx-devkit": "0.0.0"
"packages/nx-devkit": "1.0.0"
}

0 comments on commit e12571d

Please sign in to comment.