Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Mar 2, 2022
1 parent 827a367 commit 6f27fcd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Accoutrement Changelog

## 4.0.0 - UNRELEASED
## 4.0.0 - 03/02/22

This is a major update, moving over to Sass modules,
and removing some features that no longer seem necessary.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "accoutrement",
"title": "Accoutrement",
"version": "4.0.0-rc.1",
"version": "4.0.0",
"description": "Sass design-systems management and utilities.",
"homepage": "https://www.oddbird.net/accoutrement/",
"type": "module",
Expand Down Expand Up @@ -51,7 +51,7 @@
"postcss": "^8.4.7",
"prettier": "^2.5.1",
"sass": "^1.49.9",
"sass-true": "^6.1.0-beta.1",
"sass-true": "^6.1.0",
"sassdoc": "^2.7.3",
"sassdoc-theme-herman": "^4.0.2",
"stylelint": "^14.5.3",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1363,9 +1363,9 @@ has-flag@^4.0.0:
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==

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

has-tostringtag@^1.0.0:
version "1.0.0"
Expand Down Expand Up @@ -3043,10 +3043,10 @@ sass-convert@^0.5.0:
through2 "^2.0.0"
which "^1.0.5"

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

0 comments on commit 6f27fcd

Please sign in to comment.