Skip to content

Commit

Permalink
v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Jul 20, 2022
1 parent 37c2523 commit 5ca9345
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 19 deletions.
24 changes: 9 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,22 @@
# Accoutrement Changelog

## UNRELEASED
## 4.0.3 - 07/20/22

- INTERNAL:

- Fixed a bug with [`tokens.get()`](https://www.oddbird.net/accoutrement/docs/token-api#function--get) that didn't allow per-property inline functional adjustments ([#117](https://github.com/oddbird/accoutrement/issues/117))
- BUGFIX: Fixed a bug with
[`tokens.get()`](https://www.oddbird.net/accoutrement/docs/token-api#function--get)
that didn't allow per-property inline functional adjustments --
[#117](https://github.com/oddbird/accoutrement/issues/117)

## 4.0.2 - 07/18/22

- INTERNAL:

- fix bug
([oddbird#112](https://github.com/oddbird/accoutrement/issues/112)) in
[`tokens.get()`](https://www.oddbird.net/accoutrement/docs/token-api#function--get)
memorization
- Upgrade dev dependencies.

- BUGFIX: Fixed a bug with
[`tokens.get()`](https://www.oddbird.net/accoutrement/docs/token-api#function--get)
memorization -- [#112](https://github.com/oddbird/accoutrement/issues/112)
- INTERNAL: Upgrade dev dependencies.
- [Tokens][token]:

- NEW: Add `$ignore-cache` parameter to `tokens.get()` function,
in order to override the cached value of a token.

- [Sass Utilities][utils]:

- NEW: Removed unnecessary string length checks in the
[`split()`](https://www.oddbird.net/accoutrement/docs/utils.html#function--split)
function.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "accoutrement",
"title": "Accoutrement",
"version": "4.0.2",
"version": "4.0.3",
"description": "Sass design-systems management and utilities.",
"homepage": "https://www.oddbird.net/accoutrement/",
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1117,9 +1117,9 @@ fast-glob@^3.2.11, fast-glob@^3.2.9:
micromatch "^4.0.4"

fastest-levenshtein@^1.0.12:
version "1.0.12"
resolved "https://registry.yarnpkg.com/fastest-levenshtein/-/fastest-levenshtein-1.0.12.tgz#9990f7d3a88cc5a9ffd1f1745745251700d497e2"
integrity sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow==
version "1.0.14"
resolved "https://registry.yarnpkg.com/fastest-levenshtein/-/fastest-levenshtein-1.0.14.tgz#9054384e4b7a78c88d01a4432dc18871af0ac859"
integrity sha512-tFfWHjnuUfKE186Tfgr+jtaFc0mZTApEgKDOeyN+FwOqRkO/zK/3h1AiRd8u8CY53owL3CUmGr/oI9p/RdyLTA==

fastq@^1.6.0:
version "1.13.0"
Expand Down

0 comments on commit 5ca9345

Please sign in to comment.