diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d5b8da..04984c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/). +## [1.4.2] - 2024-10-03 +- Fixed bug with `combinations` output in `tailwindClasses` helper. +- Fixed CSS `url()` imports for images not working because of Webpack config. + ## [1.4.1] - 2024-10-01 - `tailwindClasses` check will now work fine even if no `parts` are defined. @@ -63,6 +67,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a [Unreleased]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/master...HEAD +[1.4.2]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/1.4.1...1.4.2 [1.4.1]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/1.4.0...1.4.1 [1.4.0]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/1.3.3...1.4.0 [1.3.3]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/1.3.2...1.3.3 diff --git a/package.json b/package.json index 5f26817..f349933 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eightshift/frontend-libs-tailwind", - "version": "1.4.1", + "version": "1.4.2", "description": "A framework for creating modern Gutenberg themes with styling provided by Tailwind CSS.", "author": { "name": "Eightshift team", @@ -49,7 +49,6 @@ "eslint": "^9.11.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", - "file-loader": "^6.2.0", "globals": "^15.9.0", "husky": "^9.1.6", "lightningcss": "^1.27.0",