Skip to content

Commit a42088c

Browse files
committed
updated tailwindcss
1 parent 9ed353e commit a42088c

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/),
55
and this project try to adheres to [Semantic Versioning](https://semver.org/).
66
Go to the `v1` branch to see the changelog of Lume 1.
77

8+
## [2.2.2] - Unreleased
9+
### Fixed
10+
- Updated dependencies: `tailwindcss`.
11+
812
## [2.2.1] - 2024-06-04
913
### Added
1014
- Allow to run a server with `deno serve -A _config.ts`.
@@ -403,6 +407,7 @@ Go to the `v1` branch to see the changelog of Lume 1.
403407
[#608]: https://github.com/lumeland/lume/issues/608
404408
[#610]: https://github.com/lumeland/lume/issues/610
405409

410+
[2.2.2]: https://github.com/lumeland/lume/compare/v2.2.1...HEAD
406411
[2.2.1]: https://github.com/lumeland/lume/compare/v2.2.0...v2.2.1
407412
[2.2.0]: https://github.com/lumeland/lume/compare/v2.1.4...v2.2.0
408413
[2.1.4]: https://github.com/lumeland/lume/compare/v2.1.3...v2.1.4

deps/tailwindcss.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export { default } from "npm:tailwindcss@3.4.3";
2-
export type { Config } from "npm:tailwindcss@3.4.3";
1+
export { default } from "npm:tailwindcss@3.4.4";
2+
export type { Config } from "npm:tailwindcss@3.4.4";

tests/__snapshots__/tailwindcss.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ snapshot[`postcss plugin 3`] = `
971971
},
972972
{
973973
content: "/*
974-
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
974+
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
975975
*//*
976976
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
977977
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)

0 commit comments

Comments
 (0)