Skip to content

Commit

Permalink
chore(main): release nx-docker 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
junoebiz authored and johnitvn committed Nov 22, 2024
1 parent 398f53c commit 7d174e1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions packages/nx-docker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/ebizbase/dev-infras/compare/nx-docker-v1.0.0...nx-docker-v2.0.0) (2024-11-22)


### ⚠ BREAKING CHANGES

* **nx-docker:** The ci options have been removed from build executor.

### Miscellaneous Chores

* **nx-docker:** renove unused ci options ([398f53c](https://github.com/ebizbase/dev-infras/commit/398f53c967f4e58e2fab5e385be627274fc884e5))

## 1.0.0 (2024-11-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/nx-docker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ebizbase/nx-docker",
"version": "1.0.0",
"version": "2.0.0",
"private": false,
"description": "The nx plugin build, push containers and analyze images from your applications",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion release-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
".": "0.0.0",
"packages/nx-devkit": "1.0.0",
"packages/nx-docker": "1.0.0",
"packages/nx-docker": "2.0.0",
"packages/nx-dive": "1.0.0",
"devcontainer-features/powerlevel10k": "0.0.0",
"devcontainer-features/omz-plugin": "1.0.0",
Expand Down

0 comments on commit 7d174e1

Please sign in to comment.