File tree 3 files changed +30
-2
lines changed
3 files changed +30
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## 1.0.0 (2024-11-22)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * ** nx-docker:** The ci options have been removed from build executor.
9
+
10
+ ### Features
11
+
12
+ * ** install-npm-package-globally:** add feature to install npm package globally ([ 94d4fee] ( https://github.com/ebizbase/dev-infras/commit/94d4fee4904ac876e443b2f782fa7042ee47fba7 ) )
13
+ * ** nx-devkit:** initialize docker and project utils ([ b1f94a3] ( https://github.com/ebizbase/dev-infras/commit/b1f94a3fd802401b4cfae53fc546820b29436384 ) )
14
+ * ** nx-div:** add analyze executor ([ 179cc52] ( https://github.com/ebizbase/dev-infras/commit/179cc52f3e75ea7295d8ff2c476844088675fa5a ) )
15
+ * ** nx-docker:** add build executor ([ 2df236c] ( https://github.com/ebizbase/dev-infras/commit/2df236c038a0e8d7fb4b37d8b00c5b52aac70c92 ) )
16
+ * ** omz-plugin:** add devcontainer feature for oh-my-zsh plugins ([ 538b0e2] ( https://github.com/ebizbase/dev-infras/commit/538b0e221280e9053fdb14015a48238c616d7e52 ) )
17
+ * ** powerlevel10k:** add devcontainer feature for install powerlevel10k ([ 5e1c654] ( https://github.com/ebizbase/dev-infras/commit/5e1c654d43aac62a54caf67e6164b9e2673735bd ) )
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * ** nx-docker:** update publish api ([ 0e61321] ( https://github.com/ebizbase/dev-infras/commit/0e613213df35b62bfe96f79bc7869dfb02772997 ) )
23
+
24
+
25
+ ### Miscellaneous Chores
26
+
27
+ * ** nx-docker:** renove unused ci options ([ 398f53c] ( https://github.com/ebizbase/dev-infras/commit/398f53c967f4e58e2fab5e385be627274fc884e5 ) )
Original file line number Diff line number Diff line change 58
58
" npx prettier --write"
59
59
]
60
60
},
61
- "dependencies" : {}
61
+ "dependencies" : {},
62
+ "version" : " 1.0.0"
62
63
}
Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0 .0.0" ,
2
+ "." : " 1 .0.0" ,
3
3
"packages/nx-devkit" : " 1.0.0" ,
4
4
"packages/nx-docker" : " 1.0.0" ,
5
5
"packages/nx-dive" : " 1.0.0" ,
You can’t perform that action at this time.
0 commit comments