Skip to content

Commit d8fc475

Browse files
committed
chore(main): release dev-infras 1.0.0
1 parent 0ab5af7 commit d8fc475

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-11-23)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **nx-docker:** The ci options have been removed from build executor.
9+
10+
### Features
11+
12+
* **base-devcontainer:** add base devcontainer ([0ab5af7](https://github.com/ebizbase/dev-infras/commit/0ab5af7b704f800744ff097c42261d7a7b025188))
13+
* **install-npm-package-globally:** add feature to install npm package globally ([94d4fee](https://github.com/ebizbase/dev-infras/commit/94d4fee4904ac876e443b2f782fa7042ee47fba7))
14+
* **nx-devkit:** initialize docker and project utils ([b1f94a3](https://github.com/ebizbase/dev-infras/commit/b1f94a3fd802401b4cfae53fc546820b29436384))
15+
* **nx-div:** add analyze executor ([179cc52](https://github.com/ebizbase/dev-infras/commit/179cc52f3e75ea7295d8ff2c476844088675fa5a))
16+
* **nx-docker:** add build executor ([2df236c](https://github.com/ebizbase/dev-infras/commit/2df236c038a0e8d7fb4b37d8b00c5b52aac70c92))
17+
* **nx-internal:** add build devcontainer image executor (with publish support) ([b5591da](https://github.com/ebizbase/dev-infras/commit/b5591dac269a977df6d51d768afe379692c3bc62))
18+
* **nx-internal:** add devcontainer feature test and publish executors ([b020e8c](https://github.com/ebizbase/dev-infras/commit/b020e8c0535400ec46cc2d63242b1f6e8c272bc8))
19+
* **omz-plugin:** add devcontainer feature for oh-my-zsh plugins ([538b0e2](https://github.com/ebizbase/dev-infras/commit/538b0e221280e9053fdb14015a48238c616d7e52))
20+
* **powerlevel10k:** add devcontainer feature for install powerlevel10k ([5e1c654](https://github.com/ebizbase/dev-infras/commit/5e1c654d43aac62a54caf67e6164b9e2673735bd))
21+
22+
23+
### Bug Fixes
24+
25+
* **nx-docker:** update publish api ([0e61321](https://github.com/ebizbase/dev-infras/commit/0e613213df35b62bfe96f79bc7869dfb02772997))
26+
27+
28+
### Miscellaneous Chores
29+
30+
* **nx-docker:** renove unused ci options ([398f53c](https://github.com/ebizbase/dev-infras/commit/398f53c967f4e58e2fab5e385be627274fc884e5))

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,6 @@
5858
"npx prettier --write"
5959
]
6060
},
61-
"dependencies": {}
61+
"dependencies": {},
62+
"version": "1.0.0"
6263
}

release-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "0.0.0",
2+
".": "1.0.0",
33
"packages/nx-devkit": "1.0.0",
44
"packages/nx-docker": "2.0.0",
55
"packages/nx-dive": "1.0.0",

0 commit comments

Comments
 (0)