Skip to content

Commit

Permalink
version bump to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRawding committed Feb 21, 2022
1 parent b25f6ff commit 94b6024
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]
---
## [1.1.1] - 2022-02-21
### Changed
- The value of `warm500` from `#CEAE98` to `#D2AD94`. Releasing this as a patch update since nothing depends on warm500 yet.
---
## [1.1.0] - 2022-01-14
### Changed
- Made `colors.ts` export a named const to avoid confusing renaming of default export later. This does not affect external interfaces.
Expand Down
2 changes: 1 addition & 1 deletion 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": "@nicheinc/expedite-tokens",
"version": "1.1.0",
"version": "1.1.1",
"description": "Design Tokens for the Expedite Design System",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 94b6024

Please sign in to comment.