diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1df825b6f..7a563ca59 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/core": "3.2.1", - "packages/tokens": "2.0.0" + "packages/core": "3.3.0", + "packages/tokens": "2.0.1" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c07cb16b8..e7fbdb996 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [3.3.0](https://github.com/juntossomosmais/atomium/compare/atomium-v3.2.1...atomium-v3.3.0) (2025-02-04) + + +### Features + +* **datetime:** add new component ([#687](https://github.com/juntossomosmais/atomium/issues/687)) ([778dc0c](https://github.com/juntossomosmais/atomium/commit/778dc0ca6a011070a2d8dd8527c8d59eeafd5746)) +* **divider:** create new component ([#692](https://github.com/juntossomosmais/atomium/issues/692)) ([53716d7](https://github.com/juntossomosmais/atomium/commit/53716d7a5fc138119a0c88ae479d6d7ea88263be)) +* **icons:** add shopping cart icon and cupom ([#688](https://github.com/juntossomosmais/atomium/issues/688)) ([ae65156](https://github.com/juntossomosmais/atomium/commit/ae6515646d1f9bf279dfedc505f965bc4793c9fb)) +* **icons:** adding icons for new home component ([#691](https://github.com/juntossomosmais/atomium/issues/691)) ([fffcf04](https://github.com/juntossomosmais/atomium/commit/fffcf04ec15f6789f30134c15434504404cacdf8)) + + +### Bug Fixes + +* **select:** prevent clicks on non-interactive elements inside ion-select to ensure correct popover size ([#697](https://github.com/juntossomosmais/atomium/issues/697)) ([02200ec](https://github.com/juntossomosmais/atomium/commit/02200ec3cdd2c54693f1b1365121c90c6432b427)) + ## [3.2.1](https://github.com/juntossomosmais/atomium/compare/atomium-v3.2.0...atomium-v3.2.1) (2025-01-08) diff --git a/packages/core/package.json b/packages/core/package.json index beda73961..fe9b68071 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@juntossomosmais/atomium", - "version": "3.2.1", + "version": "3.3.0", "description": "Core of web components for Atomium", "repository": { "type": "git", diff --git a/packages/tokens/CHANGELOG.md b/packages/tokens/CHANGELOG.md index 22fcce547..a5b318cad 100644 --- a/packages/tokens/CHANGELOG.md +++ b/packages/tokens/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/juntossomosmais/atomium/compare/atomium-tokens-v2.0.0...atomium-tokens-v2.0.1) (2025-02-04) + + +### Bug Fixes + +* **tokens:** adjust rgb colors ([8da9025](https://github.com/juntossomosmais/atomium/commit/8da902538f561af6d0286e21b0c35ba3d074b7a1)) + ## [2.0.0](https://github.com/juntossomosmais/atomium/compare/atomium-tokens-v1.2.0...atomium-tokens-v2.0.0) (2024-09-10) diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 87f1634ae..26b9ef509 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@juntossomosmais/atomium-tokens", - "version": "2.0.0", + "version": "2.0.1", "description": "Tokens and variables for Atomium", "access": "public", "main": "dist/index.js",