Skip to content

Commit

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

### Features

* implement tier 3 color tokens for theming support [#70](#70) ([ebef9da](ebef9da))
  • Loading branch information
semantic-release-bot committed Jul 28, 2024
1 parent 937cbef commit bbb4a35
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 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.2.0-beta.1](https://github.com/AlaskaAirlines/auro-flightline/compare/v2.1.4...v2.2.0-beta.1) (2024-07-28)


### Features

* implement tier 3 color tokens for theming support [#70](https://github.com/AlaskaAirlines/auro-flightline/issues/70) ([ebef9da](https://github.com/AlaskaAirlines/auro-flightline/commit/ebef9da286da2d621b0c568143d6a61915e5bcee))

## [2.1.4](https://github.com/AlaskaAirlines/auro-flightline/compare/v2.1.3...v2.1.4) (2024-02-19)


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

<!-- AURO-GENERATED-CONTENT:END -->
Expand Down
3 changes: 2 additions & 1 deletion demo/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ The auro-flight-segment component is a standard for indicating stopovers and lay
Stopovers do not have duration information and are indicated differently.
Layovers contain duration information and are indicated with a solid fill.
For more information about the difference between a layover and a stopover,
[please see this article](https://www.turkishairlines.com/en-int/any-questions/what-is-the-difference-between-a-layover-and-a-stopover/).
[please see this article.](https://www.turkishairlines.com/en-int/any-questions/what-is-the-difference-between-a-layover-and-a-stopover/).

## Properties

| Property | Attribute | Type | Default | Description |
|-----------------------|-----------------------|-----------|---------|--------------------------------------------------|
| [badgeTag](#badgeTag) | | `string` | | |
| [canceled](#canceled) | `canceled` | `Boolean` | false | Whether the segment is canceled. The line leading to the segment will be red. |
| [destinationCanceled](#destinationCanceled) | `destinationCanceled` | `Boolean` | false | Whether the following segment is canceled, will only affect the last segment in a flightline. The line after the segment will be red. |
| [duration](#duration) | `duration` | `String` | | Displayed in the auro-badge, typically duration (1h 53m) |
Expand Down
3 changes: 2 additions & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ The auro-flight-segment component is a standard for indicating stopovers and lay
Stopovers do not have duration information and are indicated differently.
Layovers contain duration information and are indicated with a solid fill.
For more information about the difference between a layover and a stopover,
[please see this article](https://www.turkishairlines.com/en-int/any-questions/what-is-the-difference-between-a-layover-and-a-stopover/).
[please see this article.](https://www.turkishairlines.com/en-int/any-questions/what-is-the-difference-between-a-layover-and-a-stopover/).

## Properties

| Property | Attribute | Type | Default | Description |
|-----------------------|-----------------------|-----------|---------|--------------------------------------------------|
| `badgeTag` | | `string` | | |
| `canceled` | `canceled` | `Boolean` | false | Whether the segment is canceled. The line leading to the segment will be red. |
| `destinationCanceled` | `destinationCanceled` | `Boolean` | false | Whether the following segment is canceled, will only affect the last segment in a flightline. The line after the segment will be red. |
| `duration` | `duration` | `String` | | Displayed in the auro-badge, typically duration (1h 53m) |
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-flightline",
"version": "2.1.4",
"version": "2.2.0-beta.1",
"description": "auro-flightline HTML custom element",
"repository": {
"type": "git",
Expand Down

0 comments on commit bbb4a35

Please sign in to comment.