Skip to content

Commit

Permalink
chore: release main (#65)
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 Apr 25, 2023
1 parent 02cd314 commit 34051af
Show file tree
Hide file tree
Showing 5 changed files with 33 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": "0.1.0-alpha.5",
"packages/tokens": "0.1.0-alpha.2"
"packages/core": "0.1.0-alpha.6",
"packages/tokens": "0.1.0-alpha.6"
}
22 changes: 22 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.1.0-alpha.6](https://github.com/juntossomosmais/atomium/compare/atomium-v0.1.0-alpha.5...atomium-v0.1.0-alpha.6) (2023-04-25)


### ⚠ BREAKING CHANGES

* change prefix ato to atom

### Features

* change prefix ato to atom ([f1e87f0](https://github.com/juntossomosmais/atomium/commit/f1e87f0c0ec6d6c5c9e01fcb1b8133b096a35345))
* **core:** add vue files to output ([dfb7ffc](https://github.com/juntossomosmais/atomium/commit/dfb7ffc1e6924654919eea5fd6b35782d241033a))
* **core:** improve lib output ([6272c99](https://github.com/juntossomosmais/atomium/commit/6272c99085182705645c031ffc446466364faacd))
* **core:** update react and loader configs ([2a5ab06](https://github.com/juntossomosmais/atomium/commit/2a5ab064c2eee9ed84072d32f05f1f2c9f555012))
* **core:** use just type 'dist' to output ([c8faae0](https://github.com/juntossomosmais/atomium/commit/c8faae04a4410ee68718960efe94785a373d7a4c))
* **vue:** add vue3 output to atomium ([3ab47a1](https://github.com/juntossomosmais/atomium/commit/3ab47a1d5bebca13e85b257cf272838e0d3172de))


### Bug Fixes

* create core.css during prebuild ([ebc9414](https://github.com/juntossomosmais/atomium/commit/ebc941481f2155bfbec5f654677ad7034d01e0a8))
* use types from component class in stories file ([16f493c](https://github.com/juntossomosmais/atomium/commit/16f493c9b5d2017942a1eae26bc163fe1ee7458d))

## [0.1.0-alpha.3](https://github.com/juntossomosmais/atomium/compare/atomium-v0.1.0-alpha.2...atomium-v0.1.0-alpha.3) (2023-04-24)


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.5",
"version": "0.1.0-alpha.6",
"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

## [0.1.0-alpha.6](https://github.com/juntossomosmais/atomium/compare/atomium-tokens-v0.1.0-alpha.2...atomium-tokens-v0.1.0-alpha.6) (2023-04-25)


### Features

* change output to tokens.css ([4bb19c5](https://github.com/juntossomosmais/atomium/commit/4bb19c5ac4476f087399c486692f7f72d58ff300))

## 0.1.0-alpha.2 (2023-04-19)


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": "0.1.0-alpha.2",
"version": "0.1.0-alpha.6",
"description": "Tokens and variables for Atomium",
"access": "public",
"repository": {
Expand Down

0 comments on commit 34051af

Please sign in to comment.