Skip to content

Commit

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

### Features

* **theme:** add theme support ([81499bd](81499bd))

### Performance Improvements

* **deps:** update to latest dependencies ([fcff1a9](fcff1a9))
* **deps:** update to latest dependencies ([c461ffc](c461ffc))
  • Loading branch information
semantic-release-bot committed Jul 4, 2024
1 parent 1df0f6e commit c2a229a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Semantic Release Automated Changelog

# [3.1.0-beta.1](https://github.com/AlaskaAirlines/auro-radio/compare/v3.0.0...v3.1.0-beta.1) (2024-07-04)


### Features

* **theme:** add theme support ([81499bd](https://github.com/AlaskaAirlines/auro-radio/commit/81499bdf4448acdaf73d257ab093d44d53fcc464))


### Performance Improvements

* **deps:** update to latest dependencies ([fcff1a9](https://github.com/AlaskaAirlines/auro-radio/commit/fcff1a9d00a2fd093b5237b4050515b5085780a2))
* **deps:** update to latest dependencies ([c461ffc](https://github.com/AlaskaAirlines/auro-radio/commit/c461ffc2b41ec9da9f43ceab8435d3f3ff960b2c))

# [3.0.0](https://github.com/AlaskaAirlines/auro-radio/compare/v2.2.2...v3.0.0) (2024-05-13)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,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/design-tokens@4.1.1/dist/tokens/CSSCustomProperties.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@5.0.4/dist/bundled/essentials.css" />
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-radio@3.0.0/dist/auro-radio__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-radio@3.1.0-beta.1/dist/auro-radio__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-radio",
"version": "3.0.0",
"version": "3.1.0-beta.1",
"description": "auro-radio HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit c2a229a

Please sign in to comment.