Skip to content

Commit

Permalink
chore(release): 2.6.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.6.0-beta.1](v2.5.1-beta.1...v2.6.0-beta.1) (2024-07-28)

### Features

* testing release process ([6d41b1b](6d41b1b))
  • Loading branch information
semantic-release-bot committed Jul 28, 2024
1 parent 6d41b1b commit e13c63e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Semantic Release Automated Changelog

# [2.6.0-beta.1](https://github.com/AlaskaAirlines/auro-badge/compare/v2.5.1-beta.1...v2.6.0-beta.1) (2024-07-28)


### Features

* testing release process ([6d41b1b](https://github.com/AlaskaAirlines/auro-badge/commit/6d41b1b5727f9893fb638c3cdf4725e5207be74d))

## [2.5.1-beta.1](https://github.com/AlaskaAirlines/auro-badge/compare/v2.5.0...v2.5.1-beta.1) (2024-07-27)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,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-badge@2.5.1-beta.1/dist/auro-badge__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-badge@2.6.0-beta.1/dist/auro-badge__bundled.js" type="module"></script>
```

<!-- AURO-GENERATED-CONTENT:END -->
Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"================================================================================"
],
"name": "@aurodesignsystem/auro-badge",
"version": "2.5.1-beta.1",
"version": "2.6.0-beta.1",
"description": "Auro custom auro-badge element",
"author": "Product design and research",
"engines": {
Expand Down Expand Up @@ -157,7 +157,11 @@
"@commitlint/config-conventional"
],
"rules": {
"footer-max-line-length": [1, "always", 100]
"footer-max-line-length": [
1,
"always",
100
]
}
},
"publishConfig": {
Expand Down

0 comments on commit e13c63e

Please sign in to comment.