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 Jun 5, 2024
1 parent ea87f21 commit 07d5b1f
Show file tree
Hide file tree
Showing 3 changed files with 63 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.1.0",
"packages/core": "3.0.0",
"packages/tokens": "1.2.0"
}
61 changes: 61 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,66 @@
# Changelog

## [3.0.0](https://github.com/juntossomosmais/atomium/compare/atomium-v2.1.0...atomium-v3.0.0) (2024-06-05)


### ⚠ BREAKING CHANGES

* **vue:** add vue transpiler 🚀 ([#436](https://github.com/juntossomosmais/atomium/issues/436))

### Features

* add font size prop into icon component ([#379](https://github.com/juntossomosmais/atomium/issues/379)) ([d00c774](https://github.com/juntossomosmais/atomium/commit/d00c774247cb151ef271346a860443807e02fde3))
* add icon svg ([#308](https://github.com/juntossomosmais/atomium/issues/308)) ([61ef420](https://github.com/juntossomosmais/atomium/commit/61ef420d436b695f7d02cc52ff69adeeb59faecd))
* add new watch-slides-progress carousel prop ([#412](https://github.com/juntossomosmais/atomium/issues/412)) ([a5e29b2](https://github.com/juntossomosmais/atomium/commit/a5e29b234c51794ce26308969dd0ce04c93e3bed))
* add tag component ([#261](https://github.com/juntossomosmais/atomium/issues/261)) ([11e8d3b](https://github.com/juntossomosmais/atomium/commit/11e8d3b59714eff3710f78cc0c7ebf6a64629ec1))
* **alert:** add self contained close on alert ([#441](https://github.com/juntossomosmais/atomium/issues/441)) ([8cc3f61](https://github.com/juntossomosmais/atomium/commit/8cc3f6162c9eedab51e51e499becbc32d04895de))
* carousel component ([#235](https://github.com/juntossomosmais/atomium/issues/235)) ([91d3368](https://github.com/juntossomosmais/atomium/commit/91d33687318d6842f577509bf6d0587c6ac4c340))
* **carousel:** add new carousel component ([#434](https://github.com/juntossomosmais/atomium/issues/434)) ([e246629](https://github.com/juntossomosmais/atomium/commit/e2466291c079b8b9572820e1f228bd0fabf06c0f))
* **core:** add white color to button component ([#297](https://github.com/juntossomosmais/atomium/issues/297)) ([cfa8d40](https://github.com/juntossomosmais/atomium/commit/cfa8d4063f992277cf5a2d794b2c4ec23aaebc30))
* create badge component ([#239](https://github.com/juntossomosmais/atomium/issues/239)) ([b50ff41](https://github.com/juntossomosmais/atomium/commit/b50ff413c8db52091be1a99288e70acf52ed38e2))
* create custom render and pre load validations ([#290](https://github.com/juntossomosmais/atomium/issues/290)) ([83c7a2c](https://github.com/juntossomosmais/atomium/commit/83c7a2c7e8007fd393761806eff327d58b89072f))
* **grid:** add possibility to define padding ([#446](https://github.com/juntossomosmais/atomium/issues/446)) ([c7cfb6a](https://github.com/juntossomosmais/atomium/commit/c7cfb6a7bcb5bbd7794f347fc59e1b2e4fa49515))
* **icons:** add `login` and `messages` icons ([#416](https://github.com/juntossomosmais/atomium/issues/416)) ([335061e](https://github.com/juntossomosmais/atomium/commit/335061e63a444933557f53914a6fd49622e066a4))
* **icons:** add compare arrows icon ([#358](https://github.com/juntossomosmais/atomium/issues/358)) ([f45c3a5](https://github.com/juntossomosmais/atomium/commit/f45c3a50d5289722ed3de1b569eb887d1743be62))
* **icons:** add custom wallet icon ([#313](https://github.com/juntossomosmais/atomium/issues/313)) ([f020b61](https://github.com/juntossomosmais/atomium/commit/f020b612afe6386b8b96b04790a8a70199fc4eaa))
* **icons:** add icon cash-back and leader-board ([#296](https://github.com/juntossomosmais/atomium/issues/296)) ([efb273b](https://github.com/juntossomosmais/atomium/commit/efb273b34d4501851b9d934ebc343336eaedcdf8))
* **icons:** add jsm icon ([#292](https://github.com/juntossomosmais/atomium/issues/292)) ([c09f2c4](https://github.com/juntossomosmais/atomium/commit/c09f2c4db1bae4d39a428319dcb97259ddb58f2b))
* **icons:** add lock-open-outline icon ([2f1814d](https://github.com/juntossomosmais/atomium/commit/2f1814d14ffb50d41c9e1230d5e12063e07199a9))
* **icons:** add new icons ([#419](https://github.com/juntossomosmais/atomium/issues/419)) ([2610836](https://github.com/juntossomosmais/atomium/commit/261083663af08ba2f88a2d921175dd38c459e371))
* **icons:** add new icons for select ([#351](https://github.com/juntossomosmais/atomium/issues/351)) ([ed4dedd](https://github.com/juntossomosmais/atomium/commit/ed4dedd2fbb77efdc7e15682fd3be5896a6375a4))
* new prop to center corousel component ([#356](https://github.com/juntossomosmais/atomium/issues/356)) ([e4e10a9](https://github.com/juntossomosmais/atomium/commit/e4e10a944f700afda7d6eedf3bbb49219310d56c))
* **vue:** add vue transpiler 🚀 ([#436](https://github.com/juntossomosmais/atomium/issues/436)) ([1ff216a](https://github.com/juntossomosmais/atomium/commit/1ff216a1a040fa676de9625749841fbb23b42488))


### Bug Fixes

* add atomium-vue as dependson of publish-library ([95cd4d8](https://github.com/juntossomosmais/atomium/commit/95cd4d8054c975a57a9b29791c14d1081bd13ade))
* add extra option to apply use on vite ([#232](https://github.com/juntossomosmais/atomium/issues/232)) ([64a3a56](https://github.com/juntossomosmais/atomium/commit/64a3a566b6c4ea399edded4637019623e47a2aaa))
* adjust white color in fill clear ([#348](https://github.com/juntossomosmais/atomium/issues/348)) ([83727a0](https://github.com/juntossomosmais/atomium/commit/83727a0ce3eacfa7727d8febabce1679256bb85c))
* **alert:** remove wrong width on icon size ([#414](https://github.com/juntossomosmais/atomium/issues/414)) ([e45007c](https://github.com/juntossomosmais/atomium/commit/e45007cdec9d32577a1979b4b059e5e542269ab7))
* **atom-select:** add possibility to pass default value ([#316](https://github.com/juntossomosmais/atomium/issues/316)) ([c647479](https://github.com/juntossomosmais/atomium/commit/c647479d1ae8df25794664f5bb9fdd89345b3ea3))
* button-form-functions ([#230](https://github.com/juntossomosmais/atomium/issues/230)) ([71624da](https://github.com/juntossomosmais/atomium/commit/71624da3f3706842a12759b772bb4321eafbfa79))
* **button:** adjust button slot align ([#417](https://github.com/juntossomosmais/atomium/issues/417)) ([1986d05](https://github.com/juntossomosmais/atomium/commit/1986d0592a931450eae874f61a9ddb9b865ef3fe))
* **button:** don't emit submit event in older browsers (webkit) ([#431](https://github.com/juntossomosmais/atomium/issues/431)) ([cdda9ae](https://github.com/juntossomosmais/atomium/commit/cdda9aee9df928a6b27914283fe25351ff827c49))
* **button:** use default behavior when is link ([#399](https://github.com/juntossomosmais/atomium/issues/399)) ([2873800](https://github.com/juntossomosmais/atomium/commit/28738006014c5d25296c36d241d791e34814c08c))
* **carouse-item:** using the swiperSlide itself instead of clone ([#265](https://github.com/juntossomosmais/atomium/issues/265)) ([7154757](https://github.com/juntossomosmais/atomium/commit/7154757df20bfba046700612f8699bb413ffbd00))
* carousel convertion ([#263](https://github.com/juntossomosmais/atomium/issues/263)) ([a662740](https://github.com/juntossomosmais/atomium/commit/a662740ca4fb936bb12e76088143d7a60b6ecba0))
* **carousel:** add touch-start-prevent-default as default prop ([#267](https://github.com/juntossomosmais/atomium/issues/267)) ([a53ec06](https://github.com/juntossomosmais/atomium/commit/a53ec06ce690910999dc6f5dfc5415d74efdfe05))
* **carousel:** centralize the slide item content ([#385](https://github.com/juntossomosmais/atomium/issues/385)) ([f3464d8](https://github.com/juntossomosmais/atomium/commit/f3464d8219d35d7a067cb5767ab6df4a60a410c4))
* **core:** add --debug to test issue on stencil ([a5b4463](https://github.com/juntossomosmais/atomium/commit/a5b4463bbde3ac5ca7be97e06d277d3e0f510401))
* **core:** add more specific has-icon class ([#350](https://github.com/juntossomosmais/atomium/issues/350)) ([2f12eab](https://github.com/juntossomosmais/atomium/commit/2f12eab4963fabe79912c49b02f99dcdd2afbe09))
* **core:** add specificity to input border-radius class ([#315](https://github.com/juntossomosmais/atomium/issues/315)) ([86ccdb3](https://github.com/juntossomosmais/atomium/commit/86ccdb3361b49c99223d5341f120c5e6e28e6641))
* **core:** add stop propagation to avoid button to emit event twice ([#281](https://github.com/juntossomosmais/atomium/issues/281)) ([dd874ae](https://github.com/juntossomosmais/atomium/commit/dd874ae5238c39003a9a1e0eef656ceb2cac4138))
* **core:** add watch decorator for value prop ([#317](https://github.com/juntossomosmais/atomium/issues/317)) ([fe1a753](https://github.com/juntossomosmais/atomium/commit/fe1a753f05f92a2aeae3d2ebe84ee31357ffde1c))
* **core:** carousel slides order render ([#360](https://github.com/juntossomosmais/atomium/issues/360)) ([fe08197](https://github.com/juntossomosmais/atomium/commit/fe0819753139ff6c4c4bf46e3ae1c9f5de65470d))
* **core:** remove debug flag ([ab1f83f](https://github.com/juntossomosmais/atomium/commit/ab1f83fe40bae5a95547d30207b877cd447d0419))
* **core:** remove extra build using dist-custom-elements ([#383](https://github.com/juntossomosmais/atomium/issues/383)) ([ed503be](https://github.com/juntossomosmais/atomium/commit/ed503be850c3194f968847b2d908ea1f930ee5ef))
* **core:** remove lifecycle methods from inputs ([#330](https://github.com/juntossomosmais/atomium/issues/330)) ([ca8ae09](https://github.com/juntossomosmais/atomium/commit/ca8ae090f272f5250a3ffb0aa0a90151e723e9c5))
* **icon:** use jsm cdn ([#240](https://github.com/juntossomosmais/atomium/issues/240)) ([e98339e](https://github.com/juntossomosmais/atomium/commit/e98339e71e2d1ac2f93d8163e5f1d4e43d0662c0))
* **tokens:** change default danger token ([#291](https://github.com/juntossomosmais/atomium/issues/291)) ([1a3ff93](https://github.com/juntossomosmais/atomium/commit/1a3ff93244011838d17135ff45d2338f4f660855))
* use line-height in badge ([#244](https://github.com/juntossomosmais/atomium/issues/244)) ([d073c2b](https://github.com/juntossomosmais/atomium/commit/d073c2bf70c957df93f0672548d6fbcf1f284a14))
* **vue:** fix problems to emit events in vue wrappers ([#440](https://github.com/juntossomosmais/atomium/issues/440)) ([26a02af](https://github.com/juntossomosmais/atomium/commit/26a02af9aa9478ac381127e1aa992264c7029a96))

## [2.1.0](https://github.com/juntossomosmais/atomium/compare/atomium-v2.0.2...atomium-v2.1.0) (2024-06-05)


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

0 comments on commit 07d5b1f

Please sign in to comment.