diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cc4ab07ad..964c45d02 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/core": "2.31.0", + "packages/core": "3.0.0", "packages/tokens": "2.0.0" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d68494267..5e19d51b8 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.0.0](https://github.com/juntossomosmais/atomium/compare/atomium-v2.31.0...atomium-v3.0.0) (2024-12-16) + + +### ⚠ BREAKING CHANGES + +* **core:** update stencil and ionic ([#632](https://github.com/juntossomosmais/atomium/issues/632)) + +### Features + +* **core:** update stencil and ionic ([#632](https://github.com/juntossomosmais/atomium/issues/632)) ([a2c3d06](https://github.com/juntossomosmais/atomium/commit/a2c3d068b497c48d9c9875fc47537272dcf37d36)) + ## [2.31.0](https://github.com/juntossomosmais/atomium/compare/atomium-v2.30.0...atomium-v2.31.0) (2024-12-13) diff --git a/packages/core/package.json b/packages/core/package.json index cc09ec58e..f05e390fb 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@juntossomosmais/atomium", - "version": "2.31.0", + "version": "3.0.0", "description": "Core of web components for Atomium", "repository": { "type": "git",