Skip to content

Commit 4f7d21e

Browse files
chore(release): 2.2.0-beta.1 [skip ci]
# [2.2.0-beta.1](v2.1.5...v2.2.0-beta.1) (2024-07-09) ### Features * refactor color token structure with tier 3 tokens [#31](#31) ([577c0cc](577c0cc))
1 parent 33e2fbc commit 4f7d21e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Semantic Release Automated Changelog
22

3+
# [2.2.0-beta.1](https://github.com/AlaskaAirlines/auro-skeleton/compare/v2.1.5...v2.2.0-beta.1) (2024-07-09)
4+
5+
6+
### Features
7+
8+
* refactor color token structure with tier 3 tokens [#31](https://github.com/AlaskaAirlines/auro-skeleton/issues/31) ([577c0cc](https://github.com/AlaskaAirlines/auro-skeleton/commit/577c0ccd8010011757de3d418b4e23a836d5b87d))
9+
310
## [2.1.5](https://github.com/AlaskaAirlines/auro-skeleton/compare/v2.1.4...v2.1.5) (2024-02-20)
411

512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ In cases where the project is not able to process JS assets, there are pre-proce
111111
```html
112112
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected]/dist/tokens/CSSCustomProperties.css" />
113113
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/[email protected]/dist/bundled/essentials.css" />
114-
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-skeleton@2.1.5/dist/auro-skeleton__bundled.js" type="module"></script>
114+
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-skeleton@2.2.0-beta.1/dist/auro-skeleton__bundled.js" type="module"></script>
115115
```
116116

117117
<!-- AURO-GENERATED-CONTENT:END -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"================================================================================"
88
],
99
"name": "@aurodesignsystem/auro-skeleton",
10-
"version": "2.1.5",
10+
"version": "2.2.0-beta.1",
1111
"description": "auro-skeleton HTML custom element",
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)