Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-01-24)

### Bug Fixes

* **eslint:** update eslint disable rule ([3c30f66](3c30f66))
* **postcss:** update postcss to handle multiple css files ([46d1a1f](46d1a1f))
* **readme:** remove readme from checked in files ([db9d473](db9d473))
* **workflows:** update node version in github workflows ([3be7f17](3be7f17))

### Features

* **generator:** rebuild component using generator [#1](#1) ([a385f25](a385f25))
* **tokens:** implement new design tokens [#2](#2) ([aee9b59](aee9b59))

### Performance Improvements

* **accordion:** use new version of accordion ([e7333b7](e7333b7))
* **docs:** implement Auro doc system ([baf1bf2](baf1bf2))
* **src:** implement all component src code ([a75225a](a75225a))
  • Loading branch information
semantic-release-bot committed Jan 24, 2024
1 parent 3c30f66 commit 97aa2b6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Semantic Release Automated Changelog

# 1.0.0 (2024-01-24)


### Bug Fixes

* **eslint:** update eslint disable rule ([3c30f66](https://github.com/AlaskaAirlines/auro-dialog/commit/3c30f66238e4f83719e42e63fb93bc0161c5b22a))
* **postcss:** update postcss to handle multiple css files ([46d1a1f](https://github.com/AlaskaAirlines/auro-dialog/commit/46d1a1fcf3ae899ba4f4204e219c7e82dac195ae))
* **readme:** remove readme from checked in files ([db9d473](https://github.com/AlaskaAirlines/auro-dialog/commit/db9d4730fae82e15788713dacf25923d8efbe604))
* **workflows:** update node version in github workflows ([3be7f17](https://github.com/AlaskaAirlines/auro-dialog/commit/3be7f17ded2945a1b0501c7ad58133efc8974b98))


### Features

* **generator:** rebuild component using generator [#1](https://github.com/AlaskaAirlines/auro-dialog/issues/1) ([a385f25](https://github.com/AlaskaAirlines/auro-dialog/commit/a385f25cc900e055aa208bb32073220839997454))
* **tokens:** implement new design tokens [#2](https://github.com/AlaskaAirlines/auro-dialog/issues/2) ([aee9b59](https://github.com/AlaskaAirlines/auro-dialog/commit/aee9b592932e6bb4522d03e8f144ed99999350dc))


### Performance Improvements

* **accordion:** use new version of accordion ([e7333b7](https://github.com/AlaskaAirlines/auro-dialog/commit/e7333b744964e972cb7cf1cdc8c0cf48de9ed57b))
* **docs:** implement Auro doc system ([baf1bf2](https://github.com/AlaskaAirlines/auro-dialog/commit/baf1bf26b1a2e2f226cce1c3463eb8fd6bef2725))
* **src:** implement all component src code ([a75225a](https://github.com/AlaskaAirlines/auro-dialog/commit/a75225ad71bacbf12eb9c7ca549d0b7940611168))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"================================================================================"
],
"name": "@aurodesignsystem/auro-dialog",
"version": "0.0.0",
"version": "1.0.0",
"description": "auro-dialog HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit 97aa2b6

Please sign in to comment.