diff --git a/.release-please-manifest.json b/.release-please-manifest.json index be3abdf75..b8d2069de 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/core": "2.17.0", + "packages/core": "2.18.0", "packages/tokens": "2.0.0" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7d9f9ebea..432ed1708 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.18.0](https://github.com/juntossomosmais/atomium/compare/atomium-v2.17.0...atomium-v2.18.0) (2024-09-12) + + +### Features + +* **modal:** add options to disable buttons ([#563](https://github.com/juntossomosmais/atomium/issues/563)) ([90ee9b5](https://github.com/juntossomosmais/atomium/commit/90ee9b538549a0111c5c92d3d75a75ee61a965c8)) +* **select:** define max-height and add variable to control it ([#570](https://github.com/juntossomosmais/atomium/issues/570)) ([7917638](https://github.com/juntossomosmais/atomium/commit/7917638ca4587c7696eeae2f0398ede34152d14f)) + ## [2.17.0](https://github.com/juntossomosmais/atomium/compare/atomium-v2.16.0...atomium-v2.17.0) (2024-09-10) diff --git a/packages/core/package.json b/packages/core/package.json index ee7c424ca..ef5d25acb 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@juntossomosmais/atomium", - "version": "2.17.0", + "version": "2.18.0", "description": "Core of web components for Atomium", "repository": { "type": "git",