Skip to content

Commit

Permalink
Merge branch 'main' into feat/add-tooltip-component
Browse files Browse the repository at this point in the history
  • Loading branch information
igorwessel authored Nov 6, 2024
2 parents eb215be + 53dd74a commit ef47c06
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/core": "2.24.0",
"packages/core": "2.24.1",
"packages/tokens": "2.0.0"
}
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.24.1](https://github.com/juntossomosmais/atomium/compare/atomium-v2.24.0...atomium-v2.24.1) (2024-11-06)


### Bug Fixes

* **select:** add async to method to avoid promise warning ([#611](https://github.com/juntossomosmais/atomium/issues/611)) ([c5de2cb](https://github.com/juntossomosmais/atomium/commit/c5de2cb767c67f1f5d5ffa770b7050cfb31c1ab3))
* **steps-modal:** allow user to disable buttons and fix event propagation ([#609](https://github.com/juntossomosmais/atomium/issues/609)) ([f6c8f6d](https://github.com/juntossomosmais/atomium/commit/f6c8f6d67186d087182acf92d3932a72da9bd215))

## [2.24.0](https://github.com/juntossomosmais/atomium/compare/atomium-v2.23.0...atomium-v2.24.0) (2024-11-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@juntossomosmais/atomium",
"version": "2.24.0",
"version": "2.24.1",
"description": "Core of web components for Atomium",
"repository": {
"type": "git",
Expand Down

0 comments on commit ef47c06

Please sign in to comment.