prettier-plugin-tailwind-styled-components 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/dist/index.js +2282 -35
  3. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -21,6 +21,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
21
 
22
22
  - Add Prettier v3 support
23
23
 
24
- [unreleased]: https://github.com/dimitribarbot/prettier-plugin-tailwind-styled-components/compare/v0.0.3...HEAD
24
+ ## [0.0.4] - 2023-07-20
25
+
26
+ ### Fixed
27
+
28
+ - Fix issue with prettier config async loading
29
+
30
+ [unreleased]: https://github.com/dimitribarbot/prettier-plugin-tailwind-styled-components/compare/v0.0.4...HEAD
31
+ [0.0.4]: https://github.com/dimitribarbot/prettier-plugin-tailwind-styled-components/compare/v0.0.3...v0.0.4
25
32
  [0.0.3]: https://github.com/dimitribarbot/prettier-plugin-tailwind-styled-components/compare/v0.0.2...v0.0.3
26
33
  [0.0.2]: https://github.com/dimitribarbot/prettier-plugin-tailwind-styled-components/compare/21dc923c300729789a998bbedfbb2f54b7ef04a6...v0.0.2