Skip to content

Commit 6f27fcd

Browse files
committed
v4.0.0
1 parent 827a367 commit 6f27fcd

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Accoutrement Changelog
22

3-
## 4.0.0 - UNRELEASED
3+
## 4.0.0 - 03/02/22
44

55
This is a major update, moving over to Sass modules,
66
and removing some features that no longer seem necessary.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "accoutrement",
33
"title": "Accoutrement",
4-
"version": "4.0.0-rc.1",
4+
"version": "4.0.0",
55
"description": "Sass design-systems management and utilities.",
66
"homepage": "https://www.oddbird.net/accoutrement/",
77
"type": "module",
@@ -51,7 +51,7 @@
5151
"postcss": "^8.4.7",
5252
"prettier": "^2.5.1",
5353
"sass": "^1.49.9",
54-
"sass-true": "^6.1.0-beta.1",
54+
"sass-true": "^6.1.0",
5555
"sassdoc": "^2.7.3",
5656
"sassdoc-theme-herman": "^4.0.2",
5757
"stylelint": "^14.5.3",

yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1363,9 +1363,9 @@ has-flag@^4.0.0:
13631363
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
13641364

13651365
has-symbols@^1.0.1, has-symbols@^1.0.2:
1366-
version "1.0.2"
1367-
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
1368-
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
1366+
version "1.0.3"
1367+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
1368+
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
13691369

13701370
has-tostringtag@^1.0.0:
13711371
version "1.0.0"
@@ -3043,10 +3043,10 @@ sass-convert@^0.5.0:
30433043
through2 "^2.0.0"
30443044
which "^1.0.5"
30453045

3046-
sass-true@^6.1.0-beta.1:
3047-
version "6.1.0-beta.1"
3048-
resolved "https://registry.yarnpkg.com/sass-true/-/sass-true-6.1.0-beta.1.tgz#2d07d000b74a45e21073cae185459815a634adcc"
3049-
integrity sha512-UynO7RO5KOrlpnrHhRL+pVJzdmqASRkZWZMn+LOWKLfZC4fDX7nQVb6gmUAaXPSvRdnwebuCzkhl9HxQ8wAyYA==
3046+
sass-true@^6.1.0:
3047+
version "6.1.0"
3048+
resolved "https://registry.yarnpkg.com/sass-true/-/sass-true-6.1.0.tgz#cbcb78135071b1bae0882ea456a2b0dd9a6c8b3a"
3049+
integrity sha512-Qt6TpPe8Ogr8g9FvBSwXvzfrkbtHD7rej0X3lzyoiZ+I0kKV9NFeefcF560uMn5NFCA7g5rcVKxc9UHrrMcDrw==
30503050
dependencies:
30513051
"@types/css" "^0.0.33"
30523052
css "^3.0.0"

0 commit comments

Comments
 (0)