Skip to content

Commit

Permalink
chore: release main (#568)
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 Sep 10, 2024
1 parent eefd545 commit c487b0b
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/core": "2.16.0",
"packages/tokens": "1.2.0"
"packages/core": "2.17.0",
"packages/tokens": "2.0.0"
}
15 changes: 15 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [2.17.0](https://github.com/juntossomosmais/atomium/compare/atomium-v2.16.0...atomium-v2.17.0) (2024-09-10)


### Features

* **icons:** new icon local-activity ([#562](https://github.com/juntossomosmais/atomium/issues/562)) ([c9fda30](https://github.com/juntossomosmais/atomium/commit/c9fda3050c1d17c14986838e7599ce74a90912ca))
* **select:** add badge in select options ([#549](https://github.com/juntossomosmais/atomium/issues/549)) ([f0252ca](https://github.com/juntossomosmais/atomium/commit/f0252caa3ccfb13044991a7141be0c6eb64d7f1e))


### Bug Fixes

* **carousel:** improve carousel lifecycle to avoid redundancy ([#566](https://github.com/juntossomosmais/atomium/issues/566)) ([52f2161](https://github.com/juntossomosmais/atomium/commit/52f216130597b2e842cc098871b9474a4b0b6f24))
* **list-slider:** add touchmove listener to identifies move ([#564](https://github.com/juntossomosmais/atomium/issues/564)) ([a5ac3d1](https://github.com/juntossomosmais/atomium/commit/a5ac3d184ea24420e9937a086625a80f4b2bfcf5))
* **select:** add background to selected item and remove color's prop ([#565](https://github.com/juntossomosmais/atomium/issues/565)) ([226aa78](https://github.com/juntossomosmais/atomium/commit/226aa78c257b86742af6c007506be62e8cfe6301))

## [2.16.0](https://github.com/juntossomosmais/atomium/compare/atomium-v2.15.0...atomium-v2.16.0) (2024-08-28)


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.16.0",
"version": "2.17.0",
"description": "Core of web components for Atomium",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/juntossomosmais/atomium/compare/atomium-tokens-v1.2.0...atomium-tokens-v2.0.0) (2024-09-10)


### ⚠ BREAKING CHANGES

* **tokens:** fix all letter spacing values ([#537](https://github.com/juntossomosmais/atomium/issues/537))

### Bug Fixes

* **tokens:** fix all letter spacing values ([#537](https://github.com/juntossomosmais/atomium/issues/537)) ([550fd34](https://github.com/juntossomosmais/atomium/commit/550fd34de953a8868551f9906c28bbd5e3d9786a))

## [1.2.0](https://github.com/juntossomosmais/atomium/compare/atomium-tokens-v1.1.0...atomium-tokens-v1.2.0) (2023-09-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@juntossomosmais/atomium-tokens",
"version": "1.2.0",
"version": "2.0.0",
"description": "Tokens and variables for Atomium",
"access": "public",
"main": "dist/index.js",
Expand Down

0 comments on commit c487b0b

Please sign in to comment.