From 269b555420a068ffcf53e52295b159cc2a5bc69b Mon Sep 17 00:00:00 2001 From: Juno Ebiz <184904112+junoebiz@users.noreply.github.com> Date: Sat, 23 Nov 2024 13:19:39 +0700 Subject: [PATCH] chore(main): release dev-infras 1.0.0 --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ package.json | 3 ++- release-manifest.json | 2 +- 3 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a7c678b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,36 @@ +# Changelog + +## 1.0.0 (2024-11-23) + + +### ⚠ BREAKING CHANGES + +* **nx-docker:** The ci options have been removed from build executor. + +### Features + +* **base-devcontainer:** add base devcontainer ([99deee4](https://github.com/ebizbase/dev-infras/commit/99deee415d8773bcf4a3e1507aeca52e982208b1)) +* **install-npm-package-globally:** add feature to install npm package globally ([94d4fee](https://github.com/ebizbase/dev-infras/commit/94d4fee4904ac876e443b2f782fa7042ee47fba7)) +* **node-devcontainer:** add node devcontainer ([1ef1c2d](https://github.com/ebizbase/dev-infras/commit/1ef1c2d272be16c3af981512c90bbc951923f9af)) +* **node-dind-devcontainer:** add node dind devcontainer ([20f162b](https://github.com/ebizbase/dev-infras/commit/20f162b3ce506c5e5a8ef7b5b83bdca7b9991c31)) +* **node-dind-playwright-devcontainer:** add devcontainer for nodejs with dind and playwright ([65f31e4](https://github.com/ebizbase/dev-infras/commit/65f31e4b9c3a9c1840371d8f53441ee6b03559b9)) +* **node-playwright-devcontainer:** add devcontainer for nodejs with playwright ([3fdc9e9](https://github.com/ebizbase/dev-infras/commit/3fdc9e96dab1f39ea1dcf8c096f09fa2af41893e)) +* **npm-playwright:** add devcontainer feature to install playwright via npm ([15286ba](https://github.com/ebizbase/dev-infras/commit/15286ba6b035d15309362336f3d06392ee358880)) +* **nx-devcontainer:** add nx-devcontainer image ([9646ea1](https://github.com/ebizbase/dev-infras/commit/9646ea15cf1ed25099d152b40dee260b741b13d2)) +* **nx-devkit:** initialize docker and project utils ([b1f94a3](https://github.com/ebizbase/dev-infras/commit/b1f94a3fd802401b4cfae53fc546820b29436384)) +* **nx-div:** add analyze executor ([179cc52](https://github.com/ebizbase/dev-infras/commit/179cc52f3e75ea7295d8ff2c476844088675fa5a)) +* **nx-docker:** add build executor ([2df236c](https://github.com/ebizbase/dev-infras/commit/2df236c038a0e8d7fb4b37d8b00c5b52aac70c92)) +* **nx-internal:** add build devcontainer image executor (with publish support) ([b5591da](https://github.com/ebizbase/dev-infras/commit/b5591dac269a977df6d51d768afe379692c3bc62)) +* **nx-internal:** add devcontainer feature test and publish executors ([b020e8c](https://github.com/ebizbase/dev-infras/commit/b020e8c0535400ec46cc2d63242b1f6e8c272bc8)) +* **omz-plugin:** add devcontainer feature for oh-my-zsh plugins ([538b0e2](https://github.com/ebizbase/dev-infras/commit/538b0e221280e9053fdb14015a48238c616d7e52)) +* **powerlevel10k:** add devcontainer feature for install powerlevel10k ([5e1c654](https://github.com/ebizbase/dev-infras/commit/5e1c654d43aac62a54caf67e6164b9e2673735bd)) + + +### Bug Fixes + +* **nx-docker:** update publish api ([0e61321](https://github.com/ebizbase/dev-infras/commit/0e613213df35b62bfe96f79bc7869dfb02772997)) + + +### Miscellaneous Chores + +* **nx-docker:** renove unused ci options ([398f53c](https://github.com/ebizbase/dev-infras/commit/398f53c967f4e58e2fab5e385be627274fc884e5)) diff --git a/package.json b/package.json index dd98c4b..d86b422 100644 --- a/package.json +++ b/package.json @@ -58,5 +58,6 @@ "npx prettier --write" ] }, - "dependencies": {} + "dependencies": {}, + "version": "1.0.0" } diff --git a/release-manifest.json b/release-manifest.json index 9a32c17..f03fe80 100644 --- a/release-manifest.json +++ b/release-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.0.0", + ".": "1.0.0", "packages/nx-devkit": "1.0.0", "packages/nx-docker": "2.0.0", "packages/nx-dive": "1.0.0",