Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(nx-spring-boot): 🚀 release 5.0.0
# [@nxrocks/nx-spring-boot-v5.0.0](nx-spring-boot/v4.1.0...nx-spring-boot/v5.0.0) (2022-08-21) ### Bug Fixes * **nx-spring-boot:** fix `serve` and `apply-format` alias executors ([29f5183](29f5183)) * **nx-spring-boot:** fix creating spring boot libraries with `gradle` ([500a7d0](500a7d0)) * **nx-spring-boot:** fix library projects should not be executable ([b118a4e](b118a4e)), closes [#113](#113) * set `@nrwl/*` packages as `peerDependencies` ([d03b709](d03b709)), closes [#106](#106) ### Features * **nx-spring-boot:** add proxy support for project generation ([bd3ac7e](bd3ac7e)), closes [#125](#125) * **nx-spring-boot:** add `install` executor + make `build` depend on it ([68e1a5e](68e1a5e)), closes [#65](#65) [#66](#66) [#71](#71) * **nx-spring-boot:** add `skipFormat` to control code formatting ([8bff29b](8bff29b)) * **nx-spring-boot:** check if source is a valid boot project on linking ([f74e524](f74e524)) * **nx-spring-boot:** improve logging when project zip can't be fetched ([f1a5229](f1a5229)) * **nx-spring-boot:** make `build` executor results cacheable ([4528715](4528715)) * **nx-spring-boot:** rename executors to use `kebab-case` ([1e5d9f4](1e5d9f4)), closes [#117](#117) * **nx-spring-boot:** unselect by default adding code formatting support ([005ad95](005ad95)) ### BREAKING CHANGES * **nx-spring-boot:** `format-check` executor was renamed into `check-format` * **nx-spring-boot:** All executors of this plugin now use `kebab-case` over `camelCase` for consistency This only affect `buildImage` and `buildInfo` executors, which have been renamed into `build-image` and `build-info` respectively. *** [skip ci]
- Loading branch information