Skip to content

Commit

Permalink
chore: release main (#196)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 24, 2023
1 parent 7cee48e commit c6e5576
Show file tree
Hide file tree
Showing 3 changed files with 15 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": "0.1.0-alpha.22",
"packages/core": "0.1.0-alpha.23",
"packages/tokens": "0.1.0-alpha.21"
}
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.1.0-alpha.23](https://github.com/juntossomosmais/atomium/compare/atomium-v0.1.0-alpha.22...atomium-v0.1.0-alpha.23) (2023-07-24)


### Features

* **breadcrumb:** create new component ([#163](https://github.com/juntossomosmais/atomium/issues/163)) ([2ca49a0](https://github.com/juntossomosmais/atomium/commit/2ca49a0cf7f518a23c1393e0541a0034e0835874))
* **icons:** implement `svg` icons new structure with types ([#182](https://github.com/juntossomosmais/atomium/issues/182)) ([c399917](https://github.com/juntossomosmais/atomium/commit/c399917589f4f72a6e2ff3302f1dcc099d8f7200))


### Bug Fixes

* **select:** use querySelectorAll to get all atom-select elements ([#191](https://github.com/juntossomosmais/atomium/issues/191)) ([a4caa1b](https://github.com/juntossomosmais/atomium/commit/a4caa1b4821216ae35f6747dfa2c9b6cfa16bea5))

## [0.1.0-alpha.22](https://github.com/juntossomosmais/atomium/compare/atomium-v0.1.0-alpha.17...atomium-v0.1.0-alpha.22) (2023-07-17)


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": "0.1.0-alpha.22",
"version": "0.1.0-alpha.23",
"description": "Core of web components for Atomium",
"repository": {
"type": "git",
Expand Down

0 comments on commit c6e5576

Please sign in to comment.