Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 31, 2025
1 parent 53716d7 commit 1f1a7f2
Show file tree
Hide file tree
Showing 5 changed files with 21 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": "3.2.1",
"packages/tokens": "2.0.0"
"packages/core": "3.3.0",
"packages/tokens": "2.0.1"
}
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [3.3.0](https://github.com/juntossomosmais/atomium/compare/atomium-v3.2.1...atomium-v3.3.0) (2025-01-31)


### 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))

## [3.2.1](https://github.com/juntossomosmais/atomium/compare/atomium-v3.2.0...atomium-v3.2.1) (2025-01-08)


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": "3.2.1",
"version": "3.3.0",
"description": "Core of web components for Atomium",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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-01-31)


### 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)


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": "2.0.0",
"version": "2.0.1",
"description": "Tokens and variables for Atomium",
"access": "public",
"main": "dist/index.js",
Expand Down

0 comments on commit 1f1a7f2

Please sign in to comment.