diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8e0aee516..c0ba7ef9b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/core": "2.21.0", + "packages/core": "2.22.0", "packages/tokens": "2.0.0" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 6c00fb97e..db9037fdd 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.22.0](https://github.com/juntossomosmais/atomium/compare/atomium-v2.21.0...atomium-v2.22.0) (2024-10-21) + + +### Features + +* **icon:** add creditc card icon ([#595](https://github.com/juntossomosmais/atomium/issues/595)) ([dbc7e64](https://github.com/juntossomosmais/atomium/commit/dbc7e649c32ee53063b0c74ad846bdada171e4ef)) +* **select:** add validation in select tag ([#590](https://github.com/juntossomosmais/atomium/issues/590)) ([647eba6](https://github.com/juntossomosmais/atomium/commit/647eba6578ea9e71ffe2d3176aa6e04b302e8a49)) + ## [2.21.0](https://github.com/juntossomosmais/atomium/compare/atomium-v2.20.1...atomium-v2.21.0) (2024-10-16) diff --git a/packages/core/package.json b/packages/core/package.json index c76843843..15891b258 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@juntossomosmais/atomium", - "version": "2.21.0", + "version": "2.22.0", "description": "Core of web components for Atomium", "repository": { "type": "git",