Skip to content

Commit

Permalink
Publish commit
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerkingman-niche committed Apr 19, 2024
1 parent 3ab4bf7 commit b5d0e2c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
"source.fixAll.eslint": "explicit"
},
"files.eol": "\n",
"colorWheel.settings.workspaceColor": "hsl(234,75%,43%)",
}
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

---
## [2.2.0]
### Changed
- Support between 16.14.2 and 20.12.2 versions of node in .nvmrc
- Update all other dependencies to the latest versions
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": "@nicheinc/expedite-tokens",
"version": "2.1.0",
"version": "2.2.0",
"description": "Design Tokens for the Expedite Design System",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit b5d0e2c

Please sign in to comment.