Skip to content

Commit b5366ad

Browse files
junoebizjohnitvn
authored andcommitted
chore(main): release nx-docker 1.0.0
1 parent 2bf52ef commit b5366ad

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

packages/nx-docker/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-11-22)
4+
5+
6+
### Features
7+
8+
* **nx-docker:** add build executor ([2df236c](https://github.com/ebizbase/dev-infras/commit/2df236c038a0e8d7fb4b37d8b00c5b52aac70c92))
9+
10+
11+
### Bug Fixes
12+
13+
* **nx-docker:** update publish api ([0e61321](https://github.com/ebizbase/dev-infras/commit/0e613213df35b62bfe96f79bc7869dfb02772997))

packages/nx-docker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ebizbase/nx-docker",
3-
"version": "1.4.6",
3+
"version": "1.0.0",
44
"private": false,
55
"description": "The nx plugin build, push containers and analyze images from your applications",
66
"keywords": [

release-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
".": "0.0.0",
33
"packages/nx-devkit": "1.0.0",
4-
"packages/nx-docker": "0.0.0",
4+
"packages/nx-docker": "1.0.0",
55
"packages/nx-dive": "0.0.0"
66
}

0 commit comments

Comments
 (0)