Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [0.8.0](0.7.19...0.8.0) (2022-06-02) ### Features * preconfigure all publications to publish on Maven Central. The plugin now aggressively tries to add all the required artifacts to all the `MavenPublication`s. This should allow a streamlined publication of Kotlin-multiplatform artifacts. The feature can be turned off (resorting to manual configuration) by appropriate configuration in the build file. ([14b6b0a](14b6b0a)) ### Build and continuous integration * **deps:** update [secure]/build-check-deploy-gradle-action action to v1.2.14 ([8ff29fb](8ff29fb)) * **deps:** update [secure]/build-check-deploy-gradle-action action to v1.2.15 ([1350ef5](1350ef5)) * **deps:** update [secure]/build-check-deploy-gradle-action action to v1.2.16 ([61aedf5](61aedf5)) * **deps:** update [secure]/build-check-deploy-gradle-action action to v2 ([8763247](8763247)) * enable the git hooks generation ([ef52639](ef52639)) ### Dependency updates * **deps:** bump npm from 8.3.1 to 8.12.0 ([cbe9d1e](cbe9d1e)) * **deps:** drop unused test library (mockito) ([c27a0ec](c27a0ec)) * **deps:** update dependency org.mockito:mockito-core to v4.6.0 ([a4be576](a4be576)) * **deps:** update dependency org.mockito:mockito-core to v4.6.1 ([69a0001](69a0001)) * **deps:** update dependency semantic-release-preconfigured-conventional-commits to v1.1.6 ([492aa38](492aa38)) * **deps:** update dependency semantic-release-preconfigured-conventional-commits to v1.1.7 ([031d028](031d028)) * **deps:** update io.kotest to v5.3.0 ([f4d2176](f4d2176)) * **deps:** update node.js to 16.15 ([6744fd7](6744fd7)) * **deps:** update plugin com.gradle.enterprise to v3.10.1 ([7eddca5](7eddca5)) * **deps:** update plugin kotlin-qa to v0.16.2 ([e2e40af](e2e40af)) * **deps:** update plugin kotlin-qa to v0.17.0 ([9e86cec](9e86cec)) * **deps:** update plugin kotlin-qa to v0.18.0 ([bd2509a](bd2509a)) * **deps:** update plugin kotlin-qa to v0.19.0 ([dfc8806](dfc8806)) * **deps:** update plugin multijvmtesting to v0.3.7 ([cbd62d1](cbd62d1)) * **deps:** update plugin multijvmtesting to v0.4.0 ([1d7c9fd](1d7c9fd)) * **deps:** update plugin publishoncentral to v0.7.19 ([dd78f2a](dd78f2a))
- Loading branch information