Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.15.5...v4.0.0) (2023-09-13)

### Bug Fixes

* **comment:** update comment of dark mode token ([a735309](a735309))
* **token:** fix typo in dark token config ([461f5eb](461f5eb))

### chore

* update npm namespace [#122](#122) ([1ef7d41](1ef7d41))

### Features

* **prefix:** BREAKING CHANGE update token prefix from auro to ds [#118](#118) ([9aaa33a](9aaa33a))

### Performance Improvements

* **darkmode:** update token naming convention [#129](#129) ([83fee5a](83fee5a))
* **public:** change value of deprecated tokens [#122](#122) ([427f8d9](427f8d9))

### BREAKING CHANGES

* This commit updates the npm namespace
from @alaskaairux to @AuroDesignSystem

Changes to be committed:
modified:   package.json
* **public:** This commit changes the public access
of the token from `true` to `false`. This setting will restrict
the distribution of the token into the various distributed
generated resources.

Changes to be committed:
modified:   src/breakpoint.json
modified:   src/color-dark/base.json
modified:   src/color/alert.json
modified:   src/color/base.json
modified:   src/color/border.json
modified:   src/color/icon.json
modified:   src/color/text.json
modified:   src/color/tier.json
modified:   src/color/ui.json
modified:   src/depth.json
modified:   src/shadow.json
modified:   src/size/scale.json
  • Loading branch information
semantic-release-bot committed Sep 13, 2023
1 parent a735309 commit 1465d35
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 3 deletions.
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,56 @@
# Semantic Release Automated Changelog

# [4.0.0](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v3.15.5...v4.0.0) (2023-09-13)


### Bug Fixes

* **comment:** update comment of dark mode token ([a735309](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/a735309138fb4668830dc4db22fa54162039890e))
* **token:** fix typo in dark token config ([461f5eb](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/461f5eb8b732fd6aa58409f6f8289ef31cb21edd))


### chore

* update npm namespace [#122](https://github.com/AlaskaAirlines/AuroDesignTokens/issues/122) ([1ef7d41](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/1ef7d41de5dd5ba629cdc5ff3b92536000068f4d))


### Features

* **prefix:** BREAKING CHANGE update token prefix from auro to ds [#118](https://github.com/AlaskaAirlines/AuroDesignTokens/issues/118) ([9aaa33a](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/9aaa33ae38af80cb7b7cd08ee98fbb72ed3ccdfe))


### Performance Improvements

* **darkmode:** update token naming convention [#129](https://github.com/AlaskaAirlines/AuroDesignTokens/issues/129) ([83fee5a](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/83fee5a4f0974ff76f9342afb0d804518dd0926d))
* **public:** change value of deprecated tokens [#122](https://github.com/AlaskaAirlines/AuroDesignTokens/issues/122) ([427f8d9](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/427f8d934696c7e923d0eee6986bd4b06752bf93))


### BREAKING CHANGES

* This commit updates the npm namespace
from @alaskaairux to @aurodesignsystem

Changes to be committed:
modified: package.json
* **public:** This commit changes the public access
of the token from `true` to `false`. This setting will restrict
the distribution of the token into the various distributed
generated resources.

Changes to be committed:
modified: src/breakpoint.json
modified: src/color-dark/base.json
modified: src/color/alert.json
modified: src/color/base.json
modified: src/color/border.json
modified: src/color/icon.json
modified: src/color/text.json
modified: src/color/tier.json
modified: src/color/ui.json
modified: src/depth.json
modified: src/shadow.json
modified: src/size/scale.json

## [3.15.5](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v3.15.4...v3.15.5) (2023-08-02)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aurodesignsystem/design-tokens",
"version": "3.15.5",
"version": "4.0.0",
"description": "Alaska Air Auro Design System token repository",
"homepage": "https://github.com/AlaskaAirlines/DesignTokens",
"author": "Alaska Airlines Product design and engineering",
Expand Down

0 comments on commit 1465d35

Please sign in to comment.