diff --git a/CHANGELOG.md b/CHANGELOG.md index 97fe0cb..f1ecfb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ All notable changes to Flightdeck for 11ty will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.5.1-d] - 2024-05-31 +## [0.5.1-f] - 2024-06-30 + +Adds Scss back into the mix. Includes: `eleventy-sass` plugin, `sass`, `postcss` with `autoprefixer`, and `@picocss/pico` (for theming). + +## [0.5.1-d] & [0.5.1-e] - 2024-05-31 Chore: Package updates - stylelint diff --git a/bun.lockb b/bun.lockb index 7128781..dac531e 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index fdf2076..3bcb4e1 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@11ty/eleventy-img": "^4.0.2", "@11ty/eleventy-navigation": "^0.3.5", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", - "@biomejs/biome": "1.8.2", + "@biomejs/biome": "1.8.3", "@picocss/pico": "^2.0.6", "autoprefixer": "^10.4.19", "browserslist": "^4.23.1", @@ -25,7 +25,7 @@ "postcss": "^8.4.39", "sass": "^1.77.6", "stylelint": "^16.6.1", - "stylelint-config-standard": "^36.0.0" + "stylelint-config-standard": "^36.0.1" }, "dependencies": { "@alpinejs/persist": "^3.14.1",