Skip to content

Commit

Permalink
chore(release): 1.1.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0-beta.1](v1.0.9...v1.1.0-beta.1) (2024-07-04)

### Features

* refactor color token structure with tier 3 tokens [#14](#14) ([3c78a06](3c78a06))
* **version:** use custom versioned auro components ([8f8990c](8f8990c))
  • Loading branch information
semantic-release-bot committed Jul 4, 2024
1 parent 8f8990c commit 04997e8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Semantic Release Automated Changelog

# [1.1.0-beta.1](https://github.com/AlaskaAirlines/auro-drawer/compare/v1.0.9...v1.1.0-beta.1) (2024-07-04)


### Features

* refactor color token structure with tier 3 tokens [#14](https://github.com/AlaskaAirlines/auro-drawer/issues/14) ([3c78a06](https://github.com/AlaskaAirlines/auro-drawer/commit/3c78a060203054b59f917635da8bd53aebd9b035))
* **version:** use custom versioned auro components ([8f8990c](https://github.com/AlaskaAirlines/auro-drawer/commit/8f8990c8c387b94775e06ebb67bbe418a360ead2))

## [1.0.9](https://github.com/AlaskaAirlines/auro-drawer/compare/v1.0.8...v1.0.9) (2024-06-21)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ In cases where the project is not able to process JS assets, there are pre-proce
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected]/dist/tokens/CSSCustomProperties.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected]/dist/bundled/essentials.css" />
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-drawer@1.0.9/dist/auro-drawer__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-drawer@1.1.0-beta.1/dist/auro-drawer__bundled.js" type="module"></script>
```

<!-- AURO-GENERATED-CONTENT:END -->
Expand Down
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-drawer",
"version": "1.0.9",
"version": "1.1.0-beta.1",
"description": "auro-drawer HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit 04997e8

Please sign in to comment.